@font-face {
    font-family: Audrey-Normal;
    src: url(/wp-content/themes/artemare/fonts/Audrey-Normal.otf);
}

html {
    scroll-behavior: smooth;
    transition: 1.5s all;
}

#masthead,
main,
footer {
    font-family: 'Audrey-Normal' !important;
}

.only_mobile {
    display: none !important;
}

.page {
    margin: 0 !important;
    padding: 0 !important;
}

.d-none {
    display: none !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}

input[type=checkbox] {
    padding: 0.5em;
    -webkit-appearance: none;
    outline: 0.1em solid #fff;
    outline-offset: 0.1em;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 1.15em;
    height: 1.15em;
    background: unset !important;
    margin-right: 10px;
}

input[type=checkbox]:checked {
    display: inline-block;
    background: #fff !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item label {
    margin-top: 20px;
    line-height: 32px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    .only_mobile {
        display: block !important;
    }
    .d-none-mobile {
        display: none !important;
    }
}


/*Z-INDEX*/

.homepage .hero_section {
    position: relative;
    z-index: 9;
}

header {
    position: relative;
    z-index: 22;
}

.newsletter_form {
    position: relative;
    z-index: 15;
}

#contact-form-section h2 {
    position: relative;
    z-index: 20;
}

#activities .activity {
    position: relative;
    z-index: 25;
}


/*Z-INDEX*/


/*HEADER*/

header {
    height: 88px;
    display: flex;
    align-items: center;
    background: rgba(17, 40, 51, 0.4);
    border-bottom: 0.7px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.menu_toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    cursor: pointer;
    padding: 0;
}

.menu_toggler span {
    display: inline-block;
    color: #fff;
}

.menu_toggler img {
    margin-left: 5px;
    margin-top: -5px;
}

.phone_box {
    border: 1px solid #f1c572;
    padding: 0;
}

.phone_box a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.phone_box a:hover {
    color: #fff;
}

.phone_box:hover {
    background: #f1c572;
    cursor: pointer;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.logo a {
    display: inline-block;
    font-size: 24px;
    color: #fff !important;
}

#side_navigation_menu {
    position: absolute;
    right: 0;
    background: #112833;
    background-image: url(/wp-content/uploads/2021/12/navymap.svg);
    background-size: cover;
    top: 0;
    height: 100vh;
    width: 0;
    z-index: 100;
    overflow-x: hidden;
    transition: width .3s;
}

.sidemenuopen {
    width: 50vw !important;
}

#close_menu {
    position: absolute;
    top: 20px;
    right: 35px;
    cursor: pointer;
}

.main-navigation ul {
    position: absolute;
    top: 100px;
    flex-direction: column;
    margin-left: 7vw !important;
}

.main-navigation li {
    position: relative;
    margin-bottom: 7vh;
}

.main-navigation li:hover a {
    color: #F1C572;
}

.main-navigation li a::before {
    width: 0;
    transition: width 1.5s;
}

.main-navigation li:hover a::before {
    content: "";
    width: 100px;
    background: #F1C572;
    height: 1px;
    position: absolute;
    left: calc(-7vw + 2px);
    top: 22px;
}

.main-navigation li a {
    color: #fff;
    font-size: 40px;
}

.main-navigation li a span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
}


/*HEADER*/


/*HEADER INTERNAL*/

header.internal {
    height: 88px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 0.7px solid rgba(255, 255, 255, 0.3);
}

.internal .phone_box {
    border: 1px solid #112833;
    padding: 0;
}

.internal .phone_box a {
    color: #112833;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.internal .phone_box a:hover {
    color: #fff;
}

.internal .phone_box:hover {
    background: #112833;
    cursor: pointer;
}

.internal .logo a {
    display: inline-block;
    font-size: 24px;
    color: #112833 !important;
}

.internal .menu_toggler span {
    display: inline-block;
    color: #112833;
}


/*HEADER INTERNAL*/


/*FOOTER*/

.site-footer {
    padding-top: 80px;
    background: #fff;
}

hr.bottom_bar_line {
    height: 0.7px;
    background-color: rgba(17, 40, 51, 0.1);
}

