/*
Theme Name: New Homes Guide Theme v2
Theme URI:  https://wehaa.com/
================================================================================================= */


* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
}
 
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 360px;
    font-family: 'FranklinITCProLight', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

img,
figure {
	margin: 0;
	height: auto;
	max-width: 100%;
}

figcaption {
	line-height: 1.4;
	font-size: 12px;
	color: #666;
}



/* Resets and Floating
   ---------------------------------------------------------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::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 {
	clear: both;
	content: " ";
	display: table;
}

.alignright {
	float: right;
	margin: 20px 10px 10px;
}

.alignleft {
	float: left;
	margin: 20px 10px 10px;
}

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



/* Screen Reader Text
   ---------------------------------------------------------------------------------------------- */

.screen-reader-text {
	width: 1px; 
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}



/* Structure and Layout
   ---------------------------------------------------------------------------------------------- */

.site-inner > .content-sidebar-wrap {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1300px;
}

	.content-sidebar .site-inner .content {
		float: left;
		width: 66.6666%;
		margin: 0 0 50px;
		padding-right: 4%;
		border-right: #dbdbdb 1px solid;
	}

	.content-sidebar .site-inner .sidebar {
		float: right;
		width: 33.333%;
		margin: 0 0 50px;
		padding-left: 4%;
	}



/* Header
   ---------------------------------------------------------------------------------------------- */

.site-header {
	background: #0a0a0a;
	z-index: 9999;
	position: relative;
}

.scrolled .site-header {
	z-index: 0;
}

.title-area {
	text-align: center;
	
}

	.title-area .site-title {
		margin: 13px 10px;
		padding: 0;
	}

		.title-area .site-title a {
			width: 560px;
			height: 70px;
			display: block;
			margin: 0 auto;
			padding: 0;
			background: url(../images/logo.png) no-repeat left center;
			background: url(https://www.newhomesguide.com/css/imgs/logos/logo-mobile.svg?v=204) no-repeat left center;
			background-size: contain;
			overflow: hidden;
			font-size: 0;
			text-indent: 200px;
			max-width: 100%;
		}

		.title-area .site-title a.senior {
			background: url(https://www.newhomesguide.com/css/imgs/logos/logo-mobile-2.svg?v=204) no-repeat left center;
		}

		.title-area .site-title a.switch {
			color: #000;
			background: #ebce38;
			font-size: 16px;
			margin: 0;
			padding: 0;
			width: 150px;
			height: auto;
			position: absolute;
			top: 0;
			right: 0;
			text-indent: 0;
			bottom: 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			font-weight: normal;
			line-height: 1.2;
		}

			.title-area .site-title a.switch span {
				font-weight: bold;
				text-decoration: underline;
			}

	.title-area .site-description {
		display: none;
	}

.archive-title {
	margin: 0 0 20px;
	border-bottom: #dbdbdb 1px solid;
	padding: 0 0 10px;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
}



/* Menu
   ---------------------------------------------------------------------------------------------- */

.nav-primary {
	background: #202020;
}

	.nav-primary > .wrap {
		margin: 0 auto;
		padding: 0;
	}

#menu-top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
}

	.nav-primary::after {
		content: ' ';
		display: block;
	}

	#menu-top-menu li {
		margin: 0;
		display: none;
	}

		#menu-top-menu li a {
			height: 44px;
			display: block;
			line-height: 44px;
			font-size: 16px;
			color: #ffffff;
			padding: 0 9px;
			text-decoration: none;
			font-family: "FranklinPro", "Lato", sans-serif;
		}

			#menu-top-menu li a:hover {
				background: #0092bb;
			}

		#menu-top-menu li.opener-menu {
			width: auto !important;
			display: inline-block !important;
			border: none !important;
			padding: 26px 15px;
		}

			#menu-top-menu li.opener-menu a {
				font-size: 26px;
				padding: 0;
			}

				#menu-top-menu li.opener-menu a:hover {
					background: none;
				}

			#menu-top-menu li.opener-menu .front {
			}

			#menu-top-menu li.opener-menu .back {
				display: none;
			}

.shown::after {
	background: #1e1e1e;
	position: fixed;
	bottom: 0;
	width: 300px;
	top: 0;
	left: 0;
	z-index: 9998;
}

	.shown #menu-top-menu li {
		display: block;
		position: relative;
		z-index: 9999;
		width: 300px !important;
		border-bottom: solid 1px #333;
	}

	#menu-top-menu li.opener-menu {
		width: auto !important;
	}

	.shown #menu-top-menu li.opener-menu .front {
		display: none;
	}

	.shown #menu-top-menu li.opener-menu .back {
		display: inline;
	}

		#menu-top-menu li.scrolled-menu {
			display: none;
		}

		#menu-top-menu li.scrolled-menu a {
			background: none !important;
		}

			#menu-top-menu li.search-icon-menu img {
				vertical-align: text-bottom;
			}

