/*
Theme Name: Megatheme
Theme URI: www.brightervision.com
Description: This is version 1.1.1 of Brighter Vision's Megatheme.
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: Megatheme

Version: 1.1.1

Megatheme is a Genesis child theme owned and designed by Brighter Vision. 
The use of this child theme is reserved only for Brighter Vision customers.
*/

/* Default Styling - Do not edit */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

/* Add all custom styling below */
/*------------------------------*/
/*ali's edit 9/22/20*/
.cta-title {
    color: #fff;
    font-size: 35px!important;
}
.container {
    width: 1100px!important;
    max-width: 100%;
}
.nav-header[data-style="b"] .wrap img {
    max-height: 215px!important;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.nav-header[data-style="b"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fefbfa;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 100;
    height: 250px!important;
}
.nav-header[data-style="b"] .wrap .widget {
    margin-bottom: 0px!important;
}
.footer-playful .footer-col .widget {
    margin-bottom: 25px!important;
    text-align: center;
}
.slider-content h1{
text-shadow: 2px 2px 5px #000!important;
}
.home-slider-wrapper .home-slider_slide .slider-content .slide-excerpt {
    color: #fff;
    text-shadow: 2px 2px 5px #000!important;
}
.slider-btn{
text-shadow: 2px 2px 5px #000!important;
box-shadow: 2px 2px 5px #000!important;
}
.slider-btn:hover{
text-shadow: none!important;
}

/* WPFORMS CHECKBOX FIX - 7/30/20 */

.wpforms-container input[type=checkbox] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
}

/* END WPFORMS CHECKBOX FIX  - 7/30/20 */
