/*
Theme Name: Genesis Child
Theme URI: http://regexsolution.com/
Description: This is the child theme created for the Genesis Framework.
Author: Tutul M
Author URI: http://regexsolution.com/
Version: 0.0.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, flexible-header, footer-widgets
Template: genesis
Text Domain: genesis-child
*/

/* CLEAR ADMIN MENUS
=========================== */

#wpadminbar .quicklinks #wp-admin-bar-root-default li {display: none;}
#wpadminbar .quicklinks #wp-admin-bar-root-default li#wp-admin-bar-site-name,
#wpadminbar .quicklinks #wp-admin-bar-root-default li#wp-admin-bar-site-name li {
	display: block;
}

/* DEFAULT 
=========================== */

html {
	box-sizing: border-box;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {box-sizing: inherit;}

body,
.site-container,
header,
footer,
nav,
.site-inner,
.content-sidebar-wrap,
main,
aside,
article,
section,
figcaption,
figure,
form {display: block;}

small {font-size: 80%;}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {bottom: -0.25em;}

sup {top: -0.5em;}


/* FLOAT CLEARING
=========================== */

.clearfix::after,
.row::after,
.author-box::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
.content-sidebar-wrap::after,
.content::after,
.menu::after {
	clear: both;
	content: " ";
	display: table;
}


/* TYPOGRAPHICAL ELEMENTS
=========================== */

html {font-size: 62.5%;}

body {
	background-color: #fff;
	color: #555;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

body > div {
	font-size: 14px;
	font-size: 1.4rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {color: #333;}

a:hover,
a:focus {opacity: 0.6;}

blockquote,
cite,
em,
i {font-style: italic;}

h1,
h2,
h3,
h4,
h5,
h6 {font-weight: 500;}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 22px;
	font-size: 2.2rem;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
}

h1,
h2,
h3 {margin: 0 0 30px;}

h4,
h5,
h6 {margin: 0 0 20px;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {line-height: 1.25;}

.h1,
.h2,
.h3 {
	display: block;
	font-weight: 600;
}

.h1 {
	font-size: 80px;
	font-size: 8.0rem;
}

.h2 {
	font-size: 62px;
	font-size: 6.2rem;
}

.h3 {
	font-size: 40px;
	font-size: 4rem;
}

p {margin: 0 0 20px;}

ol, 
ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {max-width: 100%;}

img {
	height: auto;
}

/* FORMS
=========================== */
/*
input[type=text],
input[type=email], 
input[type=password], 
select, 
textarea {
    color: #333 !important;
    border: 1px solid #ddd !important;
}

input::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {color: #999 !important;}

button,
input[type="button"],
input[type="reset"], 
input[type="submit"],
.button {
    background-color: #333 !important;
    color: #fff !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	opacity: 0.6;
}
*/
input[type=text],
input[type=email], 
input[type=password],
input[type=tel], 
select, 
textarea {
    color: #323232 !important;
    border: 1px solid #dcdcdc !important;
}

input::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #969696 !important;
}

label,
input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important; 
}

label {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    display: block !important;
}

input[type=text],
input[type=email], 
input[type=password],
input[type=tel], 
select, 
textarea {
    padding: 12px !important;
    border-radius: 0 !important;
  	width: 100%;
    font-size: 14px !important;
    font-size: 1.4rem !important;
      
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0;
	cursor: pointer;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	padding: 12px 24px;
	width: auto;
}

/* TABLES
=========================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

td, 
th {height: 30px;}

td {/*text-align: center;*/}
/*
th {  
    background: #333;
    border: 1px solid #ddd;
    color: #fff;
}

td {  
    background: #fcfcfc;
    border: 1px solid #ddd;
}
*/
/* SCREEN READER TEXT
=========================== */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
	position: relative;
}


/* GENERAL
=========================== */

.pull-left {float: left;}
.text-left {text-align: left;}
.all-left {
	float: left;
	text-align: left;
}

