body {
    background-color: #0fb9b1;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.lite-topbar {
    background-color: #0fb9b1;
    padding: 5px 0;
}

.lite-topbar .top-header .top-social {
    margin: 0;
}

.lite-topbar .top-header .top-right,
.lite-topbar .user-info {
    margin: 0;
}

.lite-topbar .topbar-info a {
    margin-right: 15px;
    font-size: 16px;
    color: #8aece8;
    transition: 0.5s ease all;
}

.lite-topbar .top-header .top-social {
    text-align: right;
}

.lite-topbar .top-header .top-social li a {
    color: #8aece8;
}

.lite-topbar .top-header .top-social li a:hover,
.lite-topbar .topbar-info a:hover {
    color: #151515;
}

.feku {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
}

.feku .nadima {
    background-color: white;
    margin-top: -15px;
    margin-bottom: -15px;
    padding: 15px;
    max-width: 260px;
}

.sticky .custom-logo-link {
    position: fixed;
    top: 0;
    z-index: 12;
    padding: 10px;

}

.sticky .custom-logo-link img {
    height: 50px;
    width: auto;
}

.feku .tacuhod {
    align-items: center;

}

.sticky.admin-bar .loqucik {
    padding-left: 15px;
}

/* banner section */
.banner-lite-slider {
    height: 600px;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.lite-slider-caption {
    background: rgba(15, 185, 177, 0.6);
    background: -moz-linear-gradient(left, rgba(15, 185, 177, 0.6) 0%, rgba(20, 185, 213, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 185, 177, 0.6) 0%, rgba(20, 185, 213, 0.6) 100%);
    background: linear-gradient(to right, rgba(15, 185, 177, 0.6) 0%, rgba(20, 185, 213, 0.6) 100%);
    height: 400px;
    width: 400px;
    color: white;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.caption-detail {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

.caption-detail h2 {
    font-size: 40px;
    font-weight: 700;
}

.caption-detail h2 span {
    display: inline-block;
    position: relative;
    color: #efcda3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.caption-detail h2 span:before {
    content: '';
    width: 100%;
    height: 31px;
    background-image: url(../images/underline.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 70%;
    left: 0;
}

.lite-slider-caption:before {
    position: absolute;
    content: '';
    border-left: 60px solid rgba(20, 185, 213, 0.5);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -58px;
    top: 50%;
    transform: translatey(-50%);
}

.sidibow .button-more:hover {
    opacity: 0.7;
    color: #333;
    border-radius: 20px;
}

.lite-slide .xymube {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px;
    border-radius: 4px;
}

.lite-slide .xymube p {
    color: #ffffff;
}

.lite-slide .xymube .entry-title a {
    color: #ffffff;
}

.lite-slide .xymube .entry-title a:hover {
    color: #0fb9b1;
}

.lite-slide .xymube:before {
    position: absolute;
    content: '';
    border: 1px solid white;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: 30px;
    pointer-events: none;
}

.lite-slide {
    background-color: rgba(0, 0, 0, .4);
    padding: 40px;
    border-radius: 4px;
}

.lite-slide .xymube {
    border: 1px solid white;
    padding: 25px;
}

.lite-slide .xymube:before {
    display: none;

}

/* blog listing ******************* */

.casi {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sidibow {
    margin-bottom: 60px;
}

.sidibow:last-child {
    margin-bottom: 0;
}

.sexo {
    position: relative;
}

.sidibow .werisan {
    position: absolute;
    bottom: 0;
    left: 0;
}

.werisan {
    background-color: #0fb9b1;
    padding: 5px 10px;
    ;
    border-radius: 8px 8px 0px 0px;
}

.sexo .author.vcard a:hover {
    color: #333;
}

.sidibow .puzyci-category {
    margin-bottom: 15px;
    display: block;
}

.sidibow .puzyci-category a {
    font-size: 12px;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.sidibow .puzyci-category a:hover {
    color: #0fb9b1;
    background-color: white;
    border: 1px solid #eee;
}

.sidibow .entry-title a:hover {
    color: #0fb9b1;
}

a.button-more:visited {
    color: white;
}

.button-more {
    padding: 10px 20px;
    border-radius: 10px 20px 20px 10px;
    transition: 0.5s ease all;
    color: white;
    margin-top: 5px;
    display: inline-block;
    background-color: #0fb9b1;
    box-shadow: 1px 2px 4px #666;
}

.caption-detail .button-more,
.lite-slide .button-more {
    box-shadow: 1px 2px 2px #333;
    background: rgba(15, 185, 177, 0.6);
    background: -moz-linear-gradient(left, rgba(15, 185, 177, 0.6) 0%, rgba(20, 185, 213, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 185, 177, 0.6) 0%, rgba(20, 185, 213, 0.6) 100%);
    background: linear-gradient(to right, rgb(23, 115, 180) 0%, rgba(20, 185, 213, 0.8) 100%);
}

.sidibow .button-more:hover {
    opacity: 0.7;
    color: #000;
    border-radius: 20px;
}

.sidibow .puzyci-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0fb9b1;
    padding: 5px 10px;

    color: white
}

.sidibow .puzyci-date a {
    color: white;
    font-size: 12px;
}

/* single page************************* */
.setybat .tysum {
    padding-top: 60px;
}

.sidibow .puzyci-category>span {
    display: none;
}

.gubyne-single .zonevej .werisan,
.single .zonevej .werisan {
    padding: 0;
    background-color: transparent;
}

.setybat article[class*=type-] .dapu figure figcaption {
    color: #333;
}

/* Responsive  page************************* */

@media (max-width: 992px) {


    .feku .site-navigation>ul>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feku .sub-toggle button {
        right: 15px;
    }

    .setybat .loqucik {
        width: 100%;
    }

    .sticky .cikimur {
        position: inherit!important;
    }

    .setybat .loqucik:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .lite-slider-caption:before {
        display: none;
    }

    .feku .nadima {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        max-width: 100%;
        text-align: center;
    }

    .lite-slider-caption {
        border-radius: 20px;
        height: 250px;
        width: 100%;
        margin-bottom: 30px;
    }

    .caption-detail h2 span {
        display: block;
        margin-bottom: 15px;
    }

    .setybat .loqucik {
        background-color: #fff;
        padding: 15px;
        border: none;
    }

}

@media (max-width: 768px) {
    .lite-topbar .topbar-info {
        text-align: center;
    }

    .setybat .site-navigation {
        padding-left: 15px;
    }

    .feku .nadima {
        max-width: 100%;
        text-align: center;
    }

    .banner-lite-slider {
        height: auto;
        background-position: center center;
    }

    .gupijo {
        position: relative;
    }

    .setybat .loqucik {
        display: block;
        padding-left: 15px;
    }

    .sticky .custom-logo-link {
        position: initial;
    }

    .lite-topbar .top-header .top-social {
        text-align: center;
    }

    .lite-slider-caption {
        height: 200px;
        width: auto;
    }

    .caption-detail h2,
    .xymube .entry-title {
        font-size: 25px;
    }

    .caption-detail h2 span {
        padding-left: 15px;
    }
}