/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Typeography */
h1,
h2,
h3 { text-transform: uppercase; }


/* Header */
.fusion-secondary-header { border-bottom-color: #2a292b !important; }

.fusion-header-v3 .fusion-header { border: 0; }

.fusion-header .fusion-logo {
	position: absolute !important;
	top: -35px;
	transition: all .2s;
}

.fusion-is-sticky .fusion-header .fusion-logo {
	top: 5px;
	height: 70px;
}

.fusion-logo img { height: 180px; }
/*
.fusion-is-sticky.fusion-header-wrapper .fusion-header { height: 80px !important; }

.fusion-is-sticky .fusion-header .fusion-logo img { height: 70px; }

.fusion-is-sticky .fusion-header .fusion-main-menu>ul>li {
	height: 80px;
	line-height: 80px;
}

.fusion-is-sticky .fusion-header .fusion-main-menu>ul>li a {
	height: 80px;
	line-height: 80px;
}
*/

/* Top Header */
.fusion-contact-info-phone-number {
	display: flex;
}

.fusion-secondary-header a.phone {
	display: block;
	padding: 0 30px;
	height: 44px;
	background: #4d6a7c;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
}

.fusion-secondary-header a.phone i {
	margin-right: 10px;
	color: #fff;
}

.fusion-secondary-header a.social {
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 44px;
	border-right: 1px solid #2a292b;
}


/* Nav */
.fusion-top-header.menu-text-align-center .fusion-main-menu>ul>li>a {
	text-transform: uppercase;
}

.fusion-menu-item-button .menu-text {
	padding-right: 10px;
}

.fusion-menu-item-button .menu-text .fusion-button-text-left {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 20px;
}

.fusion-main-menu .sub-menu li {
	width: 100%;
}


/* Home */
.home #hero h1 {
	color: #fff !important;
	text-shadow: 0 0 10px #000;
}

.home #intro p {
	color: #fff;
	font-size: 20px;
}

.home #intro a {
	color: #fff;
}

.home #communities h3 {
	text-decoration: underline;
}

.home #gallery-1 {
	display: flex;
	align-items: center;
}

.home #gallery-1 img {
	border: 0;
}

.home #sponsors h3 {
	font-style: 24px;
}


/* Homes for Sale/Available Soon */
.page-homes-for-sale #main .fusion-row,
.page-homes-available-soon #main .fusion-row,
.page-uncategorized #main .fusion-row {
	width: 100%;
	max-width: 100%;
}

.page-homes-for-sale #page-title,
.page-homes-available-soon #page-title,
.page-uncategorized #page-title {
	margin-left: -30px;
	margin-right: -30px;
}

.page-homes-for-sale #page-title h1,
.page-homes-available-soon #page-title h1,
.page-uncategorized #page-title h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 72px;
}


.page .listing {
	list-style: none;
	margin: 0 auto;
	padding: 60px 0 0;
	max-width: 1400px;
}

.page .listing li {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 30px;
	padding: 30px 0;
}

.page .listing li:not(:last-of-type) {
	border-bottom: 1px solid #4d6a7c;
}

/*.page .listing li:last-of-type {
	border-bottom: 0;
}*/

.page .listing li span.status {
	position: absolute;
	padding: 5px 10px;
	background: #fff;
	color: #f33;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.page .listing li .thumb {
	margin-right: 2%;
	width: 23%;
}

.page .listing li .thumb img,
.page-homes-available-soon .listing li .thumb img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 14px rgba(0,0,0,0.3);
	transition: all .3s;
}

.page .listing li h3 {
	margin-bottom: 0;
}

.page .listing li .info {
	width: 75%;
}

.page .listing li a.thumb-img:hover img {
	transform: perspective(1000px) scale(1.03);
}

/*.page .listing li .info .top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}*/

.page .listing li .info .top:first-of-type h3 {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e1e1e1;
}

.page .listing li .info .top ul {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
	padding: 0;
}

.page .listing li .info .top ul li { margin: 0 20px 0 0; }

.page .listing li .info .top ul li {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 30px;
	border: 0;
}

.page .listing li .info .top ul li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
}

.page .listing li .info .top ul li.stories:before {
	background: url('../../uploads/icon-stairs.png') no-repeat 0 0;
	background-size: contain;
}

.page .listing li .info .top ul li.sqft:before {
	background: url('../../uploads/icon-measurement.png') no-repeat 0 0;
	background-size: contain;
}

.page .listing li .info .top ul li.beds:before {
	background: url('../../uploads/icon-bed.png') no-repeat 0 0;
	background-size: contain;
}

.page .listing li .info .top ul li.baths:before {
	background: url('../../uploads/icon-bath.png') no-repeat 0 0;
	background-size: contain;
}

.page .listing li .info .top ul li.garage:before {
	background: url('../../uploads/icon-car.png') no-repeat 0 0;
	background-size: contain;
}

.page .listing li .info .top ul li.price {
	font-size: 20px;
	font-weight: 500;
}

.page .listing li .info .top p {
	display: flex;
	flex-flow: column wrap;
	margin: 0;
}

.page .listing li .info .top p span {
	display: block;
}

.page .listing li .info .top p span.price {
	font-weight: 600;
}

.page .listing li .info .top h5 {
	margin: 0;
	color: #ff3333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.page .listing li .info .more-info {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.page .listing li .info .more-info p {
	color: #f9360e;
	font-weight: 700;
}

.page .listing li .info .more-info .fusion-button { height: 40px; }


/* Homes Archive Page */
.page-homes-for-sale .listing.sale-pending {
	border-top: 3px solid #4d6a7c;
}


/* Homes Single Pages */
.single-homes .fusion-page-title-bar {
	display: none;
}

