
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Open+Sans:wght@400;600;700;800;900&display=swap');


:root {
    --main-color: #E8AB10;
}


html {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    /* overflow-x: hidden; */
    position: relative;
    color: #393939;
}

.top  {
    margin-top: 0px;
    padding: 20px 0;
    display: flex;
    align-items: center;
      padding-bottom: 40px;
}

.top .logo {
    height: 50px;
}

.top .info-box {
    font-size: 14px;
    float: left;
    color: #393939;
}



.top .info-box a {
    color: #393939;
    text-decoration: none;
    font-weight: bold;
}

.top .info-box div {
    float: left;
}

.top .info-box .info-txt {
    margin-top: 3px;
    margin-left: 10px;
    padding-right: 14px;
}

.top .info-box .info-txt p {
  padding: 0;
  margin: 0;
}

.top .left {
    width: 200px;
    float: left;
}

.top .right {
 
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    /* margin-right: auto; */
    margin-left: auto;
}

.slideshow-holder {
    height: 400px;
    overflow: hidden;
    width: 100%;
    /* background-image: url('../img/slide.jpg'); */
    font-size: 40px !important;
    line-height: 1.2;
    font-family: 'Kalam', cursive;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    color:rgb(255 255 255 / 90%);
    text-align: center;
    background-size: cover;
    background-position: center;
}

.slideshow-holder h1 {
    width: 100%;
}

.navbar-collapse.collapse { 
    display: flex!important;
    flex-basis: auto;
}

.navbar-nav {
    flex-direction: row;
}

 .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } 
 

 .navbar {
    background-color: var(--main-color);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    z-index: 1;
 }

 .navbar ul {
    width: 100%;
 }

 .navbar ul a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
 }
 .navbar li  {
    flex: 1 1 auto!important;
    border-right: 1px solid rgb(0 0 0 / 13%);
    text-align: center;
 }
 .navbar li:last-child {
    border:0
 }



.main {
    background-color: #F1F1F1;
} 

.main h1 {
    color: var(--main-color);
}

.widget-right {
    border:3px dashed var(--main-color);
    border-radius: 10px;
    padding: 20px;
}

.widget-right h2 {
    font-size: 16px;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 800;
}

.widget-right h2 img {
    height: 25px;
    padding-right: 5px;
    font-weight: bold;
}
.btn {
    background:var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

hr {
    background-color: transparent;
    border: 2px dashed rgb(0 0 0 / 18%);
}

.content-blokk {
    padding: 50px 0;
}

.bottom-widget {
    font-size: 12px;
    background-color: #fff;
    padding: 30px 0;
}
.bottom-widget img {
    margin-bottom: 10px;
}

.bottom-widget p {
    padding: 0;
    margin:0;
}

.footer {
    background-color: var(--main-color);
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

.footer p {
    padding-top: 20px;
}

.navbar ul a:hover,.navbar ul a:focus,.navbar ul a:active  {
    color: #000;
}

.mobile-top {
    display: none;
    height: 40px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
}

.mobile-top a {
    color: #fff;
    text-decoration: none;
}


.mobile-top div {
    display: inline-block;
}

.mobile-top div.pull-right {
    float: right;
}

.mobile-top div.pull-left {
    float: left;
}




@media (max-width: 1280px){
    .container, .container-md, .container-sm {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container, .container-md, .container-sm {
    max-width: 1120px !important;

} 
.navbar-toggler{
    display: none !important;
}




@media (max-width: 768px){

    .mobile-top {
        display: block;
    }
    .navbar-toggler {
        display: inline-block !important;
    }

    .top .info-box {
        display: none;
    }

    .collapse.navbar-collapse {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .top {
        padding: 0 10px;
        padding-bottom: 10px;
        margin-top: 11px;
    }

    .navbar {
        background-color: var(--main-color);
        border-radius: 0px;
        position: relative;
        left: 0;
        right: 0;
        top:0;
        margin: 0;
        padding: 0;
    }

    .navbar li {
        border:0;
    }

    .slideshow-holder {
        height: 330px;
        background-size: cover;
    }

    .container {
        /* max-width: 100% !important; */
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-blokk {
        padding: 20px 0;
    }

    .widget-right {
        margin-top:20px;
    }

    .bottom-widget {
        padding-top: 20px !important;
        padding: 0;
    }

    .bottom-widget div {
        padding-bottom: 20px;
    } 
}

@media (max-width: 576px){
    .container {
        max-width: 100% !important;
    }
}

/* slider */


.metaslider {
    z-index: 0;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background:transparent !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    
    text-align: center;
    align-items: center !important;
    /* vertical-align: middle; */
    display: flex !important;
    justify-content: center;
}

.metaslider .caption-wrap .caption {
    font-size: 40px !important;
    line-height: 1.2;
    font-family: 'Kalam', cursive;
}
 

.flexslider .slides {
    overflow: hidden;
} 

.flexslider .slides li {
    max-height: 400px !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;

    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--main-color);
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
}

.dropdown-menu a {
    white-space: break-spaces;
}

.wp-post {
    margin-bottom: 20px;
}

.wp-post a {
    text-decoration: none;
}

.wp-post h2 {
    font-family: 'Kalam', cursive;
    font-size: 26px;
    color: var(--main-color);
}

.wp-post-image {
    border-radius: 10px !important;
}

.page-numbers {
    background-color: #e1dede;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 8px;
    min-width: 35px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
}

.page-numbers.current {
    background-color: var(--main-color);
    color: #F1F1F1;
}

.wp-post-widget h2 {
    margin-top:20px ;
}

a {
    color: #000;
}

.map-holder {
    margin-bottom: -10px;
}


.footer-nav {
    margin-top: 20px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.footer-nav a::after {
    content: '|';
    padding: 0px 7px;
    display: inline-block;
    opacity: 0.2;
}

.footer-nav a:last-child::after {
    display: none;
}

.nav-icon {
    height: 30px;
}

.pum-overlay {
    min-width: 480px !important;
}

.topbar {
    background-color: var(--main-color);
    height: 40px;
}

.info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--main-color);
}

.info-box svg {
     color: var(--main-color);
}

.info-box .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

@media all and (max-width: 480px){
    .wrapper, body, html {
        width: 480px;
    }
}


h1,h2,h3 {
    color: var(--main-color) !important;
    font-weight: 800;
}

.rounded {
    border-radius: 20px !important;
    overflow: hidden;
}


.wp-block-table td, .wp-block-table th {
  border-color: #00000032 !important;
}

.has-white-background-color {
  border-radius: 15px !important;
}

.form-contact {
background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 90%;
    margin: 0 auto;

}

.form-label {
    font-weight: 600;
}

.wpcf7-list-item {
    padding: 0;
    margin: 0;
}

.wpcf7-submit {
    background-color: var(--main-color);
    border: 0;
    padding: 10px 20px;
    border-radius: 45px;
    font-weight: 600;
}