/*!
Theme Name: Artebit
Theme URI: https://www.artebit.net/
Author: Artebit
Author URI: https://www.artebit.net/
Description: A basic starter theme for WP made well
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artebit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.modern-nav a.logo img.def {
    max-width: none;
    max-height: none;
    width: 140px;
    margin-top: 30px;
}

.custom-slider .swiper-slide > div {
    position: relative;
    z-index: 2;
}

.custom-slider .swiper-slide:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

body {
    background-color: #f5f5f5;
}

.padd_left {
    padding-left: 50px;
}

#user-info {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
}

.box_sh,.box_sh div,.box_sh figcaption {
    border-radius: 4px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: static;
    transform: none;
    width: 100%!important;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    left: 0!important;
}

.box_form {
    background-color: #fff;
    padding: 0 24px 24px 24px;
    margin-top: 30px;
    border-radius: 6px;
}


.content-page h1 {
    margin-bottom:30px;
}
.content-page h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top:32px;
    margin-bottom: 8px;
}

.content-page h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top:32px;
    margin-bottom: 4px;
}


.content-page ul {
    list-style: disc;
    padding-left: 15px;
    margin-top: 10px;
}

.content-page li::marker {
    color:#e1ac21;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e1ac21;
}

.figure_top {
    background-size: cover!important;
    height: 460px;
    position: relative;
    z-index: 2;
}

.figure_top:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6363139005602241) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

@media only screen and (max-width:992px){
    .padd_left {
        padding-left: 0px;
    }
    .content-page h2 {
        font-size: 24px;
    }
    .content-page h3 {
        font-size: 20px;
    }
}

