/*
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 #b84!important;
}
.home a.wpforms-submit.slider-btn:hover{ 
    border: 2px solid #b84!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 */
/*------------------------------*/

.top-bar .top-bar-right{		/*changed from nothing 09/18/20 WM*/
	width: 100%!important;
}

.top-bar .top-bar-left{		/*changed from nothing 09/18/20 WM*/
	display: none!important;
}

div#custom_html-31{		/*changed from nothing 09/18/20 WM*/
	text-align: center;
	width: 100%;
}

.services-grid[data-col='4'] .service-item{		/*changed from nothing 09/18/20 WM*/
	width: calc(100%/5 - 40px)!important;
}

.services-grid .service-item__photo img{		/*changed from nothing 09/18/20 WM*/
	transition: .3s ease all;
}

.services-grid .service-item__photo img:hover{		/*changed from nothing 09/18/20 WM*/
	transition: .3s ease all;
	margin-top: -15px;
	box-shadow: 3px 3px 10px #000;
}

.staff-excerpt, a.excerpt-link {	/* Emily chagned from 3/26/2021 */
    color: #88bdcf;
}
.staff-excerpt, a.excerpt-link:hover {	/* Emily chagned from 3/26/2021 */
    color: #88bdcf;
}

@media (min-width: 1200px) {	/* Emily chagned from 3/26/2021 */
	.container {
    	width: 1100px!important;
    	max-width: 100%;
	}
}
@media (max-width: 500px){		/*changed from nothing 09/18/20 WM*/
	.services-grid[data-col='4'] .service-item{
		width: 100%!important;
	}
}