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

Version: 1.1.2

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

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

/*jr added 11/18/20*/
.footer{
	border-top: 3px solid #203061;
}
body{
	font-family: 'Libre Baskerville' !important;
}

.slide-title{		/*changed from nothing 11/30/20 WM*/
	text-shadow: 3px 3px 10px #000;
}

.slider-btn{		/*changed from nothing 11/30/20 WM*/
	text-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}

.slider-btn:hover{		/*changed from nothing 11/30/20 WM*/
	text-shadow: 3px 3px 10px #000;
}

/*changed from nothing 12/3/2020 Kate */
.page-title{
	margin:0 !important;
}

.default-page-content{
	padding:15px !important;
}

.footer{
	border-color:rgba(162,219,230,0.96);
}