.copyright p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: rgba(17, 40, 51, 0.5);
    text-transform: uppercase;
    margin-bottom: 0;
}

.bottom_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.bottom_menu ul li {
    margin-left: 15px;
}

.bottom_menu ul li a {
    color: rgba(17, 40, 51, 0.5);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}

.bottom_menu ul li a:hover {
    color: rgba(17, 40, 51, 1);
}

.footer-link {
    color: rgba(17, 40, 51, 0.5) !important;
}

.footer-link:hover {
    color: rgba(17, 40, 51, 1) !important;
}

.footer-logo {
    font-size: 24px;
    line-height: 32px;
    color: #112833 !important;
}

.widgets .info {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif !important;
}

.widgets .info p {
    /* font-weight: bold; */
    color: #222;
}

.widgets .info span {
    display: inline-block;
    margin-top: 10px;
    color: #222;
    text-transform: uppercase;
}

.widgets .info span a {
    color: #222 !important;
}

.widgets .info span a:hover {
    color: #222 !important;
    font-weight: bold;
}

.widgets .info a.footer-btn {
    background: #112833;
    border: 1px solid #112833;
    color: #fff !important;
    padding: 10px 30px;
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-top: 20px;
}

.widgets .info a.footer-btn:hover {
    background: #fff;
    color: #112833 !important;
}

.logo_and_social {
    border-bottom: 1px solid rgba(17, 40, 51, 0.1);
    padding-bottom: 10px;
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social p {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    color: #112833;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
}

.social img {
    margin-left: 15px;
}

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

.footer-menu ul li {
    margin-bottom: 20px;
}

.footer-menu ul li a {
    font-family: 'Montserrat', sans-serif !important;
    color: #112833 !important;
    line-height: 20px;
}

.footer-menu ul li a:hover {
    font-weight: bold;
}


li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-71 {
    display: none;
}

/*FOOTER*/


/*GENERAL TEMPLATE*/

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

.general-template .header_title span {
    color: #F1C572;
}

.general-quote {
    min-height: 80px;
    background: #FEF9F1;
}

h2.quote_title {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase;
}

.mobile-image {
    display: none;
}


/*GENERAL TEMPLATE*/


/*HOMEPAGE*/

.homepage .hero_section {
    background-image: url(/wp-content/uploads/2021/12/homepage-hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100vh;
    height: 100vh;
    margin-top: -88px;
}

.discover_more {
    position: absolute;
    top: 87%;
    left: 46%;
    max-width: 300px;
    cursor: pointer;
}

.discover_more span {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.discover_more img {
    width: 10%;
    margin-top: 20px;
}

#home_booking {
    padding: 30px 0;
    background: rgba(241, 197, 114, 0.1);
}

#home_booking .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home_quote {
    background: rgba(17, 40, 51, 0.03);
    padding: 80px 0;
    text-align: center;
}

#home_quote p {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
}

#about_us {
    padding: 80px 0;
}

#about_us .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text .title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.title .line {
    display: inline-block;
    background: #F1C572;
    height: 1px;
    width: 150px;
    margin-left: 15px;
}

.text .description p {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 32px;
}

#about_us .text .read_more a {
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 20px;
    color: #112833;
    border: 1px solid #112833;
    display: inline-block;
    margin-top: 30px;
}

#about_us .text .read_more a:hover {
    background: #112833;
    color: #fff;
}

#trips {
    padding: 80px 0;
    background: rgba(241, 197, 114, 0.1);
}

#trips .description {
    max-width: 425px;
}

#break_image {
    background-image: url(/wp-content/uploads/2021/12/fixed.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 500px;
    height: 500px;
}

.slide_box {
    background: #fff;
    padding: 10px 10px 20px 10px;
    text-align: center;
}

.slide_box h3,
.slide_box p,
.slide_box a {
    text-align: center;
}

#trips .slide {
    padding: 15px;
}

#trips .slide_box h3 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 24px;
}

#trips .slide_box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif !important;
}

#trips .slide_box a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #112833;
    color: #112833;
}

#trips .slide_box a:hover {
    background: #112833;
    color: #fff;
}

#arrow-left {
    margin-left: 15px;
}

#arrow-right {
    margin-left: 5px;
}

