/*
Theme Name: Brussels Real Estate
Theme URI: https://mellonsystems.com/
Description:  Sydney Child Theme
Author: Alcides Ortega
Author URI: https://mellonsystems.com
Template: sydney
Version: 1.0.0
Updated: 2019-06-22 20:38
Text Domain: brusselsrealestate
*/

/**
 * Load a new font 
 */
@font-face {
font-family: 'Copperplate-Gothic-Light-Regular';
src: url('fonts/copperplate-gothic-light-regular.eot');
src: url('fonts/copperplate-gothic-light-regular.eot?#iefix') format("embedded-opentype"),
url('fonts/copperplate-gothic-light-regular.woff') format('woff'),
url('fonts/copperplate-gothic-light-regular.woff2') format('woff2'),
url('fonts/copperplate-gothic-light-regular.ttf') format('truetype'),
url('fonts/copperplate-gothic-light-regular.svg#copperplate-gothic-light-regular') format('svg');
font-weight: normal;
font-style: normal; 
}

.site-logo {
	max-height: 80px;
	border: white 1px solid;
	float: left !important;
}

/*******************/

/* Begin Compatibility with wpms-setpropertyid plugin*/
.bre_hidden_field {
	display: none;
}
/* End compatibility */

/*--------------------------------------------------------------
Go to bottom button
--------------------------------------------------------------*/
.go-bottom {
	position: fixed !important;
	right: 20px;
	bottom: -45px;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
.go-bottom:hover {
	background-color: #fff;
}
.go-bottom.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	    filter: alpha(opacity=1);
	   opacity: 1;
	visibility: visible;
	bottom : 11px;
}
.go-bottom {
	background-color: #d65050;
}
.go-bottom:hover {
	color: #d65050;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

.msimmo-box-shadow {
	overflow: hidden;

			border-radius: 8px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		 -o-border-radius: 8px;

			box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
		 -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);

			transition: all 0.3s;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
}

/* Media Queries
-------------------------------------------------------------- */

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

	/**
	 * Change menu position in tablette and small devices
	 */
	.btn-menu {
		float: right !important;
		margin: 15px 0 0 auto;
	}

}