/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
footer .row div:nth-child(3) p {
    text-align: right !important;
}
footer .row div:nth-child(1) p {
    display: flex;
    gap: 25px;
}
.main_home .landing-page {
    padding: 0;
}

.mainSection-col-two {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    float: none;
}

form.wpcf7-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}
form.wpcf7-form label {
    width: 100%;
	font-weight:600;
}
form.wpcf7-form label  input, form.wpcf7-form label textarea {
    resize: none;
    height: 48px;
    border: 1px solid #e1d9d9 !important;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
	width: 100%;
}
.btn-primary {
    width: 100%;
    max-width: 190px;
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: #000;
    border-color: #000;
}
form.wpcf7-form label textarea {
	 height: 90px;
}
.siteFooter {
    border-top: 3px solid #f5f5f5;
    background-color: #000;
    border-radius: 0;
    padding: 20px 15px;
    color: #ffff;
}
.siteFooter a {
    text-decoration: none !important;
    color: #fff;
}

.siteFooter a:hover {
    text-decoration: underline !important;
}
.container.sectionBox.footerLinks .col-md-6 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.post-list .post-title a:hover{
	    background-color: #337ab7;
}
.container.sectionBox.footerLinks .col-md-6.text-right p:last-child {
    display: none;
}
.container.sectionBox.footerLinks .col-md-6.text-right p {
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.container.sectionBox.footerLinks .col-md-6.text-right {
    justify-content: flex-end;
	font-size:14px;
}
.container.sectionBox.footerLinks {
    max-width: 1240px;
}
span.section-title.image-top-title {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.section.page-header {
    display: none;
}
.section.breadSection {
    display: none;
}

.search-form input.form-control {
	padding: 15px 10px !important;
	height: 55px;
}

.page-id-411 .section.siteContent {
	min-height: 900px;
}
.home .section.siteContent {
	min-height: 780px;
}


@media screen and (max-width: 991px) {
.landing-page[data-columns="4"] {
	grid-template-columns: auto auto;
}
}

@media screen and (max-width: 767px) {

.landing-page[data-columns="4"] {
	grid-template-columns: auto  !important;
}
.container.sectionBox.footerLinks .col-md-6.text-right {
	justify-content: center;
	font-size: 12px;
	margin-top: 15px;
}
.container.sectionBox.footerLinks .col-md-6 {
	flex-wrap: wrap;
	justify-content: center;
}
.post-list .post-title a {
	font-size: 13px !important;
	padding: 10px 15px !important;
	line-height: 1;
}
.search-form button {
	padding: 8px 20px !important;
}
.search-form input.form-control {
	padding: 15px 10px !important;
	height: 50px;
}
.section-content {
	flex-wrap: wrap !important;
	min-height: inherit !important;
}
.custom-section .post-list {
	width: 100% !important;
	min-height: inherit !important;
	max-width: 375px !important;
	margin-bottom: 30px !important;
}
.post-details {
	width: 100% !important;
}
	footer .row div:nth-child(1) p{
		display:flex;
		justify-content:left;
	}
	footer .row div:nth-child(3) p{
		text-align:left !important;
	}
}




