/**
 * Theme Name: BARNES Quebec
 * Description: BARNES Child Theme for Quebec agency
 * Theme URI: https://bsqua.re
 * Author: Ben Borie
 * Author URI: https://bsqua.re
 * Template: barnes
 * Version: 1.0.0
 */

@media (max-width:550px) {
	#field_11_11 { display:none!important; }
}


.searchbar-separate .searchbar__item.searchbar__item--buy,
.home .searchbar__item.searchbar__item--buy {
	width:25%;
}

.searchbar-separate  .searchbar__item.searchbar__item--city,
.home  .searchbar__item.searchbar__item--city {
	width:35%;
}

.searchbar-separate  .searchbar__item.searchbar__item--type,
.home  .searchbar__item.searchbar__item--type {
	width:40%;
}

.searchbar-separate  .searchbar__item.searchbar__item--budget,
.home  .searchbar__item.searchbar__item--budget {
	width:30%;
}

#PropertySpecs  a {
	color:#DB0D43!important;
}

#PropertySpecs .link-underline::before {
	background-color:#DB0D43;
}



.calculator-link {
	align-items: center;
	background-color: #DB0D43;
	box-shadow: 0 0 1rem 0 rgba(60, 60, 60, 0.2);
	bottom: 2rem;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 5.5rem;
	justify-content: center;
	position: fixed;
	left: 2rem;
	width: 5.5rem;
	z-index: 250000; 
}
.calculator-link:hover {
	background-color: #b70b38; 
}
.calculator-link span {
	color: #ffffff;
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle; 
}


.single-property .table thead th,
.single-property .table th,
.single-property .table td {
	border-top:none;
	border-bottom:none;
}
.single-property .table thead {
	
}

 section {
	 padding-top:2rem!important;
	 padding-bottom:2rem!important;
 }

 .delay-sm {
	transition-delay: 120ms!important; }
  
  .delay-md {
	transition-delay: 120ms!important; }
  
  .delay-lg {
	transition-delay: 120ms!important; }

/* Languages menu */
.list-languages img, 
#menu-language img {display:none;}

body .main-header__language .dropdown-menu {
	width:8rem;
}

.list-languages ul {
	border:none!important;
}
.list-languages ul li:nth-child(1) {
	margin-bottom:1.5rem;
}
.list-languages ul li a {
	text-align:center;
	padding-left:0.8rem;
}
.list-languages ul li a:hover {
color:#DB0D43;
}



.single-agencies .agent__list .h6 {
font-size: 1.7rem;
line-height: 1.3;
}



.searchbar__item--type .dropdown--searchbar .dropdown-menu.dropdown-menu--overflow {
	min-width:29rem;
}

.dropdown--searchbar .dropdown-menu.dropdown-menu--overflow {
	max-height:30rem;
}