/*
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 */
/*------------------------------*/

.home-slider-wrapper .home-slider_slide .slider-content .slide-title { /* changed 10/13/2 0 JB */
	text-shadow: 3px 3px 10px #000!important;
}

.header-inner.in_content .page-title { /* changed 10/13/2 0 JB */
	text-align: center!important;
}

.desktop-navigation[data-style="a"] .logo img {        /*added 10/15/20 ali*/
    max-height: 130px!important;
    max-width: 320px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.desktop-navigation[data-style="a"] {                /*added 10/15/20 ali*/
    z-index: 1001;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-bottom: 3px solid transparent;
}

/* 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 */
