/*
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: 1.0.2
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
*/

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Bold.eot);
  	font-weight: 600;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Bold.ttf);
  	font-weight: 600;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Bold.woff);
  	font-weight: 600;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Bold.woff2);
  	font-weight: 600;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Light.eot);
  	font-weight: 300;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Light.ttf);
  	font-weight: 300;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Light.woff);
  	font-weight: 300;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Light.woff2);
  	font-weight: 300;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Regular.eot);
  	font-weight: 400;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Regular.ttf);
  	font-weight: 400;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Regular.woff);
  	font-weight: 400;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Regular.woff2);
  	font-weight: 400;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Semibold.eot);
  	font-weight: 500;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Semibold.ttf);
  	font-weight: 500;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Semibold.woff);
  	font-weight: 500;
}

@font-face{
  	font-family: 'Lato';
  	src: url(fonts/Lato-Semibold.woff2);
  	font-weight: 500;
}

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

*, ::after, ::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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,
.sidebar .widget::after,
.content-sidebar-wrap::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: #ededed;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

body > div {font-size: 16px;}

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: #212121;}

a:hover,
a:focus {opacity: #333;}

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

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

h1 {font-size: 36px;}

h2 {font-size: 30px;}

h3 {font-size: 26px;}

h4 {font-size: 22px;}

h5 {font-size: 20px;}

h6 {font-size: 18px;}

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

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

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

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

.h1 {font-size: 76px;}

.h2 {font-size: 56px;}

.h3 {font-size: 42px;}

p {margin: 0 0 15px;}

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

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

img {
	max-width: 100%;
	height: auto;
}

/* FORMS
=========================== */

input[type=text],
input[type=email], 
input[type=password], 
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], 
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important; 
}

label {
    font-size: 16px !important;
    display: block !important;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0;
	cursor: pointer;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 12px 24px;
	width: auto;
	background-color: #b89b71 !important;
    color: #272d3b !important;
    text-transform: uppercase;
}

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 {
	background-color: #937c5a !important;
	color: #fefefe !important;
	opacity: 1 !important;
}

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

td, 
th {height: 30px;}

td {
	background: #efefef;
    border: 1px solid #dedede;
}

th {  
    background: #b89b71;
    border: 1px solid #dedede;
    color: #fefefe;
}

/* 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: 600;
	padding: 15px 23px 14px;
	color: #b89b71;
	background: #f9f9f9;
	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;
}

.widget_media_image .widget-wrap {
	line-height: 0;
}


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

.site-header {
	min-height: 0;
	line-height: 0;
	border-bottom: none;
}

.site-header .header-widget-area {
	padding: 24px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
}

.title-area {display: none;}
/*
.site-title {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.25;
}
*/

.header-widget-area {position: relative;}

.header-widget-area .widget {width: 100%;}

.header-widget-area .widget_media_image:first-child {
	width: 36%;
	margin: 0 auto;
}

.header-widget-area .widget_media_image:nth-child(3),
.header-widget-area .widget_media_image:last-child {
	margin-top: 40px;
	display: none;
}

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

	.header-widget-area .widget_media_image:nth-child(2) {
		position: absolute;
		width: 25%;
		top: 68px;
		right: 20px;
		text-align: right;
	}

	.header-widget-area .widget_media_image:nth-child(3) {
		display: block;
	}
}

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

}

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

	.header-widget-area .widget_media_image {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.header-widget-area .widget_media_image:first-child {
		width: 400px;
	}

	.header-widget-area .widget_media_image:nth-child(2) {
		width: 300px;
		margin-top: 30px;
	}

	.header-widget-area .widget_media_image:last-child {
		display: block;
	}
}

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

.nav-primary,
.nav-secondary {
	text-transform: uppercase;
	font-size: 16px;
}

.nav-secondary {display: none;}

.home .nav-secondary {display: block;}

.nav-primary {
	/*
	background-color: #272d3b !important;
	border-top: 5px solid #181C25;
	*/
	background: transparent !important;
} 

.nav-primary .menu {
	background-color: #272d3b !important;
	border-top: 5px solid #181C25;
} 

.nav-secondary {
	background-color: #b89b71 !important;
	background: transparent !important;
}

.nav-secondary .wrap {
	background-color: #b89b71 !important;
}

.menu,
.menu ul {
	padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
}

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

.menu li.menu-item a {text-decoration: none;}

.menu li.menu-item {position: relative;}

.menu li.menu-item a {
	padding: 0px 16px;
    line-height: 60px;
    height: 60px;
}

.nav-primary .menu li.menu-item a,
.nav-secondary .menu li.menu-item a {
	color: #fff;
	display: block;
}

.nav-primary .menu li.menu-item a:hover,
.nav-primary .menu li.menu-item ul {
	background-color: #1c202a;
}

.nav-secondary .menu li.menu-item a:hover,
.nav-secondary .menu li.menu-item ul {
	background-color: #806c4f;
}

.menu li.menu-item:hover ul {
	display: block;
	z-index: 9;
}

.menu li.menu-item ul li {
	display: list-item;
}

.nav-primary .menu li.menu-item ul li a:hover {
	background-color: #272d3b;
}

