/* 
Theme Name: Polytan Child Theme
Theme URI: https://www.polytan.com
Description: Child Theme for Polytan
Author: Michael Walter
Author URI: https://app-solution.online/
Template: hello-elementor
Version: 1.0.0
Text Domain: polytan
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Fonts */
/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    font-display: auto;*/
/*    src: url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/HelveticaNeueLTStd-Lt.eot');*/
/*    src: url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),*/
/*    url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/HelveticaNeueLTStd-Lt.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetica Neue';*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-display: auto;*/
/*    src: url('https://polytan-web.s3.eu-central-1.amazonaws.com/wp-content/uploads/2023/01/05202111/HelveticaNeueLTCom-Bd.eot');*/
/*    src: url('https://polytan-web.s3.eu-central-1.amazonaws.com/wp-content/uploads/2023/01/05202111/HelveticaNeueLTCom-Bd.eot?#iefix') format('embedded-opentype'),*/
/*    url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/HelveticaNeueLTCom-Bd.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Gilroy';*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-display: auto;*/
/*    src: url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/Gilroy-ExtraBold.eot');*/
/*    src: url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),*/
/*    url('https://en-polytan.as-preview.de/wp-content/uploads/2023/01/Gilroy-ExtraBold.ttf') format('truetype');*/
/*}*/

/* Fonts */

/*body {*/
/*    background-color: #eaeaea;*/
/*}*/

html,
body,
p {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    color: #8C9091;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gilroy, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;

}

.hero h1 {
    font-size: 160px;
    line-height: 152px;
}

h1 {
    font-size: 45px;
    line-height: 43px;
}

h2 {
    font-size: 33px;
    line-height: 31px;
}

h3 {
    font-size: 20px;
    line-height: 19px;
}

/* Subline */
h4 {
    font-size: 20px;
    line-height: 19px;
}

/* Quote */
h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 39px;
    text-transform: none;
}

/* Intro */
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
}

/* Copy Small */
small {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    line-height: 21px;
}

button {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;

    padding: 10px 35px;
    background-color: transparent;
    color: #5F5F5F;
    border: 1px solid #5F5F5F;
}

button:hover {
    border-color: #fff;
    background-color: #fff;
}

input,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;

    padding: 10px;
    background-color: #fff;
    color: #5F5F5F;
    border: 1px solid #5F5F5F;

    outline: none;
}

.white {
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.sylver {
    background-color: #8C9091;
    color: #8C9091;
}

.line-sylver {
    padding-top: 20px;
}

.line-sylver:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    height: 16px;
    width: 67px;
    background-color: #8C9091;
}

.line-white {
    padding-top: 20px;
}

.line-white:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    height: 16px;
    width: 67px;
    background-color: #FFFFFF;
}

.line-white-h2 {
    padding-top: 20px;
}

.line-white-h2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 14px;
    width: 52px;
    background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    html,
    body,
    p {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-size: 22px;
        line-height: 29px !important;
        font-weight: 300;
        color: #8C9091;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Gilroy, Sans-Serif;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .hero h1 {
        font-size: 420px;
        line-height: 399px;
    }

    h1 {
        font-size: 95px;
        line-height: 90px;
    }

    h2 {
        font-size: 60px;
        line-height: 57px;
    }

    h3 {
        font-size: 30px;
        line-height: 28px;
    }

    /* Subline */
    h4 {
        font-size: 22px;
        line-height: 22px !important;
    }

    /* Quote */
    h5 {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 52px;
        text-transform: none;
    }

    /* Intro */
    h6 {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-weight: 300;
        font-size: 30px;
        line-height: 39px;
        text-transform: none;
    }

    /* Copy Small */
    small {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-weight: 300;
        text-transform: none;
        font-size: 18px;
        line-height: 23px;
    }

    button {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;

        padding: 10px 35px;
        background-color: transparent;
        color: #5F5F5F;
        border: 1px solid #5F5F5F;
    }

    button:hover {
        border-color: #fff;
        background-color: #fff;
    }

    input,
    textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;

        padding: 10px;
        background-color: #fff;
        color: #5F5F5F;
        border: 1px solid #5F5F5F;

        outline: none;
    }

    .line-sylver {
        padding-top: 42px;
    }

    .line-sylver:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 0;
        height: 30px;
        width: 140px;
        background-color: #8C9091;
    }

    .line-white {
        padding-top: 42px;
    }

    .line-white:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 0;
        height: 30px;
        width: 140px;
        background-color: #FFFFFF;
    }

    .line-white-h2 {
        padding-top: 32px;
    }

    .line-white-h2:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        height: 22px;
        width: 90px;
        background-color: #FFFFFF;
    }
}

.polytan-content h1,
.polytan-content h2,
.polytan-content h3,
.polytan-content h4,
.polytan-content h5,
.polytan-content h6 {
    margin-bottom: 20px;
}

.polytan-content h1:not(:first-child),
.polytan-content h2:not(:first-child),
.polytan-content h3:not(:first-child),
.polytan-content h4:not(:first-child),
.polytan-content h5:not(:first-child),
.polytan-content h6:not(:first-child) {
    margin-top: 20px;
}

#load-more {
    cursor: pointer;
}

.polytan-content h1,
.polytan-content h2,
.polytan-content h3,
.polytan-content h4,
.polytan-content h5,
.polytan-content h6 {
    margin-bottom: 25px;
}

.polytan-slider {

}

.polytan-slider .jet-listing-grid__item > div {
    box-shadow: 20px 37px 40px 0 rgb(0 0 0 / 10%);
}

.polytan-slider .jet-listing-grid__item:last-child > div {
    /*background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
}

/* GT Header */
.gt-background {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(82, 167, 71, 1) 45%);
    position: relative;
    overflow: hidden;
}

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

    .gt-background {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(82, 167, 71, 1) 50%);
        position: relative;
        overflow: hidden;
    }

}

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

    .gt-background {
        background: #fff;
        position: relative;
        overflow: hidden;
    }

}

.polytan-human .elementor-heading-title {
    background: -moz-radial-gradient(circle, #78D64A 0%, #016934 18.69%, #171D90 35.63%, #0192DB 55.97%, #BA0B2E 76.46%, #FB8321 100%);
    background: -o-radial-gradient(circle, #78D64A 0%, #016934 18.69%, #171D90 35.63%, #0192DB 55.97%, #BA0B2E 76.46%, #FB8321 100%);
    background: radial-gradient(circle, #78D64A 0%, #016934 18.69%, #171D90 35.63%, #0192DB 55.97%, #BA0B2E 76.46%, #FB8321 100%);
    -webkit-background: -webkit-radial-gradient(circle, #78D64A 0%, #016934 18.69%, #171D90 35.63%, #0192DB 55.97%, #BA0B2E 76.46%, #FB8321 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: local;
    -webkit-background-attachment: local;
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    background-size: 200% auto;
    -webkit-animation: shine 15s linear infinite;
    -moz-animation: shine 15s linear infinite;
    -o-animation: shine 15s linear infinite;
    animation: shine 15s linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@-moz-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@-o-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.slider-gradient-left {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    width: 10%;
}

.slider-gradient-right {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    width: 10%;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
    background: transparent;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li.slick-active button:before {
    color: #8c9091;
    opacity: 1;
}

.slick-dots li button:before {
    color: #8c9091;
    opacity: 0.6;
}

ul > li {
    line-height: 1.5 !important;
}