/*
 Theme Name:   Beaver Builder Theme - Child
 Theme URI:    BeaverBuilder.com
 Description:  A Fully Responsive and Modern Theme Bundled With The Beaver Builder Drag & Drop Page Builder.
 Author:       Beaver Builder
 Author URI:   http://www.BeaverBuilder.com
 Template:     bb-theme
 Version:      1.0.27
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

/* Add your custom styles below... */

/************************************
******* GENERAL RESETS **************
************************************/

/** @CORE **/
    
    /** FONT REFINEMENT **/

    body {
        font-weight: inherit;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /** NO SCRIPT WARNING STYLES **/

    #noScriptTag img {
        display: block;
	   max-width: 350px;
        margin: 0 auto 20px
    }

    #noScriptTag {
        position: fixed;
        z-index: 900000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        background: rgba(255,255,255,.95);
        background-size: cover;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }

    #noScriptText {
        padding: 5%;
        margin: 25vh auto;
        width: 50vw;
        line-height: 1.5;
        min-width: 250px;
        background: white;
        outline: 5px solid black;
        box-shadow: 0px 25px 30px -7px rgba(0,0,0,0.6);
        display: grid;
    }

    #noScriptTag p a {
        font-weight: bold;
        text-decoration: none;
        transition: 250ms;
        -o-transition: 250ms;
        -ms-transition: 250ms;
        -moz-transition: 250ms;
        -webkit-transition: 250ms;
    }



/** END @CORE **/

/***** NAVIGATION *****/

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    font-size: 30px;
    right: 15px;
    top: 20px;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:hover i {
    color: #1E73BE;
}

/***** END NAVIGATION *****/



/***** GDPR FORMS *****/

#gdprForm .fl-contact-form .fl-terms-checkbox input[type="checkbox"] {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

#gdprForm .fl-input-group.fl-terms-checkbox {
    padding: 10PX 25px;
    margin: 20px auto;
    background: #F9F9F9;
    border: 1px solid #d3d3d3;
    font-size: 15px;
}

#gdprForm .fl-input-group.fl-terms-checkbox a {
    font-weight: bold;
}





.home .fl-page {
	padding-top: 0 !important;
}

#homeSlider .fl-module-content {
	margin-top: -45px;
}

#homeHeader {
    height: calc(100vh - 93px);
    overflow: hidden;
    align-content: center;
}


/*** EXTERNAL LINKS ***/

.refLinks a::after,
a.refLink::after {
    content: '\f08e';
    font-family: FontAwesome;
    padding-left: 8px;
    opacity: 0;
    color: #777;
    transition: 300ms;
}

.refLinks a:hover::after,
a.refLink:hover::after {
    opacity: 1;
}

/*** END EXTERNAL LINKS ***/




/***** AD BLOCKS *****/

.luteo-widget {
    position:relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
}

.luteo-widget::after {
    content: 'Ad';
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-right: none;
    color: #3E84C0;
    font-weight: bold;
    font-style: italic;
    background: white;
    opacity: .75;
    padding: 3px;
    font-size: 10px
}

/***** END AD BLOCKS *****/








/***** MEDIA QUERIES *****/



@media screen and (max-width: 40em) {
    #adFooter .fl-module-content {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
	#homeHeader {
		height: calc(100vh - 95px);
	}
}



/***** END MEDIA QUERIES *****/