.nav-secondary .menu li.menu-item ul li a:hover {
	background-color: #b89b71;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}



.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) {

	.menu {text-align: center;}

	.menu li.menu-item {
		display: inline-block;
		vertical-align: text-top;
	}

	.menu li.menu-item ul {
		display: none;
		position: absolute;
		right: 0;
		left: auto;
		top: 60px;
		text-align: left;
		min-width: 340px;
	}

	.home .menu-toggle {display: none;}

	.disabled.menu-item {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
	
	.nav-primary,
	.nav-secondary {font-size: 14px;}

	.nav-primary .menu li.menu-item a, 
	.nav-secondary .menu li.menu-item a {
	    padding: 0 10px;
	}
}

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

	.nav-primary,
	.nav-secondary {
	    max-width: 400px;
	    margin: 0 auto;
	}

	.home .nav-secondary {display: none;}

	.home .menu-toggle {display: block;}

	.disabled.menu-item {
        display: block !important;
    }

	button.menu-toggle {max-width: 100%;}

	.menu-toggle.nav-primary {
		background-color: #272d3b !important;
		border-top: 5px solid #181C25;
	}

	nav.nav-primary .wrap {
		border-top: none;
	}

	.menu-toggle.nav-secondary {
		background-color: #b89b71 !important;
	}
	/*
	.nav-primary .menu li.menu-item {
		border-left: 1px solid #b89b71;
	}

	.nav-primary .menu li.menu-item.current-menu-item {
		border-left: 1px solid orange;
	}

	.nav-secondary .menu li.menu-item {
		border-left: 1px solid #272d3b;
	}

	.nav-secondary .menu li.menu-item.current-menu-item {
		border-left: 1px solid orange;
	}
	*/
	.nav-primary .menu li.menu-item a:hover {
		background-color: #1c202a;
	}

	.nav-secondary .menu li.menu-item a:hover {
		background-color: #806c4f;
	}

	.mighty-responsive-menu nav {
		display: none;
		position: relative;
	}

	.mighty-responsive-menu nav .wrap {
		padding: 0;
	}

	.mighty-responsive-menu nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		color: #fefefe !important;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		line-height: 48px !important;
    	padding: 0 !important;
	}

	.menu-toggle.nav-secondary {
		display: none;
	}

	.home .menu-toggle.nav-secondary {
		display: block;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 1000;
		width: 90%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #fff;
		/*content: "\f333";*/
		display: inline-block;
		font: normal 20px/1 'dashicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:		 translate(0, 0);
		transform:				 translate(0, 0);
		vertical-align: top;
    	line-height: 40px;
    	content:url('http://109.msllcservers.com/wp-content/uploads/2020/02/menu-icon-std-20.png');
	}

	.sub-menu-toggle {
		float: right;
		padding: 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 16px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.mighty-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.mighty-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.mighty-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		color: #fefefe;
		padding: 0 16px;
		width: 100%;
	}

	.mighty-responsive-menu .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.mighty-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.mighty-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.mighty-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.mighty-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
		padding-left: 20px;
	}

	.mighty-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.mighty-responsive-menu .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.mighty-responsive-menu nav .genesis-nav-menu .menu-item .sub-menu li a,
	.mighty-responsive-menu nav .genesis-nav-menu .menu-item .sub-menu li a:hover,
	.mighty-responsive-menu nav button:hover,
	.mighty-responsive-menu .menu-toggle:hover,
	.mighty-responsive-menu .nav-primary {
		background-color: #b89b71;
		color: #fefefe;
	}

	.mighty-responsive-menu nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
	.mighty-responsive-menu nav .genesis-nav-menu .menu-item a:focus,
	.mighty-responsive-menu nav button:focus,
	.mighty-responsive-menu .menu-toggle:focus {
		background-color: #b89b71;
		color: #fefefe;
		outline: none;
	}

	.mighty-responsive-menu .nav-header .genesis-nav-menu .menu-item a,
	.mighty-responsive-menu .nav-secondary .genesis-nav-menu .menu-item a {
		color: #333;
	}
}

/* BEFORE FOOTER
=========================== */

.static-banner {}

.static-page-title-box {
	min-height: 180px;
    background-size: cover !important;
}

.static-page-title {display: none;}

/* BEFORE FOOTER
=========================== */

.before-footer {display: none;}

.home .before-footer,
.single-msllcidx .before-footer,
.msllcidx-template-default .before-footer {display: block;}

.single-msllcidx #before-footer-3,
.msllcidx-template-default #before-footer-3 {display: none;}

#before-footer-1 .wrap {
	/*max-width: 100%;*/
	line-height: 0;
}

#before-footer-2 {
	/*background-color: #272d3b;*/
}

#before-footer-2 .wrap {background-color: #272d3b;}

#before-footer-2 .wrap {
	text-align: center;
	padding: 60px 0;
}

#before-footer-2 .widget {
	padding: 20px;
}

#before-footer-2 .widget-title {
	font-size: 18px;
	font-weight: 500;
	color: #b89b71;
}

#before-footer-2 .widget:first-child,
#before-footer-2 .widget:last-child {
	padding: 0;
}

#before-footer-2 button.read-more {
	background-color: #B89B71 !important;
	padding: 12px 24px;
	text-transform: uppercase;
	font-weight: 500 !important;
    border-radius: 4px;
    color: #fff !important;
    margin-top: 20px;
}

#before-footer-3 .wrap {
	padding: 40px 5% 0;
	background-color: #fff;
}

.bf-about-bottom {
	text-transform: uppercase;
	padding: 30px 0 0;
}

.bf-about-bottom h4 {margin-bottom: 5px;}

.bf-about-bottom p {margin-bottom: 0;}

.bf-about-bottom img {max-width: 80%;}