.site-container.scrolled .nav-primary {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	position: fixed;
}

	.site-container.scrolled .site-header {
		margin-bottom: 50px;
	}

	.site-container.scrolled #menu-top-menu {
		position: relative;
		height: 50px;
	}

		.site-container.scrolled #menu-top-menu li.opener-menu {
			padding: 6px 0 0 6px;
			width: 26px !important;
			text-align: center;
			background: none !important;
		}

		.site-container.scrolled #menu-top-menu li.scrolled-menu {
			display: inline-block;
			margin-left: 20px;
			border: none;
			vertical-align: top;
			width: 270px !important;
		}



/* Breadcrumb
   ---------------------------------------------------------------------------------------------- */

.breadcrumb {
	margin-bottom: 30px;
	background: #f3f3f3;
}

	.breadcrumb .wrap {
		height: 40px;
		line-height: 40px;
		color: #000;
		margin: 0 auto;
		padding: 0 10px;
		max-width: 1300px;
		font-family: "FranklinITCPro", "Lato", sans-serif;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
	}

		.breadcrumb .wrap a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}



/* Search
   ---------------------------------------------------------------------------------------------- */

.widget_search {
	margin: 0 0 30px;
	font-family: "FranklinITCPro", "Lato", sans-serif;
}

	.widget_search .widget-title {
		margin: 0 0 2px;
		padding: 0;
		color: #000;
		font-size: 24px;
		font-weight: bold;
	}

	.widget_search input[type="search"] {
		width: 72%;
		margin: 0;
		padding: 1px 8px;
		height: 45px;
		font-size: 18px;
		float: left;
		border-radius: 4px;
		border: #dbdbdb 1px solid;
	}

	.widget_search input[type="submit"] {
		color: #000;
		margin: 0;
		width: 27%;
		height: 45px;
		border: none;
		font-size: 18px;
		float: right;
		background: #ebce38;
		border-radius: 4px;
	}



/* Categories
   ---------------------------------------------------------------------------------------------- */

.widget_categories {
	margin: 0 0 30px;
	font-family: "FranklinITCPro", "Lato", sans-serif;
}

	.widget_categories .widget-title {
		margin: 0 0 8px;
		padding: 0;
		color: #000;
		font-size: 24px;
		font-weight: bold;
	}

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

		.widget_categories ul li {
		}

			.widget_categories ul li a {
				font-size: 24px;
				display: block;
				color: #000;
				text-decoration: none;
				font-weight: 300;
				font-family: "FranklinITCProLight", "FranklinITCPro", "Lato", sans-serif;
			}

				.widget_categories ul li a:hover {
					color: #1955a5;
				}



/* Entry Header
   ---------------------------------------------------------------------------------------------- */

