/*
 Theme Name:   Switch Theme Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Switch Theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     switchtheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../switchtheme/style.css");




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


body {
	background: #fff;
	font-size:16px;
	font-weight:400;
}



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



body h2 {
	font-size: 40px;
}


body h3 {
	font-size: 35px;
}


body h4 {
	font-size: 30px;
}


body h5 {
	font-size: 25px;
}


body h6 {
	font-size: 20px;
}




.container {
	max-width: 1280px;
	padding: 0 20px;
}



header#site-header {
	background: transparent;
	position: fixed;
	left: 0;
	right: 0;
}



#site-header.f-header {
	background: #000;
}


.header-inner {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


#site-header.f-header .header-inner{
	padding: 1.8rem 0;
}


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


#site-header img.custom-logo {
	max-height: 4rem;
}



#site-header nav li a {
	color: #fff;
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 12px;
	text-decoration: none;
}


#site-header nav li a:hover {
	color: #fff;
	background:#ffffff4d;
}


#site-header nav li.btn-link a {
	background:rgba(215,22,22,1);
}


#site-header nav li.btn-link a:hover {
	background:#4d4d4d;
}




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





/*============================HOME===========================*/


.home-slider {
	margin-bottom: 120px;
}


.home-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}


.caption {
	background: linear-gradient(90deg,#0006,#0000001a 55%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.caption-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
}



.home-slider .caption h1 {
	margin: 0 0 30px;
	color: #fff;
	text-shadow: 0 4px 0 #000;
}


.home-slider .caption p {
	color: #fff;
	font-size: 22px;
	text-shadow: 0 4px 0 #000;
	margin: 0 0 30px;
}



.btn-link a {
	background: rgba(215,22,22,1);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	display: inline-block;
	border-radius: 4px;
	padding: 12px 17px;
	text-decoration: none;
}



.btn-link a:hover {
	background:#4d4d4d;
}



.category-list {
	text-align: center;
}



.category-list h2 {
	margin-bottom: 45px;
}



.category-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.cat-item {
	width: 23.45%;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 2% 2% 0;
	text-align: center;
	position: relative;
	padding: 63px 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.cat-item h4 a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}


.cat-item:hover {
	box-shadow: 0 0 21px 0 rgba(0,0,0,0.1);
}



.cat-item:nth-child(4n) {
	margin-right: 0;
}


.cat-icon a img {
	display: initial;
	width: 40px;
}


.cat-icon {
	margin-bottom: 20px;
}


.cat-item h4 {
	font-size: 20px;
	margin: 0;
}


.cat-item h4 a {
	color: #000;
	text-decoration: none;
}



/*============================HOME===========================*/




/*=========================BROWSE HOAs========================*/



.default-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 103px;
}


.default-banner .caption-inner {
	top: 60%;
}


.default-banner img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}


.default-banner h1 {
	margin: 0 0 30px;
	color: #fff;
	text-shadow: 0 4px 0 #000;
}


.directory-title {
	text-align: center;
	margin-bottom: 80px;
}


.directory-title h2 {
	margin-bottom: 10px;
}


.directory-title ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.directory-title ul li {
	margin: 0 0.5%;
}


.directory-title ul li a, 
.directory-title ul li {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.directory-title ul li {
	margin: 0 0.5%;
	color: rgb(215, 22, 22);
}


.directory-title ul li i {
	color: #000;
	font-size: 13px;
	margin-left: 7px;
}



.hoa-filder-search-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.hoa-filter-form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 50px;
	padding: 0 20px;
}