@media only screen and (min-width: 768px) {
	
	#before-footer-2 .widget {
		float: left;
		width: 31.333333%;
		margin: 0 1%;
	}

	#before-footer-2 .widget:first-child,
	#before-footer-2 .widget:last-child {
		width: 100%;
		margin: 0;
	}

	#before-footer-3 .widget:first-child {
		float: left;
		width: 33.333333%;
		padding: 0 1%;
	}

	#before-footer-3 .widget:last-child {
		float: left;
		width: 66.666666%;
		padding: 0 3%;
	}

}

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

	#before-footer-1 .widget iframe {
		height: 420px !important;
	}
}

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

	#before-footer-1 .wrap {
		padding-left: 0;
    	padding-right: 0;
	}

	#before-footer-3 .widget:first-child {
		width: 40%;
	}

	#before-footer-3 .widget:last-child {
		width: 60%;
	}

	#before-footer-1 .widget iframe {
		height: 360px !important;
	}

	.bf-about .bf-about-top img {width: 460px;}

	.bf-about-bottom {padding-top: 10px;}

	.bf-about-bottom .one-half {
		float: left;
		padding: 10px 1%;
	}

	.bf-about-bottom .one-half:first-child {
		width: 66.666666%;
	}

	.bf-about-bottom .one-half:last-child {
		width: 33.333333%;
	}

	.bf-about-bottom p {font-size: 14px;}

	.bf-about-bottom img {
	    max-width: 100%;
	}

}

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

	.before-footer .widget {
		text-align: center;
	}

	.before-footer .widget img {
		width: 300px;
	}

	.before-footer .widget {
		width: 100% !important;
	}

	#before-footer-1 .widget iframe {
		height: 300px !important;
	}

	#before-footer-3 .widget:last-child {
		margin-top: 30px;
	}

	.bf-about-bottom .one-half:first-child {
	    text-align: left;
	}

	#before-footer-2 .widget-title {
	    font-size: 24px;
	}
}

/* FOOTER WIDGETS
=========================== */
/*
.footer-widgets {
	padding: 0;
	font-size: 14px;
	background-color: #1c202a;
	color: #fefefe;
	display: none;
}

.footer-widgets a {
	text-decoration: none;
	color: #fefefe;
}

.footer-widgets .wrap {
	padding: 40px 20px;
}

.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 .menu {
	text-align: left;
}

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

.footer-widget-area li.menu-item a {
	padding: 0;
	display: inline-block;
	vertical-align: text-top;
	line-height: 1;
	height: auto;
}

.footer-widget-area .menu li.menu-item:before {
	content: "\f139";
	width: 16px;
    height: 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
}

.footer-widgets-1 .widget {
	margin-bottom: 20px;
}

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

.footer-widgets-1 .widget_media_image img {
	max-width: 200px !important;
}

.footer-widget-area .gfield_label {display: none !important;}

.footer-widget-area .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
}

.footer-widget-area .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.footer-widget-area .gform_wrapper .gform_footer {
	margin: 0;
}

.footer-widget-area .gform_wrapper .gform_footer input[type=submit] {
	background-color: #121212 !important;
	margin: 0;
}

.footer-widget-area .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #937c5a !important;
}

.footer-widget-1-inner {text-align: center;}

.footer-widget-1-social-sec ul {
	margin: 0;
	padding: 0;
}

.footer-widget-1-social-sec li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

@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;
	}
	
}
*/
/* SITE FOOTER
=========================== */

.site-footer {
    /*background-color: #272d3b;*/
}

.site-footer .wrap {
    border: none;
    font-size: inherit;
    line-height: 1;
    text-align: center;
    padding: 40px 20px;
    background-color: #272d3b;
	color: #fff;
}

.site-footer a {
	text-decoration: none;
	color: #fff;
}

.site-footer p {
	margin-top: 10px;
    margin-bottom: 10px;
}

.copyright-cred-text {line-height: 1.4;}

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

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

.content-sidebar .site-inner,
.sidebar-content .site-inner {
    padding: 40px 0;
}

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

.sidebar .widget {margin: 0 0 20px;}
/*
.single-msllcidx .content,
.msllcidx-template-default .content,
.msllcidx-page .content {
	padding: 24px;
    background-color: #fff;
}
*/
.content {
	padding: 24px !important;
    background-color: #fff;
}

.single-msllcidx .entry-title,
.msllcidx-template-default .entry-title,
.page .entry-title {display: none;}

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

.entry-title a {text-decoration: none;}

/*

@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: 780px;
		width: 840px;
	}

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

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

	.content {
		width: 660px;
		width: 820px;
		float: left;
	}

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

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

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

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

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

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

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

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

	.content-sidebar-sidebar .sidebar-primary,
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		width: 180px;
	}

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

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

}

@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: 780px;
	}

	.content {width: 720px;}

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

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

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

	.content {
		width: 660px;
	}

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

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

	.content {
		width: 600px;
	}

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

@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%;
	}

	.sidebar {padding: 40px 0 0;}

}
*/


.full-width-content .sidebar {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .sidebar {
        width: 220px;
    }

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

    .content-sidebar .content,
    .sidebar-content .content {
        width: calc(100% - 250px);
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: calc(100% - 240px);
    }

    .content-sidebar .content-sidebar-wrap,
    .sidebar-content .content-sidebar-wrap {
        width: 100%;
    }
    
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: calc(100% - 240px);
    }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1021px) {
    .sidebar {
        width: 300px;
    }

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

    .content-sidebar .content,
    .sidebar-content .content {
        width: calc(100% - 340px);
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: calc(100% - 340px);
    }
    
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: calc(100% - 340px);
    }
}