#arrow-left,
#arrow-right {
    cursor: pointer;
}

#trips .slide_count span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
}

#trips span.count {
    margin-right: 15px;
}

#activities {
    padding: 80px 0;
}

#activities .texts {
    position: absolute;
    top: 10px;
    height: calc(100% - 10px);
    width: calc(100% - 15px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#activities .texts h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

#activities .texts h4 {
    color: #fff;
    font-size: 16px;
}

#activities .activity {
    overflow: hidden;
}

#activities .activity:hover img {
    transform: scale(1.2);
    transition: 1.2s ease;
    position: relative;
    overflow: hidden;
}

.homepage h1 span {
    color: #F1C572 !important;
}


/*HOMEPAGE*/


/*CONTACT FORM*/

#contact-form-section {
    padding: 50px 0;
    background: #112833;
    background-image: url(/wp-content/uploads/2021/12/navymap.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#contact-form-section h2 {
    font-size: 40px;
    color: #fff;
}

#contact-form-section h2 span {
    color: #f1c572;
}

#contact-form-section h2 i {
    border: 1px solid #f1c572;
    padding: 10px;
    border-radius: 50%;
    font-size: 26px;
}

.newsletter_form label {
    color: #f1c572;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
}

.newsletter_form input[type=text],
.newsletter_form input[type=email],
.newsletter_form input[type=tel] {
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
}

.newsletter_form textarea {
    margin-top: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.newsletter_form textarea:focus {
    color: #fff;
}

.newsletter_form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter_form input[type=text]::placeholder,
.newsletter_form input[type=email]::placeholder,
.newsletter_form input[type=tel]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter_form input[type=submit] {
    border: 1px solid #fff;
    color: #f1c572;
    background: transparent;
    font-family: 'Montserrat', sans-serif !important;
    padding: 20px 40px;
    margin-top: 50px;
}

.newsletter_form input[type=submit]:hover {
    border: 1px solid #f1c572;
    background: #f1c572;
    color: #fff;
}

#contact-form-section {
    transition: 1.5s all;
}

.newsletter_form {
    transition: 1.2s ease-in;
    transition: 0.001s ease-out;
    opacity: 0;
    top: -600px;
    height: 0;
}

.form_display {
    opacity: 1 !important;
    top: 0;
    height: auto;
    transition: 1.2s ease-in;
}

#contact-form-section i {
    transition: 1.2s all;
}

.newsletter_form .phone,
.newsletter_form .email,
.newsletter_form .policy,
.newsletter_form .terms {
    margin-top: 80px;
}

.newsletter_form .policy label,
.newsletter_form .terms label {
    color: #fff;
    font-size: 14px;
}

#contact-form-section a.link {
    color: #f1c572;
}

#contact-form-section a.link:hover {
    color: #fff;
}


/*CONTACT FORM*/


/*TRIPS*/

.trips .hero_section {
    background-image: url(/wp-content/uploads/2022/01/trips-hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 680px;
    position: relative;
}

h1.header_title {
    color: #fff;
    left: 50%;
    font-size: 88px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -100%);
    text-align: center;
    width: 100%;
}

.quote {
    background: #FEF9F1;
    padding: 80px 0;
    text-align: center;
}

.quote p {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
}

#trips_presenatation {
    padding: 80px 0;
}

#trips_presenatation h3 {
    font-size: 32px;
    font-weight: 400;
    color: #112833;
    margin: 30px 0;
}

#trips_presenatation p.description {
    color: #222222;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 300;
}

a.btn {
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 20px;
    color: #112833;
    border: 1px solid #112833;
    display: inline-block;
    margin: 10px 0;
}

a.btn:hover {
    background: #112833;
    color: #fff;
}

.gallery {
    padding: 80px 0;
    background: #FEF9F1;
    text-align: center;
    margin-bottom: 0 !important;
}


/*TRIPS*/


/*1 DAY TRIPS*/