.hoa-filter-form .form-group, 
.form-group-sort {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.hoa-filter-form .form-group {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px 21px;
}


.form-group-search {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.form-group-search button {
	width: 60px;
	font-size: 15px;
	text-transform: none;
	background: rgb(215, 22, 22);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	height: 42px;
	padding: 0;
}


.form-group-search button:hover {
	background: #4d4d4d;
}





.form-group select {
	border: none;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: #fff url("images/drop-icon.png") no-repeat calc(100% - 10px) center;
	background-size: 7px;
	padding: 0 30px 0 0;
}


.form-group-city-filter {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 15px;
	margin-left: 15px;
}


.form-group-sort label {
	margin: 0 12px 0 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
}



.form-group-search input {
	color: #000;
	font-size: 16px;
	box-shadow: none;
	outline: none;
	height: 42px;
	padding: 0 21px;
}



input::-webkit-input-placeholder { 
   color: #000; opacity:1;
}

input::-moz-placeholder { 
   color: #000;  opacity:1;
}

input:-ms-input-placeholder { 
   color: #000;  opacity:1;
}

input:-moz-placeholder { 
   color: #000;  opacity:1;
}



.browse-item {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.browse-item:hover {
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
}



.hoa-browse-img {
	width: 300px;
}


.hoa-browse-img img {
	width: 100%;
}


.browse-content {
	width: calc(100% - 339px);
}


.browse-content h3 {
	font-size: 28px;
	margin-bottom: 10px;
}


.browse-content h3 a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.browse-content h3 a:hover {
	color: rgb(215, 22, 22);
}


.hoa-location {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}


.hoa-location i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #000;
	font-size: 16px;
}


.hoa-location p {
	margin-bottom: 10px;
}



.rating-item {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-bottom: 6px;
}


.star-rating {
	margin-right: 6px;
}


.star-rating i {
	color: gold;
}


.hoa-pagination {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin-top: 70px;
}


.hoa-pagination a {
	color: rgb(107, 109, 111);
	text-decoration: none;
	line-height: 35px;
	margin: 0 5px;
	width: 35px;
	height: 35px;
	text-align: center;
}


.hoa-pagination span, 
.hoa-pagination a.next, 
.hoa-pagination a.prev {
	width: 35px;
	height: 35px;
	background: rgb(215, 22, 22);
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
}


.hoa-pagination a.next, 
.hoa-pagination a.prev {
	width: auto;
	padding: 0 10px;
}


.hoa-pagination a.next:hover, 
.hoa-pagination a.prev:hover {
	background: #4d4d4d;
	color: #fff;
}







/*=========================BROWSE HOAs========================*/










/*==========================BROWSE HOAs DETAIL=============================*/


.single .default-banner {
	display: none;
}



#main {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}


.parallax-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 400px;
	margin-bottom: 120px;
}


.parallax-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index:1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
}


.parallax-content {
	position: relative;
	z-index: 2;
}


.mobile-banner-main {
	display: none;
}


.parallax-content .block1, 
.parallax-content .block2 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: 0 20px;
}


.parallax-content .block1 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 35px;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.parallax-content .block1 h1 {
	color: #fff;
	font-size: 50px;
	position: relative;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 20px;
}


.block1 h1 i {
	background: #5ECFB1;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 48px;
}


/*
.parallax-content .block1 h1::before {
	content: '';
	background: #fff;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	display: block;
	margin: 0 0 30px;
}
*/


.parallax-content .block1 .right ul {
	/*display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;*/
	list-style: none;
	margin: 0;
	padding: 0;
}


.parallax-content .block1 .right ul li {
	margin: 0 20px 14px 0;
	color: #fff;
}


.parallax-content .block1 .right ul li:last-child {
	margin-right: 0;
}


.parallax-content .block1 .right ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
}


.parallax-content .block1 .right ul li i {
	margin-right: 6px;
	color: rgb(215, 22, 22);
}



.parallax-content .left a {
		text-decoration: none;
}


.parallax-content .block1 .listing-rating-count-wrap {
	position: relative;
	box-shadow: none;
	background: #fff;
	border-radius: 50px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 6px 17px 6px 6px;
	bottom: auto;
	top: 18px;
}



.parallax-content .rating-star i {
	color: #FACC39;
	font-size: 14px;
}


.parallax-content .block1 .review-score {
	border-radius: 100%;
	margin-right: 12px;
	background: rgb(215, 22, 22);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
}


.parallax-content .block1 .reviews-count {
	float: left;
	margin: 3px 0 0;
	font-size: 14px;
	color: #000;
}


.parallax-content .block1 .listing-rating {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}



.parallax-content .block2 {
	padding-bottom: 40px;
}


.parallax-content .geodir-category-footer {
	margin: 0;
	padding: 0;
}


.parallax-content .geodir-category-footer::after {
	display: none;
}


.avtar-level a {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}


.avtar-level {
	margin-left: 20px;
}


.avtar-level a img {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.parallax-content .block2 .geodir_status_date {
	position: static;
}


.parallax-content .block2 .cat-red-bg {
	margin-left: 20px;
}


.parallax-content .block2 .cat-red-bg span {
	font-size: 16px;
	color: #fff;
}


.parallax-content .block2 .left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.parallax-content .block2 .left ul li {
	color: #fff;
	font-size: 16px;
	border: 1px dashed rgba(255,255,255, 0.21);
	background: rgba(255,255,255, 0.11);
	padding: 8px 15px;
	border-radius: 4px;
	margin-right: 0px;
}


.parallax-content .block2 .left ul li i {
	margin-right: 5px;
}



.parallax-content .block1 .right ul .star-rating i {
	color: #FACC39;
	margin-right: 0;
}





.post-btn {
	margin-bottom: 42px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 42px;
}


.hoa-comment #reply-title {
  text-align: left;
  font-size: 40px;
  margin-bottom: 19px;
}