@media (min-width: 1250px) {
    .site-inner,
    .wrap {
        width: 1200px;
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar {
        width: 320px;
    }

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

    .content-sidebar .content,
    .sidebar-content .content {
        width: calc(100% - 360px);
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: calc(100% - 360px);
    }
    
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: calc(100% - 360px);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        padding-top: 40px;
    }
}

/* SIDEBAR WIDGETS
------------------- */

.sidebar .menu {
	text-align: left;
	padding: 20px 0 !important;
	background-color: #b89b71;
}

.sidebar .menu .menu-item {
	display: block;
    margin-bottom: 0;
}

.sidebar .menu .menu-item a {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    display: block;
    background-color: #b89b71;
    color: #272d3b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar .menu .menu-item a:hover,
.sidebar .menu .menu-item a:active {
    background-color: #937c5a !important;
    color: #fff;
}

.sidebar .menu .menu-item ul {
    display: block;
    position: static;
    padding-left: 30px !important;
    min-width: 100px;
}

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

	.sidebar .menu .menu-item a {
	    color: #272d3b;
	    color: #000;
	}

	.sidebar .menu .menu-item.current-menu-ancestor a {
		color: #ff6600;
	}

	.sidebar .sub-menu .menu-item a,
	.sidebar .menu .menu-item.current-menu-ancestor .sub-menu .menu-item a {
	    color: #272d3b;
	}

	.sidebar .sub-menu {padding-left: 0 !important;}

	.sidebar .sub-menu li.menu-item {
		border-left: 2px solid #fff;
		margin-bottom: 2px;
	}

	.sidebar .sub-menu li.menu-item.current-menu-item {
		border-left: 2px solid #ff6600;
	}

	.sidebar .sub-menu li.menu-item.current-menu-item a,
	.sidebar .menu .menu-item.current-menu-ancestor .sub-menu .menu-item.current-menu-item a {
		color: #ff6600;
	}
}

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

.home .site-inner {display: none;}

.fp-slider .wrap {
	/*max-width: 100%;*/
	padding: 0;
}

.fp-slider .custom-html-widget {
	line-height: 0;
}

.fp-slider .custom-html-widget img {
	width: 100% !important;
}

.fp-sec-1 {display: none;}
/*
.fp-sec-1 .wrap {
	text-align: center;
	padding: 40px 20px;
	background-color: #272d3b;
}

.fp-sec-1 .widget {
	padding: 40px 20px 60px;
	background-color: #b89b71;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.fp-sec-1 .widget:hover {background: #937c5a;}

.fp-sec-1 .h3 {line-height: 1.6;}

.fp-sec-1 .h3 a {
	color: #fefefe;
	text-decoration: none;
	border-bottom: 1px solid #fefefe;
	padding: 10px 0;
}

.fp-sec-1 .h3 a:hover,
.fp-sec-1 .h3 a:focus,
.fp-sec-1 .widget:hover .h3 a {
	color: #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}

@media only screen and (min-width: 1021px) {
	
	.fp-sec-1 .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;
	}	
}
*/

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

	.site-inner, 
	.wrap {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}

	.sidebar .wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/*
	.site-footer .wrap,
	.nav-primary .wrap,
	.before-footer .wrap {
		margin-left: 3%;
    	margin-right: 3%;
	}
	*/
}

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

	.site-inner, 
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	/*
	.site-footer .wrap,
	.nav-primary .wrap,
	.before-footer .wrap {
		margin-left: 5%;
    	margin-right: 5%;
	}
	*/
	#before-footer-1 .wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* OTHER PAGES
======================== */

.bf-about-bottom {padding-top: 10px;}

.bf-about-bottom-top h4 {
	font-size: 20px;
}

.bf-about-bottom-top p {
	font-size: 14px;
}

.bf-about-bottom-bottom img {
	width: 160px;
}

.tombio-middle h4,
.tombio-middle h5,
.tombio-bottom h4 {text-transform: uppercase;}

.tombio-bottom {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #333;
}

.tombio-bottom .n2-ss-item-content {
	width: 88%;
    margin: 0 auto;
}

.tombio-bottom h4 {text-align: center;}

.tombio-bottom .n2-ss-item-content .n2-ow p {
	font-size: 16px !important;
	text-align: center !important;
}

.tombio-bottom .n2-ss-item-content .n2-ow h6 {
	font-size: 20px !important;
	font-weight: 500 !important;
	/*margin-top: 10px;*/
}

.entry-content {position: relative;}

.link-tabs {
	text-align: center;
	/*
	position: absolute;
	width: 100%;
    top: -64px;
    */
    padding-bottom: 60px;
}

.link-tabs .one-half,
.link-tabs .one-third {
	float: left !important;
	padding-top: 20px;
}

.link-tabs .one-half {
	width: 50% !important;
}

.link-tabs .one-third {
	width: 33.333333% !important;
}
/*
.link-tabs .left .inner {
	float: right;
	padding-right: 40p
}

.link-tabs .right {
	float: right !important;
}
*/

