body {
	font-family: proxima-nova, sans-serif;
}

.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

a, .btn-secondary {
	color: #69b15b;
}
.btn {
	padding: 0.75rem 1.25rem;
}
.btn-primary,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-reverse {
	text-transform: uppercase;
}
.btn-secondary {
	border: none;
	padding: 0;
	text-transform: uppercase;
}

.wrapper {
	padding: 40px 0;
}
h1 {
	font-size: 1.75rem;
}


/* Header */

.header-logo {
	position: absolute;
	left: 0;
}
.header-logo > a {
	display: block;
	width: 247px;
	height: 61px;
	background-image: url(../images/header_logo@2x.png);
	background-size: 100% auto;
}
.navbar {
	padding: 1.5rem 3rem 0.5rem;
	display: block;
}
.navbar > .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse {
	display: block;
	float: right;
	clear: right;
}
.navbar-nav {
	display: block;
}
.navbar .menu-item {
	margin-left: 30px;
}
.navbar .dropdown-menu .menu-item {
	margin-left: 0;
}
.navbar .dropdown-menu .menu-item > a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.navbar .dropdown-menu .menu-item:last-child > a {
	border-bottom: none;
}
.navbar-right-widget {
	float: right;
	margin-bottom: 10px;
}
.navbar .widget_search,
.navbar .widget_search .form-control,
.navbar .widget_search .input-group-btn {
	height: 32px;
}
.navbar .widget_search {
	border: 1px solid #999;
}
.navbar .widget_search .form-control {
	background-color: transparent;
	border-radius: 0;
	border: none;
	width: 180px;
}
.ie9 .navbar .widget_search .form-control {
	padding-left: 32px;
}
.navbar .widget_search .input-group-btn {
    position: relative;
}
.ie9 .navbar .widget_search .input-group-btn {
    position: static;
}
.navbar .widget_search .input-group-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    position: absolute;
    color: #666;
    top: 2px;
    left: 8px;
    z-index: 100;
}
.navbar .widget_search .input-group-btn input {
	background-color: transparent;
    text-indent: -500px;
    width: 30px;
    color: #f7f7f9;
}
.navbar-toggler {
	border: none;
	display: none;
}
.navbar-toggler-icon:before {
	content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 24px;
}


/* Home Page */

body .metaslider {
	overflow: hidden;
}
body .metaslider .caption-wrap {
	top: 0;
	right: 0;
	opacity: 1;
	background-color: rgba(0,0,0,0.4);
}
body .metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
	position: absolute;
	right: 0;
	bottom: 50px;
	height: auto;
	opacity: 1;
	width: 30%;
	line-height: 1.4;
	width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: right;
    font-size: 40px;
}
.home #main article {
	margin-bottom: 0;
	padding-bottom: 0;
}
.home .entry-title {
	text-align: center;
}
.home .icon h3 {
	color: #556270;
}
.ie9 .icon {
	float: left;
	width: 33%;
}

/* Blog Page */

.blog article,
.archive article,
.search-results article {
	border-bottom: 1px solid #CCC;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.blog article:last-child,
.archive article:last-child,
.search-results article:last-child  {
	border: none;
}
.blog h1.entry-title {
	font-size: 64px;
	line-height: 1.3;
}
.blog h1.entry-title span {
	font-size: 28px;
	display: block;
}
.entry-wrap {
	position: relative;
}
.entry-wrap.with-image {
	padding-left: 300px;
}
.entry-image {
	width: 280px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#main > article:first-child .entry-image {
	width: 100%;
	padding-bottom: 45%;
	position: static;
	margin-bottom: 20px;
}
#main > article:first-child .entry-wrap {
	padding-left: 0;
}
#main > article:first-child .entry-title,
#main > article:first-child .entry-title a {
	font-size: 2rem;
}
.entry-title,
.entry-title a {
	text-align: left;
	font-size: 1.25rem;
	padding-top: 0;
}
.entry-title {
	margin-bottom: 10px;
}
.entry-meta {
	margin-bottom: 20px;
}

/* Page */

.header-wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	height: 300px;
	position: relative;
}
.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20,20,20,0.5);
}
.header-wrap .entry-header,
.banner .so-widget-sow-image h3 {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header-wrap .entry-title {
	text-align: center;
}

.banner .so-widget-sow-image {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.banner .so-widget-sow-image h3 {
	font-size: 2rem;
	color: #FFF;
	z-index: 100;
}
.banner img.so-widget-image {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner .sow-image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 50;
}

.ie9 .content-area,
.ie9 .widget-area {
	float: left;
}

/* Sidebar */

#content aside.widget {
	padding: 0;
	border: none;
}
.widget_categories ul,
.widget_recent_entries ul {
	padding-left: 0;
}
.widget_categories ul > li,
.widget_recent_entries ul > li {
	position: relative;
	list-style: none;
	padding-left: 24px;
}
.widget_recent_entries ul > li:before,
.widget_categories ul > li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_recent_entries ul > li:before {
	 content: "\f0c1";
}
.widget_categories ul > li:before {
	 content: "\f097";
}
#right-sidebar .widget-title {
	margin-bottom: 10px;
}