.oneday.trips .hero_section {
    background-image: url(/wp-content/uploads/2022/01/1-day-trips-hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 680px;
    position: relative;
}

.oneday.trips h1 span {
    color: #F1C572 !important;
}

.trip.white {
    padding: 80px 0;
}

.trip .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trip .read_more {
    margin-top: 30px;
}

.trip.low_yellow {
    padding: 80px 0;
    background: rgba(17, 40, 51, 0.02);
}

.trip .text h2 {
    line-height: 48px;
}

.quote_2 {
    background: #FEF9F1;
    padding: 50px 0;
    text-align: center;
}

.quote_2 h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    top: 64px;
    text-align: center;
    margin-bottom: 30px;
}

.quote_2 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.quote-text {
    color: #4CAEDD;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}


/*1 DAY TRIPS*/


/*CUSTOM TRIPS*/

.custom.trips h1 span {
    color: #F1C572 !important;
}

.custom.trips .hero_section {
    background-image: url(/wp-content/uploads/2022/01/custom-trips-hero.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 680px;
    position: relative;
}

.party-yacht {
    padding: 80px 0;
}

#custom_trips_description {
    padding: 80px 0;
}

#custom_trips_description h2 {
    line-height: 70px;
}

#custom_trips_description p {
    margin: 15px 0;
}

#custom_trips_description .read_more, .birthday-party .read_more, .party-yacht .read_more {
    margin-top: 30px;
}



.read_more a {
    color: #112833 !important;
}

.read_more a:hover {
    color: #fff !important;
}


.custom_contact_form {
    padding: 80px 0;
    background: #FEF9F1;
}

.custom_contact_form label {
    color: #222;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
}

.custom_contact_form input[type=text],
.custom_contact_form input[type=email],
.custom_contact_form input[type=tel] {
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid #222;
}

.custom_contact_form input[type=text]::placeholder,
.custom_contact_form input[type=email]::placeholder,
.custom_contact_form input[type=tel]::placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.custom_contact_form input[type=submit] {
    border: 1px solid #222;
    color: #222;
    background: transparent;
    font-family: 'Montserrat', sans-serif !important;
    padding: 20px 40px;
    margin-top: 50px;
}

.custom_contact_form input[type=submit]:hover {
    border: 1px solid #222;
    background: #222;
    color: #222;
}

.custom_contact_form .phone,
.custom_contact_form .email,
.custom_contact_form .policy,
.custom_contact_form .terms {
    margin-top: 80px;
}

.custom_contact_form textarea {
    margin-top: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    color: #fff;
}

.custom_contact_form .policy label,
.custom_contact_form .terms label {
    color: #222;
    font-size: 14px;
    font-size: 15px;
}

.custom_contact_form a {
    color: #222 !important;
    text-decoration: underline !important;
}

.custom_contact_form input[type=checkbox] {
    padding: 0.5em;
    -webkit-appearance: none;
    outline: 0.1em solid #222;
    outline-offset: 0.1em;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 1.15em;
    height: 1.15em;
    background: unset !important;
    margin-right: 10px;
}

.custom_contact_form input[type=checkbox]:checked {
    display: inline-block;
    background: #222 !important;
}

.birthday-party {
    padding: 80px 0;
    margin-bottom: 30px;
}


/*CUSTOM TRIPS*/


/*HALF DAY TRIPS*/

.halfday.trips .hero_section {
    background-image: url(/wp-content/uploads/2022/02/half-day-trip.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 680px;
    position: relative;
}

.halfday.trips h1 span {
    color: #F1C572 !important;
}

.trip.first {
    padding: 80px 0;
}

.trip .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trip .read_more {
    margin-top: 30px;
}

.quote h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    top: 64px;
    text-align: center;
    margin-bottom: 30px;
}


/*HALF DAY TRIPS*/


/*SERVICES*/

.services .hero_section {
    background-image: url(/wp-content/uploads/2022/01/services-hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 680px;
    position: relative;
}

#custom_trips_description .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#custom_trips_provide,
#custom_trips_description {
    padding: 80px 0;
}

#custom_trips_provide .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#custom_trips_description h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

#custom_trips_provide h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

#custom_trips_description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#custom_trips_description ul li {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 40px;
}

#custom_trips_description ul li:before {
    content: url(/wp-content/uploads/2022/01/tick.svg);
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 15px;
}

#custom_trips_provide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#custom_trips_provide ul li {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 40px;
}

#custom_trips_provide ul li:before {
    content: url(/wp-content/uploads/2022/01/tick.svg);
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 15px;
}


