/*
    Theme Name:         Pastilla
    Author:             Pastilla
    Description:        A WordPress starter theme based on Bootstrap 4
    Version:            6.4.8
    License:            MIT License
    License URI:        http://www.opensource.org/licenses/mit-license.php
    Text Domain:        pastilla
*/

.video-thumbnail-box {
    display: none;
}

@media screen and (max-width:768px) {
    .video-thumbnail-box a{
        margin: 0 -1.25rem !important;
    }
}


@media only screen and (max-width: 50rem) {
    .hero-section-standard img {
        display: none !important;
    }
}

#gform_fields_2 input,
#gform_1 input

{
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #fff !important;
}


#gform_fields_3 input
{
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #808080 !important;
}

@media screen and (max-width:768px) {
    .acf-block-custom-gallery__wrapper .row {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
}

/*Optimize Headers*/
.single-work h1,
.single-work .h1,
.privacy-policy h1,
.page-terms-of-service h1,
.page-cookie-policy h1{
    text-transform: inherit !important;
}

.single-service .h1{
    text-transform: uppercase !important;
}

.privacy-policy h2,
.page-terms-of-service h2,
.page-cookie-policy h2
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}


.single-post__content .single-post__image-wrapper {
    height: 100% !important;
    padding-bottom: 0rem !important;
}

.single-post__content .single-post__image-wrapper img {
    object-fit: contain;
}

.grecaptcha-badge {
    display: none !important;
}