#commentform {
	width: 100%;
	max-width: 100%;
}


#respond {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 21px;
	margin-bottom: 36px;
}



#commentform .logged-in-as {
	text-align: left;
	color: #000;
	max-width: 100%;
	font-size: 16px;
	margin: 0 0 48px;
}


#commentform p {
	max-width: 100%;
}


#commentform {
	width: 100%;
	max-width: 1000px;
	margin: 0;
}


#commentform textarea {
	box-shadow: none;
	outline: none;
	resize: none;
}




#commentform #submit {
	background: rgba(215,22,22,1);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	display: inline-block;
	border-radius: 4px;
	padding: 12px 17px;
	text-decoration: none;
	text-transform: none;
}


#commentform #submit:hover {
	background: #4d4d4d;
	color: #fff;
}



.hoa-comment {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
}




.hoa-comment #comments {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}





#comments .comments-header {
  max-width: 100%;
}


#comments .comments-header h2 {
	text-align: left;
	font-size: 30px;
}


#comments .comments-inner {
	max-width: 100%;
}


#comments .comment-body {
	padding: 0 0 47px 80px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


#comments .comment-body:last-child {
	border-bottom: none;
}



#comments .comment-body .comment-meta {
	position: static;
	padding: 0 0 19px;
	margin: 0;
}


#comments .comment-body .avatar {
	left: 0;
}



#comments .byuser.odd article .avatar {
	left: 79px;
}



#comments .byuser {
	padding-left: 0;
}


#comments .byuser.odd article {
	padding-left: 154px;
}



.hoa-comment .styled-separator.is-style-wide {
	display:none;
}


.comment-body .comment-author a {
	text-decoration: none;
	color: #000;
}


.comment-body .comment-metadata {
	color: #000;
	font-weight: 400;
}


.comment-body .comment-content p {
	font-size: 16px;
}



.comment-body .comment-author {
	padding-bottom: 4px;
}


.comment-reply a {
	background: #4d4d4d;
}