/*CONTACT TEMPLATE*/


/*CONTACT US FORM*/

#contact-us-form-section {
    padding: 50px 0;
    background: #FEF9F1;
    background-size: cover;
    background-repeat: no-repeat;
}

#contact-us-form-section h2 {
    font-size: 40px;
    color: #000000;
}

.newsletter_form2 input[type=text],
.newsletter_form2 input[type=email],
.newsletter_form2 input[type=tel] {
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}

.newsletter_form2 input[type=text]::placeholder,
.newsletter_form2 input[type=email]::placeholder,
.newsletter_form2 input[type=tel]::placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.newsletter_form2 input[type=submit] {
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    font-family: 'Montserrat', sans-serif !important;
    padding: 20px 40px;
    margin-top: 50px;
}

.newsletter_form2 input[type=submit]:hover {
    border: 1px solid #f1c572;
    background: #f1c572;
    color: #fff;
}

.newsletter_form2 .phone,
.newsletter_form2 .email,
.newsletter_form2 .policy,
.newsletter_form2 .terms {
    margin-top: 80px;
}



.newsletter_form2 textarea {
    margin-top: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    color: #fff;
}


#contact-us-form-section a.link {
    color: #222 !important;
    text-decoration: underline !important;
}

#contact-us-form-section a.link:hover {
    color: blue;
}

#contact-us-form-section input[type=checkbox] {
    padding: 0.5em;
    -webkit-appearance: none;
    outline: 0.1em solid #000000;
    outline-offset: 0.1em;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 1.15em;
    height: 1.15em;
    background: unset !important;
    margin-right: 10px;
}

#contact-us-form-section input[type=checkbox]:checked {
    display: inline-block;
    background: #000000 !important;
}

#wpcf7-f45-o1 label {
    width: 100%;
}


/*Gallery */

ul#cspm_carousel_map631 .details_btn {
    display: none;
}

.cspm_infobox_container.rounded_bubble .cspm_infobox_img,
div.cspm_infobox_content_container.rounded_bubble img {
    border-radius: 50%;
    /* pointer-events: none; */
}

a.cspm_open_fullscreen_img {
    display: none;
}

.cspm_modal_carousel_preview,
.cspm_modal_media_img {
    text-align: center;
    margin: 10px 0 !important;
    
}

a.cspm_open_fullscreen_img.cspm_modal_action_btn {
    display: none;
}


.si-wrapper-top.cspm_marker_infobox.cspm_marker_overlay {
    display: none;
}



.cspm_modal_carousel_container {
    display: none;
}

.cspm_modal_carousel {
    display: none;
}


.cspm_modal_carousel_preview.cspm_border_top_radius img {
    width: 100%;
}


/*Gallery */



/* scroll top */

#btn-back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    background-color: #112833;
    border-color: #112833;
    z-index: 999999;
  }

  #btn-back-to-top:hover{
    background-color: #f1c572;
    border-color: #f1c572;

  }


/* scroll top */






/*TEMPLATE BEACHES TO VISIT */


/*TEMPLATE BEACHES TO VISIT */


/*CONTACT US FORM*/


/*CONTACT TEMPLATE*/


/*SERVICES*/


/*About*/


/*.font {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
}

*/


/* About*/

.of-y {
    overflow-y: hidden !important;
}

@media (max-width:1600px) {
    /* homepage*/
    /* homepage*/
    /* trip*/
    .trips .hero_section {
        min-height: 496px;
    }
    /* trip*/
    /* one day trip */
    .oneday.trips .hero_section {
        min-height: 496px;
    }
    /* one day trip */
    /* Half day trip */
    .halfday.trips .hero_section {
        min-height: 496px;
    }
    /* Half day trip */
    /* Custom trip */
    .custom.trips .hero_section {
        min-height: 496px;
    }
    /* services */
    .services .hero_section {
        min-height: 496px;
    }
}

