/**
* Theme Name: Gossh Child
* Description: This is a child theme of Gossh.
* Author: <a href="https://gossh.com">Gossh</a>
* Template: gossh
* Version: 3.0.43
*/


@import url('../gossh/style.css');


/*Hide moodal on Contact page*/

.page-id-10556 .modal-instance:not(.block) {
    display: none;
}

.boxed:not([class*='bg-']) {
    background: #f3f5ff;
}

.feature.feature-1.boxed.boxed--border.bg--white {
    background: #f3f5ff;
}

p a, span a, label a {
    text-decoration: none;
}

@media (min-width: 768px){
section.slider.height-70.gossh-cover-slider-5-1602152522431 .slides li.imagebg {
    min-height: 90vh;
}
}
section.slider.height-70.gossh-cover-slider-5-1602152522431 .slides .flickity-slider > li {
    height: 90vh;
    padding: 0;
}

section.text-center.gossh-section-title-2-1602765463213.space--sm {
    display: none;
}



@media (max-width: 1024px) {
.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .background-image-holder {
    top: -25vh !important;
    min-height: 65vh !important;
    min-width: 65vh !important;
    /*Keep Parallax*/
   /* transition: none !important;
    transform: none !important;*/
}

}


@media (max-width: 768px) {
.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .video-cover .background-image-holder {
    top: 0vh !important;
    min-height: 0vh !important;
    min-width: 0vh !important;
}

.feature h4 + p {
    max-width: 100%;
}

}


 /*Contact Page fix*/


.gossh-cover-form-4-1602239109389 .boxed.boxed--lg {
    padding: 1.2em;
}