/*
 Theme Name:   Kleanity Child
 Theme URI:    http://demo.goodlayers.com/kleanity
 Description:  Goodlayers Kleanity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kleanity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kleanity-child

 START YOUR CHILD THEME CSS HERE
*/
.kleanity-header-background-transparent {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1000 !important;
}
#rev_slider_1_1_wrapper {
    height: 810px;
    z-index: -10;
}

.kleanity-navigation .sf-menu > .kleanity-mega-menu .sf-mega-section-wrap:first-child {
    border-top: none;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.kleanity-page-title-wrap .kleanity-page-caption {
    color: #1b589f !important;
}

.gdlr-core-image-overlay {
    background-color: #21549d;
    background-color: rgba(33, 84, 157, 0.6) !important;
    
    .kleanity-top-search-wrap {
    background-color: rgba(27, 88, 159, 0.88) !important;
}

.kleanity-body input[type="submit"] {
    background-color: #1b589f !important;
}

.kleanity-navigation .sf-menu > .kleanity-mega-menu .sf-mega-section-inner .sub-menu a{ font-size: 16px; padding: 5px 12px; display: block; }

.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    font-size: 16px !important;
    line-height: 150%;
    word-wrap: break-word;
    z-index: 20003;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span {
    background-color: #1d599f !important;
}

/* recaptcha */
.grecaptcha-badge {
    z-index: 1000 !important;
}