/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

:root {
    --cs-primary-color: #D7B56D;
    --cs-dark: #1f1f1f;
}

body.page-template-default {
    font-family: Roboto,Open Sans,Arial,sans-serif!important;
}

body.page-template-default * {
    text-align: center;
}

body.page-template-default p {
    color: #666;
}

.page-template-default form * {
    text-align: left;
}

/* Header Style */
.cs-header-section .et_pb_column {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.cs-header-section .et_pb_column > div.et_pb_module.et_pb_text:nth-child(1) {
    margin: 0;
}

.cs-header-section .et_pb_column > div.et_pb_module.et_pb_text:nth-child(1) ul {
    padding: 0;
}

.cs-header-section .et_pb_column > div.et_pb_module.et_pb_text:nth-child(1) .wpml-ls-link {
    padding: 8px 10px 8px 10px!important;
}

.cs-header-section .wpml-ls-link span {
    color: var(--cs-primary-color);
    font-size: 16px;
    font-weight: 600;
}

/*
.cs-header-section .wpml-ls-link:nth-child(1) {
    border-right: 1px solid var(--cs-primary-color);
}
*/

.cs-header-section li:not(:first-child) .wpml-ls-link {
    border-left: 1px solid var(--cs-primary-color);
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner:before,
.responsive-menu-pro-inner:after {
    background-color: var(--cs-primary-color)!important;
}

/* Pass 2 */

.cs-header-section .et_pb_row {
    display: flex;
}

.cs-header-section .et_pb_image_0_tb_header .et_pb_image_wrap img {
    height: auto!important;
    width: 150px;
    min-width: 100px;
}

.cs-header-section .et_pb_row .et_pb_column {
    margin-bottom: 0!important;
}

.has_et_pb_sticky .et_pb_image_0_tb_header .et_pb_image_wrap img {
    width: 100px;
}

.et_pb_image_0_tb_header .et_pb_image_wrap img {
    transition: .5s width ease-in-out;
}


/* Home Style */

/*
.cs-feature-row .et_pb_column {
*/
.cs-feature-section .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-feature-info-box {
    max-width: 400px;
}

@media (min-width: 980px) {
    .cs-feature-info-box {
        max-width: 200px;
    }
}

.cs-feature-info-box div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-feature-info-box img {
    max-width: 88px;
    margin-bottom: 15px;
}

.cs-feature-info-box h3 {
    color: #D7B56D;
    margin-bottom: 15px;
    font-weight: 600;
}

.cs-feature-info-box p {
    color: white;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 768px) {
    .cs-feature-info-box img {
        max-width: 130px;
    }
}

@media (max-width: 425px) {
    .cs-feature-info-box img {
        max-width: 100px;
    }
}

.cs-divider-row .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*
p {
    margin-bottom: 10px!important;
}
*/

body:not(.home) h1 {
    font-size: 45px!important;
}

body:not(.home) h1, h2 {
    color: var(--cs-primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

body:not(.home) h1 *,
h2 * {
    margin-bottom: 5px;
}

body:not(.home) h1:after,
h2:after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: var(--cs-primary-color);
    margin-top: 35px;
    margin-bottom: 35px;
}

body:not(.home) h1 > span,
h2 > span {
    color: var(--cs-primary-color);
    font-weight: 600;
}

.cs-dark-section {
  background: var(--cs-dark)!important;
}

/*
.cs-dark-section p {
*/
.cs-dark-section ul,
.cs-dark-section li,
.cs-dark-section a,
.cs-dark-section div,
.cs-dark-section p {
    color: white!important;
}

/*
.cs-home-hero {
    position: relative;
}

.cs-home-hero * {
    color: white;
}

.cs-home-hero h1 {
    position: absolute;
    display: flex;
    top: 150px;
    left: 0;
    flex-direction: column;
}

.cs-home-hero .et_pb_slide_description {
    height: 100%;
}
.cs-home-hero .cs-floating-buttons {
    position: absolute;
    left: 150px;
    bottom: 20vh;
    color: white;
    font-size: 29px;
    font-weight: 600;
}

.cs-home-hero .cs-floating-buttons a span {
    color: white;
}

.cs-home-hero .cs-floating-buttons a {
    padding: 15px;
}

.cs-home-hero .cs-floating-buttons a:nth-child(1) {
    border-right: 1px solid white;
}

.cs-home-hero h1 span {
    display: block;
    padding: 10px 35px 10px 15px;
    margin-bottom: 10px;
    background-color: rgba(215, 181, 109, 0.77);
    text-align: left;
    margin-right: auto;
}

.cs-home-hero .et_pb_slide {
    padding: 0;
}
*/

.cs-home-hero {
    position: relative;
    height: 100vh;
    background-color: black;
    margin-top: -130px;
}

.cs-home-hero div:not(.cs-floating-buttons) {
    position: static;
    height: 100%;
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding: 0!important;
    margin: 0!important;
}

.cs-home-hero * {
    color: white;
}

.cs-home-hero h1 {
    position: absolute;
    display: flex;
    top: 300px;
    left: 0;
    flex-direction: column;
    font-size: 40px;
    font-weight: 600;
}

.cs-home-hero .cs-hero-slide {
    height: 100%;
}
.cs-home-hero .cs-floating-buttons {
    position: absolute;
    left: 150px;
    bottom: 20vh;
    color: white;
    font-size: 29px;
    font-weight: 600;
}

.cs-home-hero .cs-floating-buttons a span {
    color: white;
}

.cs-home-hero .cs-floating-buttons a {
    padding: 15px;
}

.cs-home-hero .cs-floating-buttons a:nth-child(1) {
    border-right: 1px solid white;
}

.cs-home-hero h1 span {
    display: block;
    padding: 10px 35px 10px 15px;
    margin-bottom: 10px;
    background-color: rgba(215, 181, 109, 0.77);
    text-align: left;
    margin-right: auto;
}

.cs-home-hero .et_pb_slide {
    padding: 0;
}

/* Tour slider dots style */
.cs-tours-slider .slick-dots li button:before {
    content: "";
    background-color: transparent;
    border: 2px solid var(--cs-primary-color);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    opacity: .4;
}

.cs-tours-slider .slick-dots li.slick-active button:before {
    background-color: var(--cs-primary-color);
    opacity: .9;
}

.cs-tours-slider .slick-dots {
  bottom: -50px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%!important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.cs-button,
.wpcf7-form input[type=submit] {
    background-color: var(--cs-primary-color);
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 20px;
    /* border: unset; */
    border:1px solid var(--cs-primary-color)!important;
    transition: background-color 300ms ease!important;
    width: 100%;
    max-width: 310px;
}

.cs-button:hover,
.wpcf7-form input[type=submit]:hover {
    border: 1px solid var(--cs-primary-color)!important;
    background-color: transparent!important;
    color: var(--cs-primary-color)!important;
}

.wpcf7-form p:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Tours Page */

.cs-tour-hero {
    display: flex;
}

.cs-tour-info img {
    max-height: 30px;
}

.cs-tour-info * {
    text-align: center!important;
    color: var(--cs-primary-color);
}

.cs-tour-info span {
    display:block!important;
    font-size: 16px;
    font-weight: 700;
}

/* Attractions */

.cs-tour-attractions .et_pb_row {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .cs-tour-attractions .et_pb_row {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .cs-tour-attractions .et_pb_row:nth-child(2n+1) {
        flex-direction: row-reverse;
    }

    .cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_image_wrap:after {
        background: linear-gradient(270deg, rgba(0,0,0,0) 80%, rgba(255,255,255,1) 100%);
    }

    .cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_image_wrap:after {
        background: linear-gradient(90deg, rgba(0,0,0,0) 80%, rgba(255,255,255,1) 100%);
    }

    .cs-tour-attractions .et_pb_image_wrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }
}

.cs-tour-attractions .et_pb_column {
    padding: 0 40px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs-tour-attractions h3 {
    color: var(--cs-primary-color);
}

.cs-tour-attractions .et_pb_text_inner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cs-tour-generic-info .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-tour-generic-info .et_pb_column:nth-child(2) * {
  text-align: left;
}

.cs-tour-generic-info .cs-floating-buttons {
  margin-top: 40px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.cs-tour-generic-info .cs-floating-buttons a span:before {
  margin-right: 10px;
}

.cs-tour-generic-info .cs-floating-buttons a span {
    color: white;
}

.cs-tour-generic-info .cs-floating-buttons a {
    padding: 15px;
}

.cs-tour-generic-info .cs-floating-buttons a:nth-child(1) {
    border-right: 1px solid white;
}

.cs-tour-generic-info .cs-floating-buttons span,
.cs-tour-generic-info .cs-floating-buttons a {
    color: var(--cs-primary-color)!important;
}

.cs-tour-generic-info .cs-floating-buttons a:hover,
.cs-tour-generic-info .cs-floating-buttons a:hover * {
    color: white!important;
}

.cs-tour-generic-info .cs-floating-buttons a {
    border-color: var(--cs-primary-color)!important;;
}

.cs-tour-main-info .et_pb_button_module_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Experimental */

/*
.cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_column:nth-child(1) {
    margin-left: -50px;
}

.cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_column:nth-child(2) {
    margin-left: -50px;
}
*/

.cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_column:nth-child(1):after,
.cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_column:nth-child(2):after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    /* background: var(--cs-primary-color);*/
    border-top: 4px double var(--cs-primary-color);
    border-bottom: 1px solid var(--cs-primary-color);
    right: -11px;
    z-index: 5;
}

.cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_column:nth-child(1),
.cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_column:nth-child(2){
    border-right: 1px solid var(--cs-primary-color);
}

.cs-tour-attractions .et_pb_row {
    padding-top:0;
}


/* Footer style */

.cs-footer-social .cs-logo {
    max-width: 170px;
}

.cs-footer-social .cs-social-images-footer img {
    max-width: 40px;
}

.cs-footer-social .cs-social-images-footer {
    overflow: hidden;
}

.cs-footer-social .cs-social-images-footer {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.cs-social-images-footer > a:nth-child(-n+2) {
    margin-bottom: 20px;
}

.cs-footer-social .et_pb_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cs-footer-social .cs-logo {
    margin-left: auto;
    margin-right: unset;
}

.cs-footer-social .et_pb_column {
    padding: 35px 80px;
    margin: unset;
}

.cs-footer-social .et_pb_column:nth-child(1) {
    border-right: 1px solid var(--cs-primary-color);
}

@media (max-width: 768px) {
    .cs-footer-social .et_pb_column {
        padding: 35px 40px;
    }

    .cs-footer-social .cs-social-images-footer {
        flex-direction: row;
        display: flex;
        justify-content: space-evenly;
    }

    .cs-social-images-footer > a:nth-child(-n+2) {
        /* margin-right: 20px;*/
        margin-bottom: unset;
    }

    .cs-footer-social .et_pb_row {
        flex-direction: column;
        justify-content: center;
    }
    .cs-footer-social .cs-logo {
        margin-right: auto;
    }
    .cs-footer-social .et_pb_column:nth-child(1) {
        border: unset;
        border-bottom: 1px solid var(--cs-primary-color);
    }

    .cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_column:nth-child(1),
    .cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_column:nth-child(2) {
      border-right: unset!important;
    }

    .cs-tour-attractions .et_pb_row:nth-child(2n) .et_pb_column:nth-child(1):after,
    .cs-tour-attractions .et_pb_row:nth-child(2n+1) .et_pb_column:nth-child(2):after {
      content: unset;
    }
}

.cs-footer-copyright,
.cs-footer-social,
.cs-footer-eot,
.cs-footer-payments {
    padding: 0!important;
}

.cs-footer-payments img {
    max-width: 50px;
}

.cs-footer-payments .et_pb_row {
    display: flex;
}

.cs-footer-payments .et_pb_column {
    margin: auto;
    /* height: 100%; */
}

.cs-footer-payments .et_pb_column:nth-child(1) {
    width: 20%;
}

.cs-footer-payments .et_pb_column:nth-child(2) {
    width: 80%;
}

.cs-footer-payments .et_pb_column:nth-child(2) .et_pb_module {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-footer-payments .et_pb_text_inner {
    max-width: 400px;
}

.cs-footer-payments a:first-child + a {
   margin-left: 20px;
}

.cs-footer-payments a {
    color: white;
    text-decoration: underline;
    white-space: nowrap;
}

@media (max-width: 425px) {
    .cs-footer-payments .et_pb_row {
        display: flex;
        flex-direction: column;
    }

    .cs-footer-payments .et_pb_text_inner {
        max-width: 200px;
    }

}

@media (max-width: 479px) {
    .cs-footer-payments a + a {
       margin-left: unset!important;
    }
}

/* All tours page */
.cs-tours-tour {
    position: relative;
}

.cs-tours-hero {
  min-height: 50vh;
  display: flex;
}


/* Radial gradient strip below figcaption */
/*
.cs-tours-tour:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 200px;
    font-size: 40px;
    background: radial-gradient(circle, rgba(215,181,109,1) 20%, rgba(0,0,0,0) 80%);;
    z-index: 4;
}
*/

.cs-tours-tour figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    text-shadow: 0 0 20px grey;
    z-index: 5;
}

/* Gold overlay on the top of each image */

/* First attempt with cirlce like sun */
/*
.cs-tours-tour:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(215,181,109,1) 50%, rgba(0,0,0,0) 70%);
    z-index: 2;
    opacity: .7;
    transform: translate(-50%, -50%) scale(0.7);
}
*/

.cs-tours-tour:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /*
    background: radial-gradient(circle, rgba(215,181,109,1) 50%, rgba(0,0,0,0) 70%);
    */
    background: var(--cs-primary-color)!important;
    border: 4px solid var(--cs-primary-color);
    z-index: 2;
    opacity: .4!important;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s ease-in;
}

.cs-tours-tour:hover:after {
    transform: translate(-50%, -50%) scale(0.7);
}

/*
.cs-tours-tour:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cs-primary-color);
    z-index: 2;
    opacity: .3;
}
*/

/* Full screen menu */

.cs-menu-controller {
  z-index: 101;
}

.cs-fullscreen-menu-section {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0!important;
    margin: 0;
    width: 100%;
    height: 0;
    display: flex;
    z-index: 100;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.cs-fullscreen-menu-section.cs-fullscreen-enabled {
    height: 100vh;
}

.cs-fullscreen-menu-section .et_pb_menu_inner_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-fullscreen-menu-section .et_pb_menu__logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-fullscreen-menu-section .et_pb_menu__logo {
    margin: 0;
}

.cs-fullscreen-menu-section .et_pb_menu__logo img {
    max-width: 150px!important;
    margin: 0;
}

#menu-aht-header-main {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu-aht-header-main a {
    padding: 30px!important;
    font-size: 30px;
    height: unset;

}

#menu-aht-header-main li:hover:before {
    content: "☰";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cs-primary-color);
}

/* Disable burger */
.et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu {
    display: block!important;
}
.et_mobile_nav_menu {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .et_pb_module.et_pb_menu, .et_pb_module.et_pb_menu li {
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

/* Close button */

#cs-menu-close {
/*
    position: absolute;
    top: 150px;
    right: 10%;
    font-size: 40px;
*/
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20%;
    right: 10%;
    transform: translate(-20%, -10%);
}

/*
.fa-times:before {
    color: var(--cs-primary-color);
}

.cs-close-b {
    width: 50px;
    height: 50px;
}
*/

.cs-fullscreen-menu-section * {
    position: static;
}

.cs-close-b {
  width: 50px;
  height: 50px;
}

.cs-close-b:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cs-close-b:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cs-close-b:after,
.cs-close-b:before {
    content: "";
    top: 50%;
    right: 50%;
    height: 30px;
    width: 2px;
    background: var(--cs-primary-color);
    position: absolute;
    transition: height .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#cs-menu-close:hover .cs-close-b:after,
#cs-menu-close:hover .cs-close-b:before {
    height: 50px;
}

/* Open button */

.cs-burger:before,
.cs-burger:after,
.cs-burger-element {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--cs-primary-color);
    display: block;
    transition: margin .1s ease-in-out;
}

.cs-burger:before {
    margin-bottom: 8px;
}
.cs-burger:after {
    margin-top: 8px;
}

.cs-menu-controller:hover .cs-burger:before {
    margin-bottom: 10px;
}

.cs-menu-controller:hover .cs-burger:after {
    margin-top: 10px;
}

/* Preloader */

.cs-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    /* transition: opacity 1s ease-in; */
}

.cs-preloader .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-preloader .et_pb_text_inner img {
    margin-bottom: 30px;
}

/* Ken Burns Slider */

.cs-slider-kb,
.cs-slider-kb * {
    margin: 0!important;
    padding: 0!important;
    width: 100%;
    min-width: unset!important;
    max-width: unset!important;
}

.cs-slider-kb .cs-vehicles-slider .slick-slide div {
    width: 100%;
    min-width: unset;
    max-width: unset;
    height: auto;
    min-height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cs-slider-kb .slick-slider { overflow: hidden; }

.cs-slider-kb .slick-slider .slick-slide[aria-hidden="false"] div {
    -webkit-animation: myMove 10s 1 ease-in-out;
    -moz-animation: myMove 10s 1 ease-in-out;
    -o-animation: myMove 10s 1 ease-in-out;
    -ms-animation: myMove 10s 1 ease-in-out;
    animation: myMove 10s 1 ease-in-out;
}

.cs-slider-kb .slick-slide[aria-hidden="true"] div {
    visibility: hidden;
}
@keyframes myMove {
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
    to { transform: scale(1.08,1.08); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
    from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
    to { -webkit-transform: scale(1.08,1.08); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
    from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
    to { -o-transform: scale(1.08,1.08); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
    from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
    to { -moz-transform: scale(1.08,1.08); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
    from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
    to { -ms-transform: scale(1.08,1.08); -ms-transform-origin: 50% 0%; }
}

.cs-home-hero .et_pb_slide_description {
  /* display: inline; */
  display: list-item;
}

/* Hero Image */

.cs-home-hero {
    padding: 0;
}
.cs-hero-slide {
    background-size: cover;
    background-position: 50% calc(50% + 130px);
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .cs-hero-slide {
        background-image: url(https://staging.athenshellastransfer.com/wp-content/uploads/2021/01/1-scaled.jpg);
        background-color: black;
        background-size: 100%;
    }
}

@media (max-width: 1024px) {
    .cs-hero-slide {
        background-image: url(https://staging.athenshellastransfer.com/wp-content/uploads/2020/12/ZYuLDkEA-scaled.jpeg);
        background-color: #1f1f1f;
        background-size: 100%;
        background-position: 50% calc(50% - 80px);
    }
    .cs-home-hero .cs-floating-buttons {
        left: unset;
        right: 0;
        background-color: #000000b3;
        padding: 20px;
        bottom: 80px;
    }
}

@media (max-width: 768px) {
    .cs-hero-slide {
        background-size: 130%;
        background-position: calc(50% - 80px) calc(50% + 20%);
    }
    .cs-home-hero .cs-floating-buttons,
    .cs-home-hero h1 span {
        font-size: 25px;
    }
}

@media (max-width: 425px) {
    .cs-hero-slide {
        background-size: 150%;
        background-position: calc(50% - 80px) calc(50% + 0px);
    }
}

@media (max-width: 375px) {
    .cs-home-hero .cs-floating-buttons,
    .cs-home-hero h1 span {
        font-size: 19px;
    }
    .cs-home-hero .cs-floating-buttons {
        bottom: 120px;
    }
}

/* Generic */

a.cs-anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.cs-anchor-container {
    padding: 0!important;
    margin: 0!important;
}
