/*
Theme Name: Voyacht
Theme URI: https://html.kodesolution.com/2023/voyacht-html/index-3.html
Author: kodesolution team
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swiss-resort
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.top-box ul li:before {
    content: '';
    background: #8ac6f9;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 12px;
    border-radius: 50%;
}

.top-box ul li {
    padding-left: 20px;
}

.top-box ul {
    padding-bottom: 20px;
}

blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    font-style: italic;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    margin-bottom: 55px;
}

blockquote p {
    color: #75808a;
    line-height: 1.4 !important;
    font-size: 2rem;
}

blockquote p:first-child:before {
    content: '\201C';
    color: #134d7d;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.contact-details__info li:before {
    display: none !important;
}

.main-title h2 {
    font-weight: 300;
    font-size: 40px;
}

.main-title .sub-title {
    color: #466d95;
    text-transform: uppercase;
}

#acf-filters-form {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

#acf-filters-form .field label {
    font-weight: 500;
    padding: 7px 0;
}

#acf-filters-form .field {
    margin-bottom: 15px;
    width: 47%;
}

#acf-filters-form .field:nth-child(1) {
    width: 100%;
}

#acf-filters-form .field:nth-child(6) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

#acf-filters-form .field:nth-child(6) label {
    width: 100%;
}

#acf-filters-form .field:nth-child(6) input {
    width: 47%;
}

.filter-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}

#yacht-results {
    position: relative;
    opacity: 0.2;
}

#loader:not(.show) ~ #yacht-results {
    opacity: 1;
}

#loader {
    border: 0 solid transparent;
    border-radius: 50%;
    position: fixed;
    z-index: 111;
    width: 6em;
    height: 6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

#loader.show {
    display: block;
}

#loader:before, #loader:after {
    content: "";
    border: 0.2em solid rgb(35 139 244);
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-07 1s linear infinite;
    animation: loader-07 1s linear infinite;
    opacity: 0;
}

#loader:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#loader:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.pagination {
    justify-content: center;
    gap: 10px;
}

.pagination a {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    color: #154e7e;
    font-weight: bold;
}

.pagination span {
    height: 60px;
    line-height: 57px;
}

.product-block .inner-box {
    height: 100%;
}

.room-details__details-box h6 {
    font-size: 15px;
}

.room-details__details-box p {
    text-align: right;
}