/*

.lodging-top {
	padding: 20px 15px 24px;
	background: #fff;
}


.lodging-top .container {
	max-width: 1424px;
	margin: 0 auto;
	width: 94%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.lodging-top .right-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.lodging-top .right-link ul li {
	margin: 0 0 0 20px;
}


.lodging-top .right-link ul li a {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
}


.lodging-top .right-link ul li i {
	color: #e5e5e5;
	margin-left: 6px;
}



.left-share ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.left-share li {
	margin-right: 10px;
}


.left-share li a {
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 9px 21px;
	border-radius: 3px;
}


.left-share li a i {
	margin-right: 5px;
}


.share-icon {
	position: relative;
}


.share-icon:hover .share-hover {
	display: block !important;
}


.share-hover::before {
	content: "";
	display: block;
	width: 100%;
	background: #fff;
	position: absolute;
	top: -18px;
	left: 0;
	height: 18px;
}


.share-hover {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	transition: all .3s ease-in-out;
	min-width: 170px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 48px;
	text-align: center;
	padding: 9px 0;
	z-index: 1;
}


.left-share .share-hover a {
	color: #000;
	background: transparent;
	padding: 0 3px;
	font-size: 16px;
}



.lod-single-main {
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
	padding: 30px 15px 70px;
	margin-top: -34px;
}



.lod-single-main .container {
	max-width: 1424px;
	margin: 0 auto;
	width: 94%;
}


.lod-breadcrumbs {
	margin-bottom: 29px;
}


.lod-breadcrumbs ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}


.lod-breadcrumbs ul li {
	margin: 0 0 0 37px;
	position: relative;
}


.lod-breadcrumbs ul li a, 
.lod-breadcrumbs ul li {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 600;
}


.lod-breadcrumbs ul li i {
	color: #e5e5e5;
	margin-left: 6px;
}


.lod-breadcrumbs ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	left: -28px;
	font-size: 11px;
	position: absolute;
	top: 6px;
	margin-top: -5px;
	width: 10px;
	height: 2px;
	font-weight: 800;
	z-index: 20;
	color:#000;
}


.lod-breadcrumbs ul li:hover a {
	color:#000;
}



.lod-single-main-inner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.lod-single-main-inner .sideright {
	width: 66.66666667%;
}


.lod-featured-img .img-big {
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}


.lod-featured-img .img-big a {
	display: block;
	position: relative;
}


.lod-featured-img .img-big img {
	width: 100%;
	border-radius: 10px;
}


.sideright .featured-desc, 
.gallery-photo, 
.listing-features, 
.reviews-box-wrapper {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e5e7f2;
	margin-bottom: 20px;
	padding: 30px 30px 30px;
}


.featured-desc .view-all {
	margin-top: 30px;
}


.featured-desc h2, 
.gallery-photo h2, 
.listing-features h2, 
.reviews-box-wrapper h2 {
	color: #000;
	font-size: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
}


.featured-desc p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}


.listing-features .no-list-style {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}


.listing-features .no-list-style li {
	margin: 0 15px 10px 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.listing-features .no-list-style li:last-child {
	margin-left: 0;
}


.listing-features .no-list-style li a {
	font-weight: 600;
	color: #7a7a7a;
	font-size: 14px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.listing-features .no-list-style li a:hover {
	color: #000;
}


.listing-features .no-list-style li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #F5F6FA;
	position: relative;
	float: left;
	margin-right: 15px;
	top: 0px;
	font-size: 11px;
}


.listing-features .no-list-style li img {
	width: 25px;
	height: 25px;
	object-fit: cover;
	margin-left: 15px;
}


#gallery-photo-slider {	
    overflow: hidden;
	position: relative;
}


.photo-image a {
	padding-bottom: calc( 0.665 * 100% );
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: block
}


.photo-image a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background: rgba(51,51,51,0.41);
	transition: all 300ms linear;
}


.photo-image a:hover::after {
	opacity: 1;
}


.photo-image a::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #fff;
	color: #000;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 16px;
	box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.4);
	transition: all 300ms linear;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	z-index: 3;
	line-height: 35px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.photo-image a:hover::before {
	opacity: 1;
	top: 50%;
}


.photo-image img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
}



.fancybox__slide .fancybox__caption {
	display: none;
}


.gallery-photo {
	padding-bottom: 33px;
}


.gallery-photo .swiper-button-prev, 
.gallery-photo .swiper-button-next {
	background: #fff;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	z-index: 100;
	cursor: pointer;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}


.gallery-photo .swiper-button-prev::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9" !important;
	right: 14px;
	position: absolute;
	top: 16px;
	margin-top: 0;
	width: 15px;
	height: 11px;
	font-weight: 800;
	z-index: 20;
	color: #000;
	font-size: 17px;
	transform: rotate(180deg);
}


.gallery-photo .swiper-button-next::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9" !important;
	left: 14px;
	position: absolute;
	top: 14px;
	margin-top: -5px;
	width: 15px;
	height: 11px;
	font-weight: 800;
	z-index: 20;
	color: #000;
	font-size: 17px;
}



#comments h2.title-comments {
	display: none;
}


#customer-reviews #comments article {
	background: #F5F6FA;
	border-radius: 6px;
}


#customer-reviews #comments article .comment-author img {
	width: 60px;
	height: 60px;
	top: 4px;
}


#customer-reviews #comments .comment-list li {
	padding-right: 87px;
}


#customer-reviews #comments .comment-list li::before {
	right:69px;
}


#commentform input, 
#commentform textarea, 
#commentform select {
	background: #f9f9f9;
	border: 1px solid #e5e7f2;
	border-radius: 4px;
	font-size: 16px;
	color: #7a7a7a;
	box-shadow: none;
	outline: none;
	padding: 11px 15px;
	position: relative;
}


#customer-reviews #commentform {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


#customer-reviews #commentform .comment-form-author {
	order: 1;
}


#customer-reviews #commentform .comment-form-email {
	order: 2;
}


#customer-reviews #commentform .comment-form-rating {
	order: 3;
}


#customer-reviews #commentform label {
	padding-bottom: 7px;
}


#customer-reviews #commentform .logged-in-as {
	width: 100%;
}



#customer-reviews #commentform .form-submit input {
	flex-basis: unset;
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


#customer-reviews #commentform .form-submit {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}


#customer-reviews #commentform .form-submit input:hover {
	background: #214d30;
	color: #fff;
}



.reviews-box-wrapper{
    scroll-margin-top: 90px;
}






.lod-single-main-inner .sideleft {
	width: 31%;
}


.sideleft .sl-item {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e5e7f2;
	margin-bottom: 20px;
	padding: 18px 30px;
}


.sideleft .sl-item h2 {
	color: #000;
	font-size: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
}


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



.sl-item.work-hour ul li {
	color: #7a7a7a;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	display: inline-block;
	width: 100%;
}


.sl-item.work-hour ul li:last-child {
	border-bottom: none;
}


.sl-item.work-hour ul li span:first-child {
	float: left;
}


.sideleft .location {
	padding-left: 0;
	padding-right: 0;
}


.sideleft .location h2 {
	padding-right: 30px;
	padding-left: 30px;
}


.sideleft iframe {
	width: 100%;
	border: none;
	margin: -15px 0 15px;
	height: 250px;
}


.sideleft .location ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}


.sideleft .location ul li {
	border-bottom: 1px solid #e5e7f2;
	padding: 9px 0 9px 26px;
	margin: 0;
	position: relative;
}


.sideleft .location ul li:last-child {
	border-bottom: none;
}


.sideleft .location ul li a {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}


.sideleft .location ul li i {
	color: #000;
	margin-right: 6px;
	font-size: 17px;
	position: absolute;
	top: 14px;
	left: 0;
}


.sideleft .location ul li label {
	display: block;
	margin: 0px;
	font-size: 14px;
	color: #000;
}


.sideleft .location ul li a:hover span{
	color: #000;
}


.sideleft .location li.social-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding-top: 20px;
}


.sideleft .location li.social-link a {
	background: #000;
	font-size: 18px;
	width: 32px;
	height: 32px;
	margin-left: 7px;
	padding: 0;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}


.sideleft .location li.social-link a:hover {
	background: #214d30;
}


.sideleft .location li.social-link a i {
	color: #fff;
	margin: 0;
}


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



.similar-list ul li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	transition: all 100ms linear;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.similar-list ul li:last-child{
	border-bottom:none;
}


.similar-list ul li .image {
	width: 30%;
}


.similar-list ul li .image a {
	padding-bottom: calc( 0.75 * 100% );
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: block;
}


.similar-list ul li .image a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


.simi-content {
	width: 64%;
}


.simi-content h4 {
	margin: 0 0 2px;
}


.simi-content h4 a {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 2px;
	color: #000;
	display: inherit;
	text-decoration: none;
}


.simi-content .descr-link {
	margin: 0;
}


.simi-content .descr-link a {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}


.simi-content p {
	margin-bottom: 5px;
	color: #000;
	font-size: 15px;
}


.simi-content p i {
	font-size: 13px;
}


.simi-content p a {
	font-size: 16px;
	margin: 0;
	color: #7a7a7a;
	display: inherit;
}


.progress-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 40px;
}


.pro-review-item span {
	width: 70px;
	height: 60px;
	background: #000;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	line-height: 57px;
	font-size: 24px;
	font-weight: 700;
}

.rating-star-list i {
	color: #FACC39;
	font-size: 9.5px;
}


.progress-block-inner {
	width: calc(100% - 140px);
	padding-left: 30px;
	margin-top: -6px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.progress-block-inner .prog-item {
	width: 46%;
	position: relative;
	margin: 0 0 12px;
}


.bar-block {
	width: 100%;
	background: #e2e2e2;
	height: 10px;
	position: relative;
	border-radius: 8px;
}


.bar-block .bar-item {
	background: #000;
	height: 10px;
	position: absolute;
	border-radius: 8px;
}



.bar-block small {
	position: absolute;
	left: -30px;
	top: -5px;
	color: #7d93b2;
	font-weight: 500;
}


.prog-item span {
	font-size: 16px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}



.comments-item {
	padding-left: 90px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.comments-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.comments-item-inner {
	background: #F5F6FA;
	border-radius: 6px;
	padding: 20px;
	position: relative;
}


.comments-avatar {
	position: absolute;
	left: -90px;
	width: 60px;
	height: 60px;
	top: 12px;
}


.comments-avatar img {
	object-fit: cover;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}


.comments-avatar::before {
	content: '';
	position: absolute;
	left: 71px;
	top: 29px;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: #fff;
	border-right-color: #F5F6FA;
	border-width: 10px;
	margin-top: -10px;
	pointer-events: none;
}


.comments-name {
	position: relative;
}


.comments-name h4 {
	margin: 0 0 20px;
	padding-right: 140px;
}


.comments-name h4 a {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}


.comments-name .pro-review-item {
	position: absolute;
	right: 0;
	top: -7px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.comments-name .pro-review-item span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-right: 12px;
}


.comment-desc {
	margin: 36px 0;
}


.comments-image {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.comments-image .comm-img {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}


.comments-image .comm-img:last-child {
	margin-left: 0;
}


.comm-img a {
	position: relative;
	overflow: hidden;
	padding-bottom: calc( 0.7 * 100% );
	display: block;
}


.comm-img a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}



.comments-date {
	border-top: 1px solid #e5e7f2;
	padding-top: 15px;
	margin-top: 15px;
}


.comments-date span {
	color: #7a7a7a;
	font-weight: 500;
	font-size: 14px;
}


.comments-date span::before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	padding-right: 8px;
	color: #000;
}

*/



