/*
Theme Name:   Realty Child Theme
Theme URI:    http://demo.themetrail.com/realty/
Description:  Realty Child Theme
Author:       ThemeTrail
Author URI:   http://themetrail.com
Template:     realty
Version:      1.0
Text Domain:  realty_child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

a {
	color: #104972;
}

h2 {
	color: #787878 !important;
	font-weight: 300;
}
@media (max-width: 768px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.3em;
	}
}


/* BOUTONS */
.btn-ghost-primary, .btn-ghost-primary:focus {
	color: #104972;
    border: 2px solid #104972;
}

.site-branding {
	padding: 20px 0;
}

.top-header {
	line-height: 40px;
}

.top-header .wpml-ls-legacy-list-horizontal {
	padding: 0;
	position: relative;
	top: -2px;
}

.top-header-sidebar {
	float: right;
}

@media (min-width: 992px) {
	.primary-menu a {
		position: relative;
		line-height: 103px !important;
	}
}

.primary-menu .current-menu-item a,
.primary-menu .current_page_parent a {
	color: #0e558d !important;
}

/* HOME */
.property-search-form .form-group:last-child {
	width: 100%;
}

.home .property-item .property-meta > div {
	width: 100%;
	float: none;
}

.home .property-item .address {
	display: none;
}

.home_biens .btn {
	text-align: center;
}

.home_biens_left {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.home_biens h1 {
		font-size: 1.8em;
	}
}

@media (min-width: 992px) {
	.home_biens_left {
		padding-bottom: 0;
	}
	.home_biens_left .vc_column-inner {
		padding-right: 40px !important;
	}
	.home_biens_right .vc_column-inner {
		padding-left: 40px !important;
	}

}


.n2-ss-slide-background:after {
	content:" ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


/* BLOG */
.post .social {
	margin-top: 3em;
}


/* FOOTER */
#footer .chosen-single,
#footer .chosen-drop {
	border-color: #FFF;
	background-color: #FFF;
}



/* LOADER */
.loader {
	display: none;
	position: fixed;
	z-index: 200000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	opacity: 0;
	visibility: hidden;
}
.loading .loader {
	opacity: 1;
	visibility: visible;
}
.loaded .loader {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 600ms 0s;
	transition: all ease 600ms 0s;
}
.first_loading .loader {
	display: block;
}
.loader_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.loader_logo {
	-webkit-animation: fadeIn 300ms;
	animation: fadeIn 300ms;
}
.loader_logo img {
	width: 200px;
	max-width: none;
}
.loader_logo .back {
	opacity: .4;
}
.loader_logo .front {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: logo_loading 3.5s;
	animation: logo_loading 3.5s;
	z-index: 1;
}
.loaded .loader_logo .front {
	-webkit-animation: none;
	animation: none;
}
@media only screen and (min-width: 768px) {
	.loader_logo img {
		width: 300px ;
	}
}
@-webkit-keyframes logo_loading {
	0% {
		width: 0%;
	}
	30% {
		width: 20%;
	}
	40% {
		width: 25%;
	}
	100% {
		width: 100%;
	}
}
@keyframes logo_loading {
	0% {
		width: 0%;
	}
	30% {
		width: 20%;
	}
	40% {
		width: 25%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes logo_loaded {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes logo_loaded {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.js .pageTransition {
	position: fixed;
	z-index: 100000;
	background: #FFFFFF;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity ease 400ms, visibility ease 400ms;
	transition: opacity ease 400ms, visibility ease 400ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.js .pageTransition.pageTransition__dark {
	background: #000000;
}
.js.loaded .pageTransition {
	opacity: 0;
	visibility: hidden;
}
.js .pageexit .pageTransition {
	opacity: 1;
	visibility: visible;
}