/*
	Theme Name: Custom Theme
	Description: Custom Theme For Kitchens
	Version: 1.5.25
	Author: Karina-
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*
 *-
 * Last Update: 2022-01-11
 *
 * updating title tag homepage
 *
 */


/* google maps blue border hide */
.gm-style iframe + div { border:none!important; }

.input.last.pac-target-input {
	width: 80%
}

/* Tooltip container */

.has-check .tooltip {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 5px;
	line-height: 1;
}

.has-check .tooltip > span {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -44px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	transition: all 0.3s ease 0s;
}

.has-check .tooltip:hover > span {
	visibility: visible;
	opacity: 1;
}

.has-check .tooltip > span::before {
	content: attr(data-text);
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	padding: 8px 12px;
	border-radius: 6px;
	background-color: #55555a;
	position: relative;
	top: -7px;
}

.has-check .tooltip > span::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 8px;
	border-color: #55555a transparent transparent transparent;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font: 400 14px/1.5 'Inter', sans-serif;
	color: #333333;
	/* fixed footer code */
	display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
	display: none;
}

.highlighter:hover  {
	  background-color: yellow;

}

.main-container {
  flex: 1;
}

.loadmore-loader {
	pointer-events: none;
    opacity: 0.4;
	border: 16px solid #f4f6f9; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;

}

.searchresult-img img {
    object-fit: cover;
    object-position: center;
    display: block;
height: 100%;
    width: 100%;
    border: 1px solid #dadcdf;
    border-radius: 2px;
}
/* end here */

/* hiding some elements in contact page */

.social-wrap.center {
	display: none !important;
}

/* hididng some elements in contact page - END */

div.wpcf7 .ajax-loader,
.acf-map .gm-style-cc,
.footer .copyright li:last-child::after,
.pagination,
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .active label.placeholder,
.filters .reset,
.content-hidden,
.view-grid .btn,
.view-grid .content-right,
.view-grid .info-wrap.review,
.view-grid .badges,
.view-grid .thumb-wrap.hidden,
.view-map .content-right,
.view-map .info-wrap.review,
.view-map .listings-content .thumb-wrap,
.view-map .badges,
.map-wrap,
.map-wrap.hide,
.listings-wrap > div,
.header-wrap .centered h1.title,
p:empty,
.header .btn.search.dark,
.wpcf7-checkbox span.wpcf7-list-item input,
.wpcf7-acceptance span.wpcf7-list-item input,
.btn-menu {
	display: none;
}

.view-map .map-wrap,
.listings-wrap .view-list.active,
.listings-wrap .view-grid.active,
.listings-wrap .view-map.active {
	display: block;
}

.recaptcha-style {
    padding-bottom: 14px;
}