/* Footer */

.footer-logo {
	display: block;
	width: 322px;
	height: 175px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../images/footer-logo-KW.png);
}
#wrapper-footer {
	padding: 60px 0;
	background-color: #464646;
	color: #FFF;
}
.site-footer .footer-right aside {
	float: left;
	clear: right;
}
.footer-right .widget_black_studio_tinymce:first-child {
	width: 40%;
	font-size: 14px;
}
.footer-right .widget_black_studio_tinymce:first-child a {
	color: #FFF;
}
.footer-right .widget_nav_menu {
	width: 30%;
}
.footer-right .widget_black_studio_tinymce:last-child {
	clear: both;
	font-size: 12px;
	margin-top: 40px;
}
.footer-right .widget-title {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-right .menu {
	padding-left: 0;
	margin: 0;
}
.footer-right .menu-item {
	clear: left;
	font-size: 14px;
}
.footer-right .menu-item a {
	color: #FFF;
}

body .shiftnav.shiftnav-skin-standard-dark,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
	background-color: #464646;
}
.shiftnav .menu-item {
	float: none;
}
body #shiftnav-toggle-main {
	background-color: transparent;
	color: #000;
}
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	text-shadow: none;
	border-top: none;
	border-color: rgba(0,0,0,0.4);
}
body .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background-color: #69b15b;
}
body #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger,
body #shiftnav-toggle-main.shiftnav-togglebar-transparent {
	background-color: rgba(247,247,249,0.8);
}

.bg-primary .dropdown-menu{
    background-color: #fff;
}
.navbar .dropdown-menu .menu-item > a{
	color: #556270;
}
.navbar .dropdown-menu .menu-item > a:hover{
	background-color: #f7f7f7;
}
#wrapper-about,
#wrapper-home_buying,
#wrapper-madison{
	min-height: 350px;
}

#wrapper-home_buying h2{
	color: #f7f7f7;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body .metaslider .caption, .metaslider .cs-title, .metaslider .nivo-caption {
		width: 960px;
		font-size: 36px;
	}
	.navbar .menu-item {
    	margin-left: 18px;
	}
	.banner .so-widget-sow-image {
		height: 280px;
	}
	.entry-wrap.with-image {
		padding-left: 220px;
	}
	.entry-image {
		width: 200px;
	}
	.footer-logo {
		width: 241px;
		height: 160px;

	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.header-logo {
		position: static;
		float: left;
	}
	.navbar-collapse {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.navbar .menu-item {
		margin-left: 20px;
	}
	.navbar-nav .nav-link {
		font-size: 15px;
	}
	.navbar-right-widget {
		margin-top: 20px;
		margin-bottom: 0;
	}
	body .metaslider .caption, .metaslider .cs-title, .metaslider .nivo-caption {
		width: 720px;
		bottom: 30px;
		font-size: 30px;
	}
	.entry-wrap.with-image {
		padding-left: 120px;
	}
	.entry-image {
		width: 100px;
		height: 100px;
	}
	.banner .so-widget-sow-image {
		height: 200px;
	}
	.footer-logo {
		margin: -10px auto 30px auto;
		height: 71px;
		background-image: url(../images/footer-logo-KW-hoz.png);
	}
}

@media screen and (max-width: 767px){
	.btn {
		margin-bottom: 10px;
		white-space: normal;
	}
	.header-logo {
		position: static;
	}
	.header-logo > a {
		margin: 10px auto 20px auto;
	}
	body .metaslider .caption, .metaslider .cs-title, .metaslider .nivo-caption {
		width: auto;
	}
	.wrapper {
		padding: 20px 0;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar {
		padding: 0;
	}
	.navbar-toggler {
		display: block;
	}
	.navbar-collapse {
		display: none;
	}
	.navbar-right-widget {
		float: none;
		margin-bottom: 20px;
		padding: 0 30px;
	}
	body .metaslider {
		display: none;
	}
	.testimonial_rotator_wrap.with-prevnext {
		padding: 10px 30px;
		margin: 0;
	}
	.entry-image {
		width: 100%;
		position: static;
		height: 200px;
		margin-bottom: 20px;
	}
	.entry-wrap.with-image {
		padding-left: 0;
	}
	.so-widget-sow-image .sow-image-container .so-widget-image {
		height: 300px;
		object-fit: cover;
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.footer-logo {
		width: 300px;
		height: 50px;
		background-image: url(../images/footer-logo-KW-hoz.png);
	}
	.footer-right .widget_black_studio_tinymce:first-child,
	.footer-right .widget_nav_menu {
		width: 100%;
		margin-top: 30px;
	}
	.footer-right .widget_black_studio_tinymce:last-child {
		text-align: center;
	}
}