@media (max-width:1200px) {
    /* homepage*/
    .homepage .hero_section {
        min-height: 31vh;
        height: unset;
        margin-top: -88px;
    }
    /* homepage*/
    /* trip*/
    .trips .hero_section {
        min-height: 422px;
    }
    /* trip*/
    /* one day trip */
    .oneday.trips .hero_section {
        min-height: 422px;
    }
    /* one day trip */
    /* Half day trip */
    .halfday.trips .hero_section {
        min-height: 422px;
    }
    /* Half day trip */
    /* Custom trip */
    .custom.trips .hero_section {
        min-height: 422px;
    }
    /* services */
    .services .hero_section {
        min-height: 422px;
    }
}

@media (max-width:1024px) {
    /* homepage*/
    .homepage .hero_section {
        min-height: 35vh;
        height: unset;
    }
    h1.header_title {
        font-size: 60px;
    }
    /* homepage*/
    /* trip */
    .trips .hero_section {
        min-height: 359px;
    }
    /* trip */
    /* one day trip */
    .oneday.trips .hero_section {
        min-height: 359px;
    }
    /* one day trip */
    /* Half day trip */
    .halfday.trips .hero_section {
        min-height: 359px;
    }
    /* Half day trip */
    /* Custom trip */
    .custom.trips .hero_section {
        min-height: 359px;
    }
    /* services */
    .services .hero_section {
        min-height: 359px;
    }
    /* services */
}

@media (max-width:992px) {
    /* header*/
    .phone_box {
        display: none;
    }
    .menu_toggler .menu span {
        display: none;
    }
    /* header*/
    /*menu */
    .menu_toggler {
        justify-content: flex-end;
    }
    .row.wrap {
        justify-content: space-between;
    }
    .sidemenuopen {
        width: 100vw !important;
    }
    /*menu */
    /* homepage*/
    #home_quote p {
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
    }
    .homepage .hero_section {
        min-height: 35vh;
        height: unset;
    }
    .discover_more img {
        display: none;
    }
    .discover_more span {
        display: none;
    }
    .title h2 {
        font-size: 28px;
        margin-top: 24px;
    }
    .text .title {
        padding: 0 15px;
    }
    #about_us .text {
        margin-bottom: 30px;
    }
    .title .line {
        width: 106px;
        margin-top: 14px;
    }
    #break_image {
        min-height: 367px;
        height: unset;
    }
    #activities {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    #activities .texts h4 {
        display: none;
    }
    #activities .texts h3 {
        font-size: 32px;
    }
    #trips .slide_box p {
        display: none;
    }
    #trips .slide_box h3 {
        font-size: 22px;
        margin: 15px 0;
        line-height: 24px;
    }
    #trips .slide_box h3 {
        font-size: 22px;
    }
    /* homepage*/
    /*footer */
    .widgets .info a.footer-btn {
        width: 100%;
    }
    /*footer */
    /* trip */
    .quote p {
        font-size: 40px;
    }
    .trips .hero_section {
        min-height: 274px;
    }
    #trips_presenatation h3 {
        font-size: 24px;
    }

    #trips_presenatation p.description {
        
        font-size: 15px;
       ;
    }


    /* trip */
    /* one day trip */
    .oneday.trips .hero_section {
        min-height: 274px;
    }
    .quote_2 h2 {
        font-size: 40px;
    }
    .quote_2 p {
        font-size: 18px;
    }
    .quote-text {
        font-size: 14px;
    }
    .col-12.col-sm-12.col-md-12.col-lg-6.image {
        display: flex;
        justify-content: center;
    }
    .trip .text {
        margin-bottom: 30px;
    }
    /* one day trip */
    /* Half day trip */
    .halfday.trips .hero_section {
        min-height: 274px;
    }
    .quote h2 {
        font-size: 40px;
    }
    /* Half day trip */
    /* Custom trip */
    .custom.trips .hero_section {
        min-height: 274px;
    }
    #custom_trips_description h2 {
        line-height: 35px;
        font-size: 28px;
        margin-top: 24px;
    }
    .custom_contact_form {
        padding: 0 15px;
    }
    .col-md-12.col-lg-6.image {
        display: flex;
        justify-content: center;
    }

    .description {
        margin-bottom: 20px;
    }

    /* Custom trip */
    /* services */
    .services .hero_section {
        min-height: 274px;
    }
    /* services */
    /*general template */
    h1.header_title {
        font-size: 60px;
    }
    h2.quote_title {
        font-size: 40px;
    }
    /*general template */
}

