/* 
Theme Name: Child Theme By Kaliefweb 
Theme URI: https://kalief.web.id
Description: Theme Child Generatepress By Kaliefweb
Theme Author: Aditya Candra Setiawan
Author URI: https://kalief.web.id
Template: generatepress 
Version: 1.0.0
Text Domain: kaliefweb
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/


body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

h2{
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

a {
    text-decoration: none;
}

.wp-block-separator {
    color: #ffffff;
}

.cs1 {
    color: #2AB0DA;
}

.site-description {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.gp-icon {
    font-size: 21px;
    padding-top: 15px;
}

.owl-dots {
    text-align: center;
    margin: 25px auto 20px;
    position: static;
    bottom: 20px;
    right: 20px;
}
.owl-dots button,
.owl-dot {
    width: 14px;
    height: 8px;
    opacity: 0.3;
    border-radius: 100px;
    margin: 0 2px;
    background: var(--base-3)!important;
}
.owl-dots button.active,
.owl-dot.active {
    opacity: 0.85;
    width: 30px;
}


.owl-nav {
    display: flex;
    justify-content: space-between;
}

button.owl-prev span {
    font-size: 130px;
    position: absolute;
    top: 65px;
    color: white;
    left: 0;
    margin-left: -65px;
}

button.owl-next span {
    font-size: 130px;
    color: white;
    position: absolute;
    top: 65px;
    right: 0;
    margin-right: -65px;
}



.sticky-enabled .main-navigation.is_stuck {
    background-color: #002F62;
}

.sticky-navigation-logo {
    padding-left: 5px;
}

button.menu-toggle {
    padding-top: 3px;
}

.section-header h2 {
    font-weight: 700;
}

.section-header a {
    color: #2AB0DA;
}

@media screen and (min-width: 0px) {

    button.owl-prev span {
        margin-left: -20px;
        font-size: 80px;
        top: 80px;
    }

    button.owl-next span {
        margin-right: -20px;
        font-size: 80px;
        top: 80px;
    }

    .btn-nav {
        display: none;
    }

  }

@media screen and (min-width: 600px) {
    .site-description {
        font-size: 25px;
        font-weight: 600;
    }

    button.owl-prev span {
        margin-left: -41px;
        font-size: 100px;
    }

    button.owl-next span {
        margin-right: -41px;
        font-size: 100px;
    }

  }