.link-tabs a {
	text-decoration: none;
	display: inline-block;
	background-color: #b89b71;
	padding: 7px 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.link-tabs a:hover {color: #fff;}

.spp-content {}

.spp-cb {margin-bottom: 30px;}

.worship .spp-cb {
	border-bottom: 2px solid #000;
}

.school-district .spp-cb:last-child,
.worship .spp-cb:last-child,
.worship .spp-cb:nth-child(3) {
	border-bottom: none;
}

.spp-cb-sb {}

.spp-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.spp-cb-inner {}

.spp-cb-inner .column {
	margin-bottom: 15px;
	font-size: 14px;
}

.spp-cb-inner .column p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 13px;
    color: #555;
}

.spc-notice {
	line-height: 1.4;
	margin-bottom: 30px;
}

.link-sources {text-transform: uppercase;}

.link-sources a {text-decoration: none;}

.ad-info {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}

.spp-title-tail {
	position: relative;
    margin-top: -20px;
    margin-bottom: 25px !important;
    font-size: 14px !important;
}

.new-dev-top,
.new-dev-bottom .row {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.new-dev-bottom .row {
	padding-top: 20px;
}

.new-dev-bottom .row:last-child,
.new-dev-bottom .new-dev-bottom-tr {
	border-bottom: none;
}

.new-dev h3 {
	text-transform: uppercase;
	margin-top: 20px;
}

.new-dev h4 {
	text-transform: uppercase;
	margin-top: 10px;
}

.new-dev-bottom .fp-photo img {
	max-width: 480px;
}

.new-dev-bottom .fp-sketch img {
	display: inline-block;
	margin-right: 30px;
	max-width: 200px;
	cursor: pointer;
}

.resources .spp-cb-sb li a {text-decoration: none;}

.school-district .spc-notice {margin-bottom: 0;}

.school-district .spp-cb {
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 2px solid #000;
}

.school-district #hopkin-schools {
	margin-top: 0;
	padding-top: 30px;
	border-top: none;
}
/*
.school-district #wayzata-schools {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}
*/

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

	.tombio-top .one-third {padding: 0;}

	.tombio-top .two-third {padding: 0 2%;}

}

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

	.tombio-top .bf-about-top img {
		width: 60%;
	}

	.spp-cb-inner {
		position: relative;
		margin-left: -5px;
		margin-right: -5px;
	}

	.spp-cb-inner .one-half,
	.spp-cb-inner .full {
		padding-left: 5px;
		padding-right: 5px;
	}

	.new-dev-top-sr .one-half {
		padding-left: 15px;
		padding-right: 15px;
	}

	.new-dev-top-sr {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}

}

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

	.link-tabs a {
		padding: 9px 10px;
		font-size: 14px;
	}
}

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

	.spp-cb-inner .column {
		font-size: 12px;
	}

	.spp-cb-inner .column p {
		font-size: 11px;
	}
}

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

	.tombio-top .column {float: left;}

	.tombio-top .one-third {
		width: 40%;
	}

	.tombio-top .two-third {width: 60%;}
	
	.bf-about-bottom .one-half {
		width: 33.333333%;
	}

	.bf-about-bottom .one-half:first-child {
		width: 66.666666%;
	}

}

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

	.tombio-top {
		text-align: center;
	}

	.tombio-top img {
		width: 300px;
	}

	.tombio-top .column {
		width: 100% !important;
		float: none;
	}

	.tombio-top .column.two-third {
		margin-top: 30px;
	}

	.link-tabs .one-half a {
		padding: 10px;
		font-size: 12px;
	}
	
}

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

	.link-tabs .one-half a {
		padding: 12px 4px;
    	font-size: 10px;
    	font-weight: 600;
	}
}

.to-top {
	/*
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(232,98,86,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	*/
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 60px;
	width: 40px;
	height: 40px;
	z-index: 9;
	color: transparent;
    text-decoration: none;
    overflow: visible;
	text-indent:100%;
	white-space:nowrap;
	visibility: visible;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top:before {
	color: #000;
	/*content: "\f343";*/
	font: normal 40px/1 'dashicons';
	z-index: 99;
	width: 40px;
	height: 40px;
	content:url('http://109.msllcservers.com/wp-content/uploads/2019/12/to-top-icon-40.png');
	border-radius: 40px;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}
/*
@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}
*/

/* FIXING CALCULATOR PLUGIN
-------------------------- */

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

.calculators9601.inner nav ul {
	margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.calculators9601.inner nav li {
	list-style: none;
    width: 100%;
    text-align: center;
    height: auto;
}

.calculators9601.inner nav li a {
	text-decoration: none;
    padding: 10px;
	display: block;
}

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

.calculators9601.inner #main-content iframe {
	width: 100%;
    height: 740px;
}


/* HANDOUTS-EXPAGES PAGE TEMPLATE
================================= */

.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%;
	}

	.handbox-left,
    .handbox-right {
        float: left;
        width: 50%;
        padding: 20px 2% 0;
    }
}

#schoolmenu {
	margin: 0;
	padding: 0 0 40px;
}

#schoolmenu li {
	list-style: none;
	display: inline-block;
}

#schoolmenu li a {
	text-decoration: none;
	background-color: #b89b71;
	color: #fefefe;
	padding: 10px 40px;
	font-weight: 500;
}

#schoolmenu li a:hover {
	background-color: #937c5a;
}


/* MSLLCIDX PAGE TEMPLATE
========================== */

.propertySearchForm .general-sidebar,
.propertySearchResult .general-sidebar,
.propertyDetails .general-sidebar {display: none;}