.pull-right {float: right;}
.text-right {text-align: right;}
.all-right {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}



/* STRUCTURE & LAYOUT
=========================== */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {padding-top: 40px;}

.widget {word-wrap: break-word;}

h1.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

@media only screen and (min-width: 1021px) {
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}

	.content {
		float: right;
		width: 780px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: left;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 580px;
	}

	.full-width-content .content {
		width: 100%;
	}

	.sidebar-primary {
		float: right;
		width: 360px;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
	.site-inner, 
	.wrap {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.sidebar .wrap,
	.fp-slider .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.site-inner, 
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.sidebar {padding: 40px 0;}

	.sidebar .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}



/* HEADER AREA
=========================== */

.site-header {
	min-height: 40px;
	border-bottom: none;
}
/*
.site-header {background-color: #333;}
*/
.title-area {padding: 10px 0;}

.header-image p.site-title {margin-bottom: 0;}

.header-image .site-description {display: none;}

.header-image .site-title > a {
	width: 100%;
    text-indent: -1200px;
    color: transparent;
    overflow: initial;
    display: inline-block;
    min-height: 88px;
    background: url(/wp-content/uploads/2019/07/metro-logo.gif) no-repeat left;
}

/*.header-widget-area .h3 {color: #fff;}*/

@media only screen and (min-width: 1021px) {

	.site-header .wrap {max-width: 94%;}

	.title-area {
		float: left;
		width: 270px;
	}

	.site-header .header-widget-area {
		float: right;
		width: calc(100% - 290px);
		padding-top: 34px;
	}
	/*
	.header-widget-area .widget:first-child {		
		float: right;
		width: 240px;
	}

	.header-widget-area .widget:last-child {
		float: left;
		width: calc(100% - 240px);
	}

	.header-widget-area .h3 {text-align: right;}

	#mega-menu-wrap-primary #mega-menu-primary {text-align: center;}
	*/
}

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

	.title-area .site-title {
		width: 270px;
    	margin: 0 auto;
	}

	.header-widget-area .widget {
		padding-top: 20px;
		text-align: center;
	}
}


/* NAVIGATION
=========================== */

.nav-primary, 
.nav-secondary {display: none;}

ul.menu {
	padding: 0 !important;
    margin: 0 !important;
}

