/*
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 */
/*------------------------------*/
.desktop-navigation[data-style="a"] .logo img{
	max-height: 150px !important;
}
/*jr added 10/29/20*/
nav.navbar.container {
    width: 95%!important;
}
#foot{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#right{
	order: 2;
	text-align: right;
}
#left{
	order: 1;
	text-align: left;
}
.nav-header[data-style="c"] .widget img{
	max-height: 100px !important;
}