.entry-header {
	color: #111;
}

	.entry-header .title-date,
	.content-sidebar-wrap .title-date,
	.content-sidebar-wrap .entry-categories {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

		.entry-header .title-date .entry-featured,
		.content-sidebar-wrap .title-date .entry-featured {
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			font-weight: normal;
			display: inline-block;
			/*border-right: #dbdbdb 1px solid;*/
		}

		.content-sidebar-wrap .entry-categories a {
			text-decoration: none;
			font-weight: bold;
			color: #1955a5;
		}

			.content-sidebar-wrap .entry-categories a:hover {
				color: #000;
			}

	.entry-header .entry-title,
	.content-sidebar-wrap .entry-title {
		margin: 0 0 30px;
		padding: 0 0 15px;
		color: #2a2a2a;
		font-size: 56px;
		line-height: normal;
		font-family: "PostoniWide", Georgia, serif;
		border-bottom: #dbdbdb 1px solid;
	}

		.entry-header .entry-title a {
			color: #2a2a2a;
			text-decoration: none;
		}

			.entry-header .entry-title a:hover {
				color: #1955a5;
			}

	.double-title {
		margin: 0 0 30px;
		padding: 0 0 15px;
		border-bottom: #dbdbdb 1px solid;
	}

		.double-title .entry-title {
			margin: 0;
			padding: 0;
			border-bottom: none;
		}

		.double-title .subtitle {
			margin: 5px 0 0;
			padding: 0;
			color: #888888;
			font-size: 28px;
			line-height: normal;
			font-family: "PostoniWide", Georgia, serif;
			font-weight: normal;
		}

	.entry-header .entry-meta {
		margin: 0 0 20px;
		padding: 0;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

	.entry-header .entry-meta .entry-categories a {
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #1955a5;
	}

		.entry-header .entry-meta .entry-categories a:hover {
			color: #000;
		}

	.entry-header .entry-meta .entry-author a {
		text-decoration: none;
		font-weight: bold;
		color: #1955a5;
	}

		.entry-header .entry-meta .entry-author a:hover {
			color: #000;
		}

	.entry-header .entry-meta small {
		color: #aaaaaa;
		font-size: 14px;
		margin-left: 20px;
		display: inline-block;
	}



/* Entry Content
   ---------------------------------------------------------------------------------------------- */

.entry-content {
	color: #111;
	font-size: 20px;
	line-height: 1.8;
	font-family: Georgia,Times,'Times New Roman',serif;
}

	.entry-content a {
		color: #1955a5;
		text-decoration: none;
	}

		.entry-content a:hover {
			color: #000;
		}

	.entry-content .read-more-w {
		border-bottom: #dbdbdb 1px solid;
		margin: 30px 0;
		padding: 0 0 20px;
	}

	.entry-content .read-more-w a {
		color: #111;
		background: #ebce38;
		border-radius: 4px;
		display: inline-block;
		padding: 8px 15px;
		font-size: 18px;
		text-decoration: none;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

		.entry-content .read-more-w a:hover {
			opacity: 0.75;
		}



/* Navigation
   ---------------------------------------------------------------------------------------------- */

.wehaa-navigation {
	/*
	margin-bottom: 30px;
	border-bottom: #dbdbdb 1px solid;
	*/
}

.wehaa-navigation .wrap .pagination::before,
.wehaa-navigation .wrap .pagination::after { display: none; }

	.wehaa-navigation .wrap {
		color: #000;
		margin: 0 auto;
		padding: 10px 0;
		max-width: 1300px;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

	.wehaa-navigation .wrap .back-link {
		color: #111;
		background: #ebce38;
		border-radius: 4px;
		display: inline-block;
		padding: 8px 15px;
		font-size: 18px;
		text-decoration: none;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

		.wehaa-navigation .wrap .back-link:hover {
			opacity: 0.9;
		}

	.wehaa-navigation .wrap .pagination,
	.wehaa-navigation .wrap .prev-next-navigation {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	body.paged .wehaa-navigation .wrap .pagination,
	body.paged .wehaa-navigation .wrap .prev-next-navigation {
		flex-direction: row;
	}

		.wehaa-navigation .wrap .pagination > div,
		.wehaa-navigation .wrap .prev-next-navigation > div {
			float: left;
			margin: 20px 0 10px;
		}

			.wehaa-navigation .wrap .pagination a,
			.wehaa-navigation .wrap .prev-next-navigation a {
				color: #111;
				background: #ebce38;
				border-radius: 4px;
				display: inline-block;
				padding: 8px 15px;
				font-size: 18px;
				text-decoration: none;
				font-family: "FranklinITCPro", "Lato", sans-serif;
			}

				.wehaa-navigation .wrap .pagination a:hover,
				.wehaa-navigation .wrap .prev-next-navigation a:hover {
					opacity: 0.9;
				}



/* Recent Widget
   ---------------------------------------------------------------------------------------------- */

.textwidget h3.more-from {
	margin: 0;
	font-size: 16px;
	font-family: "FranklinITCPro", "Lato", sans-serif;
}

.textwidget ul.postsbycategory {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	border: #dbdbdb 1px solid;
}

	.textwidget ul.postsbycategory li {
		padding: 0 20px;
	}

		.textwidget ul.postsbycategory li a {
			color: #111;
			display: block;
			position: relative;
			text-decoration: none;
			border-bottom: #dbdbdb 1px solid;
			font-size: 15px;
			min-height: 90px;
			font-family: "FranklinITCPro", "Lato", sans-serif;
		}

		.textwidget ul.postsbycategory li:last-child a {
			border-bottom: none;
		}

			.textwidget ul.postsbycategory li a small {
				top: 15px;
				left: 0;
				width: 30px;
				position: absolute;
				display: block;
				font-size: 22px;
				font-weight: bold;
			}

			.textwidget ul.postsbycategory li a strong {
				padding: 15px 70px 15px 30px;
				display: block;
				font-weight: normal;
			}

				.textwidget ul.postsbycategory li a:hover strong {
					color: #1955a5;
				}

			.textwidget ul.postsbycategory li a img {
				top: 15px;
				right: 0;
				width: 60px;
				height: auto;
				position: absolute;
			}



/* Sponsor 
   ---------------------------------------------------------------------------------------------- */

.entry-sponsor {
	margin: 0 0 40px;
}

	.entry-sponsor h3 {
		margin: 0 0 10px;
		font-size: 16px;
		font-family: "FranklinITCPro", "Lato", sans-serif;
	}

	.entry-sponsor img {
		max-width: 100%;
	}



/* Sponsored Video
   ---------------------------------------------------------------------------------------------- */

#floating-video-container {
    width: 100%;
    height: 450px;
    max-width: 800px;
    margin: 0 auto 20px;
	position: relative;
	background: #f3f3f3;
}

#floating-video-container .floating-video-container-float {
    width: 100%;
    height: 450px;
    max-width: 800px;
	position: relative;
}

#floating-video-container .floating-video-container-float iframe {
	width: 100%;
	height: 100%;
}

#floating-video-container .floating-video-container-float button {
	display: none;
	width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background: #000;
    border: none;
    font-size: 12px;
    line-height: 1;
    font-family: sans-serif;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
	cursor: pointer;
}

#floating-video-container.floater.floating .floating-video-container-float {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 400px;
    height: 250px;
    z-index: 999999;
}

#floating-video-container.floater.floating .floating-video-container-float iframe {
	height: 225px;
}

