/*
Theme Name: Apartments
Version: 1.0
Description: 
Author: 
Author URI:
*/
.row_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
}
.fa-max{
	width: 16px;
	height: 16px;
	background: url(img/max_logo_black.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.footer .fa-max{
	width: 20px;
	height: 20px;
	background-image: url(img/max_logo_white.svg);
}
:root {
    /* primary
    secondary
    neutral

    darker
    dark
    light
    lighter

    border-color
    accent
    error */

    --primary-color: #E7B040;
    --secondary-color: #5DB2CA;

    --heading-color: #5DB2CA;
    --text-color: #828c95;
}

.primary-btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 13px;
    letter-spacing: .24em;
    background: var(--accent-color);
    text-transform: uppercase;
    padding: 8px 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.secondary-btn {
    border: 1px solid #505050;
    color: var(--secondary-color);
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-size: 13px;
    /* letter-spacing: .24em; */
    text-transform: uppercase;
    padding: 8px 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.secondary-btn:hover,
.primary-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 4rem;
}

.banner-pattern,
.pattern {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    left: 0;
    
}

.banner-pattern {
    opacity: .2;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.wp-post-image { 
    max-width: 100%;
    height: auto;
}

.google-map {
	line-height: 0; 
}

.gallery {
    margin: 0 -15px !important;
}

.gallery img {
    border: none !important;
    width: 100%;
    padding: 0 15px;
}
.booking-page-content .owl-carousel .owl-item img{
    height: auto;
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}
.rooms-style-one .single-rooms-style-one .text-box h3 em{
    font-size: 80%;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a em{
    font-size: 80%;
}
@media(min-width: 992px){
    .rooms-style-one.room-grid-page .single-rooms-style-one{
        height: calc(100% - 50px);
        display: flex;
        flex-direction: column;
    }
    .rooms-style-one .single-rooms-style-one .text-box{
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}


.markers {
	margin: 0 0 20px 14px;
	padding: 0;
}
.markers li {
	list-style-image: url(/wp-content/uploads/marker.png);
	margin: 7px 0;
}


.header-top .thm-container, .header-navigation .thm-container {
    padding: 0 10px !important;
}
@media (max-width: 823px) {
    .blog-style-one .row_flex [class*="single-blog-"] {
        margin-bottom: 0;
    }
}
#sp-testimonial-free-wrapper-856 .sp-testimonial-free {
    border: 3px solid #81c3d6;
    border-radius: 10px;
}