/*
 Theme Name:     AllWeb.Solutions Child Theme for AllWeb.Solutions
 Theme URI:      https://AllWeb.Solutions
 Description:    AllWeb.Solutions - Divi Child Theme for AllWeb.Solutions
 Author:         AllWeb Solutions, LLC
 Author URI:     https://AllWeb.Solutions
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/*------------------------------------------------*/
/*---------[ START: GQ CUSTOM IMAGE OVERLAYS ]-----------*/
/*------------------------------------------------*/
    /* FADE IN TEXT */
        .gq_overlay_text .custom_overlay {
            position: relative;}
        .gq_overlay_text .image {
            display: block;
            width: 100%;
            height: auto;}
        .gq_overlay_text .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .5s ease;
            background-color: #77B1D5;
            overflow: hidden;}
        .gq_overlay_text .custom_overlay:hover .overlay {
            opacity: 85%;}
        .gq_overlay_text .text {
            color: #FFFFFF;
            font-size: 22px;
            line-height: 22px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 45%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 100%;}
/*------------------------------------------------*/
/*---------[ END: GQ CUSTOM IMAGE OVERLAYS ]-----------*/
/*------------------------------------------------*/