/* Child Theme - Custom CSS File for Buyers to Modify */


/* Child Theme - Custom CSS File for Buyers to Modify */


/*LOGO CUSTOM CSS*/

	div#header-top.mobile {
		display: none;
		position: relative;
		overflow: hidden;
	}

	.page-head.property.desktop {
	    min-height: auto;
	    padding-top: 0;
	}

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

		#logo a img {
			margin-bottom: 5px;
		}

		h2.contact-number {
		    display: none;
		}

		div#header-top {
			display: none;
		}

		div#header-top.mobile {
			display: block;
		}

		.menu-and-contact-wrap {
		    float: right;
		    width: 100%;
		}

		.main-menu .rh_menu__hamburger {
			float: right;
		}

		.main-menu .rh_menu__hamburger p {
		    display: none;
		    margin: 0;
		}

		.main-menu {
		    margin-top: -65px !important;
		    margin-right: 10px;
		}

		div#logo {
		    float: left;
		    width: 100%;
		    max-width: calc(100% - 55px);
		    margin-left: 10px;
		}

		div.menu-header-container {
			margin-top: 35px;
		}


	}


	#header-top.mobile ul.social_networks{
		text-align: right;
		border-top: none;
		border-bottom: none;
		float: right;
	}

	a#mobile-contact {
	    background-color: #ec894d;
	    color: #fff;
	    position: absolute;
	    left: 15px;
	    top: 0px;
	    bottom: 0px;
	    height: 100%;
	    padding: 13px 15px 0 15px;
	    font-weight: bold;
	    vertical-align: middle;
	    font-size: 16px;
	    letter-spacing: 1px;
	    border-left: solid 1px black;
	    border-right: solid 1px black;
	}




/*PROPERTY PAGE CUSTOM CSS*/

	div.page-head.property.mobile{
		display: none;
		min-height: auto !important;
		padding-top: 0 !important;
    	margin-bottom: 0 !important;
	}

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

		div.page-head.property {display: none;}
		div.page-head.property.mobile { display: block;}

		.page-head.property.mobile div.page-breadcrumbs,
		.page-head.property.mobile p,
		.page-head.property.mobile h1.page-title span {
			background-color: #fff;
			opacity: 1;
			color: black;
		}

		.page-head.property.mobile h1.page-title span {
			font-size: 24px;
		    line-height: 32px;
		    text-align: left;
		}

		.page-head.property.mobile div.page-breadcrumbs{ padding-bottom: 2px; }

		.page-head.property.mobile div.page-breadcrumbs,
		.page-head div.page-breadcrumbs a{
			color: #ec894d;;
		}

	}



/*PROPERTY PAGE CUSTOM CSS*/

	.tag-line span { background: none !important; position: relative;}

	div.tag-line {
		margin-top: -2px;
		margin-bottom: 75px;
	}
		.tag-line span {
			font-size: 12px !important;
		    text-align: right;
		    float: right;
		}

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

		#logo img { margin-bottom: 0 !important; }
		div.tag-line {margin-bottom: 75px;}

		.tag-line span {
			font-size: 13px !important;
		    text-align: right;
		    float: right;
		}

		#header-top{ margin-bottom: 20px !important; }

	}

@media only screen and (max-width: 1200px){
	div.tag-line {
		margin-bottom: 75px;
	}	
}

@media only screen and (max-width: 989px){
	div.tag-line {
		margin-bottom: 0;
	}
	#logo .tag-line {
		margin-top: -10px;
	}
}

body.property-template-default.single.single-property .page-head{
	min-height: auto !important;
}

.page-head div.page-breadcrumbs, .page-head p,
.page-head .page-title span {
    background: none !important;
}

.page-head .container {
    background-color: #fff !important;
    border: 1px solid #dedede;
}

p#breadcrumbs {
    padding-bottom: 0;
}
/* 
span.breadcrumb_last {
    display: none;
} */
#breadcrumbs span{
	color: #666 !important;
}

ul#side-contact {
    padding: 0;
}

div#side-detail {
    padding: 0;
}

ul#side-contact li {
    padding-right: 0;
}

section#custom_html-2 h3.title,
section#custom_html-3 h3.title {
    background-color: #394041;
    color: white;
}

section#custom_html-2, section#custom_html-3{
    background: -webkit-gradient(linear,left bottom,left top,from(white),to(whitesmoke));
    background: -webkit-linear-gradient(bottom,#fff 0,#f5f5f5 100%);
    background: linear-gradient(0,#fff 0,#f5f5f5 100%);
}
h4#side-name {
    margin-top: 25px;
}

.property-grid .property-item {
    min-height: 345px !important;
}

.page-head .page-title, .page-head .page-title span {
    color: #111111 !important;
    font-weight: 500 !important;
    font-size: 1.8rem;
}

.page-head {
    min-height: 0 !important;
    background: none !important;
}

.hamburger-inner{
	background-color: black;
}
.hamburger-inner:before, .hamburger-inner:after{
	background-color: black;
}

/*--------- Communities Page ------------*/
.property-grid .property-item {
    min-height: 345px !important;
}

.page-head {
    min-height: 0;
}

.communities-breadcrumb-wrap{
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: white;
    border: 1px solid #dedede;
}
.community-container .row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: -3%;
}

.community-container .col-md-4{
    flex: 0 0 30%;
    max-width: 30%;
}
.community-container .col{
    position: relative;
    width: 100%;
    display: block;
    padding-right: 3%;
}
.community-container .card.community-card{
    display: block;
    /*padding: 1rem;*/
    border: 1px solid #dedede;
    background-color: white;
    margin-bottom: 2rem;
}
.community-container .card.community-card:hover{
    background-color: black;
}
.card.community-card:hover h2{
    color: white;
}
.card h2{
    padding-left: 1rem;
    padding-right: 1rem;
}
.card img{
    width: auto;
    min-width: 100%;
    min-height: 300px;
}
@media only screen and (max-width: 1200px){
    .card img{
        min-height: 200px;
        width: auto;
        min-width: 100%;
    }
}
@media only screen and (max-width: 979px){
    .card h2{
       font-size: 1.5rem;
    }
	#menu-updated-nav-1{
		padding-top: 3rem;
	}
}

@media only screen and (max-width: 767px){
    .community-container .row{
        margin: auto;
    }
    .community-container .col-12{
        flex: 0 0 94%;
        max-width: 94%;
    }
    .community-container .col{
        padding: 0 3%;
    }
}