body {
    background: #fff;
    font-family: inherit;
	font-size: 15px;
}
body, body p {
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;   
}
a, .comment-reply-link {
	color: #FFAE00;
    text-decoration: none;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.dropdown-toggle:after, .site-header-main .menu-toggle:before,
.site-header-main .menu-toggle:hover:before, .site-header.is-sticky .dropdown-toggle:after,
.site-header.is-sticky .site-header-main .menu-toggle:hover:before,
.site-header.is-sticky .dropdown-toggle:hover:after {
    color: #000;
}
.site-header.is-sticky .site-header-main .menu-toggle:before,
.site-header.is-sticky .dropdown-toggle:after {
    color: #000;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
.sidebar .widget button.search-submit {
    height: 35px;
}

/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto;
}
.head-left {
    width: 50%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}

/*** Header ***/
body .site-header {
    position: relative;
    z-index: 2;
    width: 100%;
	top: 0;
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1240px;
    margin: 0 auto;
}
body:not(.home) header .site-header-main {
	padding-left: 0px;
    padding-right: 0px;
}
.site-header {
	border-top: 2px solid #FFAE00;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
    position: fixed;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    animation-name: head_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation ul ul {
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
	opacity: 1;
	visibility: initial;
}
.main-navigation a {
	font-weight: 700!important;
	font-size: 14px;
    text-transform: uppercase;
}
.main-navigation ul ul.sub-menu {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	border-radius: 5px;
	border-bottom: 2px solid #FFAE00;
}
.main-navigation ul li,
.main-navigation ul ul.sub-menu li {
	border: none !important;
}
.main-navigation ul ul.sub-menu li a {
	padding: 10px;
}
.main-navigation ul ul a {
	margin: 5px;
	border-bottom: 1px solid #eee;
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-menu > li > a {
	margin: 0 1em !important;
	line-height: 50px;
}
.primary-menu > li:last-child > a {
	padding-right: 0;
}
.site-header.is-sticky .primary-menu > li > a {
	line-height: 1.3125 !important;
}
.main-navigation .menu-item-has-children > a:after {
	top: 34% !important;
}
.site-header.is-sticky .main-navigation .menu-item-has-children > a:after {
	top: 5px !important;
}
.site-header-menu .primary-menu > li:hover > a:before,
.site-header-menu .primary-menu > li.current-menu-item > a:before {
	width: 100%;
}
.site-header.is-sticky .site-header-menu .primary-menu > li:hover > a:before,
.site-header.is-sticky .site-header-menu .primary-menu > li.current-menu-item > a:before {
	margin: 27px auto 0px;
}
.site-header-menu .primary-menu > li > a {
	position: relative;
}
.site-header-menu .primary-menu > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    left: 0;
	height: 2px;
    margin: 45px auto 0px;
    position: absolute;
    top: 2px;
    background: #FFAE00;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.site-header.is-sticky .site-header-menu .primary-menu > li > a:before {
	margin: 35px auto 0px;
}

/*** Canvas Menu LT ***/
.menu-toggle:hover, .menu-toggle:focus,
.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on {
	border-color: #FFAE00;
    color: #FFAE00;
}
.menu-toggle:hover:before {
	color: #fff !important;
}
.menu-toggle.toggled-on:before,
.dropdown-toggle:hover, .dropdown-toggle:focus {
	color: #FFAE00 !important;
}
.dropdown-toggle:after {
	border-color: #fff;
	border-left-width: 1px;
}
.dropdown-toggle:hover:after,
.dropdown-toggle:focus:after {
	color: #fff;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
}
.header-right-menu .opening-time {
    position: relative;
    display: block;
    float: left;
    padding: 14px 0;
    margin-right: 40px;
}
.header-right-menu .opening-time p {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
.header-right-menu .opening-time p i {
    position: relative;
    top: 1px;
    color: #1fc6c7;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 9px;
}
.header-right-menu .button {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
}

/*** Title ***/
.lt-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.lt-title.second {
    margin-bottom: 10px!important;
}
.lt-title h2 {
	position: relative;
}
.lt-title h2:before {
    content: "";
    bottom: 8px;
    position: absolute;
    left: 23%;
    margin: 0 auto;
    width: 120px;
    height: 1px;
    background: #ccc;
}
.entry-title {
	font-size: 28px!important;
}
.lt-title-read a {
    color: #ff662a!important;
    font-size: 24px;
    text-decoration: underline;
}
.section_title .section_header {
    font-size: 30px !important;
    max-width: 650px;
    text-transform: capitalize;
    line-height: 1.4;
}
.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
}
.bg-dark {
    background-color: #22232f;
}
.bg-custom {
    background-color: #ff4f64 !important;
}
.text-dark {
    color: #000 !important;
}
.lt-title-white.section_title .section_title_border .f-border,
.lt-title-white.section_title .section_title_border .s-border {
    background: #fff;
}
.lt-title-white.section_title .bg-custom,
.lt-title-white.section_title .bg-dark {
    background-color: #fff!important;
}

/*** Button ***/
.lt-btn a {
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}
.lt-btn a:hover,
.wpcf7-submit:hover,
.lt-button a:hover {
	box-shadow: 0 8px 40px -2px #f47a65;
}

/*** Images ***/
.lt-images .elementor-image img {
	position: relative;
	z-index: 2;
}
.lt-images .elementor-image {
	position: relative;
	box-shadow: 1.25rem 1.375rem 2.75rem 0 rgba(0,0,0,.42)!important;
}
.lt-images .elementor-image:before {
	content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(184,157,79,1);
    top: 0;
	transform: rotate(-12.5deg);
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(184,157,79,1);
    z-index: 1;
    opacity: .15;
}

/*** Portfolio ***/
.lt-portfolio .wp-caption-text {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 10px 30px!important;
}
.lt-portfolio .gallery-item:hover .wp-caption-text {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    font-size: 20px!important;
}
.lt-portfolio .gallery-item:hover .gallery-icon  {
    opacity: .7;
}
.elementor-widget-premium-img-gallery .pa-gallery-magnific-image i {
    font-family: FontAwesome !important;
}

/*** Property ***/
.lt-property-item {
	position: relative;
	overflow: hidden;
}
.lt-property-item:before {
    content: "\f0f7";
    font-family: Fontawesome;
    position: absolute;
    right: -17px;
    font-size: 48px;
    color: #c7c7c7;
    top: 50%;
    opacity: .25;
    line-height: 48px;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.lt-property-item:hover:before {
	color: #ff8a00;
	right: -7px;
	opacity: 1;
}

/*** Neighbouring ***/
.lt-neighbouring-item ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lt-neighbouring-item .essential-place li {
    border-bottom: 1px solid #133A4C;
    padding-bottom: 12px;
    margin-bottom: 12px;
	overflow: hidden;
}
.lt-neighbouring-item .essential-place li .name {
    float: left;
}
.lt-neighbouring-item .essential-place li .name h3 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	margin-bottom: 0;
}
.lt-neighbouring-item .essential-place li .name p {
	font-size: 13px;
    line-height: 26px;
    color: #999;
    margin-bottom: 0;
    font-weight: 400;
}
.lt-neighbouring-item .essential-place li .distance {
    float: right;
    color: #999;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
}

/*** Testimonial ***/
.lt-neighbouring-testimonial {
	position: relative;
}
.lt-neighbouring-testimonial:before {
    content: ' ';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: url(../images/double-border-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.lt-neighbouring-testimonial .swiper-slide-image {
    margin-bottom: 30px;
	border-radius: 50% !important;
}
.lt-neighbouring-testimonial .swiper-slide-image img {
	border-radius: 50% !important;
}
.lt-neighbouring-testimonial .desc {
    color: #fff !important;
    padding-bottom: 15px;
	font-size: 13px;
    padding-top: 70px;
    background: transparent url(../images/icon-quote-active.png) no-repeat center top;
}
.lt-neighbouring-testimonial h3.name {
	color: #FFAE00;
	font-size: 20px;
	margin: 0;
}
.lt-neighbouring-testimonial .positions {
    color: #fff !important;
	color: 13px;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    background: #fff!important;
}
.lt-blog .rpwwt-widget ul li {
	width: 48%;
	float: left;
	list-style: none;
	margin-right: 4%;
}
.lt-blog .rpwwt-widget ul li:nth-child(2n) {
	margin-right: 0;
}
.rpwwt-widget ul li .rpwwt-post-title {
	font-size: 14px;
	margin: 15px 0 0;
	display: inline-block;
}
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-effect:before, 
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-effect:after,
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-square-container:before, 
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-square-container:after {
    background: #ff4f64 !important;
}
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container.premium-blog-zoomin-effect:befpre,
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container.premium-blog-zoomin-effect:after {
    color: #fff !important;
}
.elementor-widget-premium-addon-blog .premium-blog-entry-title:hover a,
.elementor-widget-premium-addon-blog .premium-blog-entry-meta a:hover {
    color: #FFAE00 !important;
}
.lt-blog .premium-blog-post-container .premium-blog-content-wrapper {
	padding: 0 !important;
	top: 0 !important;
	padding-top: 10px !important;
}
.premium-carousel-wrapper a.carousel-arrow, .premium-fb-rev-container a.carousel-arrow, .premium-blog-wrap a.carousel-arrow, .premium-hscroll-wrap a.carousel-arrow {
	top: 90% !important;
	background: #000;
}

/*** Contact Form ***/
form.wpcf7-form {
    max-width: 570px;
    margin: 50px auto 0;
    background: #fff;
    padding: 20px 30px;
}
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form p:nth-child(-n+5) {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.wpcf7-form p:nth-child(2n+1) {
    margin-right: 0;
}
.wpcf7-form input {
	padding: 15px 10px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 13px 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit {
	border-radius: 5px;
    font-size: 14px;
    padding: 16px 30px;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65)!important;
    background: linear-gradient(to right, #f47a65, #ff4f64)!important;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}
.wpcf7-form textarea {
    max-height: 100px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #F9C200;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.wpforms-field-medium.wpforms-field-required {
	max-width: 100% !important;
}
.lt-map > .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.wpforms-form .wpforms-submit-container button {
	font-size: 15px !important;
    color: #ffffff !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
    background-color: #FFAE00 !important;
    border: 2px solid #FFAE00 !important;
    border-radius: 5px !important;
	padding: 15px 35px !important;
}
.wpforms-form .wpforms-submit-container button:hover {
    background: #fff !important;
	color: #FFAE00 !important;
}
.wpforms-validate.wpforms-form input,
.wpforms-validate.wpforms-form textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 13px !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 600 !important;
}
.lt-sent div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #000 !important;
}
/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #FFAE00;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget .widget-title:before,
.widget_calendar caption:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 30px;
    height: 4px;
    background: #fff;
}
.widget .widget-title:after,
.widget_calendar caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 00;
    height: 4px;
    width: 55px;
    border-radius: 30px;
    bottom: 0;
    display: inline-block;
    background: #FFAE00;
}
.widget li a {
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.entry-title a {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.entry-title a, .page-title, .entry-title, .post-navigation span.post-title {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 600;
}
.entry-title a:hover, .widget ul li a:hover {
    color: #FFAE00 !important;
}
.status-publish {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
#post-616 {
    border-top: 1px solid #eee !important;
}
.widget {
    background: #f4f5f5;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}
.widget ul li a {
    color: #000;
}
.sidebar section ul li {
    font-size: 16px;
    color: #FFAE00;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #1a1a1a !important;
}
.post-navigation {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.entry-header .entry-title {
    margin-top: 40px;
}
.entry-header .entry-title, .post-navigation .post-title {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-navigation .post-title, .post-navigation .post-title:hover, .cat-links a:hover,
.posted-on a:hover, .entry-footer a:hover {
    color: #FFAE00 !important;
}
.form-submit input:hover {
    background: #FFAE00;
}
.post-navigation div + div {
    border-top: 1px solid #1a1a1a;
}
.comment-form-comment textarea:focus {
    border: 1px solid #00d9a6 !important;
}
.post-thumbnail img {
    width: 100%;
}

/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #FFAE00 !important;
    border: none !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #FFAE00;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #FFAE00;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
span.price {
    padding-bottom: 45px;
}
.woocommerce span.onsale {
	font-size: 11px !important;
}

/*** Bottom ***/
.main-footer .top-bottom {
    margin: 20px 0 40px;
}
.main-footer .top-bottom .container {
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}
.main-footer .top-bottom-item {
    text-align: center;
    padding: 40px 10px;
    color: #fff;
}
.main-footer .top-bottom-item i {
    height: 60px;
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 60px;
    color: #ff4f64;
    display: inline-block;
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.33);
    background-color: #fff;
}
.main-footer .top-bottom-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.main-footer .top-bottom-item p {
    font-size: 14px;
    color: #fff;
}

/*** Footer ***/
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.main-footer .container {
	padding: 70px 0 10px;
	overflow: hidden;
}
.main-footer .columns {
	text-align: left;
	padding: 20px;
	width: 33.3% !important;
}
.main-footer h2 {
    margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
}
.main-footer p, .main-footer a {
	font-size: 13px;
	font-weight: 400;
}
.main-footer ul {
    margin: 0;
}
.main-footer ul li {
	list-style: none;
	padding: 5px;
}
.main-footer .footer1 .info a {
	box-shadow: none;
	line-height: 25px;
	padding-left: 10px;
}
.main-footer .footer1 .info li:before {
	color: #999;
}
.main-footer .footer1 .info li:last-child a {
	color: #fff;
}
.main-footer .footer1 .shrewd_solution_icon ul li strong {
    display: none;
}
.main-footer .footer1 .shrewd_solution_icon {
    padding-top: 20px;
}
.main-footer .footer1 .shrewd_solution_icon ul,
.main-footer .footer1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.main-footer .footer1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #FFAE00;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.main-footer .footer1 .shrewd_solution_icon ul li a i {}
.main-footer .footer1 .shrewd_solution_icon ul li a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(2) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(3) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(4) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(5) a:hover,
.main-footer .footer1 .shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #FFAE00; 
    color:#fff!important;
}
.main-footer .footer2 .working-day {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 14px;
}
.main-footer .footer2 .working-day .left {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.main-footer .footer2 .working-day .right {
    width: 50%;
    float: right;
    text-align: right;
	font-size: 12px;
}
.main-footer .footer2 li {
	padding-bottom: 5px;
}
.main-footer .footer3 .wpforms-submit-container {
	padding: 0 !important;
}
.main-footer .footer3 button {
    background: #FFAE00 !important;
    border: none !important;
    color: #010101 !important;
	padding: 12px !important;
    border-radius: 3px !important;
}
.main-footer .footer3 input,
.main-footer .footer3 button {
    width: 100% !important;
}
.main-footer .footer3 input {
    margin-top: 15px;
}
.main-footer .footer3 button,
.main-footer .footer3 input,
.main-footer .footer3 input::placeholder {
    font-size: 13px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info p {
	text-transform: uppercase;
}
.site-footer .site-info a {
	box-shadow: none;
}
/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
	.lt-events .lt-events-counter > .elementor-element-populated {
		margin: 0 !important;
	}
	.lt-collection-item {
		width: 100% !important;
	}
	.main-navigation a {
    	font-size: 13px !important;
	}
	.primary-menu > li > a {
    	margin: 0 0.2em !important;
	}
	.main-navigation ul li > a {
		padding-left: 12px;
		padding-right: 12px !important;
	}
	.main-navigation .menu-item-has-children > a:after {
    	right: -8px;
	}
}
@media(max-width: 1000px) {
    .top-head {
        display: none;
    }
    body.archive .site-main, body.archive .page-header,
    body.single-post .site-main {
        padding: 15px;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation, body.archive .page-header,
    article .post-thumbnail, article .entry-content, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 0px !important;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
	.sidebar .widget button.search-submit {
    	height: 42px;
	}
}
@media(max-width: 960px) {
	.site-header-menu .primary-menu > li > a:before {
		display: none;
	}
	.main-navigation ul ul li {
    	border-top: 1px solid #d1d1d1 !important;
    	position: relative;
	}
	.primary-menu > li > a,
	.site-header.is-sticky .primary-menu > li > a {
    	line-height: 32px !important;
	}
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        padding: 0 10px;
		background: #fff;
    }
	body:not(.home) .site-header #menu-main-menu,
    .site-header.is-sticky #menu-main-menu {
		background: #fff;
    }
	.main-navigation a {
    	font-size: 13px !important;
	}
	.sidebar {
    	padding-right: 15px;
	}
}
@media(max-width: 844px) {
	.lt-art-img {
		    position: relative !important;
	}
}
@media(max-width: 845px) {
	ul.products {
		margin: 10px !important;
	}
	.button.product_type_variable.add_to_cart_button{
		margin: 0 !important;
	}
}
@media(max-width: 768px) {
    .lt-blog .premium-blog-post-outer-container {
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
		width: 100% !important;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
	.wpcf7-form p:nth-child(-n+5) {
		width: 100% !important;
	}
	.lt-neighbouring-item, .lt-neighbouring-map, .lt-neighbouring-testimonial, .lt-sent, .lt-about-item,
	.main-footer .columns {
		width: 100% !important;
	}
	.lt-client-item {
		width: 50% !important;
	}
}
@media(max-width: 480px) {
    .wpcf7-form p:nth-child(-n+5) {
        width: 100%!important;
        margin-right: 0;
    }
	.lt-client-item {
		width: 100% !important;
	}
	.premium-img-gallery-metro .premium-gallery-item {
		width: 100% !important;
	}
}
@media(min-width: 440px) and (max-width: 690px) {
	.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
		padding: 0em 0em 0em !important;
		padding-top: 6em !important;
	}
}
/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}
body.page-template-default .status-publish {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.site-main {
    margin-bottom: 0 !important;
}
.sidebar {
    padding-right: 0px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}