ul.menu li {list-style: none;}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary .mega-menu-toggle {background: transparent;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border: none;
    outline: none;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: baseline;
    width: auto;
    display: block;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0px 12px;
    line-height: 50px;
    height: 50px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.disabled a {
    pointer-events: none;
}

.disabled ul a {
    pointer-events: visible;
}

.disabled ul .disabled a {
    pointer-events: none;
}

@media only screen and (min-width: 1021px) {
    .disabled.menu-item {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1021px) {
    
}

@media only screen and (max-width: 1020px) {
    .disabled.menu-item {
        display: block !important;
    }
}
/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #141414;
}
*/
/*
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
	margin: 0;
}
*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-toggle-on a.mega-menu-link {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0px 12px;
    line-height: 50px;
    font-weight: 500;
}

@media only screen and (min-width: 1021px) {
	#mega-menu-wrap-primary #mega-menu-primary {
	    text-align: right;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-toggle-on a.mega-menu-link {
		padding: 0px 8px;
		font-size: 12px;
    	font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1020px) {
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		max-width: 480px;
    	margin: 0 auto;
	}
}


/* FOOTER WIDGETS
=========================== */
/*
.footer-widgets {
	padding: 60px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets {
	background-color: #222;
	color: #fff;
}

.footer-widgets a {color: #fff;}

.footer-widget-area .simple-social-icons ul {
	float: none;
	text-align: center;
}

.footer-widget-area .simple-social-icons ul li {
    float: none;
    display: inline-block;
}

.footer-widget-area li.menu-item {
	float: left;
	width: 50%;
	padding-right: 2%;
	margin-bottom: 10px;
}

.footer-widget-area .menu li.menu-item:before {
	content: "\f139";
	width: 16px;
    height: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
}
 
.footer-widget-area .gfield_label {display: none !important;}

.standard-form-field-size {
	width: 304px;
	padding-right: 0 !important;
}

@media only screen and (min-width: 1021px) {

	.footer-widget-area {
		float: left;
		width: 33.333333%;
		padding: 0 1%;
	}	
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {

	.footer-widget-area li.menu-item {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

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

	.footer-widgets {text-align: center;}

	.footer-widget-area {
		margin: 0 auto 40px;
		max-width: 80%;
	}

	.footer-widgets .widget .gform_wrapper li {
	    margin-left: auto!important;
	    margin-right: auto!important;
	}

	.footer-widgets .widget .gform_wrapper .gform_footer {text-align: center;}
	
}

*/
/* SITE FOOTER
=========================== */

.site-footer {
    border: none;
    font-size: inherit;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}
/*
.site-footer {
	background-color: #222;
	color: #fff;
}

.site-footer a {color: #fff;}
*/
.site-footer p {margin-top: 10px;}

.entry-title a,
.menu a,
.footer-widgets a,
.site-footer a {text-decoration: none;}



/* SIDEBAR WIDGETS
------------------ */
/*
.msllcidx-template .general-sidebar,
.msllcidx-template-default .general-sidebar {display: none;}

.msllcidx-template-default.single-msllcidx .sidebar {display: none;}

.msllcidx-template-default.single-msllcidx .content {
	float: none;
	width: 100%;
}
*/
.propertySearchForm .general-sidebar,
.propertySearchResult .general-sidebar,
.propertyDetails .general-sidebar {display: none;}

.sidebar .widget {margin: 0 0 40px;}

.sidebar .msllcidx_widget_svp {display: none;}
/*
.sidebar .menu-item {border-bottom: 1px solid #444;}

.sidebar .menu-item a {
	background-color: #333;
	color: #fff;
}
*/
.sidebar .menu-item a {
	padding: 12px;
	display: block;
}

.sidebar .slick-slider .slick-slide {
	text-align: center;
	margin-bottom: 15px;
}

.sidebar .slick-slider .slick-slide .msllcidx-full {
	padding: 20px 10px;
}
/*
.sidebar .slick-slider .slick-slide .msllcidx-full {
	background-color: #ddd;
}
*/
.sidebar .slick-slider .slick-slide .msllcidx-img-wrp img {margin: 0 auto;}

.sidebar .slick-slider .slick-slide .msllcidx-price,
.sidebar .slick-slider .slick-slide .msllcidx-address,
.sidebar .slick-slider .slick-slide .msllcidx-address2 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
/*
.sidebar .slick-slider .slick-slide .msllcidx-price,
.sidebar .slick-slider .slick-slide .msllcidx-address,
.sidebar .slick-slider .slick-slide .msllcidx-address2 {
	color: #333 !important;
}
*/
.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	margin-top: 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a {
	text-decoration: none;
	padding: 4px 16px;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
/*
.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a {
	background-color: #333 !important;
}
*/
.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-row {
	padding: 10px 0 0;
}

.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-readmore-btn a {
	text-decoration: none;
	padding: 4px 16px;
}

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

	.sidebar .slick-slider .slick-slide .msllcidx-full {
		background-color: transparent;
	}
}


/* FRONT PAGE
=========================== */

.home .site-inner,
.home .content .entry-title {display: none;}

.fp-slider .wrap {max-width: 100%;}

.home .n2-section-smartslider div#n2-ss-2 .n2-ss-slider-1 {height: 580px !important;}

/* --- FP TOP --- */

.fp-wa .msllcidx-widget-search-form .search-bar-design {
	position: relative;
}

.fp-wa .msllcidx-widget-search-form .search-bar-design form {

}

.search-bar-design .msllcidx-search-input {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 50px;
    
}

.search-bar-design .msllcidx-search-input .msllcidx-search-wrp {
	height: 50px;
	float: left;
    width: 100%;
}

.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:focus,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:active {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Roboto Slab', serif;
}
/*
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:focus,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:active {
	border: 1px solid #dedede;
}
*/
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .msllcidx-s-msg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	padding: 5px 16px;
}
/*
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .msllcidx-s-msg {
	color: #333158;
	background-color: #ccc;
}
*/
.search-bar-design .msllcidx-search-bar {

}