.mobile-only {
	display: none;
}



/*==========================BROWSE HOAs DETAIL=============================*/





/*==========================ERROR=============================*/



.error404 header#site-header {
	background: #000;
}


.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}


.error404 #site-content {
	padding-top: 0;
}


.error404 #site-content h1 {
	font-size: 48px;
}


.error404 #site-content .search-form {
	display: none;
}



.page-template-default article {
	max-width: 100%;
	padding: 0;
}


.page-template-default article .post-inner h2, 
.page-template-default article .post-inner h3, 
.page-template-default article .post-inner h4, 
.page-template-default article .post-inner h5, 
.page-template-default article .post-inner h6 {
	margin-bottom: 15px;
}


.page-template-default article .post-inner p {
	font-size: 16px;
	line-height: 24px;
}




/*==========================ERROR=============================*/








/*==========================FORM=============================*/



#site-content .gform_wrapper {
	max-width: 800px;
}


.post-inner.thin {
	padding-top: 0;
}



#site-content .gform_wrapper {
	max-width: 800px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 44px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
}


#site-content .gform_wrapper legend {
	color: #000;
	font-size: 16px;
}



#site-content .gform_wrapper .gform_fields {
	gap: 20px;
}



#site-content .gform_wrapper input, 
#site-content .gform_wrapper textarea {
	outline: none;
	box-shadow: none;
	resize: none;
	color: #000;
	font-size: 16px;
}




