/*
Theme Name: Megatheme
Theme URI: www.brightervision.com
Description: This is version 1.1.0 of Brighter Vision's Megatheme.
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: Megatheme

Version: 1.1.0

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;
}

/* End Default Styling */

/*Editus & Bugherd Save Fix - 6/23 */
#lasso--save {
    margin-right: 100px!important;
}
/*End Editus & Bugherd Save Fix - 6/23 */

/* WPFORMS fixes - 7/30 */
body .wpforms-form button[type=submit] {
    font-size: 18px !important;
}

.wpforms-submit:active, .wpforms-submit:focus, .wpforms-submit:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: 1px solid #98C2E2!important;
}
.home a.wpforms-submit.slider-btn:hover{ 
    border: 2px solid #98C2E2!important;
}

.wpforms-container input[type=checkbox] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
}
/* END WPFORMS FIXES - 7/30 */

/* Add all custom styling below */
/*------------------------------*/
/*ali's edit 9/15/20*/
.footer-playful .footer-col .widget {
    margin-bottom: 25px!important;
    text-align: center;
}

.footer-playful .footer-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
    padding-top: 40px!important;
    box-sizing: border-box;
}
.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;
}
.desktop-navigation[data-style="a"] .logo img {
    max-height: 160px!important;
    max-width: 400px!important;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

@media (max-width: 1199px){
.desktop-navigation[data-style="a"] .logo img {
    height: 45px!important;
}
}