/*
Theme Name:     himalayas_child
Template:       himalayas
Version:        1.0
*/

#apartments .section-wrapper,
#contact .section-wrapper{
	padding-bottom:0;
}
#apartments .section-title-wrapper {
	margin-bottom: 30px!important;
}

.home.transparent .header-wrapper {
	background: rgba(255, 255, 255, 0.5);
}

.transparent .header-wrapper.stick, .non-transparent .header-wrapper.stick {
	background: #fff;
	padding: 0;
	box-shadow: 1px 0 12px 1px rgba(0,0,0,.2);
}


#site-navigation .menu li a{
	font-weight: 600!important;
	color:#333!important;
}
#site-navigation .menu li:hover > a, #site-navigation .menu li.current-page-item > a {
	color: #0d5784!important;
}


.slider-readmore{
	display:none!important;
}

.about-btn a{
	font-weight: 600;
}

.about-btn a:first-child{
	display:none;
}

.about-btn a,.scrollup{
	background-color: #2080ba!important;
	transition:all .25s linear;
}

.about-btn a:hover,.scrollup:hover, .scrollup:active, .scrollup:focus {
	background:  #32c4d1!important;
	background-color: rgb(50, 196, 209)!important;
}

.search-icon .fa-search{
	transition:all .25s linear;
	color: #2080ba!important;

}

.search-icon .fa-search:hover{
	color:  #32c4d1!important;

}

.about-title{
	display:none!important;
}

#top-footer table td {
	border: none;
}

.home #main {
	display: none;
}

.everest-forms .everest-forms-part-button, .everest-forms button, .everest-forms button[type="submit"], .everest-forms input[type="submit"] {
	color:  #666 !important;
}

.home-search,
#bottom-footer
{
	display:none!important;
}
.menu-toggle {
	color: #025a80;
}

.cta-text-btn {
	font-weight: 600!important;
}
.detail-text a{
	color:#2080ba!important;
}

p, span{
	font-size:16px;
}

h3 span{
	font-size: 50px;
}

@media (max-width: 700px) {
	.tg-column-wrapper {
		padding: 20px;
	}
	#site-navigation .menu-primary-container, #site-navigation div.menu {
		background: #fff none repeat scroll 0 0;
	}
}





body:not(.home) .header-wrapper {
    background:#fff none repeat scroll 0 0!important;
}