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

Version: 1.0.9

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: 16px !important;
}
.wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
   border: 1px solid #fff!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 */
/*------------------------------*/
.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;
}

.nav-header[data-style="b"] .wrap img {
    max-height: 225px!important; 		/* Emily changed from 160px!important; 8/12/2020 */ 
}
.nav-header[data-style="b"] .wrap .widget {
    margin-bottom: 8px!important;
}
.nav-header[data-style="b"] {
    padding-top: 60px!important;		/* Emily changed from 20px; 8/12/2020 */
    padding-bottom: 25px!important;
    height: 300px!important;		/* Emily changed from 280px!important; 8/12/2020 */
}
/* .home-slider-wrapper.slider-short {		Emily added 8/12/2020 removed by Myra 09/16/2020
	margin-top: 75px!important;
} */
.header-inner.in_header[data-size=standard] {	/* Emily added 8/19/2020 */
	margin-top: 75px!important;
}

.container {
    width: 1200px!important;
}
.section-welcome-personal .row.position-left .col-image {
    padding-right: 30px;
    padding-top: 60px!important;
}
.cta-title {
    color: #fff;
    font-size: 40px!important;
}

/* made home page hero image smaller - AA 08/20/20 */
@media (min-width: 1025px) {
.home-slider-wrapper.slider-short {
    max-height: 420px!important;
    height: 420px!important;
}
}
@media (min-width: 1025px){
.home-slider-wrapper.slider-short .home-slider_slide{
	max-height: 400px!important;
}
}
/*jr added 9/17/20*/
.home-services-bg .home-services{
	padding: 30px 0 !important;
}
.home-services-bg .home-services .home-services__title{
	padding-bottom: 30px !important;
}

/*JA Edit*/
@media (min-width: 1025px){
div#pgc-89-1-1 {
    margin-top: -185px;
}
}