.search-bar-design .msllcidx-search-bar .msllcidx-widget-options {

}

.search-bar-design .msllcidx-search-bar .msllcidx-widget-options .msllcidx-target {
	height: 50px;
    text-transform: uppercase;
    padding: 10px 12px;
    letter-spacing: 2px;
    float: left;
    width: 100%;
}
/*
.search-bar-design .msllcidx-search-bar .msllcidx-widget-options .msllcidx-target {
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
*/
.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt {
	margin-top: -3px;
	float: left;
    width: 100%;
}
/*
.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt {
	background: #fafafa;
}
*/
.search-bar-design .msllcidx-details .msllcidx-min, 
.search-bar-design .msllcidx-details .msllcidx-max {
    width: 45%;
    float: left;
}

.search-bar-design .msllcidx-details .msllcidx-tween {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 10%;
    text-transform: lowercase;
}

.search-bar-design .msllcidx-selectbox {
    width: 100%;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    line-height: 45px;
    height: 44px;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
/*
.search-bar-design .msllcidx-selectbox {
    border: 1px solid #d7d7d7;
    color: #6f6f6f;
}
*/
.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt .msllcidx-hide {
	display: none;
}

.search-bar-design .msllcidx-search-bar .msllcidx-widget-options button {
	height: 50px;
    padding: 14px 24px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    border: none;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box {
    font-size: 16px;
    padding: 15px;
    border-top: 0;
    z-index: 9;
    text-align: left;
    text-transform: uppercase;
    float: left;
    position: relative;
    width: 100%;
}
/*
.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box {
    border: 1px solid #d7d7d7;
    background: #fff;
}
*/
.search-bar-design .msllcidx-type .msllcidx-details {
    padding: 10px;
    margin: 0;
}

.search-bar-design .msllcidx-type .msllcidx-details button {
    margin-top: 10px;
}

.search-bar-design .msllcidx-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 25px;
    line-height: 10px;
    padding: 10px;
    z-index: 7;
}
/*
.search-bar-design .msllcidx-close {
    border: 1px solid #e9e9e9;
    background: #fff;
}
*/
@media only screen and (min-width: 1021px) {

	.search-bar-design .msllcidx-search-input,
	.search-bar-design .msllcidx-search-bar {
		float: left;
	}

	.search-bar-design .msllcidx-search-input {
		width: 33.333333%;
	}

	.search-bar-design .msllcidx-search-bar {
		width: 66.666666%;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-widget-options {
		float: left;
		width: 25%;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt .msllcidx-column {
		float: left;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt .msllcidx-col-6 {
		width: 50%;
	}
		
}
/* --- FP TOP END --- */

/* --- FP SEC-1 --- */

.fp-sec-1,
.fp-sec-2 {
	text-align: center;
	padding: 60px 0 0;
}
.fp-sec-2 {padding: 40px 0;}

.fp-sec-1 .widget,
.fp-sec-2 .widget {
	padding: 20px;
	/*
	background-color: #444;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
	*/
}

/*.fp-sec-1 .widget:hover {background: #d9bc7a;}*/

.fp-stuff a,
.link-box a {
	text-decoration: none;
}


.link-box {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	position: relative;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;

  	width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#636467;
}
.link-box:before {
  	pointer-events: none;
  	position: absolute;
  	z-index: -1;
  	content: '';
  	top: 100%;
  	left: 5%;
  	height: 10px;
  	width: 90%;
  	opacity: 0;
  	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 80%);
  	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 80%);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform, opacity;
  	transition-property: transform, opacity;

}
.link-box:hover, 
.link-box:focus, 
.link-box:active {
  	-webkit-transform: translateY(-5px);
  	transform: translateY(-5px);

  	background-color:#444;
}
.link-box:hover:before, 
.link-box:focus:before, 
.link-box:active:before {
  	opacity: 1;
  	-webkit-transform: translateY(5px);
  	transform: translateY(5px);
}

.link-box a {color: #fff;}

.link-box a:hover {opacity: 1;}
/*
.link-box {
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#636467;
      
}

.link-box:hover{
    background-color:#111;
}
*/
.ma-center-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 23px 0;
    overflow: hidden;
}

.ma-center-item::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 0;
  bottom: auto;
  height: 7px;
  width: 198px;
  background: url(/wp-content/uploads/2019/07/cta-line.png) no-repeat center / contain;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ma-center-item::after {
  content: '';
  position: absolute;
  left: -80px;
  bottom: 0;
  top: auto;
  height: 7px;
  width: 198px;
  background: url(/wp-content/uploads/2019/07/cta-line.png) no-repeat center / contain;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ma-center-item:hover:before, 
.ma-center-item:focus:before, 
.ma-center-item:active:before {
  	bottom: 0;
  	top: auto;
}

.ma-center-item:hover:after, 
.ma-center-item:focus:after, 
.ma-center-item:active:after {
  	top: 0;
  	bottom: auto;
}


/* --- FP SEC-1 END --- */

/* --- FP SEC-2 --- */

/* --- FP SEC-2 END --- */

/* --- FP SEC-3 --- */

/* --- FP SEC-3 END --- */

/* --- FP SEC BOTTOM --- */

/* --- FP SEC BOTTOM END --- */

@media only screen and (min-width: 1021px) {

	.fp-sec-1 .widget,
	.fp-sec-2 .widget {
		float: left;
		width: 31.333333%;
		margin: 0 1%;
	}	
}

@media only screen and (max-width: 1020px) {
	
	.fp-sec-1 .widget {
		max-width: 80%;
		margin: 0 auto 40px;
	}	
}

/* --- OTHER PAGES --- */

.cp-address {line-height: 2;}

.market-updates td {
	border: none;
	color: #111;
}

.market-updates a {text-decoration: none;}
.learn-more {
	font-weight: 600;
    color: #111;
    font-size: 16px;
}

@media only screen and (min-width: 1021px) {

	.cp-address {padding-top: 10px;}
	.cp-form,
	.cb-detail-info {
		padding-left: 30px;
		margin-left: 20px;
		border-left: 1px dotted #636467;
		width: calc(66.666666% - 21px) !important;
	}
}


/* FIXING CALCULATOR PLUGIN
-------------------------- */
.calculators9601.inner header {}

.calculators9601.inner header nav {max-width: 100%;}

.calculators9601.inner header nav ul {
	padding-left: 0;
}

.calculators9601.inner header nav ul li {
	height: auto;
}
/*
.calculators9601.inner header nav ul li {
	background: #222;
}

.calculators9601.inner header nav ul li:hover {
	background: #222;
	opacity: 0.6;
}
*/
.calculators9601.inner header nav ul li a {
	padding: 10px;
	display: block;
}

.calculators9601.inner #main-content {padding: 0;}

.calculators9601.inner #main-content iframe {height: 500px !important;}

.btn-success {margin-top: 20px !important;}

.btn-success {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #000 !important;
    border-color: #000 !important;
    opacity: 0.6;
}


/* FIXING POST TYPE PAGES
------------------------- */

.handouts-template-default .entry .entry-header .entry-meta,
.expages-template-default .entry .entry-header .entry-meta {display: none;}

.handbox a {text-decoration: none;}

@media only screen and (min-width: 1021px) {

	.handbox {
		position: relative;
		margin-left: -2%;
		margin-right: -2%;
	}

	.one-half {
		float: left;
		width: 50%;
		padding: 20px 2% 0;
	}
}




/* MEDIA QUERIES
================================================ */

@media only screen and (min-width: 1021px) {

	.full,
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.one-seventh,
	.one-eighth,
	.two-third,
	.two-fifth,
	.two-seventh,
	.three-fourth,
	.three-fifth,
	.three-seventh,
	.three-eighth,
	.four-fifth,
	.four-seventh,
	.five-sixth,
	.five-seventh,
	.five-eighth,
	.six-seventh,
	.seven-eight {float: left;}

	.full {width: 100%;}
	.one-half {width: 50%;}
	.one-third {width: 33.333333%;}
	.one-fourth {width: 25%;}
	.one-fifth {width: 20%;}
	.one-sixth {width: 16.666666%;}
	.one-seventh {width: 14.2857%;}
	.one-eighth {width: 12.5%;}
	.two-third {width: 66.666666%;}
	.two-fifth {width: 40%;}
	.two-seventh {width: 28.5714%;}
	.three-fourth {width: 75%;}
	.three-fifth {width: 60%;}
	.three-seventh {width: 42.857%;}
	.three-eighth {width: 37.5%;}
	.four-fifth {width: 80%;}
	.four-seventh {width: 57.142857%;}
	.five-sixth {width: 83.333333%;}
	.five-seventh {width: 71.42857%;}
	.five-eighth {width: 62.5%;}
	.six-seventh {width: 85.714%;}
	.seven-eight {width: 87.5%;}

	.site-header {
	    position: fixed;
	    left: 0;
	    top: 0;
	    right: 0;
	    z-index: 99;
	}
	.fp-slider,
	.site-inner {margin-top: 106px;}
}


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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary {
		width: 300px;
	}

}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
	.site-inner, 
	.wrap {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.site-header .wrap,
	.fp-slider .wrap {
	    padding-left: 0;
	    padding-right: 0;
	}

	.title-area {width: 240px;}

	.header-image .site-title > a {
	    min-height: 80px;	    
	    background-size: contain;
	}

	.site-header .header-widget-area {
	    width: calc(100% - 260px);
	    padding-top: 26px;
	}
}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

}

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

}