#floating-video-container.floater.floating .floating-video-container-float button {
	width: 100%;
	height: 25px;
    display: flex;
}

#floating-video-container.floater.floating .floating-video-container-float button svg {
	fill: #fff;
}



/* Medium devices (tablets, less than 980px)
   ============================================================================================== */
@media (max-width: 979px) {
	
	.content-sidebar .site-inner .content {
		padding-right: 2%;
	}
	
	.content-sidebar .site-inner .sidebar {
		padding-left: 2%;
	}

	.title-area .site-title a.switch {
		display: none !important;
	}
	
	.entry-header .entry-title, .content-sidebar-wrap .entry-title {
		font-size: 44px;
	}
	
	.widget_search input[type="search"] {
		width: 62%;
	}
	
	.widget_search input[type="submit"] {
		width: 37%;
	}
	
}



/* Small devices (tablets, less than 800px)
   ============================================================================================== */
@media (max-width: 799px) {

.title-area .site-title {
	margin: 0;
}
	
	.shown #menu-top-menu {
		width: 100%;
	}

	.shown::after {
		width: 100%;
	}
	
	.shown #menu-top-menu li {
		width: 100% !important;
	}
	
	/*
	.site-header {
		background: #1e1e1e;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		z-index: 100;
	}
	
		.title-area .site-title {
			margin: 10px;
			height: 30px;
		}
	
			.title-area .site-title a {
				background: url(../images/menu-open.png) no-repeat center center;
				height: 30px;
				width: 30px;
				margin: 0;
			}
	
			.title-area .site-title a.opened {
				background: url(../images/menu-close.png) no-repeat center center;
			}
	
	.site-container {
		padding-top: 50px;
	}
	
		.site-container.scrolled .site-header {
			margin: 0;
		}
	*/
	
	.site-header {
		z-index: 99999;
	}
	
	.nav-primary {
		height: 50px;
		position: relative;
	}
	
	#menu-top-menu li.opener-menu {
		padding: 6px 0 0 10px !important;
		width: 26px !important;
		text-align: center;
		background: none !important;
	}
	
	/*
	.nav-primary {
		background: #1e1e1e;
		position: fixed;
		z-index: 200;
		top: 50px !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: auto !important;
		height: auto !important;
		display: none;
	}
	
		.nav-primary > .wrap {
			padding: 0;
		}
	
	.site-container #menu-top-menu {
		height: auto;
		overflow: auto;
		float: none !important;
		margin: 0 !important;
	}
	
		.site-container #menu-top-menu li {
			display: block;
			text-align: left;
			margin: 0;
			padding: 0 20px;
			border-bottom: solid 1px #333333;
		}
	
	.site-container #menu-top-menu li.scrolled-menu {
		display: none !important;
	}
	
			.site-container #menu-top-menu li a {
				color: #fff;
				height: 45px;
			}
	*/
	
	.content-sidebar .site-inner .content {
		width: auto;
		padding: 0;
		border: none;
		margin: 0;
		float: none;
	}
	
	.content-sidebar .site-inner .sidebar {
		width: auto;
		float: none;
		padding: 0;
	}
	
		.single-post .site-inner .sidebar {
			border-top: #dbdbdb 1px solid;
			padding-top: 30px;
			margin-top: 30px;
		}

}



/* Extrasmall devices (tablets, less than 600px)
   ============================================================================================== */
@media (max-width: 599px) {
		
	.entry-header .entry-title, .content-sidebar-wrap .entry-title {
		font-size: 34px;
	}
	
	.entry-content {
		font-size: 16px;
	}

	#floating-video-container {
		height: 320px;
	}

	#floating-video-container .floating-video-container-float,
	#floating-video-container.floater.floating .floating-video-container-float {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 320px;
		z-index: auto;
	}

	#floating-video-container .floating-video-container-float iframe,
	#floating-video-container.floater.floating .floating-video-container-float iframe {
		height: 100%;
	}

	#floating-video-container .floating-video-container-float button,
	#floating-video-container.floater.floating .floating-video-container-float button {
		display: none;
	}
	
}























/* --- end */
