
@media screen and (min-width: 920px) {

	section.promises {
	}
	section.promises .columns {
		height: 390px;
        flex-direction: column;

	}
	section.promises .column.is-12 {
		flex: 0 0 100%;
		width: 33.3% !important;
/*		width: auto !important;*/
	}
	section.promises .column.is-6 {
		flex: 0 0 50%;
		width: 33.3% !important;
/*		width: auto !important;*/
	}

}

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

	section.footer .footer-cols {
		flex-wrap: wrap;
	}
	section.footer .footer-cols .footer-col.branding {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2rem;
		padding-right: 0;
	}
	section.footer .footer-cols .footer-col.branding .socials {
		margin-top: 0 !important;
	}
	section.footer .footer-bottom {
		flex-direction: column;
		text-align: center;
	}

}

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

	section.block_type_subscribe .inner {
		display: block;
	}
	section.block_type_subscribe .content h4,
	section.block_type_subscribe .content p {
		text-align: center;
		white-space: normal;
	}
	section.block_type_subscribe form {
		margin-top: 1.4rem;
	}

	section.block_type_search_hero .hero_search_form .tabs li a span {
		max-width: 140px;
	}

}

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

	section.header .call-today {
		display: none;
	}

}

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

	section.footer .footer-cols .footer-col {
		width: 50%;
	}

}

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

	section.block_type_properties_search .tripadvisor-rentals {
		flex-direction: column;
		padding: 1rem 0.7rem;
		margin-left: -1.4rem;
		margin-right: -1.4rem;
		border-radius: 0;
	}
	section.block_type_properties_search .tripadvisor-rentals p {
		text-align: center;
		font-size: 0.95rem;
	}
	section.block_type_properties_search .tripadvisor-rentals img {
		max-height: 20px;
		height: auto;
		margin-top: 6px;
	}

}

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

	section.header .navlink {
		display: inline-flex;
	}
	section.header .main-nav {
		display: none;
	}
	.navbar-item .button {
	    height: auto;
	    padding: 0.75rem 1.4rem;
	    font-size: 14px;
	}

	section.block_type_search_hero .hero_search_form .hero_search_form_upper {
		padding: 2rem 1.8rem 0 1.8rem;
	}
	section.block_type_search_hero .hero_search_form .hero_search_form_lower {
		padding-left: 1.8rem;
		padding-right: 1.8rem;
		padding-bottom: 1.8rem;
	}
	section.block_type_search_hero .hero_search_form .tabs li a {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	section.block_type_properties_search .search_bar {
		top: 89.58px;
	}

}

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

	section.block_type_featured_locations .columns {
		justify-content: center;
	}
	section.block_type_featured_locations .column {
		width: 25% !important;
		flex: none;
	}
	section.block_type_featured_locations .item_location .image {
		padding-top: 100%;
	}
	section .item_location .content {
		padding: 0.8rem;
	}
	section .item_location .content h4 {
		font-size: 1.2rem;
	}

}

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


	.content h1, .title.is-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2 {
	    font-size: 29pt;
	}


	section.header .phone-mobile {
		display: inline-block !important;
	}
	section.header .phone-desktop {
		display: none;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2rem;
	}

}

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

	section.block_type_search_hero .hero_search_form .tabs li[data-tab="luxury"] {
		display: none;
	}


	section.block_type_properties_search .search_bar {
		border-bottom: none;
	}
	section.block_type_properties_search .search_bar .container {
		max-width: 100%;
	}
	section.block_type_properties_search .search_bar .mobile_toggle {
		display: flex;
	}
	section.block_type_properties_search .search_bar.is-active .mobile_toggle:after {
		opacity: .5;
	}
	section.block_type_properties_search .search_bar .search_bar_fields {
		flex-direction: column;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		/* border-bottom: 1px solid #e8ecee; */
		box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
		z-index: 10;
	}
	section.block_type_properties_search .search_bar.is-active .search_bar_fields {
		display: flex;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field {
		height: auto;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button {
		display: none;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		min-width: 0;
		width: 100%;
		box-shadow: none;
		padding: 0.9rem 1rem;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown .field:not(:last-child) {
		margin-bottom: .6rem;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field+.search_bar_field .search_bar_dropdown {
		padding-top: 0;
	}
	section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_submit {
		width: 100%;
		padding: 0.3rem 1.3rem 1.3rem 1.3rem;
	}

}

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

	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
		margin-bottom: 1rem;
	}
	section.footer .footer-cols .footer-col.menu {
		margin-right: auto;
	}
	section.footer .footer-cols .footer-col.copyright {
		display: none;
	}
	section.footer .footer_small_print_mobile {
		display: block;
	}

}

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

	section.header .navbar-end .button-item {
		display: none;
	}

}

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

	section.hero h1 {
		font-size: 8vw;
	}

}

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

	section.block_type_search_hero .hero_search_form .tabs li[data-tab="recent"] {
		display: none;
	}

}

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


}

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

	section.block_type_search_hero .hero_search_form .hero_search_form_upper {
	    padding: 1.4rem 1.6rem 0 1.6rem;
	}
	section.block_type_search_hero .hero_search_form .hero_search_form_lower {
        padding-top: 1.1rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-bottom: 1.6rem;
	}
	section.block_type_search_hero .hero_search_form .title {
		background-size: auto 27px;
	}

	.navbar-brand .navbar-item img {
    	max-height: 3.2rem;
    }

}

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

	section.section {
		padding-left: 0;
		padding-right: 0;
	}

	section.section.block_type_logo_marquee {
		overflow-x: hidden;
	}

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
		margin-bottom: 20px;
	}

	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
		margin-bottom: 2rem;
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
		margin-top: 2rem;
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

	section.block_type_search_hero .hero_search_form .hero_search_form_inner {
		margin-top: 2rem;
	}
	section.block_type_search_hero .hero_search_form form {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	section.block_type_search_hero .hero_search_form form > .field {
		width: 100%;
		margin-bottom: .6rem;
	}
	section.block_type_search_hero .hero_search_form form > .field:last-child {
		margin-bottom: 0;
	}
	section.block_type_search_hero .hero_search_form form > .field.field_type_button .button {
		width: 100%;
	}

	section.block_type_subscribe .boxed .fields {
		flex-direction: column;
		max-width: 500px;
		margin: 0 auto;
	}

	aside.details {
		width: 100%;
	}

}

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

	section.block_type_search_hero .hero_search_form .title {
		background-position: center bottom;
		padding-bottom: 30px;
		text-align: center;
	}

}

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

	.content h1, .title.is-1 {
		font-size: 36pt;
	}
	.content h2, .title.is-2 {
	    font-size: 27pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}

	section.block_type_search_hero .hero_search_form .hero_search_form_upper {
		padding-left: 0;
		padding-right: 0;
	}
	section.block_type_search_hero .hero_search_form .tabs ul {
/*		justify-content: space-around;*/
	}
	section.block_type_search_hero .hero_search_form .tabs ul li {
/*		flex-grow: 1;*/
	}


}

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

	section.block_type_featured_properties .splide {

	}
	section.header .whatsapp_links {
		display: none;
	}

}

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

	section.block_type_search_hero .hero_search_form .tabs li[data-tab="reference"] {
		display: none;
	}

	section.paperwork_step .content {
		padding-right: 2rem;
		padding-top: calc(200px + 4rem);
	}
	section.paperwork_step .content > div {
		left: 2rem;
		bottom: inherit;
		height: 200px;
		width: calc(100% - 4rem);
	}

}

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

	.navbar-brand .navbar-item img {
    	max-height: 2.8rem;
    }

    section.block_type_properties_search .search_bar {
    	top: 84px;
    }

}

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

	section.hero h1 {
	    font-size: 11vw;
	}
	section.footer .footer-cols {
		display: block !important;
	}
	section.footer .footer-cols .footer-col {
		margin-bottom: 3rem;
		text-align: center;
		padding-right: 0;
		width: 100%;
	}
	section.footer .footer-col.icons .socials {
		margin-right: .5rem;
	}

}

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

	section.block_type_search_hero .hero-body {
	    background: #00315f5c;
	}

	section.block_type_featured_locations .column {
		width: 50% !important;
		padding: .5rem !important;
	}
	section.block_type_featured_locations .column .item_location {
/*		margin-bottom: .5rem;*/
	}


}

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


	section.block_type_search_hero .hero_search_form .container {
		max-width: calc(100% - 20px);
	}

}

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

	section.block_type_properties_search .search-controls {
/*		flex-direction: column;*/
	}
	section.block_type_properties_search .search-controls p.search-control {
		display: none;
	}

}

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

	section.block_type_search_hero .hero_search_form .title {
		font-size: 1.6rem;
		background-size: auto 23px;
	}

}

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

	section.header .phone-mobile {
		display: none !important;
	}

}