.msllcidx-template-default .site-inner article .entry-meta,
.single-msllcidx .site-inner article .entry-meta,
.home .site-inner article .entry-meta,
.blog .site-inner article .entry-meta {
	display: none;
}

.msllcidx-searchform .special-buttons ul {
	padding: 0;
}

body .slick-slide {
    min-height: 300px !important;
}

body .slick-slide img {
	position: static;
    transform: none;
    width: 100%;
    overflow: hidden;
}

body .msllcidx-img-wrp {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border: none;
    background-color: #ccc;
    line-height: 0;
}

body .msllcidx-img-wrp img {
    position: static;
    transform: none;
    width: 100%;
    overflow: hidden;
}

.popmake {
	top: 20% !important;
	border: none !important;
}

.popmake-close {
	display: none;
}

.popup-box {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 32px;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.popup-box .inner {
    position: relative;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    padding: 40px 20px 20px;
    background-color: #fff;
}

.popup-box .close {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
    color: #232323;
    font-size: 20px;
}

.popup-box h3.center {
    text-align: left;
    color: #222;
}

.popup-box br {
    display: none;
    height: 0;
}

.popup-box p {
    display: none;
}

.custom-contact-form label {
    color: #444;
}

.popup-box .g-recaptcha {
    margin: 0 0 15px;
}

.child-iframe {
    width: 100%;
    border: none;
}

.footer-cb {
    padding: 20px 0 0;
}

.footer-cb .button {
    padding: 12px 60px !important;
    background-color: #fff !important;
    color: #111 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-cb .button:focus,
.footer-cb .button:active,
.footer-cb .button:hover {
    background-color: #666 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-cb .button:focus {
    outline: 0 !important;
}