.single-msllcidx .entry-meta,
.msllcidx-template-default .entry-meta {display: none;}

.sidebar .msllcidx_widget_svp {display: none;}


/* MSLLCIDX STYLES - TUTUL
========================================================== */

/* SIDEBAR WIDGETS
=========================== */
/*
.sidebar .menu-item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #937c5a;
}

.sidebar .menu-item a {
    padding: 12px;
    display: block;
    background-color: #b89b71 !important;
    color: #fefefe;
    font-size: 16px !important;
}

.sidebar .menu-item a:hover,
.sidebar .menu-item a:active {
    background-color: #937c5a !important;
}
*/
.sidebar .slick-slider .slick-slide {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar .slick-slider .slick-slide .msllcidx-full {
    background-color: #937c5a;
    padding: 20px 10px;
}

.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;
    color: #fefefe !important;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn {
    font-size: 16px !important;
    margin-top: 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a {
    text-decoration: none;
    padding: 4px 16px;
    font-size: 16px !important;
    background-color: #b89b71 !important;
    color: #fefefe !important;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a:hover {
    background-color: #937c5a !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;
    }
}

/* SEARCHBAR
=========================== */

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

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

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

.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: 18px 12px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #dedede;
}

.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .msllcidx-s-msg {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1;
    height: 36px;
    color: #fefefe;
    background-color: #b89b71 !important;
}

.search-bar-design .msllcidx-search-bar .msllcidx-widget-options .msllcidx-target {
    height: 50px;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    border-left: none;
    background-color: #fefefe;
}

.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt {
    position: relative;
    margin-left: -1px;
    float: left;
    width: 100%;
}

.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;
    border: 1px solid #d7d7d7;
    color: #6f6f6f;
}

.search-bar-design .msllcidx-widget-options button[type=submit] {
    height: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
}

