/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');

h1{
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding-bottom: 0;
}
.et_pb_section {
    overflow: hidden;
}
#main-header{
    display: none !important;
}
#page-container{
    padding-top: 0 !important;
}
.owl-carousel{
    display: block !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.owl-carousel .owl-stage .owl-item p{
    text-align: center;
    max-height: 60vh !important;
}
.owl-carousel .owl-item:hover{
    transform: scale(1.02);
}
.owl-item, .owl-item > div {
    /*max-height: 100% !important;*/
    transition: .4s all;
}
.owl-item img{
    height: auto !important;
    width: auto !important;
    transition: .4s all;
}
.owl-item img:hover{
    box-shadow: 0px 0px 8px rgba(0,0,0,.25);
}
.owl-item strong {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #f84a4a;
}

footer{
    display: none !important;
}