.single-homes .page-title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.single-homes .page-title h1 {
	margin: 0;
	font-size: 48px;
}

.single-homes .page-title address {
	font-style: normal;
	font-weight: 700;
}

.single-homes #content {
	width: 100%;
	float: none;
}

.single-homes #lot-info ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.single-homes #lot-info ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 25px;
}

.single-homes #lot-info ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
}

.single-homes #lot-info ul li.stories:before {
	background: url('../../uploads/icon-stairs.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info ul li.sqft:before {
	background: url('../../uploads/icon-measurement.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info ul li.beds:before {
	background: url('../../uploads/icon-bed.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info ul li.baths:before {
	background: url('../../uploads/icon-bath.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info ul li.garage:before {
	background: url('../../uploads/icon-car.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info ul li.price:before {
	background: url('../../uploads/icon-price.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info h3.status:before {
	content: '';
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('../../uploads/icon-for-sale.png') no-repeat 0 0;
	background-size: contain;
}

.single-homes #lot-info h3.status {
	position: relative;
	padding-left: 40px;
	color: #ff3333;
}

.single-homes .fusion-gallery {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-homes .fusion-gallery .fusion-gallery-column {
	display: block !important;
	padding: 10px;
	width: 33.33333%;
}

.single-homes .fusion-gallery {
	margin-left: -5px;
	margin-right: -5px;
}

.single-homes .fusion-gallery .fusion-gallery-column .fusion-gallery-image { margin: 5px; }


/* Homes Available */
.page-id-16 .listing {
	display: flex;
	flex-direction: column-reverse;
}


/* Our Communities */
#map {
	height: 600px;
}

.parent-pageid-10 #main .button-default:first-of-type {
	margin-right: 10px;
}

.parent-pageid-10 #main .button-default:hover .button-icon-divider-left i {
	color: #4d6a7c;
}


/* Earthworks */
.expertise {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
}

.expertise li {
	margin-bottom: 10px;
}

.projects {
	margin: 0;
	padding: 0;
	list-style: none;
}

.projects li {
	margin-bottom: 20px;
}


/* Footer */
.fusion-page-title-bar,
#page-title {
	position: relative;
}

.fusion-page-title-bar:before,
#page-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(66, 61, 68, .5);
}

.fusion-footer-widget-area .widget-title {
	margin-bottom: 20px;
}


/* Page Title */
.fusion-page-title-bar-center .fusion-page-title-captions,
#page-title h1,
#page-title h3,
#page-title p {
	color: #fff;
}

#page-title h1 {
	margin: 0;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.fusion-page-title-bar .fusion-page-title-row h1:after {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 50px;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.fusion-page-title-bar .fusion-page-title-row h3 {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
}


/* Sponsors */
#sponsors #gallery-1 {
	display: flex;
	align-items: center;
}

#sponsors #gallery-1 img {
	border: 0;
}

#sponsors h3 {
	font-style: 24px;
}


/* Forms */
.gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 50px;
	font-size: 16px;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin: 0 !important;
}



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

	.fusion-logo img {
		height: 180px;
	}

	.fusion-main-menu ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
	}

	.fusion-main-menu ul li {
		float: none;
	}

	.fusion-menu-item-button .menu-text .fusion-button-text-left {
		font-family: 'Bebas Neue', sans-serif;
		font-size: 18px;
	}

}


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

	/*.page-id-14 .listing li .info {
		padding-left: 30px;
		width: 75%;
	}*/

	.page .listing li .thumb {
		margin-right: 2%;
		width: 23%;
	}

	.page .listing li a.thumb-img {
		width: 100%;
		height: auto;
	}

	.page-homes-available-soon .listing li a.thumb-img {
		width: 100%;
		height: 170px;
	}

}


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

	.fusion-main-menu>ul>li>a { 
		font-size: 16px;
	}

	.page-id-14 .listing li .info .top:first-of-type {
		flex-flow: column wrap;
	}

	.page-id-14 .listing li h3 {
		margin-bottom: 20px;
	}

	.page-id-14 .listing li .info .top ul {
		margin-bottom: 10px;
		padding-left: 0;
	}

	.page .listing li .info .top {
		display: block;
	}

	.page-homes-available-soon .listing li .info .top ul {
		padding: 0;
	}

	.page .listing li .info .top ul li {
		margin-bottom: 10px;
	}

}


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

	.fusion-header .fusion-logo {
		position: relative !important;
		top: 0;
	}

	#intro .fusion-column-first {
		padding: 60px 30px !important;
	}

	#intro .fusion-column-first .fusion-column-wrapper {
		padding: 0 !important;
	}

	#intro .fusion-column-last .fusion-column-wrapper {
		padding: 0 !important;
	}

	.page-homes-available-soon .listing li a.thumb-img {
		height: 120px;
	}

	.page-id-14 .listing li .info { width: 100%; }

}


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

	.fusion-mobile-menu-design-modern .fusion-header>.fusion-row {
		display: block;
	}

	.fusion-logo img {
		height: auto;
	}

	.page .listing li {
		flex-flow: column wrap;
	}

	.page .listing li .thumb {
		margin: 0 auto 30px;
		width: 100%;
	}

	.page-id-14 .listing li .info {
		padding: 0;
	}

	.page .listing li .info .top,
	.page .listing li .info .top ul {
		flex-flow: column wrap;
		padding-left: 0;
	}

	.page .listing li .info .top ul li {
		margin-left: 0;
	}

	.page-homes-available-soon .listing li a.thumb-img { height: auto; }

	.page-homes-available-soon .listing li .thumb img {
		width: 100%;
		height: auto;
	}

}