.search-bar-design .msllcidx-widget-options button[type=submit] .fa-search {
    margin-right: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box button[type=submit] {
    margin-top: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box button[type=submit] .fa-search {
    margin-right: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box {
    padding: 46px 20px 20px;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #d7d7d7;
    border-top: none; 
    display: none;   
}

.search-bar-design .msllcidx-type .msllcidx-details {
    padding: 20px 0 0;
}

.search-bar-design .msllcidx-search-box label.msllcidx-check-label {
    text-transform: none;
}

.search-bar-design .msllcidx-type .msllcidx-details .msllcidx-column {
    margin-bottom: 10px;
}

.search-bar-design .msllcidx-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 10px;
    padding: 10px;
    z-index: 7;
    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%;
    }
        
}


/* COLORS & BACKGROUNDS - MSSLCIDX-STYLE.CSS
============================================ */

.msllcidx-open-house-container .msllcidx-open-house {color: #ff0000 !important;}

.msllcidx-save-property-btn {
    background-color: #b89b71 !important;
    color: #fefefe !important;
}

.msllcidx-new-on-market span {
    border: 1px solid #ddd !important;
    background-color: #937c5a !important;
    color: #fefefe !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.60);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.60);
    box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.60);
}

.msllcidx-new-on-market span:hover {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-row .msllcidx-button-link a:link,
.msllcidx-row .msllcidx-button-link a:visited {
    padding: 12px 24px;
    min-width: 180px;
    font-size: 16px !important;
    line-height: 1;
    font-weight: 400;
    background-color: #b89b71 !important;
    color: #272d3b !important;
    text-transform: uppercase;
}

.msllcidx-row .msllcidx-button-link a:hover {
    background-color: #937c5a !important;
    color: #fff !important;
}

.msllcidx-save-property-btn {
    background-color: #937c5a !important;
}

article.msllcidx .entry-header h1.entry-title {
    color: #323232 !important;
}

.msllcidx-search-form-page {color: #323232 !important;}

.msllcidx-search-form-page .msllc-sf-sub-title {color: #333 !important;}

.msllcidx-search-form-page p.msllc-sf-sub-title {
    margin-bottom: 30px;
}

.msllcidx-search-form-page .msllcidx-check-label {color: #323232 !important;}

.msllcidx-search-form-page .msllcidx-s-msg {color: #458B00 !important;}

.msllcidx-search-form-page form .special-buttons .msllcidx-col-6 ul {
    padding-left: 10px;
    margin: 0 !important;
}

.msllcidx-search-form-page form .special-buttons .msllcidx-col-6 ul li {
    margin: 0 !important;
}

.msllcidx-search-form-page .msllcidx-loadmore-btn {
    font-weight: 400 !important;
    color: #272d3b !important;
    background-color: #b89b71 !important;
    text-transform: uppercase;
}

.msllcidx-search-form-page .msllcidx-loadmore-btn:hover,
.msllcidx-search-form-page .msllcidx-loadmore-btn:focus {
    background: #937c5a !important;
    color: #fefefe !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.msllcidx-srp-top-link {
	padding: 0 0 20px !important;
}

.msllcidx-srp-top-link .msllcidx-bread-crumb a {
    color: #272d3b !important;
    background-color: #b89b71 !important;
}

.msllcidx-srp-top-link .msllcidx-bread-crumb a:hover,
.msllcidx-srp-top-link .msllcidx-bread-crumb a:focus {
    opacity: 0.6;
}

.msllcidx-srp-pagination .msllcidx-pagination a {
    border: 1px solid #937c5a !important;
    color: #272d3b !important;
}

.msllcidx-srp-pagination .msllcidx-pagination .msllcidx-current, 
.msllcidx-srp-pagination .msllcidx-pagination .page-numbers.current {
    background-color: #b89b71 !important;
    border: 1px solid #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-srp-pagination .msllcidx-pagination .msllcidx-disabled {
    border: 1px solid #cdcdcd !important;
    color: #cdcdcd !important;
}

.msllcidx-srp-pagination .msllcidx-pagination a:hover,
.msllcidx-srp-pagination .msllcidx-pagination a:focus {opacity: 0.6;}

.msllcidx-srp-content {
    border: 1px solid #b89b71 !important;
    font-size: 16px !important;
}

.msllcidx-srp-content .msllcidx-header {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-srp-content .msllcidx-property-area .msllcidx-img-wrp img {
    background-color: #b89b71 !important;
}

.msllcidx-srp-content .msllcidx-footer .msllcidx-footer-properies-logos img {
    width: 25px !important;
}

.template-mor .msllcidx-property-area .msllcidx-price {
    color: #323232 !important;
}

.template-mor .msllcidx-property-area .msllcidx-property-cart span {
    border-right: 1px solid #aaa !important;
}

.template-gdr .msllcidx-property-area {
    background-color: #f9f9f9 !important;
}

.template-gdr .msllcidx-property-area .pa-top .msllcidx-address {
    color: #333 !important;
}

.template-gdr .msllcidx-property-area .pa-bottom .msllcidx-info .msllcidx-inr-wrp {
    border-right: 1px solid #ccc !important;
}

.template-gdr .msllcidx-property-area .pa-bottom .msllcidx-info .msllcidx-inr-wrp .msllcidx-value {
    color: #323232 !important;
}

.template-gdr .msllcidx-footer {
    background-color: #ededed !important;
}

.template-gdr .msllcidx-footer a {
    color: #323232 !important;
}

.template-gdr .msllcidx-footer span {color: #000 !important;}

.msllcidx-pdp-top-link {
	padding: 0 0 20px !important;
}

.msllcidx-pdp-top-link .msllcidx-bread-crumb a {
    color: #212121 !important;
    background-color: #937c5a !important;
}
.msllcidx-pdp-top-link .msllcidx-bread-crumb a:last-child {
    background-color: #6e5d43 !important;
}

.msllcidx-pdp-top-link .msllcidx-bread-crumb a:hover,
.msllcidx-pdp-top-link .msllcidx-bread-crumb a:focus {
    opacity: 0.6;
}

.msllcidx-pdp-content {
    border: 1px solid #b89b71 !important;
    font-size: 16px !important;
}

.msllcidx-pdp-content .msllcidx-header-top {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-pdp-content .msllcidx-header-bottom {
    background-color: #937c5a !important;
    color: #fefefe !important;
}

.msllcidx-pdp-content .msllcidx-header-bottom span {
    border-left: 1px solid #fefefe !important;
    color: #fefefe !important;
    margin-bottom: 10px !important;
}

.msllcidx-pdp-content .msllcidx-header-bottom span:first-child,
.msllcidx-pdp-content .msllcidx-header-bottom span:last-child {
    border: none !important;
}

.msllcidx-pdp-content .msllcidx-header-bottom span strong {
    color: #fefefe !important;
}

.msllcidx-pdp-content .msllcidx-property-slider .cycle-caption {
    background-color: rgba(204,204,204,0.6) !important;
    color: #212121 !important;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-play-option .msllcidx-pl-btn {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-play-option .msllcidx-pl-btn:hover,
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-play-option .msllcidx-pl-btn:focus {
    opacity: 0.6 !important;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-list {
    background: #dcdcdc !important;
    border: 2px solid #dcdcdc !important;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-prev, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-prev:hover, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-prev:focus, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-prev:active {
    background: rgba(0, 0, 0, 0.7) url(../images/arrow-left-small.png) center center no-repeat;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-next, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-next:hover, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-next:focus, 
.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-slider-nav .slick-next:active {
    background: rgba(0, 0, 0, 0.7) url(../images/arrow-right-small.png) center center no-repeat;
}

.msllcidx-pdp-content .msllcidx-property-slider .msllcidx-new-listing span {
    background-color: #b89b71 !important;
    color: #fff !important;
}

.msllcidx-pdp-content .msllcidx-other-options {
    background-color: #dcdcdc !important;
}

.msllcidx-pdp-content .msllcidx-other-options .msllcidx-link-border {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.msllcidx-pdp-content .msllcidx-other-options .msllcidx-link-border:hover,
.msllcidx-pdp-content .msllcidx-other-options .msllcidx-link-border:focus {opacity: 0.6;}

.msllcidx-property-details-area .msllcidx-info-content .pad-z {
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
}

.msllcidx-property-details-area .msllcidx-property-detail-content .msllcidx-info-content .pad-z h6 {
    background-color: #b89b71 !important;
    color: #272d3b !important;
    opacity: 1;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.msllcidx-property-details-area .msllcidx-property-detail-content .msllcidx-row:nth-child(even) {
    background-color: #dcdcdc !important;
}

.msllcidx-property-details-area .msllcidx-property-detail-content.public-remarks .msllcidx-row:last-child {
    background-color: #ededed !important;
}

.msllcidx-property-details-area .msllcidx-brokername {
    background-color: #b89b71 !important;
    color: #272d3b !important;
}

.template-mod .msllcidx-header-top,
.template-mod .msllcidx-header-bottom {
    background-color: transparent;
    color: #937c5a !important;
}

.template-mod .msllcidx-header-bottom span {
    border-color: #937c5a !important;
    color: #937c5a !important;
}

.template-mod .msllcidx-header-bottom strong {
    color: #323232 !important;
}

.template-mod .msllcidx-header-bottom .msllcidx-col-4 .share-btn {
    color: #fefefe !important;
    background-color: #b89b71 !important;
}

.template-mod .msllcidx-property-details-area .msllcidx-property-detail-content {
    border-bottom: 1px solid #dcdcdc !important;
}

.template-mod .msllcidx-property-details-area .msllcidx-property-detail-content .contant-title-wrap h2 {
    color: #212121 !important;
}

.template-mod .msllcidx-property-details-area .msllcidx-property-detail-content .msllcidx-row:nth-child(even) {
    background-color: transparent !important;
}

.template-mod .msllcidx-property-slider .slick-prev {
    background: rgba(0, 0, 0, 0.7) url(../images/arrow-left.png) center center no-repeat;
}

.template-mod .msllcidx-property-slider .slick-next {
    background: rgba(0, 0, 0, 0.7) url(../images/arrow-right.png) center center no-repeat;
}

.template-mod .msllcidx-property-slider .msllcidx-slider-nav .slick-slide {
    border: 1px solid #ccc !important;
}

.template-mod .msllcidx-property-slider .msllcidx-slider-nav .slick-current.slick-active {
    border: 1px solid #212121 !important;
}

.msllcidx-dashboard-header-back-link .button {
    background-color: #b89b71 !important;
}

.msllcidx-dashboard-header-back-link .button:hover,
.msllcidx-dashboard-header-back-link .button:focus {
    opacity: 0.6;
}

.msllcidx-pdp-content.template-std .msllcidx-header-bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ui-tabs {
    border: 1px solid #aaa !important;
    color: #212121 !important;
}

.ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #b89b71 !important;
    background-color: #b89b71 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
    background-color: #121212 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #dcdcdc !important;
}

.ui-tabs .ui-tabs-nav li a {
    color: #fefefe !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #212121 !important;
}

.msllcidx-tabs-warp tr:first-child {
    background-color: #dcdcdc !important;
}

.fancybox-inner .ui-widget-content {
    border: 1px solid #dcdcdc !important;
}

.fancybox-wrap input[type=submit] {
    background-color: #b89b71 !important;
}

.fancybox-wrap input[type=submit]:focus,
.fancybox-wrap input[type=submit]:hover {
    opacity: 0.6;
}


/* 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%;}
}


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

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

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

}

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

}


/* LIGHTBOX */

.mySlides {display: none;}

.cursor {cursor: pointer;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #b89b71;
}

.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.modal p {
	margin-bottom: 0;
	line-height: 0;
}

.modal p img {line-height: 0;}

.numbertext {
    color: #b89b71;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background: #000;
}

.lb-arrow {height: 0;}

.lb-caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #b89b71;
}

.lb-caption-container p {
	margin: 0;
    line-height: 40px;
}

.close {
    color: white;
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.prev, 
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #b89b71;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: #272d3b;
    opacity: 0.4;
}

.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  	opacity: 1;
}

.mc-bottom {
	text-align: center;
	padding: 10px;
	background-color: #272d3b;
}

.mc-bottom .column {
	line-height: 0;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    border: 2px solid #272d3b;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*
.top-custom-button a,
.top-custom-button a:hover,
.top-custom-button a:focus {
	background-color: #c61e25;
    padding: 12px 10px 12px 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
*/

.vendors .spp-cb-inner .column {
	line-height: 1.4;
    width: auto;
    padding: 0;
    border: none;
}

.msllcidx-srp-pagination {
    padding: 30px 0 0 !important;
}

.msllcidx-srp-content .msllcidx-img-wrp,
.msllcidx-pdp-content .msllcidx-img-wrp {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.msllcidx-srp-content .msllcidx-img-wrp img,
.msllcidx-pdp-content .msllcidx-img-wrp img {
    position: static !important;
    transform: none !important;
}

.single-msllcidx .msllcidx-img-wrp,
.page .msllcidx-srp-content .msllcidx-img-wrp {
    border: none !important;
}

.single-msllcidx .msllcidx-srp-content .msllcidx-property-area .msllcidx-img-wrp img,
.page .msllcidx-srp-content .msllcidx-property-area .msllcidx-img-wrp img {
    background-color: #ccc !important;
}

.details-page .msllcidx-property-slider img {
    width: 100%;
}

.msllcidx-template-default article .entry-header .entry-meta {
    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;
}

.form-title {
    color: #444;
    font-size: 26px;
}

.content-only .site-inner {
    padding: 0;
    margin: 0;
    min-height: 0;
}
/*
.content-only .site-inner {
    width: 500px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    min-height: 0;
}

.content-only.full-width-form .site-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
}
*/
.content-only .addtoany_share_save_container {
    display: none;
}

.content-only .nojq {
    display: none;
    height: 0;
}

.content-only .post-edit-link {
    display: none;
}

.content-only .site-inner,
.content-only .content {
	padding: 0 !important;
}

.content-only #wpadminbar {
	display: none !important;
}

.general-sidebar .wrap {
    width: 100%;
    max-width: 100%;
}

.site-footer a.external-links {
    color: #ccc;
    font-weight: 500;
}

.site-footer a:hover,
.site-footer a.external-links:hover {
    color: #ddd;
}