/*
Theme Name: Alona Child
Description: A child theme of Alona Theme
Author: Subsolar Designs
Version: 1.0
Template: alona-theme
*/

input#input_1_1_3 {
    margin-bottom: 0;
}

input#input_1_2 {
    margin-top: 0;
}

input#input_1_1_6 {
    margin-bottom: 0;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
}

.gfield .validation_message {
    display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: inherit;
    border: inherit;
    padding: initial;
    margin: initial;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #992b20 !important;
    color: #FFFFFF !important;
    transition: all 300ms ease;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #717171 !important;
    color: #FFFFFF !important;
    border-color: #717171 !important;
}

.gform_wrapper textarea,
.gform_wrapper input {
    background-color: #f2f2f2;
    border-width: 1px;
}

.simplefilter_41 li {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .logo a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .sd-slider.full-slider.onMobile {
        height: calc(100vh - 100px) !important;
        overflow: visible;
    }

    .site-tagline {
        display: inline-block;
        padding-left: 0;
        margin-left: -20px;
    }

    .site-tagline:after {
        content: "Annalucia Fernandes";
        font-family: "Special Elite";
        font-weight: 400;
        font-style: normal;
        color: #FFF;
    }

    header#header {
        position: sticky;
        height: 100px;
    }
    
    div#sidebar-content {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        height: 70px;
        max-width: 70px;
        text-align: left !important;
        background-image: url(http://158.106.191.62/wp-content/uploads/2020/10/mobile-logo-1.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .logo img {
        height: 100%;
        width: auto;
        text-align: left;
        display: none;
    }
    #nav-container {
        margin-top: 0 !important;
    }

    .section-block {
        padding: 60px 15px;
    }

    .navbar-toggle {
        position: relative;
        padding-top: 9px;
        margin-right: -13px;
    }

    #nav-container a {
        width: 100%;
    }

    body .filtr-container .filtr-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body.page-template-template-about .col-md-12.subtitle {
        padding-left: 0;
        padding-right: 0;
    }


    body.home .main-content {
        height: calc( 100vh - 100px ) !important;
        overflow: hidden;
    }

    body.home {
        height: 100vh !important;
        overflow: hidden;
    }


/* 

    .bgimage {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .slide-image-wrapper {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .sd-single-slide {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .owl-item.active {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .owl-stage {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .owl-stage-outer {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .sd-slides.owl-carousel.owl-theme.owl-loaded {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .sd-slider.full-slider.onMobile {
        max-height: 80vh;
        overflow: hidden;
    }
    
    .main-content {
        max-height: 80vh;
        overflow: hidden;
    } */
}

@media (max-width: 768px) {
    body .filtr-container .filtr-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-height: 80% !important;
    width: auto !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    background: transparent !important;
}

#swipebox-overlay {
    background: rgb(13 13 13 / 92%) !important;
}

div#swipebox-title {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 13px !important;
}

div#swipebox-arrows {
    max-width: 100vw !important;
}

div#swipebox-bottom-bar {
    bottom: 50% !important;
    transform: translate3d(0,0,0) !important;
    max-width: 100vw !important;
}

.slide img {
    box-shadow: 0px 0px 60px 10px rgb(0 0 0 / 20%);
}