/*
Theme Name: Megatheme
Theme URI: www.brightervision.com
Description: This is version 1.0.7 of Brighter Vision's Megatheme.
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: Megatheme

Version: 1.0.7

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 */

/* Add all custom styling below */
/*------------------------------*/

.desktop-navigation[data-style="a"] .wrap {
    max-width: 1300px!important; /*changed from 1200px Lindsay Campbell 6/25/20*/
}

/*start - added button attrributes for homepage services Lindsay Campbell 6/25/20*/

.service-btn, .wpforms-form button[type=submit], .wpforms-submit {
    background: #fff!important;
    border: 2px solid #fff!important;
	border-radius:6px!important;
    color: #3C6E71!important;
    font-size: 15px!important;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    -webkit-transition: .3s all ease!important;
    transition: .3s all ease!important;
    border-radius: 4px!important!important;
    cursor: pointer!important;
    padding: 10px!important;
	font-family: Raleway !important;
    text-transform: uppercase !important;
}

/*end - added button attrributes for homepage services Lindsay Campbell 6/25/20*/

/*changed to match paragraph font Lindsay Campbell 6/25/20*/
body {
    font-family: 'Raleway'!important;
    font-size: 17px;!important;
    font-style: normal!important;
    font-weight: 300!important;
    line-height: 1.6!important;
}
/*changed from 40px Lindsay Campbell 6/25/20*/
.services-page-template .services-grid {
    margin-bottom: -40px!important;
}
/*changed from 60px 0px Lindsay Campbell 6/25/20*/
.grid-section {
    padding: 0px 0!important;
}
/*changed to 60px Lindsay Campbell 6/25/20*/
.grid-section .grid-pages .page-item-wrap .page-item .content {
	    padding-top: 100px!important;
}
/*start - adding text shadow to homeslider 6/25/20 Lindsay Campbell*/

.home-slider-wrapper .home-slider_slide .slider-content h1 {
 text-shadow: 1px 1px 2px #000!important;
}
	.slider-btn{     
     text-shadow: 1px 1px 2px #000!important;
     box-shadow: 1px 1px 2px #000!important;
}
.slider-btn:hover{      
     text-shadow: none;
} 
/*end - adding text shadow to homeslider 6/25/20 Lindsay Campbell*/
/*added Lindsay Campbell 6/25/20*/
.home-services-bg .home-services .services-wrap .service-box .service-title {
	font-family: Zeyada!important;
	font-size: 38px!important;
}
/*added width 1225px Lindsay Campbell 6/26/20*/
.footer-a .wrap {
    width: 1225px!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 */
