/*
Theme Name: Tiger Eye Child - Pristine Detail
Template: tiger-eye-parent
Version: 1.0.0
*/

.banner-inner .banner-img{
    background-color: #808080;
}

.page-id-306 table{
    display: flex;
    height: 50vh;
    overflow-y: auto;
    margin: 50px 0;
}
.page-id-306 table img{
    display: none;
}

.btn{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn:hover{
    color: #FFF;
    background-image: initial;
    background-color: var(--color-1);
}

.gallery img{
    object-fit: cover;
    max-height: 190px;
}
.gallery h2{
    padding: 40px 0 0px 0;
}

h1,h2,h3,h4,h5, span.banner-overlay, span.tagline{
    font-family: 'Sonsie One', cursive;
}

.page-id-712 .content-wrapper{
    background: #000;
    color: #fff;
}

.tagline {
    padding: 80px 10px;
}
#contact-page-form h2 {
    text-align: center;
}

@media screen and (max-width: 1200px){
    .gallery img {
        object-fit: cover;
        max-height: 160px;
    }
}
@media screen and (max-width: 991px) {
    #banner .caption.carousel-caption {
        display: block;
    }
    #header {
    padding: 0;
    }
    .tagline {
        font-size: 25px;
    }
    .header-ip .logo{
        display: none;
    }
    .gallery img {
        margin: 30px 0;
    }
}
@media screen and (max-width: 425px) {
    .tagline {
        font-size: 18px;
    }
    .main-content-section h1{
        font-size: 38px;
    }
}