/*
Theme Name: Naturlith
Author: Webmapps
Author URI: http://webmapps.com/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F3F2F0;
}

#home-page #carouselExampleIndicators .carousel-item::after {
    background-color: initial;
}

.carousel-item.active img {
    width: 100vw;
    position: absolute;
    z-index: -100;
    max-width: 100%;
}

.swiper-container {
    padding: 4px;
}

.carousel-inner {
    overflow: initial;
}

.taxonomies .taxonomy {
    color: #C1C1C1;
    max-width: initial;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .2rem .5rem;
    text-transform: lowercase;
}

#home-page #conditions .container {
    padding: 30vh 0;
}

#home-page #conditions {
    background-attachment: initial;
}

#home-page #advantages {
    background: transparent;
}

#home-page #advantages h5 {
    color: #505074;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#home-page #news h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #999999;
    font-size: 1.5rem;
}

.new__wrapper {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 #999;
    padding: .75rem;
    height: 100%;
}

.new__time {
    text-align: right;
}

.news__title-link {
    color: rgb(254, 177, 22);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    transition: color .4s;
}

@media (min-width: 768px) {
    .news__title-link {
        font-size: 1rem;
    }
}

#home-page #news h4 a:hover {
    color: #2A225C;
}

#home-page #news hr {
    width: 100%;
    margin: .75rem 1rem;
    background-color: #CCC;
}

#home-page #carouselExampleIndicators .carousel-caption {
    text-shadow: none;
}

#home-page #news h4 {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

#home-page #news p {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #666;
    font-size: .9rem;
}

#home-page #advantages h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

    color: #999999;
}

#home-page #advantages p {
    font-family: inherit;
}

.taxonomies .taxonomy:hover, .taxonomies .taxonomy.active {
    color: white;
    text-decoration: none;
    background-color: #505074;
    border-color: white;

}

#home-page #products {
    background: linear-gradient(to bottom, #101010, #999999);
}

.single-naturlith_products .header-desktop .col-md-7 {
    margin-bottom: 1rem;
}

.carousel-item {
    min-height: 50vh;
}

#header-drop-down {
    box-shadow: 0 2px 4px #999;
    max-height: 60px;
}

#header-drop-down .menu-main-container {
    margin-bottom: 1rem;
}

#home-page #carouselExampleIndicators .carousel-caption p {
    width: 35%;
    font-size: 14px;
    color: #C1C1C1;
    margin: 3rem 0;

}

header .custom-logo-link {

    position: relative;
}

header .custom-logo {
    position: relative;
    width: 75px;
    height: 75px;
}

#home-page #carouselExampleIndicators .carousel-caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 40%;
    color: #C1C1C1;
}

header {
    max-height: 46px;
    padding: 4px 0;
    box-shadow: none;
}

header li a {
    color: #C1C1C1;
    font-family: 'Open Sans', sans-serif;
}

#header-drop-down li a {
    color: #666;
}

header li a:hover {
    color: #DA7100;
}

header li:hover > a {
    border-color: #DA7100;
}

#home-page #carouselExampleIndicators .carousel-caption .btn-success, .slider .swiper-slide .card-footer .btn-success {
    background-color: #DA7100;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 #101010;
}

#home-page #carouselExampleIndicators .carousel-caption .btn-success:hover, .slider .swiper-slide .card-footer .btn-success:hover {
    background-color: #F45E00;
}

header#main-header {
    background: transparent;
}

#home-page #advantages .btn-success.second {
    top: 24vw;
    right: 40%;
}

#home-page #advantages .btn-success {
    right: 5%;
    top: 13vw;
}

#home-page #carouselExampleIndicators .carousel-caption {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10rem 15px;
    text-align: left;
}

#home-page #products h2, #home-page #advantages h2, #home-page #news h2, #home-page #advantages h1 {
    text-align: left !important;
}

#home-page #advantages .btn-success {
    right: 10%;
    top: 80% !important;
}

.carousel-control-prev, .carousel-control-next {
    display: none;
}

#home-page #advantages .btn-success::before {
    display: none;
}

#home-page #advantages .btn-success.second {
    top: 88% !important;
    right: 25%;
    padding: .75rem 2rem;
    background-color: #505074;
    border-color: white;
    max-width: initial;
}

#home-page #conditions .container h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(254, 177, 22);
    text-shadow: 1px 1px 2px black;
}

#home-page #conditions .container .btn {
    display: none;
}

#home-page #conditions .container {
    text-align: left !important;
    padding-left: 15px;
    padding-right: 15px;
}

#home-page #conditions .container p {
    margin: initial !important;
    text-shadow: 1px 1px 2px black;
}

.slider .swiper-slide {
    background-color: #606060;
    border-radius: .5rem;
    padding: 0.5rem;
    box-shadow: 0 2px 4px 0 black;
}

.slider .swiper-slide .card-img-top {
    border-radius: 4px !important;
}

.slider .swiper-slide h5 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5rem !important;
}

.slider hr {
    border-top: 1px solid #C1C1C1;
}

.slider .swiper-slide p {
    color: #C1C1C1;
}

footer#footer-top {
    background-color: #32314A;
}

.textwidget p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #home-page #advantages .btn-success.second {
        display: none !important;
    }
}

.card-title {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #AAA !important;
}

.card-text {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #666;
}

.card-body {
    padding: 1.25rem .5rem 0.5rem;
}

#products .product .card .card-body {
    min-height: 140px;
}

#products .product .card .card-footer a {
    background-color: #DA7100;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 #101010;
}

#products .product .card .card-footer a:hover {
    background-color: #F45E00;
}

i.fas.fa-bars.fa-2x {
    color: #AAA;
}

i.fas.fa-chevron-left.fa-2x {
    color: #505074 !important;
}

@media (max-width: 767px) {
    #home-page #carouselExampleIndicators .carousel-caption h2 {
        color: #505074;
        margin-top: 1rem;
        margin-bottom: 0;
        line-height: 1;
    }

    #home-page #carouselExampleIndicators .carousel-caption h3 {
        color: #505074;
        font-family: 'Open Sans', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    #home-page #carouselExampleIndicators .carousel-caption h3 {
        color: #C1C1C1;
        font-family: 'Open Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media (min-width: 1280px) {
    .carousel-item {
        min-height: 100vh;
    }
}

@media (max-width: 767px) {
    #home-page #advantages {
        margin-top: -10rem !important;
    }
}

@media (min-width: 768px) {
    #home-page #advantages {
        margin-top: -2rem !important;
    }
}

.pum-trigger {
    border: none;
    border-radius: 8px;
    background: #DA7100;
    color: white;
    text-transform: uppercase;
    transition: all .4s;
    padding: .25rem 1rem;
    box-shadow: 0 2px 4px 0 #101010;
}

.pum-trigger:hover {
    background: #F45E00;
}

.pum-trigger:focus {
    outline: none;
}

.footer2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer__hr {
    background: #C1C1C1;
}

.footer__desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__item {
    line-height: 1.4 !important;
}

.footer__item--width_small {
    flex: 0 0 65%;
    max-width: 65%;
}

.footer_desc_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 35%;
    flex: 0 0 35%;
    margin-left: .5rem;
}

.form-control-sm {
    height: 2rem;
}

#products .product-filter-title {
    color: #AAA;
    margin-top: 1.5rem;
    font-size: 22px;
}

#media_image-3 {
    text-align: center;
}

div.wpcf7-response-output {
    margin: 2rem 0;
}

#wpcf7-f458-o2 {
    margin-top: 2rem;
}

.btn-orange {
    background: #DA7100;
    color: white;
    transition: all .4s;
}

.btn-orange:hover {
    background: #F45E00;
}

.page .entry-title {
    color: #666;
}

.textwidget {
    color: #000;
}

.form-width {
    max-width: 50%;
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;

}

.page-contacts {
    display: flex;
    flex-direction: row;
}

.page-contacts__item {
    padding-left: 15px;
}

.page-contacts__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 52%;
    flex: 1 0 52%;
}

.contacts-map {
    max-width: 48%;
    flex: 1 0 48%;
}

.submit-position {
    display: flex;
    align-items: center;
}

a.card-body:hover {
    color: #F45E00;
    opacity: 0.7;
}

.search-field {
    border-radius: 0.2rem;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    border: none;
}

@media (min-width: 320px) {
    .search-field {
        width: 59%;
    }
}

@media (min-width: 538px) {
    .search-field {
        width: 77%;
    }
}

@media (min-width: 768px) {
    .search-field {
        width: 64%;
    }
}

@media (min-width: 1024px) {
    .search-field {
        width: 74%;
    }

    #home-page #conditions {
        background-attachment: fixed;
    }
}

@media (min-width: 1280px) {
    .search-field {
        width: 78%;
    }

}

.search-submit {
    border-radius: 0.2rem;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    border: none;
    color: #fff;
    background-color: #DA7100;
    box-shadow: 0 2px 4px 0 #101010;
    transition: all .4s;
}

.search-submit:hover {
    background-color: #F45E00;
}

.custom-select {
    border-radius: 0.2rem !important;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    border: none;
}

html, body {
    height: 100%;
}

#products {
    min-height: 100%;
}

.page {
    min-height: 100%;
}

.search-form label {
    display: inline;
}

footer#footer-top li div a {
    color: #DADADA;
}

.product, .img-wrapper, .form-check {
    position: relative;
}

.triengle {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    border-top: 0px solid transparent;
    border-right: 24px solid black;
    border-bottom: 24px solid transparent;
    z-index: 100;
}

.line-decorate {
    position: absolute;
    left: -12px;
    width: 3px;
    height: 100%;
}

.overflow-hiddden {
    overflow: hidden;
}

#products {
    background-color: initial;
}

.advantage-item__title{
    font-size: .9rem;
}

@media(min-width: 768px){
    .advantage-item__title{
        font-size: 1.25rem;
    }
}

img{
    max-width: 100%;
    height: auto;
}