@media (max-width:767px) {
    /* header*/
    .phone_box {
        display: none;
    }
    .menu_toggler {
        text-align: right;
        justify-content: flex-end;
    }
    .menu_toggler .menu span {
        display: none;
    }
    .logo {
        justify-content: flex-start;
    }
    .logo a {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 15px
    }
    .menu_toggler img {
        margin-right: 15px;
    }
    .row.wrap {
        flex-wrap: nowrap;
    }
    /* header*/
    /* homepage*/
    #home_quote p {
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
    }
    .homepage .hero_section {
        background-image: url(/wp-content/uploads/2022/02/Hero-Image-Mobile-1.png);
        min-height: 47vh;
        height: unset;
    }
    .discover_more img {
        display: none;
    }
    .discover_more span {
        display: none;
    }
    .title h2 {
        font-size: 28px;
        margin-top: 24px;
    }
    .text .title {
        padding: 0 15px;
    }
    #about_us .text {
        order: 1;
        margin-bottom: 30px;
    }
    #about_us .image {
        order: 2;
    }
    #break_image {
        background-image: url(/wp-content/uploads/2022/02/SB_Elia-yacht_Web-size_35-1.png);
        background-size: unset;
        min-height: unset;
        height: 222px;
    }
    #activities {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    #activities .texts h4 {
        display: none;
    }
    #activities .texts h3 {
        font-size: 32px;
    }
    /* homepage*/
    /* menu*/
    .sidemenuopen {
        width: 100vw !important;
    }
    .main-navigation li a {
        color: #fff;
        font-size: 32px;
        line-height: unset;
    }
    .main-navigation li a span {
        display: none;
    }
    /* menu*/
    /*contact form */
    #contact-form-section h2 {
        font-size: 32px;
        color: #fff;
    }
    /*contact form */
    /*footer */
    .bottom_menu ul {
        display: none;
    }
    .footer-menu ul li a {
        display: none;
    }
    .copyright p {
        font-size: 12px;
        padding: 0 15px;
    }

    .col-md-6.terms {
        display: none;
    }

    /*footer */
    /* header internal*/
    .internal .logo a {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 15px
    }
    /* header internal*/
    /*general template */
    h1.header_title {
        font-size: 35px;
    }
    h2.quote_title {
        font-size: 18px;
    }
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    /*general template */
    /* trip */
    .trips .hero_section {
        background-image: url(/wp-content/uploads/2022/02/Trips-Mobile.png);
        min-height: 450px;
    }
    .quote p {
        font-size: 24px;
    }
    .text-center {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    /* trip */
    /* one day trip */
    .oneday.trips .hero_section {
        background-image: url(/wp-content/uploads/2022/02/1Day-Trips-Mobile.png);
        min-height: 450px;
    }
    .quote_2 h2 {
        font-size: 24px;
    }
    .quote_2 p {
        font-size: 18px;
    }
    .quote-text {
        font-size: 14px;
    }
    .trip .text h2 {
        line-height: 35px;
        font-size: 28px;
        margin-top: 24px;
    }
    .text .description p {
        font-size: 16px;
        padding: 0 15px;
    }
    /* one day trip */
    /* Half day trip */
    .halfday.trips .hero_section {
        background-image: url(/wp-content/uploads/2022/02/half-day-trip-mobile.png);
        min-height: 450px;
    }
    .quote h2 {
        font-size: 24px;
    }
    /* Half day trip */
    /* Custom trip */
    .custom.trips .hero_section {
        background-image: url(/wp-content/uploads/2022/02/Custom-Trips-Mobile.png);
        min-height: 450px;
    }
    #custom_trips_description h2 {
        line-height: 35px;
        font-size: 28px;
        margin-top: 24px;
    }
    .custom_contact_form {
        padding: 0 15px;
    }
    /* Custom trip */
    /* services */
    .services .hero_section {
        background-image: url(/wp-content/uploads/2022/02/Custom-Trips-Mobile-1.png);
        min-height: 450px;
    }
    /* services */
    /* contact us */
    #contact-us-form-section h2 {
        font-size: 32px
    }
    /* contact us */
}