#site-content .gform_wrapper .gform_button {
	color: #fff;
	background: rgba(215,22,22,1);
	font-size: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 12px;
	text-decoration: none;
}


#site-content .gform_wrapper .gform_button:hover {
	background: #4d4d4d;
	color: #fff;
}







/*==========================FORM=============================*/















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


#site-footer {
	background: rgb(247, 247, 247);
	padding: 80px 0;
	margin-top: 100px;
}


.footer-upper ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.footer-upper ul li {
	margin: 0 1.5% 2%;
}


.footer-upper ul li a {
	color: #000;
	font-size: 16px;
}


.footer-upper ul li a:hover {
	color: rgb(215, 22, 22);
	text-decoration: none !important;
}



#site-footer .section-inner .container {
	max-width: 900px;
	border-top: 1px solid rgb(227, 227, 227);
	padding-top: 26px;
}



#site-footer .footer-credits {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



#site-footer .footer-credits p, 
#site-footer .footer-credits p a {
	font-weight: 400;
	font-size: 15px;
	color: rgb(107, 109, 111);
}



#back_top {
	background-color: rgb(215, 22, 22);
	bottom: 8px;
	right: 6px;
	border-radius: 0;
}


#back_top:hover {
	background: #4d4d4d;
}




i[class*="fa"] {
  font-family: "FontAwesome";
}


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


.page-template-register-page-tpl .default-banner, 
.page-template-login-page-tpl .default-banner {
	margin-bottom: 0;
}


.page-template-register-page-tpl #site-footer, 
.page-template-login-page-tpl #site-footer {
	margin-top: 0;
}


.register-page-wrapper, 
.login-page-wrapper {
	padding: 100px 0;
}


.extra-links a {
  color: #000 !important;
}


.login-box button, 
.register-box button {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.login-box button:hover, 
.register-box button:hover {
	background: #4d4d4d !important;
	text-decoration:none !important;
}





.hoa-reviews {
    margin-top: 20px;
}
 
.review-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
 
.stars {
    margin: 5px 0;
}
 
.star {
    font-size: 18px;
    color: #ccc;
}
 
.star.filled {
    color: #f5a623;
}
 
.review-meta {
    font-size: 13px;
    color: #777;
}