.social-wrap .addtoany_list a span {
	display: none !important;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a,
.btn-more {
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover,
.footer a:hover,
.sidebar li a:hover,
.contact-wrap a:hover,
.list a:hover,
.btn-more:hover,
 .columns.columns-6.list a:hover {
	color: #004BCC;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}

a.link,
.btn-more {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
	background: none;
	border: 0;
	outline: 0;
	padding: 0;
	font-weight: 600;
}

a.link::before {
	min-width: 19px;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.title-4,
.title-5,
.title-6,
.title-7,
.title-8 {
	font-weight: 900;
	color: #333333;
	margin: 0 0 10px;
}

h1,
h2,
h3 {
	line-height: 1.2;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4,
.title-4 {
	font-size: 24px;
}

h4.text-center {
	margin: 0 0 5px;
}

h5,
.title-5 {
	font-size: 20px;
}

h6,
.title-6 {
	font-size: 18px;
	font-weight: 800;
}

.title-28 {
	font-size: 28px;
}

.title-24 {
	font-size: 24px;
}

.title-62 {
	font-size: 62px;
	margin: 0 0 20px;
}

.title-6 {
	font-weight: 800;
}

h7,
.title-7 {
	font-size: 16px;
	font-weight: 800;
}

h8,
.title-8 {
	font-size: 14px;
	font-weight: 800;
}

.title-7 {
	margin: 0;
}

p {
	margin: 0 0 20px;
}

p:last-child {
	margin: 0;
}

p.title {
	margin: 0 0 12px;
}

.dark-grey {
	color: #333333;
	font-weight: 800;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

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

.max-260w {
	max-width: 260px;
}

.max-650w {
	max-width: 850px;
	margin: 0 auto;
}

.btn-wrap {
	font-size: 0;
	margin: 25px 0 0;
}

.btn-wrap .btn {
	margin: 0 8px;
}

article p > .btn {
	margin: 0 0 10px;
}

.btn-wrap.equal .btn,
.section .btn-wrap.equal .btn {
	min-width: 240px;
	margin: 0 15px 15px 0;
}

.btn-wrap.margin,
.section .btn-wrap.margin {
	margin-left: -8px;
	margin-right: -8px;
}

.btn-wrap.margin .btn,
.section .btn-wrap.margin .btn {
	margin: 0 8px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	color: #fff;
	background: #003da5;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 30px 13px;
	border-radius: 2px;
	border: 0;
	outline: 0;
	letter-spacing: 1.5px;
	transition: all 0.3s ease 0s;
}

.btn.small.transparent {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 25px;
}

.btn.small {
	padding: 11px 25px 10px;
}

.btn.medium {
	padding: 12px 25px 11px;
}

.btn.large {
	font-size: 18px;
	padding: 14px 30px 12px;
}

.btn.round,
.header-wrap .centered .caption .btn {
	background: none;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 12px 30px 10px;
}

.btn.white,
.btn.round:hover,
.header-wrap .centered .caption .btn:hover {
	color: #003da5;
	background: #fff;
}

.btn.border,
.btn.border:focus {
	border: 1px solid #003da5;
}

.btn.border.double,
.btn.border.double:focus {
	border: 2px solid #003da5;
}

.btn:hover,
.btn.small.transparent:hover {
	color: #fff;
	background: #004BCC;
}

.btn.small.transparent:hover {
	border-color: #004BCC;
}

.btn:focus {
	border: 0;
	outline: 0;
}

.btn.block {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.note-box {
	padding: 20px 30px 30px;
	border: 1px solid #e5e5e5;
}

.contact-details-btn {
  margin: 0 0 10px !important;
}

.free-notice {
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
}

.btn-menu,
.btn-popup.close,
.btn-back.close,
.menu.close {
	border: 0;
	outline: 0;
	background: 0;
	margin: 9px 18px 0 0;
	padding: 0;
	z-index: 9;
	border-radius: 2px;
}

.btn-back.close::before {
	border-radius: 2px;
}

.btn-menu {
	padding-left: 0;
}

.btn-menu.close,
.btn-popup.close,
.btn-back.close,
.menu.close {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	padding: 0;
}

.btn-back.close {
	right: 20px;
	top: 20px;
}

.btn-back.close {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.btn-back.close:hover {
	opacity: 1;
}

.btn.search.dark {
	padding: 0;
	background: none;
}

.btn-box {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333333;
	padding: 15px 30px 15px 53px;
	border: 1px solid #e5e5e5;
}

.btn-box:hover {
	color: #333333;
}

.contact-wrap.border ~ .btn-box {
	border-top: 0;
}

.btn-box::before {
	display: block;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
}

.btn-box::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 30px;
	top: 18px;
}

.btn-claim::before {
	content: 'Claim This Business';
}

.btn-claim::after {
	background: url('https://dining.ca/wp-content/uploads/2023/03/icon-error-grey.svg') no-repeat scroll center center transparent;
}

.btn-claim:hover::before,
.btn-claim.active::before,
.btn-get-verified:hover,
.btn-get-verified:hover::before {
	color: #003da5;
}

.btn-claim.active::before {
	content: 'Business Claimed';
}

.btn-claim.active::after {
	background-image: url('https://dining.ca/wp-content/uploads/2023/03/icon-check-green.svg')
}

.btn-incorrect-data::before {
	content: 'Report Incorrect Data';
	color: #c40000;
}

.btn-incorrect-data::after {
	background: url('https://dining.ca/wp-content/uploads/2023/03/icon-error.svg') no-repeat scroll center center transparent;
}

.btn-get-verified::before {
	content: 'Own This Business?';
}

.btn-get-verified::after {
	background: url('https://dining.ca/wp-content/uploads/2023/03/icon-cross.svg') no-repeat scroll center center transparent;
}

.btn-get-verified.verified::before {
	content: 'Verified Business';
}

.btn-get-verified.verified::after {
	background: url('https://dining.ca/wp-content/uploads/2023/03/icon-check.svg') no-repeat scroll center center transparent;
}


.btn-get-verified span {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.buttons {
	font-size: 0;
}

.buttons a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-right: 30px;
}

.social-wrap {
	font-size: 0;
}

.social-wrap a,
.social-wrap .addtoany_list a {
	display: inline-block;
	vertical-align: top;
	border: 0;
	border-radius: 50%;
	margin: 0 5px;
	padding: 0;
	background: #FFFFFF;
}

.social-wrap a:hover,
.social-wrap .addtoany_list a:hover {
	background: #004BCC;
	border: 0;
}

.social-wrap a::before,
.social-wrap .addtoany_list a::before {
	width: 31px;
	height: 31px;
/*	border: 1px solid #FFFFFF; */
	border-radius: 50%;
}

.social-wrap .label {
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}

.social-wrap.margin {
	margin: 20px 0 0;
}

.social-wrap.margin .label {
	font-weight: 400;
	min-width: 63px;
	color: #333333;
}

.social-wrap.center {
	text-align: center;
	margin: 0 0 35px;
}

.social-wrap.share {
	margin: 15px 0;
}

.masonry {
	font-size: 0;
	margin: 20px -1%;
}

.masonry-sizer,
.masonry-item {
	display: inline-block;
	vertical-align: top;
	width: 31.33%;
	margin: 0 1% 2%;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.icon-after::after,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.addtoany_list a::before,
.rating-wrap .rating,
.rating-wrap .rating div,
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-acceptance span.wpcf7-list-item .wpcf7-list-item-label::before,
.menu-desktop .menu-item-has-children > a::after,
.listings-nav .categories .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 400px;
}

.menu-desktop .menu-item-has-children > a::after,
.listings-nav .categories .menu-item-has-children > a::after {
	width: 13px;
	height: 9px;
	background-position: -100px -100px;
	margin: 7px 0 0 8px;
	transform: scale(0.8);
}

.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-acceptance span.wpcf7-list-item .wpcf7-list-item-label::before {
	width: 18px;
	height: 18px;
	background-position: -300px -100px;
}

.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-position: -350px -100px;
}

.icon.grid::before,
.icon.list::before,
.icon.map::before {
	width: 18px;
	height: 21px;
	cursor: pointer;
	vertical-align: middle;
}

.icon.grid::before {
	background-position: -50px -200px;
}

.icon.grid:hover::before,
.icon.grid.active::before {
	background-position: -50px -250px;
}

.icon.list::before {
	background-position: 0 -200px;
}

.icon.list:hover::before,
.icon.list.active::before {
	background-position: 0 -250px;
}

.icon.map::before {
	background-position: -100px -200px;
}

.icon.map:hover::before,
.icon.map.active::before {
	background-position: -100px -250px;
}

.icon.box::before {
	width: 16px;
	height: 16px;
	background-position: -250px -200px;
	margin: 3px 10px 0 0;
}

.icon.tag::before {
	width: 19px;
	height: 12px;
	background-position: -300px -200px;
	margin: 5px 10px 0 0;
}

.icon.arrow-down::before {
	width: 20px;
	height: 11px;
	background-position: -150px -100px;
}

.icon.checkbox::before {
	width: 12px;
	height: 12px;
	background-position: -200px -100px;
}

.icon.checkbox.mixitup-control-active::before {
	background-position: -250px -100px;
}

.icon-after.link::after {
	width: 10px;
	height: 10px;
	background-position: -50px -150px;
	margin: 5px 0 0 6px;
}

.icon-after.check::after {
	width: 24px;
	height: 24px;
	background-position: -350px -150px;
}

.icon-after.check.small::after {
	width: 16px;
	height: 16px;
	background-position: -350px -200px;
	margin: 3px 0 0 6px;
}

.icon-after.arrow::after {
	width: 16px;
	height: 16px;
	background-position: 0 -100px;
}

.icon-after.round::after {
	width: 19px;
	height: 19px;
	background-position: 0 -150px;
	margin: 0 0 0 6px;
}

.icon-after.arrow.active::after {
	background-position: -50px -100px;
}

.chosen-container-single .chosen-single div b {
	width: 14px;
	height: 8px;
	background-position: -100px -100px;
}

.icon.download::before {
	width: 16px;
	height: 15px;
	background-position: -250px -250px;
}

.icon.date::before {
	width: 24px;
	height: 18px;
	background-position: -300px -250px;
}

.icon.search::before {
	width: 35px;
	height: 35px;
	background-position: -350px -250px;
}

.icon.search.dark::before {
	background-position: -350px -300px;
}

.icon.menu::before {
	width: 24px;
	height: 20px;
	background-position: 0 -300px;
}

.icon.close::before {
	width: 20px;
	height: 21px;
	background-position: -250px -150px;
}

.icon.close.white::before,
.header.active-search .icon.search.dark::before {
	width: 40px;
	height: 40px;
	background-position: -200px -150px;
	background-color: #fff;
}

.icon-after.close.small::after {
	width: 9px;
	height: 9px;
	background-position: -300px -150px;
}

.icon.twitter::before,
.addtoany_list a.a2a_button_twitter::before {
	background-position: 0 0;
}

.icon.twitter:hover::before,
.addtoany_list a.a2a_button_twitter:hover::before {
	background-position: 0 -50px;
}

.icon.facebook::before,
.addtoany_list a.a2a_button_facebook::before {
	background-position: -50px 0;
}

.icon.facebook:hover::before,
.addtoany_list a.a2a_button_facebook:hover::before {
	background-position: -50px -50px;
}

.icon.instagram::before {
	background-position: -100px 0;
}

.icon.instagram:hover::before {
	background-position: -100px -50px;
}

.icon.youtube::before {
	background-position: -150px 0;
}

.icon.youtube:hover::before {
	background-position: -150px -50px;
}

.icon.linkedin::before {
	background-position: -200px 0;
}

.icon.linkedin:hover::before {
	background-position: -200px -50px;
}

.icon.pinterest::before,
.addtoany_list a.a2a_button_pinterest::before {
	background-position: -250px 0;
}

.icon.pinterest:hover::before,
.addtoany_list a.a2a_button_pinterest:hover::before {
	background-position: -250px -50px;
}

.icon.more::before,
.addtoany_list a.addtoany_share::before {
	background-position: -300px 0;
}

.icon.more:hover::before,
.addtoany_list a.addtoany_share:hover::before {
	background-position: -300px -50px;
}

.icon.tiktok::before {
	background-position: -350px 0;
}

.icon.tiktok:hover::before {
	background-position: -350px -50px;
}

.slick-arrow::before {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 2px;
}

.slick-prev::before {
	background-position: -100px -150px;
}

.slick-next::before {
	background-position: -150px -150px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow {
	max-width: 1100px;
}

.wrapper.narrow-2 {
	max-width: 850px;
}

.wrapper.narrow-3 {
	max-width: 780px;
	padding: 0;
}

.wrapper.fullwidth {
	max-width: 100%;
}

.wrapper.no-padding {
	padding: 0;
}

.header {
	position: relative;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
	height: 60px;
	background: #fff;
	z-index: 999;
}

.header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	animation: fadeInDown ease-in-out 0.6s both;
}

.header .logo {
	text-align: left;
	padding: 0;
}

.header .menu-desktop {
	display: inline-block;
	vertical-align: top;
	padding: 7px 0 0;
}

.header .menu-desktop ul,
.listings-nav .categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .menu-desktop li,
.listings-nav .categories li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 20px;
	font-weight: 600;
}

.header .menu-desktop .sub-menu,
.listings-nav .categories .sub-menu {
	display: none;
	width: 210px;
	border-bottom: 1px solid #f2f2f2;
	border-top: 0;
	z-index: 9;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	padding: 19px 0 0;
	font-weight: 600;
}

.header .menu-desktop li:hover .sub-menu,
.listings-nav .categories li:hover .sub-menu {
	display: block;
}

.header .menu-desktop .sub-menu li,
.listings-nav .categories .sub-menu li {
	display: block;
	padding: 5px 20px;
	margin: 0;
	background: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.header .menu-desktop .sub-menu li:first-child,
.listings-nav .categories .sub-menu li:first-child {
	padding-top: 10px;
}

.header .menu-desktop .sub-menu li:last-child,
.listings-nav .categories .sub-menu li:last-child {
	padding-bottom: 10px;
}

.logo img {
	max-height: 41px;
}

.header-wrap {
	position: relative;
	background: #000;
	height: 300px;
	overflow: hidden;
}

.header-wrap.medium {
	height: 400px;
}

.header-wrap.normal {
	height: 500px;
}

.header-wrap.large {
	height: 600px;
}

.header-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.header-wrap .btn-down {
	border: 0;
	outline: 0;
	background: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0);
	z-index: 99;
}

.header-wrap .wrapper,
.header-wrap .columns {
	height: 100%;
}

.header-wrap .caption {
	padding: 20px 0;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

.header-wrap.section .caption p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 12px 0;
	letter-spacing: 0;
}

.header-wrap .caption h1,
.header-wrap .caption h4,
.header-wrap .caption h5 {
	color: #fff;
	text-align: center;
	margin: 0;
}

.header-wrap .columns-2 .caption,
.header-wrap .columns-2 .caption h1 {
	text-align: left;
}

.header-wrap .columns-2 .caption h1 {
	font-size: 38px;
	margin: 0 0 15px;
}

.header-wrap .columns-2 .caption h5 {
	font-size: 18px;
	color: #333333;
}

.header-wrap .columns-2 .caption p {
	font-size: 18px;
	font-weight: 400;
}

.header-wrap .columns-2 .col-2 {
	background:	#fff;
	padding: 40px 50px;
}

.header-wrap .columns-2 .col-2 h4 {
	color: #333333;
	margin: 0;
}

.header-wrap .centered .col {
	height: 100%;
	margin: 0;
}

.header-wrap .centered .caption {
	padding: 80px 0;
}

.header-wrap .centered .caption .btn-wrap {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translate(-50%, 0);
	margin: 0;
}

.header-wrap .search-form {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0;
}

.header-wrap .search-form .input {
	font-size: 16px;
	height: 49px;
	width: 100%;
	max-width: 275px;
	margin-right: 10px;
	background: #ffffffe3;
}

.header-wrap .search-form .btn.submit {
	font-size: 18px;
	padding: 14px 30px 11px;
	margin: 0;
}

.header-wrap.section .review-wrap {
	position: absolute;
	left: 30px;
	bottom: 20px;
	z-index: 9;
}

.header-wrap.section .review-wrap a {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

.header-wrap.section .rating-wrap {
	margin: 0;
}

.header-wrap.section .rating-wrap p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	padding: 0 0 0 5px;
	margin: 0;
}

.header-wrap.section .rating-wrap p span {
	font-size: 12px;
	font-weight: 500;
}

.header-wrap.as-gallery::after {
	content: '';
	background: linear-gradient(180deg,#0000 31.42%,#000);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.header-wrap.as-gallery .caption {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 99;
	transform: none;
	top: auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

.header-wrap.as-gallery .caption h1 {
	text-align: left;
}

.header-wrap.as-gallery .caption p {
	max-width: 60%;
}

.header-wrap.as-gallery .btn {
	position: absolute;
	right: 30px;
	bottom: 0;
}

.header-wrap.simple {
	padding: 40px 0;
	height: auto;
	background: #e8ecf1;
}

.header-wrap.simple h1:last-child {
	margin: 0;
}

.nav {
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.nav.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav a {
	font-size: 30px;
	font-weight: 500;
}

.nav .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px 20px;
}

.nav .bottom li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 0;
}

.nav .bottom a {
	font-size: 14px;
	font-weight: 400;
}

main {
	float: left;
	width: 83%;
	position: relative;
}

main.fullwidth {
	float: none;
	width: 100%;
}

main {
	padding: 40px 0 60px;
}

main.white {
	background: #fff;
	padding: 60px 70px;
}

.has-left-sidebar main {
	float: right;
}

.has-left-sidebar .sidebar {
	float: left;
}

.has-wide-sidebar main {
	width: 62%;
}

.has-wide-sidebar .sidebar {
	width: 32%;
}

.fullheight main {
	width: 72%;
}

.fullheight .sidebar {
	width: 28%;
	height: 100%;
	padding: 0;
	overflow-y: auto;
}

.sidebar {
	float: right;
	width: 14.5%;
	padding: 40px 0 0;
}

.sidebar .widget {
	margin: 0 0 20px;
}

.sidebar p.title {
	margin: 0 0 15px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 0 0 5px;
}

.sidebar li,
.sidebar li a {
	font-size: 14px;
	color: #333333;
}

.has-wide-sidebar .sidebar-float {
	position: absolute !important;
	left: 110%;
	top: 0px;
	width: 51%;
}

.footer {
	border-top: 1px solid #f9f9fa;
	background: #f4f6f9;
}

.footer,
.footer a {
	font-size: 13px;
	color: #333333;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .copyright {
	background: #e8ecf1;
	padding: 8px 0;
	line-height: 1.4;
}

.footer .copyright .content {
	padding: 8px 0;
}

.footer .copyright ul {
	font-size: 0;
	margin: 0 3px;
}

.footer .copyright ul,
.footer .copyright li {
	display: inline-block;
	vertical-align: top;
}

.footer .copyright li::after {
	content: '|';
	font-size: 13px;
	padding: 0 8px;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.center {
	align-items: center;
}

.flex.justify {
	justify-content: center;
}

.columns {
	font-size: 0;
}

.columns.margin {
	margin-top: 25px;
}

.columns.margin-2 {
	margin-top: 60px;
}

.columns.margin-3,
.columns.columns-2.margin-3 {
	margin-bottom: 15px;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns .col .bottom {
	font-size: 0;
}

.columns .col .bottom .sep {
	padding: 0 5px;
}

.columns .col .bottom p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	width: 35%;
	text-align: right;
	margin: 6px 0 0;
}

.columns .col .bottom p.title {
	width: 60%;
	margin: 0 5% 0 0;
	text-align: left;
}

.columns .col .bottom p.title,
.columns .col .bottom p.title a {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

.columns .col .bottom.large p {
	margin: 8px 0 0;
}

.columns .col .bottom.large p.title-5 {
	font-size: 20px;
	margin: 0 5% 0 0;
	font-weight: 800;
}

.columns.has-title .title-5 {
	max-width: 50%;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-2 {
	margin-left: -2%;
	margin-right: -2%;
}

.columns.columns-2 .col {
	width: 46%;
	margin: 0 2% 2%;
}

.columns.columns-2.narrow {
	margin-left: -1.4%;
	margin-right: -1.4%;
	margin-bottom: -2.8%;
}

.columns.columns-2.narrow .col {
	width: 47.2%;
	margin: 0 1.4% 2.8%;
}

.columns.columns-2.custom {
	margin-left: -1.2%;
	margin-right: -1.2%;
	margin-bottom: -1.2%;
}

.columns.columns-2.custom .col {
	width: 47.6%;
	margin: 0 1.2% 1.2%;
}

.columns.columns-2.custom {
	margin-bottom: 0;
}

.columns.columns-2.custom .col.col-1 {
	width: 40%;
}

.columns.columns-2.custom .col.col-2 {
	width: 55.2%;
}

.columns.columns-2.custom-2 {
	margin-bottom: 0;
}

.columns.columns-2.custom-2 .col.col-1 {
	width: 31%;
}

.columns.columns-2.custom-2 .col.col-2 {
	width: 61%;
}

.columns.columns-2.custom-3 {
	margin-top: 40px;
	margin-bottom: 0;
}

.columns.columns-2.custom-3 .col.col-1 {
	width: 61%;
}

.columns.columns-2.custom-3 .col.col-2 {
	width: 31%;
}

.columns.columns-2.fullwidth {
	margin: 0;
}

.columns.columns-2.fullwidth .col {
	width: 50%;
	margin: 0;
}

.columns.columns-2.middle {
	margin: 0;
}

.columns.columns-2.middle .col {
	margin: 0;
}

.columns.columns-2.middle .col.col-1 {
	width: 18%;
}

.columns.columns-2.middle .col.col-2 {
	width: 82%;
	text-align: right;
}

.columns.columns-2.middle .btn.small {
	height: 35px;
	padding: 8px 25px;
	margin-left: 10px;
}

.columns.columns-3 .col {
	width: 31.33%;
	margin: 0 1% 2%;
}

.columns.columns-3.middle {
	margin: 0;
}

.columns.columns-3.middle .col {
	width: 33.33%;
	margin: 0;
}

.columns.columns-3.narrow {
	margin-left: -4%;
	margin-right: -4%;
	margin-bottom: -4%;
}

.columns.columns-3.narrow .col {
	width: 25.33%;
	margin: 0 4% 4%;
}

.columns.columns-3.normal {
	margin-left: -0.8%;
	margin-right: -0.8%;
	margin-bottom: 0;
}

.columns.columns-3.normal .col {
	width: 31.73%;
	margin: 0 0.8% 1.6%;
}

.columns.columns-3.centered {
	margin: 35px 0;
}

.columns.columns-3.centered .col {
	width: 22%;
	margin: 0;
}

.columns.columns-3.centered .col:nth-child(2) {
	width: 49%;
	margin: 0 3.5%;
}

.columns.columns-3.centered .col:nth-child(2) .img-wrap.height-255,
.carousel-normal .slick-current.slick-active + .slick-slide.slick-active .img-wrap.height-255 {
	height: 340px;
}

.columns.columns-3.centered .content {
	text-align: center;
}

.columns.columns-3.centered .content .title-4 {
	margin: 0 0 3px;
}

.columns.columns-3.centered .content .rating-wrap {
	margin: 0 0 10px;
}

.columns.columns-4 {
	margin-left: -2%;
	margin-right: -2%;
	margin-bottom: -4%;
}

.columns.columns-4 .col {
	width: 21%;
	margin: 0 2% 4%;
}

.columns.columns-3.as-list,
.columns.columns-4.as-list {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0 50px;
}

.columns.columns-3.as-list.mb-80,
.columns.columns-4.as-list.mb-80 {
	margin-bottom: 80px;
}

.columns.columns-3.as-list .col,
.columns.columns-4.as-list .col {
	width: 25%;
	margin: 0;
	padding: 22px 0;
	border-top: 1px solid #e5e5e5;
}

.columns.columns-3.as-list .col {
	width: 33.33%;
}

.view-map.active .columns.columns-3.as-list .col {
	width: 50%;
}

.columns.columns-3.as-list .col a,
.columns.columns-4.as-list .col a {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #010101;
	padding: 0 0 0 45px;
	position: relative;
}

.columns.columns-3.as-list .col a:hover,
.columns.columns-4.as-list .col a:hover {
	color: #004BCC;
}

.columns.columns-3.as-list .col a img,
.columns.columns-4.as-list .col a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.columns.columns-4.custom {
	padding: 45px 0;
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 0;
}

.columns.columns-4.custom .col {
	width: 15%;
	margin: 0 1%;
}

.columns.columns-4.custom .col.col-4 {
	width: 47%;
	padding-left: 2%;
}

.columns.columns-4.menu ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.columns.columns-4.menu li,
.columns.columns-4.menu a {
	font-size: 18px;
}

.columns.columns-4.menu .sub-menu a,
.columns.columns-4.menu .sub-menu li::before {
	font-size: 13px;
	color: #666666;
}

.columns.columns-4.menu .sub-menu li::before {
	content: '-';
	margin: 0 5px 0 0;
}

.columns.columns-5 {
	margin-left: -3.5%;
	margin-right: -3.5%;
	margin-bottom: 0;
}

.columns.columns-5 .col {
	width: 13%;
	margin: 0 3.5% 15px;
}

.columns.columns-5.carousel {
	margin: 30px 0 0;
}

.columns.columns-5.carousel .col {
	width: 480px;
	margin: 0 15px;
}

.columns.columns-5.carousel .col,
.columns.columns-5.carousel .col > div {
	min-height: 240px;
	height: 100%;
}

.csscolumns .columns.columns-5.list,
.csscolumns .columns.columns-6.list {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	margin-left: 0;
	margin-right: 0;
	-webkit-column-gap: 8%;
	-moz-column-gap: 8%;
	column-gap: 8%;
}

.csscolumns .columns.columns-5.list .col,
.csscolumns .columns.columns-6.list .col {
	width: 100%;
	margin: 0 0 15px;
}

.csscolumns .columns.columns-6.list {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

.csscolumns .columns.columns-6.list .col {
	margin: 0 0 3px;
}

 .columns.columns-6.list a {
	 font-size: 14px;
	 color: #333333;
	 font-weight: 400;
 }

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.infinite-scroll,
.jscroll-inner {
	width: 100%;
}

.section.grey {
	background: #e8ecf1;
}

.section.dark-grey {
	background: #f2f2f2;
}

.section.dark {
	background: #003da5;
}

.section.white-text,
.section.white-text h1,
.section.white-text h2,
.section.white-text h3,
.section.white-text h4,
.section.white-text h5,
.section.white-text h6,
.section.white-text h7,
.section.white-text h8 {
	color: #fff;
}

.section.padding {
	padding: 30px 0 10px;
}

.section.normal {
	padding: 60px 0;
}

.section.normal p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 5px;
}

.section.normal .btn {
	margin: 10px 0 0;
}

.section.border {
	padding: 40px 0;
	border-top: 1px solid #f6f6f7;
}

.section.last {
	padding: 0 0 60px;
}

.acf-map {
	width: 100%;
	height: 240px;
}

.breadcrumbs {
	color: #333;
	padding: 15px 0;
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 12px;
}

.breadcrumbs span.sep {
	padding: 0 5px;
}

.breadcrumbs span {
	display: inline-block;
	vertical-align: top;
}

.accordion {
	margin: 40px 0 0;
}

.accordion .title,
.accordion .content {
	background: #fff;
	padding: 35px 65px;
	position: relative;
	border-radius: 2px;
}

.accordion .title {
	cursor: pointer;
	margin: 20px 0 0;
}

.accordion .title span {
	position: absolute;
	left: 40px;
	top: 35px;
}

.accordion .icon-after::after {
	position: absolute;
	right: 40px;
	top: 42px;
}

.accordion .content {
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion.grey .title,
.accordion.grey .content {
	background: #f4f6f9;
}

.img-wrap {
	display: block;
	position: relative;
	border: 0;
	overflow: hidden;
	border-radius: 2px;
	margin: 0 0 15px;
}

.img-wrap.height-200 {
	height: 200px;
}

.img-wrap.height-255 {
	height: 255px;
}

.img-wrap.height-255 img {
	height: 100%;
	object-fit: cover;
}

.img-wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333333;
	border-radius: 2px;
}

.img-wrap img {
	width: 100%;
	border-radius: 2px;
	position: relative;
	z-index: 9;
	transition: all 0.5s ease 0s;
}

a.img-wrap:hover img {
	opacity: 0.25;
}

.gallery-normal-nav .img-wrap:hover img {
	opacity: 0.5;
}

.img-wrap.normal {
	background: none;
	border-radius: 0;
}

.img-wrap.normal::before {
	background: none;
}

.img-wrap.normal img {
/* 	width: auto; */
	opacity: 1;
	border-radius: 0;
}

.img-wrap .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.img-wrap:hover .caption {
	opacity: 1;
	visibility: visible;
}

.img-wrap .caption h5,
.img-wrap .caption p {
	color: #fff;
	margin: 0;
}

.img-wrap .caption p {
	font-size: 13px;
}

.img-wrap .caption.middle {
	bottom: 50%;
	transform: translate(0, 50%);
	text-align: center;
	z-index: 9;
}

.img-wrap .caption.middle p {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.img-wrap.single {
	margin: 35px 0;
}

.date,
.category {
	display: block;
	font-size: 12px;
}

.date {
	margin: 0 0 3px;
}

.category .sep {
	padding: 0 10px;
}

.pagination {
	font-size: 12px;
}

.contact-wrap {
	max-width: 400px;
	margin: 0 auto 25px;
}

.contact-wrap p {
	margin: 0;
}

.contact-wrap p.margin {
	margin: 0 0 10px;
}

.contact-wrap p > span {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	width: 70px;
}

.contact-wrap a {
	font-size: 14px;
	color: #333333;
}

.contact-wrap.cta {
	margin-top: 60px;
	text-align: center;
}

.contact-wrap.cta .sep {
	margin: 35px 0 25px;
}

.contact-wrap.cta .sep span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	background: #f3f5f9;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 800;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
}

.contact-wrap.cta .sep::before,
.contact-wrap.cta .sep::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 1px;
	background: #f2f2f2;:
}

.contact-wrap.cta p,
.contact-wrap.cta p a {
	font-size: 20px;
	font-weight: 900;
}

.contact-wrap.border {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	padding: 25px 30px;
	margin: 0;
}

.contact-wrap.border p.margin a {
	display: block;
	margin: 0 0 5px;
}

.popup {
	width: 100%;
	height: 100%;
	padding: 30px;
	background:	#f3f5f9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.popup.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.popup .wrapper.narrow-3 {
	background: #fff;
	padding: 50px 100px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.popup h4 {
	margin: 0;
}

.popup h5 {
	font-size: 18px;
}

.listings {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listings,
.listings li,
.listings a {
	display: block;
	font-size: 13px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.listings li {
	margin: 0 0 3px;
}

.listings-nav {
	font-size: 0;
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
	margin: 0;
	min-height: 52px;
}

.listings-nav p,
.listings-nav span,
.listings-nav .views,
.listings-nav .categories,
.listings-nav .categories p,
.listings-nav .categories > ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: 600;
}

.listings-nav .views.normal {
	padding-top: 6px;
}

.listings-nav span {
	margin-left: 15px;
}

.listings-nav .title-7 {
	margin-top: 9px;
}

.listings-nav span.grid,
.listings-nav span.list {
	padding-top: 1px;
}

.listings-nav .categories p {
	margin-right: 10px;
}

.listings-nav .categories .menu-item-has-children {
	border: 1px solid #dedede;
	padding: 7px 15px;
	min-width: 163px;
	text-align: left;
}

.listings-nav .categories .menu-item-has-children > a::after {
	position: absolute;
	right: 13px;
	top: 7px;
	font-weight: 600;
}

.listings-nav .categories .sub-menu {
	padding: 9px 0 0;
	width: 163px;
}

.listings-wrap {
	padding: 0;
}

.listings-content .col {
	vertical-align: bottom;
}

.listings-wrap > div {
	padding: 20px 30px 0;
}

.listings-wrap .content-wrap,
.view-list .img-wrap,
.view-grid .img-wrap {
	margin: 0;
}

.view-list .columns.columns-3.normal {
	margin: 0;
}

.view-list .columns.columns-3.normal .col {
	width: 100%;
	margin: 0 0 1.6%;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.view-list .columns.columns-3.normal .col.no-image .content-wrap {
	font-size: 0;
	width: 100%;
	margin: 0;
}

.view-list .columns.columns-3.normal .col.no-image .content-left,
.view-list .columns.columns-3.normal .col.no-image .content-right {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	height: 100%;
}

.view-list .columns.columns-3.normal .col.no-image .content-left.fullwidth {
	width: 100%;
}

.view-list .columns.columns-3.normal .col.no-image .content-left.fullwidth .info-wrap.border {
	border-right: 0;
}

.view-list .columns.columns-3.normal .col.no-image .info-wrap.border {
	border-bottom: 0;
	border-right: 1px solid #dadcdf;
	height: 100%;
}

.thumb-wrap {
/* 	height: 99%; */
}
.view-list .thumb-wrap,
.view-list .columns.columns-3.normal .col.no-image .content-right {
	width: 52.4%;
}

/* Changes */

.searchresult-img {
	height: 100%;
}

.view-list .img-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	transition: all 0.3s ease 0s;
}

.view-list .img-wrap:hover .bgr {
    opacity: 0.25;
}

/* Changes */

.desc.normal,
.view-list .content-wrap,
.view-list .columns.columns-3.normal .col.no-image .content-left {
	width: 47.6%;
}

.listings-wrap .view-list,
.listings-wrap .view-grid {
	max-width: 1200px;
	width: 100%;
	padding: 20px 30px;
	margin: 0 auto;
}

.listings-wrap .desc.normal {
	width: 100%;
}

.view-list .content-wrap {
	border: 1px solid #dadcdf;
	border-radius: 2px;
	margin: 0;
}

.view-list .content-wrap .content-right {
	padding: 15px 20px;
}

.view-list .info-wrap.border {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.view-list .info-wrap.review {
	padding: 10px 0 0;
}

.view-list .info-wrap.border .title-wrap,
.view-list .columns.columns-3.normal .col.no-image .content-right {
	padding: 15px 20px 20px;
}

.view-list .info-wrap.border .img-wrap {
	display: block;
	text-align: center;
}

.view-list .btn {
	margin: 10px 0 0;
}

.view-map .btn {
    margin: 10px 0 0;
}

.view-list .badges {
	margin: 20px 0 0;
}

.view-list .badges img {
	margin: 0 15px 10px 0;
}

.view-map {
	background: #f4f6f9;
	height: 90vh;
	overflow: hidden;
	font-size: 0;
}

.view-map .columns.columns-3.normal,
.view-map .listings-content,
.view-map .map-wrap {
	display: inline-block;
	vertical-align: top;
}

.listings-wrap > .view-map {
	padding: 0;
}

.view-map .listings-content {
	width: 35%;
	height: 100%;
	overflow-y: auto;
	padding: 20px 30px;
}

.view-map .acf-map {
	border: 0;
}

.view-map .map-wrap {
	width: 65%;
}

.view-map .desc.normal {
	font-size: 14px;
	width: 100%;
}

.view-map .columns.columns-3.normal,
.view-map .columns.columns-3.normal .col {
	width: 100%;
	margin: 0;
}

.view-map .columns.columns-3.normal .col {
	background: #fff;
	margin: 0 0 10px;
}

.view-map .info-wrap.border .title-wrap {
	padding: 15px 20px 10px;
}

.view-list .img-wrap,
.view-list .img-wrap img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.view-list .content-wrap {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.view-grid .info-wrap.border {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.view-grid .img-wrap,
.view-grid .img-wrap img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.listings-wrap .map-wrap .acf-map .content-wrap .title-wrap {
	font-size: 0;
}

.listings-wrap .map-wrap .acf-map .content-wrap .btn {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 11px 5px 10px;
	margin: 10px 0 0;
}

.listings-wrap .map-wrap .acf-map .content-wrap .btn:last-child {
	margin-left: 4%;
}

.filters .checkboxes {
	margin: 0 0 20px;
}

.filters .checkbox button {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	padding: 0 0 0 25px;
	cursor: pointer;
	border: 0;
	outline: 0;
	background: none;
	position: relative;
	transition: all 0.3s ease 0s;
}

.filters .checkbox button::before {
	position: absolute;
	top: 0;
	left: 0;
}

.filter-current {
	margin: 8px 10px 0 0;
}

.filter-current button {
	font-size: 11px;
	color: #3a3a3a;
	border: 1px solid #e8e8e8;
	outline: 0;
	background: #f2f2f2;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
}

.filter-current button::after {
	margin: 2px 0 0 10px;
}

.filter-wrap {
	font-size: 0;
}

.filter-wrap h4 {
	margin: 0 20px 10px 0;
}

.filter-wrap h4,
.filter-wrap .reset,
.filter-wrap .filter-current {
	display: inline-block;
	vertical-align: top;
}

.filter-wrap .reset {
	font-size: 11px;
	color: #3a3a3a;
	text-decoration: underline;
	border: 0;
	outline: 0;
	background: none;
	margin: 15px 0;
	padding: 0;
}

.content-wrap {
	margin: 12px 0 80px;
}

.content-wrap p,
.content-wrap .content-hidden {
	margin: 0 0 8px;
}

.rating-wrap {
	margin: 0 0 5px;
}

.rating-wrap .rating,
.rating-wrap .rating div {
	display: inline-block;
	vertical-align: top;
	width: 91px;
	height: 17px;
	text-align: left;
	background-position: -150px -200px;
}

.rating-wrap .rating div {
	background-position: -150px -250px;
}

.rating-wrap span {
	display: inline-block;
	vertical-align: top;
}

.rating-wrap p {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #333333;
	padding: 0 0 0 10px;
	margin: 0;
}

.rating-wrap p span {
	font-size: 14px;
	margin: 1px 0 0 3px;
	font-weight: 600;
}

.info-wrap {
	font-size: 0;
}

.rating-wrap p,
.info-wrap .img-wrap,
.info-wrap .title-wrap {
	display: inline-block;
	vertical-align: top;
}

.info-wrap .img-wrap {
	width: 15%;
	max-width: 80px;
	background: none;
}

.info-wrap .img-wrap::before {
	background: #fff;
}

.info-wrap .img-wrap:hover img {
	opacity: 1;
}

.info-wrap .title-wrap {
	width: 85%;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}

.info-wrap .title-wrap > p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.info-wrap .title-wrap > p.small {
	font-size: 12px;
}

.info-wrap .title-wrap h3,
.info-wrap .title-wrap h5,
.info-wrap .title-wrap h6 {
	margin: 0 0 2px;
	line-height: 1.2;
}

.info-wrap .title-wrap h3::after {
	margin: 8px 0 0 4px;
}

.info-wrap .title-wrap h5.small::after {
	margin: 4px 0 0 6px;
}

.info-wrap.small {
	padding: 15px 20px 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #dadcdf;
}

.info-wrap.small .img-wrap {
	width: 25%;
	max-width: 60px;
	margin: 5px 0 0;
}

.info-wrap.small .title-wrap {
	width: 75%;
	padding: 0 0 0 15px;
}

.info-wrap.small .btn {
	margin: 15px 0 0;
}

.info-wrap.border {
	border: 1px solid #dadcdf;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 2px;
}

.info-wrap.border .img-wrap {
	width: 25%;
	max-width: 100px;
	margin: 0;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-wrap.border .title-wrap {
	width: 75%;
	padding: 15px 20px;
	margin: 0;
	border-left: 1px solid #dadcdf;
}

.info-wrap.border .title-wrap > p {
	margin: 0 0 10px;
}

.info-wrap.border.has-checkbox {
	margin: 0 0 20px;
}

.info-wrap.border.has-checkbox .checkmark {
	font-size: 0;
	width: 7%;
	background: #003da5;
	margin: 0;
	position: relative;
	cursor: pointer;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.info-wrap.border.has-checkbox .checkmark > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	margin: 0;
}

.info-wrap.border.has-checkbox .title-wrap {
	width: 68%;
}

.info-wrap.review {
	padding: 0 20px 10px;
}

.info-wrap.review p {
	font-size: 14px;
	color: #333333;
}

.info-wrap.review .img-wrap {
	max-width: 55px;
}

.info-wrap.review.single {
	border: 1px solid #dadcdf;
	border-radius: 2px;
	padding: 30px 30px 15px;
}

.info-wrap.review.details {
	padding: 0;
}


.review-feed-container {

  margin: auto;
  margin-top: 25px;
}

.review-container {
  width: 90% !important;
}

.review-image {
  max-width: 55px;
	display: inline-block;
	margin-right: 10px;
}

.review-video {
  margin: 20px;
}

.desc {
	padding: 0 20px 20px;
}

.desc.normal {
	padding: 0 0 20px;
}

.see-more {
	padding-top: 1%;
	color: #003da5;
	font-weight: 600;
}

.tags {
	font-size: 0;
	margin: 20px 0 25px;
}

.tags .tag {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	color: #333333;
	border: 1px solid #e8e8e8;
	outline: 0;
	background:	#fff;
	padding: 6px 20px 4px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
}

.badges {
	margin: 15px 0;
}

.badges img {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 20px 0;
}

.acf-map {
	width: 100%;
	height: 100vh;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

.map-wrap,
.acf-map.large {
/* 	height: 600px; */
}

.acf-map .caption {
	max-width: 390px;
}

.acf-map .caption .img-wrap {
	margin: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.map-wrap .gm-style .gm-style-iw-c {
    overflow: visible;
}

.map-wrap .gm-style-iw-chr {
    width: 48px;
    height: 48px;
    position: absolute;
    right: -48px;
    top: 0;
    background: #fff;
}

.title-wrap.has-btn {
	overflow: hidden;
}

.title-wrap.has-btn h3,
.title-wrap.has-btn a {
	display: inline-block;
	vertical-align: top;
}

.title-wrap.has-btn a {
	float: right;
}

.page-template-template-gallery-details .header,
.page-template-template-gallery-details .footer {
	display: none;
}

.page-template-template-gallery-details,
.main-container.fullheight,
.main-container.fullheight main {
	height: 100%;
	padding: 0;
}

.page-nav {
	font-size: 0;
	text-align: center;
	margin: 0 0 50px;
}

.page-nav p,
.page-nav a {
	display: inline-block;
	vertical-align: top;
}

.page-nav p {
	margin: 0 50px;
}

.page-nav a {
	font-size: 15px;
	text-decoration: underline;
	margin: 5px 16px; /* margin: 9px 30px; */
}

.btn.small.load-more {
  margin: 10px 10px 25px 10px;
  cursor: pointer;
}

.btn.small.business-details {
  margin-right: 10px;
}

.business-description {
  font-size: 14px !important;
}

#city-name {
  margin-left: 0;
}

.small.reviewer {
  margin: 0 0 10px;
}

.load-more-container {
  text-align: center;
}

.search-wrap {
	max-width: 555px;
	margin: 0 auto 80px;
}

.search-wrap p {
	font-size: 14px;
}

.search-form.large {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 5px 0 0;
}

.search-form.large .input {
	width: 100%;
	height: 50px;
	padding: 15px 65px 15px 15px;
}

.search-form.large .submit {
	position: absolute;
	right: 0;
	top: 0;
}

.search-form.large .icon.search::before {
	width: 50px;
	height: 50px;
	background-position: -343px -243px;
}

.search-results {
	margin: 10px 0 0;
}

.search-results .review {
	background: #fff;
	border: 1px solid #dedede;
	padding: 15px 20px;
	margin: 0 0 3px;
}

.search-results .review .col {
	margin: 0;
}

.search-results .review .col.col-1 {
	width: 10%;
}

.search-results .review .col.col-2 {
	width: 60%;
	padding: 0 14px;
}

.search-results .review .col.col-3 {
	width: 30%;
	padding: 10px 0 0;
	text-align: right;
}

.search-results .review img {
	width: 100%;
}

.search-results .review p {
	font-size: 13px;
	color: #3b3b3b;
}

.search-results .more {
	display: block;
	background: #fff;
	padding: 12px 20px;
	border: 1px solid #dedede;
	margin: 0 0 3px;
}

.search-results .more strong {
	display: block;
	position: relative;
}

.search-results .more strong::before {
	content: '';
	background: url('img/icon-arrow-right.svg') no-repeat scroll center center transparent;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
}

.search-module .wrapper {
	background: #f4f6f9;
	border: 1px solid #e5e5e5;
	margin-bottom: 60px;
	border-radius: 2px;
	padding: 40px 20px 10px;
	max-width: 1140px;
}

.sticky-sidebar {
	will-change: min-height;
	padding: 0;
}

.sticky-sidebar-inner {
	padding: 40px 0 60px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-file {
	font-size: 14px;
	color: #333333;
	border: 1px solid #dedede;
	outline: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	border-radius: 2px;
	-webkit-appearance: none;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}

.wpcf7-file {
	font-size: 11px;
}

.wpcf7 label.placeholder {
	content: 'Choose a File';
	font-size: 14px;
	line-height: 1.4;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background:	#fff;
	border: 1px solid #dedede;
	padding: 10px 15px;

	color: #6a6a6a;
	z-index: 9;
	margin: 0;
}

.input:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-file:focus,
.search-form .input.first:focus,
.search-form .input.last:focus {
	outline: 0;
	border: 1px solid #333333;
}

.wpcf7-not-valid {
	border-color: #c40000;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-textarea {
	resize: vertical;
	height: auto;
}

.wpcf7 .submit-wrap {
	overflow: hidden;
}

.wpcf7 .submit-wrap span {
	font-size: 12px;
	float: right;
	margin: 12px 0 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
	border: 0;
	outline: 0;
}

.wpcf7 .date::before,
.wpcf7 .download::before {
	position: absolute;
	z-index: 99;
	right: 15px;
	bottom: 11px;
	background-color: #fff;
}

.wpcf7 .download::before {
	bottom: 12px;
}

.wpcf7 {
	margin: 30px 0 0;
}

.wpcf7 .row {
	font-size: 0;
	margin-left: -2.5%;
	margin-right: -2.5%;
}

.wpcf7 p,
.header-wrap .caption .wpcf7 p {
	font-size: 13px;
	color: #333333;
	margin: 0 0 15px;
}

.wpcf7 .rating-wrap p {
	margin: 0;
}

.wpcf7 .row p,
.header-wrap .caption .wpcf7 .row p {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	float: none;
	margin: 0 2.5% 15px;
	position: relative;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 div.wpcf7-response-output {
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 0;
	margin: 20px 0;
	border: 1px solid #c40000;
	color: #333333 !important;
	border-radius: 2px;
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-color: #398f14;
	color: #398f14;
}

.wpcf7 label > span {
	display: block;
	margin: 3px 0 0;
}

.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-acceptance span.wpcf7-list-item .wpcf7-list-item-label::before {
	border: 0;
	margin: 0 10px 0 0;
}

.search-form {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	max-width: 220px;
/* 	margin: 0 15px 0 0; */
}

.search-form .input {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 35px;
}

.search-form .input.first {
	border-right-color: #fff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.search-form .input.last {
	border-radius: 2px;
}

.submit,
.search-form .submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0;
}

.input-wrap {
	font-size: 0;
}

.input-wrap input {
	display: inline-block;
	vertical-align: top;
}

.input-wrap .input,
.input-wrap .btn {
	height: 50px;
}

.input-wrap .input {
	width: 68%;
	padding: 16px 15px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-wrap .btn {
	width: 32%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #333333;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #333333;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #333333;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #333333;
}

@-moz-document url-prefix() {
	.btn {
		padding: 15px 30px;
	}

	.btn.large {
		padding: 12px 30px;
	}

	.btn.small {
		padding: 11px 25px;
	}

	.btn.small.transparent {
		padding: 8px 25px;
	}
}


@media only screen and (min-width: 880px) {
	.carousel-normal .slick-slide {
		width: 22% !important;
		margin: 0;
	}

	.carousel-normal .slick-current.slick-active + .slick-slide.slick-active {
		width: 49% !important;
		margin: 0 3.5%;
	}
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1310px) {
	.columns.columns-2.middle .col.col-1 {
		width: 14%;
	}

	.columns.columns-2.middle .col.col-2 {
		width: 86%;
	}

	.columns.columns-2.middle .btn.small {
		padding: 10px 15px;
	}

	.header .menu-desktop li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1180px) {
	.columns.columns-2.middle .btn.small {
		height: 35px;
		margin-left: 0px;
	}

	/* hide due to image scalling issue */
	.thumb-wrap {
		height: 400px;
	} *
	.wrapper,
	.wrapper.narrow-3 {
		padding: 0 15px;
	}

	.listings-wrap {
		padding: 0;
	}

	.listings-wrap > div {
		padding: 20px 15px 0;
	}

	.input-wrap .input {
		width: 60%;
	}

	.input-wrap .btn {
		width: 40%;
		padding: 15px 10px 13px;
	}

	.view-grid .columns.columns-3.normal .col {
		width: 48.4%;
	}

	.header-wrap.as-gallery .btn {
		right: 15px;
	}
}

@media only screen and (max-width: 1080px) {
	.header .menu-desktop,
	.columns.columns-2.middle .btn.small {
		display: none;
	}

	.btn-menu {
		display: block;
	}

	.btn-menu {
		position: absolute;
		left: 0;
		top: 0;
	}

	.search-form #locationSearchMenu,
	.search-form #whatSearchMenu {
		width: 120px;
	}
}

@media only screen and (max-width: 980px) {
	.view-list .info-wrap.border .title-wrap .btn.small.business-details {
		margin: 10px 0 0;
		width: 100%;
	}

	.columns.columns-3.as-list .col,
	.columns.columns-4.as-list .col {
		width: 50%;
	}
}

@media only screen and (max-width: 880px) {
	br,
	.header .search-form,
	.listings-nav .categories p {
		display: none;
	}

	.columns.columns-2.middle .btn.small {
		display: block;
	}

	.header.active-search .search-form {
		display: block;
		margin-top: 50px;
	}

	.header .btn.search.dark {
		display: inline-block;
	}

	.header-wrap.normal .columns.columns-2,
	.header-wrap.normal .columns.columns-2 .col,
	.columns.columns-2.fullwidth,
	.columns.columns-2.fullwidth .col,
	.columns.columns-2.custom,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.custom-2,
	.columns.columns-2.custom-2 > .col,
	.columns.columns-2.custom-2 > .col.col-1,
	.columns.columns-2.custom-2 > .col.col-2,
	.columns.columns-3.centered .col,
	.columns.columns-3.centered .col:nth-child(2),
	.view-grid .columns.columns-3.normal,
	.view-grid .columns.columns-3.normal .col,
	.columns.columns-4.custom,
	.right,
	.left,
	main,
	.sidebar,
	.has-wide-sidebar main,
	.has-wide-sidebar .sidebar,
	.fullheight main,
	.fullheight .sidebar,
	.view-list .thumb-wrap,
	.view-list .content-wrap,
	.view-map .listings-content,
	.view-map .map-wrap,
	.desc.normal {
		display: block;
		width: 100%;
		float: none;
		margin: 0;
	}

	main,
	.has-wide-sidebar main,
	.has-wide-sidebar .sidebar,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.custom-2 > .col,
	.columns.columns-2.custom-2 > .col.col-1,
	.columns.columns-2.custom-2 > .col.col-2,
	.view-list .columns.columns-3.normal .col,
	.view-grid .columns.columns-3.normal .col,
	.columns.columns-4.custom .col,
	.columns.columns-4.custom .col.col-1,
	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3,
	.view-map .listings-content {
		margin: 0 0 20px;
	}

	.columns.columns-3.centered .col,
	.columns.columns-3.centered .col:nth-child(2) {
		margin: 0 0 40px;
	}

	.page-nav p {
		margin: 0 20px;
	}

	.page-nav a {
		margin: 9px 15px;
	}

	.footer .copyright .social-wrap,
	.listings-nav .views {
		margin: 10px 0;
	}

	.listings-nav span {
		margin: 0 15px 0 0;
	}

	.info-wrap .title-wrap h3::after {
		margin: 3px 0 0 4px;
	}

	.sidebar {
		padding: 0;
	}

	.has-wide-sidebar main {
		padding-bottom: 0;
	}

	.header-wrap .columns-2 .col-2 {
		padding: 20px 20px 5px;
	}

	.columns.columns-2.fullwidth .col {
		text-align: left;
	}

	.header .columns.columns-3.middle .col.col-3 {
		text-align: right;
	}

	.footer .copyright,
	.search-module {
		text-align: center;
	}

	h3 {
		font-size: 24px;
	}

	.header-wrap.normal.has-columns-2,
	.page-template-template-gallery-details,
	.main-container.fullheight,
	.main-container.fullheight main,
	 {
		height: auto;
	}

	.columns.columns-3.centered .col:nth-child(2) .img-wrap.height-255,
	.carousel-normal .slick-current.slick-active + .slick-slide.slick-active .img-wrap.height-255 {
		height: 255px;
	}

	body .gallery-normal {
		height: 600px;
	}

	.searchresult-img {
		height: 300px;
	}

	.view-map .listings-content,
	.view-map .map-wrap {
		height: 600px;
	}

	.header-wrap.normal.has-columns-2 .caption {
		top: auto;
		transform: none;
	}

	.popup .wrapper.narrow-3 {
		padding: 15px;
	}

	main.white {
		padding: 60px 15px;
	}

	.accordion .title,
	.accordion .content {
		padding: 15px 40px;
	}

	.accordion .title span {
		left: 15px;
		top: 15px;
	}

	.accordion .icon-after::after {
		right: 15px;
		top: 24px;
	}

	.csscolumns .columns.columns-5.list,
	.csscolumns .columns.columns-6.list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns.columns-4.custom .col,
	.columns.columns-4.custom .col.col-1,
	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3 {
		width: 31.33%;
	}

	.columns.columns-4.custom .col.col-4 {
		width: 98%;
		padding: 0;
	}

	.header .wrapper {
		padding: 0;
	}

	.columns.columns-2.middle .col.col-1,
	.columns.columns-2.middle .col.col-2 {
		width: 100%;
		position: static;
	}

	.header .btn-menu {
		left: 15px;
		top: 41px;
	}

	.header .btn.search.dark {
		display: inline-block;
		z-index: 99;
		position: absolute;
		right: 5px;
		top: 43px;
	}

	.header .logo {
		padding: 0;
		position: absolute;
		left: 50%;
		z-index: 99;
		top: 41px;
		transform: translate(-50%, 0);
	}

	.header .search-form .input,
	.search-form #locationSearchMenu,
	.search-form #whatSearchMenu {
		width: 100%;
		margin: 0 0 10px;
		border: 1px solid #dedede;
		border-radius: 0;
	}

	.header .search-form .submit {
		position: relative;
		left: 0;
		width: 100%;
	}

	.header .search-form .submit.icon.search::before {
		background: none;
		content: 'Search';
		width: auto;
		height: auto;
		padding: 10px 0;
	}

	.header .search-form {
		max-width: 100%;
	}

	.header-wrap .centered .caption .btn-wrap {
		position: relative;
		left: 0;
		bottom: 0;
		transform: none;
		margin: 20px 0 0;
	}

	.header.active-search {
		height: 100%;
		position: fixed;
	}

	.header {
		padding: 0;
		height: 85px;
	}

	.header .columns.columns-3.middle {
		padding: 40px 0 0;
	}

	.header .columns.columns-3.middle .col.col-1,
	.header .columns.columns-3.middle .col.col-3 {
		position: static;
	}

	.header .btn.small {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border-radius: 0;
		padding: 8px 15px 7px;
	}

	.header .search-form {
		position: absolute;
		top: 48px;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 15px;
		text-align: left;
	}

	.columns.columns-4.menu .col {
		width: 46%;
	}

	.acf-map .caption {
		max-width: 280px;
	}

	.acf-map .gm-style-iw-c,
	.acf-map .gm-style-iw-d {
/* 		min-height: 255px; */
	}

	.acf-map .info-wrap.border .title-wrap {
		padding: 5px 10px 5px;
	}

	.acf-map .info-wrap.border .title-wrap h5 {
		font-size: 15px;
	}

	.acf-map .info-wrap .title-wrap h5.small::after {
		margin: 2px 0 0 6px;
	}

	.acf-map .rating-wrap p {
		padding: 5px 0 0 2px;
		line-height: 11px;
	}
	.view-map {
		height: 85vh;
	}

	.listings-nav .title-7 {
		margin-bottom: 5px;
	}

	.listings-nav .categories {
		margin-right: 10px;
	}

	.mean-container .mean-nav ul li a.mean-expand {
		width: 100%;
		z-index: 99;
	}

	.mean-container .mean-nav ul li a.mean-expand::after {
		position: absolute;
		right: 10px;
		top: -2px;
	}

	.input,
	.wpcf7-text,
	select.wpcf7-select,
	div.wpcf7-select a,
	.wpcf7-textarea,
	.wpcf7-date,
	.wpcf7-file {
		font-size: 16px;
	}

	.search-results .review .col.col-3 .btn.medium {
		width: 100%;
		padding: 12px 5px 11px;
		margin-bottom: 10px;  /* customly added */
	}

	.listings-wrap .map-wrap .acf-map .content-wrap .btn,
	.listings-wrap .map-wrap .acf-map .content-wrap .btn:last-child {
		width: 100%;
		margin: 10px 0 0;
	}

	listings-wrap .map-wrap .acf-map .content-wrap .btn:last-child {
		margin-bottom: 5px;
	}

	.header-wrap .search-form .input {
		width: 49%;
		max-width: 100%;
		height: 44px;
		margin-right: 0;
	}

	.header-wrap .search-form .input.first {
		margin-right: 2%;
	}

	.header-wrap .search-form .btn.submit {
		font-size: 16px;
		padding: 12px 30px 10px;
		width: 100%;
		margin: 10px 0 0;
	}

	.header-wrap.section .review-wrap {
		left: 10px;
		bottom: 10px;
	}

	h1,
	.title-62 {
		font-size: 38px;
	}

	h2 {
		font-size: 34px;
	}

	.title-62.text-center,
	.max-650w.text-center,
	.columns.columns-3.centered .content {
		text-align: left;
	}

	.max-650w {
		max-width: 100%;
	}

	.header-wrap.as-gallery .caption {
		bottom: 30px;
	}

	.header-wrap.as-gallery .btn {
		position: relative;
		right: auto;
		margin: 15px 0 0 0;
	}

	.carousel-normal .slick-slide {
		padding: 0 25px 0 0;
	}

	.carousel-normal.columns.columns-3.centered .slick-slide .col {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.page-nav p {
		display: block;
		margin: 0 0 10px;
	}

}

@media only screen and (max-width: 640px) {
	.nav .bottom .logo,
	.columns.columns-4.custom .col.col-2 p.title,
	.listings-nav span.grid,
	.view-map .listings-content {
		display: none;
	}

	.buttons a,
	.acf-map .caption .img-wrap {
		display: block;
	}

	.columns.columns-2,
	.columns.columns-2 .col,
	.columns.columns-2.narrow,
	.columns.columns-2.narrow .col,
	.columns.columns-3.narrow,
	.columns.columns-3.narrow .col,
	.columns.columns-4.custom .col,
	.columns.columns-4.custom .col.col-1,
	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3,
	.view-list .columns.columns-3.normal,
	.view-list .columns.columns-3.normal .col,
	.view-list .content-wrap,
	.view-list .columns.columns-3.normal .col.no-image .content-left,
	.view-list .thumb-wrap,
	.view-list .columns.columns-3.normal .col.no-image .content-right,
	.wpcf7 .row,
	.wpcf7 .row p,
	.header-wrap .caption .wpcf7 .row p,
	.columns .col .bottom p.title,
	.columns .col .bottom p {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.columns.columns-3.narrow {
		padding-top: 320px;
	}

	.columns.columns-2 .col,
	.columns.columns-2.narrow .col,
	.columns.columns-3.narrow .col,
	.columns.columns-4.custom .col,
	.columns.columns-4.custom .col.col-1,
	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3,
	.view-list .columns.columns-3.normal .col.no-image .content-wrap {
		margin: 0 0 20px;
	}

	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3 {
		display: inline-block;
		width: 48%;
	}

	.columns.columns-4.custom .col.col-3 {
		top: 45px;
		position: absolute;
	}

	.wpcf7 .row p,
	.header-wrap .caption .wpcf7 .row p {
		margin: 0 0 15px;
	}

	.buttons a {
		margin: 0 0 10px;
	}

	.btn-wrap.margin,
	.section .btn-wrap.margin {
		margin: 25px 0 0;
	}

	.columns .col .bottom p {
		margin: 0;
	}

	.listings-wrap > div.view-map,
	body [data-simplebar] {
		padding: 0;
	}

	.columns.columns-3.middle .col {
		width: 10%;
	}

	.columns.columns-3.middle .col.col-2 {
		width: 80%;
	}

	.listings-nav .views {
		text-align: center;
		float: right;  /* customly added */
	}

	.columns .col .bottom p {
		text-align: left;
	}

	.view-list .columns.columns-3.normal .col.no-image .content-right {
		border-top: 1px solid #dadcdf;
	}

	.view-list .columns.columns-3.normal .col.no-image .info-wrap.border {
		border: 0;
	}

	.btn-wrap.equal .btn,
	.btn-wrap.margin .btn,
	.section .btn-wrap.equal .btn,
	.section .btn-wrap.margin .btn {
		display: block;
		margin: 0 0 10px;
		min-width: auto;
	}

	.badges {
		font-size: 0;
		margin: 0 -4%;
	}

	.badges img {
		margin: 0 4% 8%;
		width: 25.33%;
	}

	.header .search-form .input {
		width: 100%;
		border: 1px solid #dedede;
	}

	.header .search-form .input.first {
		margin: 0 0 10px;
	}

	.title-wrap.has-btn a {
		display: block;
		float: none;
	}

	.contact-wrap {
		text-align: center;
	}

	.contact-wrap.border {
		text-align: left;
	}

	.algolia-result {
/* 		height: 300px; */
	}

	.no-website {
/* 		height: 200px; */
	}

	.header-wrap .caption h1,
	.header-wrap .caption h4,
	.header-wrap .caption h5 {
		text-align: left;
	}

	.header-wrap .search-form .input,
	.header-wrap .search-form .input.first {
		width: 100%;
		margin: 0 0 10px;
	}

	.header-wrap .search-form .btn.submit {
		margin: 0;
	}

	.masonry {
		margin: 20px 0;
	}

	.masonry-sizer,
	.masonry-item {
		width: 100%;
		margin: 0 0 20px;
	}
}

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

}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before,
	.icon-after::after,
	.slick-arrow::before,
	.chosen-container-single .chosen-single div b,
	.addtoany_list a::before,
	.rating-wrap .rating,
	.rating-wrap .rating div,
	.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
	.wpcf7-acceptance span.wpcf7-list-item .wpcf7-list-item-label::before,
	.menu-desktop .menu-item-has-children > a::after,
	.listings-nav .categories .menu-item-has-children > a::after {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 30px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* Algolia styling */

.ap-dataset-places {
  color: black;
  text-align: left;
  font-size: 14px;
}

.algolia-places {
	width: 82%;
}

.ap-icon-pin {
  display: none;
}

.ap-suggestion-icon {
  display: none;
}

.ap-footer {
  display: none;
}
