/*
	Theme Name: BGCMO
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://www.studiopress.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1179px
		- max-width: 980px
		- max-width: 780px

*/

/*
Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'ITCFranklinGothicStdMed';
	src: url('fonts/ITCFranklinGothicStdMed.eot');
	src: url('fonts/ITCFranklinGothicStdMed.eot') format('embedded-opentype'),
		url('fonts/ITCFranklinGothicStdMed.woff2') format('woff2'),
		url('fonts/ITCFranklinGothicStdMed.woff') format('woff'),
		url('fonts/ITCFranklinGothicStdMed.ttf') format('truetype'),
		url('fonts/ITCFranklinGothicStdMed.svg#ITCFranklinGothicStdMed') format('svg');
}



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #3f3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.425;
	letter-spacing: 0.048em;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3f3e3e;
	color: #fff;
}

::selection {
	background-color: #3f3e3e;
	color: #fff;
}

a {
	color: #0080bc;
	text-decoration: none;
}

a:hover {
	color: #3f3e3e;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #3f3e3e;
	color: #ddd;
}

cite {
	font-style: normal;
}

a,
button,
.button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0080be;
	font-family: 'ITCFranklinGothicStdMed';
 	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 80px;
	line-height: 1;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #3f3e3e;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #3f3e3e;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #008ac6;
	border-width: 0;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	font-family: 'ITCFranklinGothicStdMed';
	font-weight: 500;
	padding: 18px 50px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	min-width: 325px;
	text-align: center;
}

body .site-container .btn1 {
	background: #007fbe;
}

body .site-container .btn2 {
	background: #80b400;
}

body .site-container .btn3 {
	background: #ff8000;
}

body .site-container .btn4 {
	background: #9226ad;
}

body .site-container .btn5 {
	background: #004b80;
}



body .site-container .flex-btn {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 72px;
	line-height: 1.2;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-family: 'ITCFranklinGothicStdMed';
	font-size: 20px;
	padding: 9px 15px;
	text-decoration: none;
	white-space: normal;
	text-align: center;
}
body .site-container .flex-btn strong {
	width: 100%;
    font-weight: 500;
}

.button + .button {
	margin-left: 20px;
	margin-top: 5px;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	border-width: 0;
	color: #3f3e3e;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-buttons-section .button:hover,
.footer-widgets .button:hover {
	background-color: #0080bc;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: 1px solid #ddd;
	padding: 10px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1179px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #3f3e3e;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.minimum-pro-portfolio {
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #3f3e3e;
}

.entry-title a:hover {
	color: #0080bc;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0080bc;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #3f3e3e;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #3f3e3e;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
}

.title-area img {
	display: block;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #3f3e3e;
}

.site-description {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 100px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #0080bc;
	display: block;
	font-size: 20px;
	padding: 0px 15px 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0072a7;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #3f3e3e;
}

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #3f3e3e;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0080bc;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #3f3e3e;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0080bc;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.minimum-pro-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #3f3e3e;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #1c0d0d;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #3f3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0080bc;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background:linear-gradient(to top left, #0081c6 0%, #004b80 70%) !important;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #004b80;
	padding: 40px 0 16px;
	max-width: 1519px !important;
	padding: 70px 0 !important;
	
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4{
	width: 340px;
	float: left;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*.footer-widgets {
	background-color: #3f3e3e;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

*/
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #004b80;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

/*
.site-footer .wrap {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #fff;
}
.site-footer .widget_media_image {
	width: 152px;
	margin-right: 25px;
	flex-shrink: 0;
}
.site-footer .widget_text:last-child {
	width: 190px;
	flex-shrink: 0;
	text-align: left;
	margin-left: 25px;
}
.site-footer .widget_text:last-child a {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}
*/
.site-footer p {
	margin-bottom: 0;
	font-size: 12px;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #fff;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */

/*
Beaver Builder Full Width
---------------------------------------------------------------------------------------------------- */

.fl-builder  .wrap {
	padding: 0;
}
.fl-builder .site-inner {
	padding: 0;
	border-top: none;
	max-width: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fl-builder .site-inner .wrap {
	max-width: none;
}

.fl-builder .entry {
	padding: 0;
	margin-bottom: 0;
	border-top: none;
}

.fl-builder .breadcrumb,
.fl-builder .entry-header {
	display: none;
}

/* Beaver Builder backend editor styling
--------------------------------------------- */

body .fl-builder-panel button,
body .fl-builder-panel .button,
body .fl-lightbox-wrap button,
body .fl-lightbox-wrap .button,
body .qt-dfw,
body.fl-builder-edit button,
body .wp-core-ui .button {
	min-width: auto;
}

/*
Header Styling
---------------------------------------------------------------------------------------------------- */

/* top header bar Styling
--------------------------------------------- */

.top-header-bar{
	background: #0080bc;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
}
.top-header-bar a{
	color: #fff;
	margin-left: 10px;
	margin-right:10px;
}
.wrap-left{
	float:left;
	width: fit-content;
	height:30px;
	margin-left:calc(50% - 640px);
	text-align: left;
}
.wrap-right{
	float:right;
	width: fit-content;
	height:30px;
	margin-right:calc(50% - 590px);
	text-align: right;
}
.top-header-bar a:first-child {
	margin-left: 50px;
}
.clear-fix{
	clear:both;
}
/* Comments
--------------------------------------------- */


/*
Home Page Styling
---------------------------------------------------------------------------------------------------- */

/* home banner section styling
--------------------------------------------- */

#home-banner-section > .fl-row-content-wrap {
	min-height: 865px;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#home-banner-section h1 {
	color: #fff;
	line-height: 0.9;
}
#home-banner-section .banner-caption {
	max-width: 925px;
	margin: 0 auto;
}
#home-banner-section .banner-btns-module {
	padding-top: 40px;
}
#home-banner-section p:last-child {
	margin-bottom: 0;
}

/* school prgraming title section styling
--------------------------------------------- */

.school-prgraming-title-section {
	margin-top: 80px;
}
.school-prgraming-title-section h2 {
	color: #fff;
}

/* equal col height row styling
--------------------------------------------- */

.equal-col-height-row .fl-col-group {
	display: flex;
}
.equal-col-height-row .fl-col-group .fl-col-content {
	height: 100%;
}

/* imaginary text section styling
--------------------------------------------- */

.imaginary-text-section {
	padding-top: 25px;
	padding-bottom: 80px;
}
.imaginary-text-section .fl-col-group .fl-col {
	padding: 0 5px;
}
.imaginary-text-section .fl-col-group .fl-col-content {
	font-size: 13px;
	letter-spacing: 0.03em;
}
.imaginary-text-section .fl-module-rich-text .fl-module-content {
	padding: 30px 20px;
	max-width: 300px;
	margin: 0 auto;
}
.imaginary-text-section h4 {
	line-height: 1;
	min-height: 50px;
}
.imaginary-text-section p:last-child {
	margin-bottom: 0;
}


/* programing widgets section styling
--------------------------------------------- */

.promise-to-parents-section .fl-row-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.promise-to-parents-section .fl-module-photo .fl-module-content {
	margin: 0;
}
.promise-to-parents-section .fl-rich-text {
	font-size: 16px;
}

/* Upcoming Events styling
--------------------------------------------- */

.events-post-type {
	padding-top: 40px;
}
.post-content {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #828282;
}
.coming-event .post-title-area {
	width: 26%;
    float: left;
    margin-right: 4%;
}
.coming-event .post-excerpt-area {
	width: 46%;
	float: left;
	margin-right: 4%;
}
.coming-event .post-btn-area {
	width: 20%;
	float: left;
}
.coming-event h3,
.coming-event .eventDate {
	color: #9326ae;
	margin-bottom: 0;
}
.coming-event:nth-child(2) .post-title,
.coming-event:nth-child(2) .eventDate {
	color: #ff8000;
}
.coming-event:nth-child(3) .post-title,
.coming-event:nth-child(3) .eventDate {
	color: #80b500;
}
.coming-event .eventDate {
	font-size: 23px;
	font-style: italic;
}
.coming-event p {
	margin-bottom: 0;
}
.coming-event .post-btn-area .button {
	background: #9326ae;
	min-width: auto;
	width: 100%;
	padding: 18px 30px;
}
.coming-event:nth-child(2) .post-btn-area .button {
	background: #ff8000;
}
.coming-event:nth-child(3) .post-btn-area .button {
	background: #80b500;
}

/*
footer buttons section styling
--------------------------------------------------------------------------------------------------- */

.footer-buttons-section {
	padding: 25px 0 55px;
	text-align: center;
}

/*
Inner page styling
--------------------------------------------------------------------------------------------------- */

/* inner header section styling
--------------------------------------------- */

.inner-header-section .fl-row-content-wrap {
	padding : 0;
}
.inner-header-section .fl-module-content {
	margin: 0;
}
.inner-header-section .fl-row-content-wrap .fl-col-content {
	position: relative;
	overflow: hidden;
}
.inner-header-section .fl-row-content-wrap .fl-module-rich-text {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	color: #fff;
}
.inner-header-section .fl-row-content-wrap h1 {
	color: #fff;
}
.inner-header-section .fl-row-content-wrap p {
	max-width: 970px;
	margin: 0 auto 15px;
}

/* Blog Page styling
---------------------------------------------------------------------------------------------------- */

/* 
blog posts module styling
--------------------------------------------- */

.blog-section .fl-row-content-wrap {
	padding-bottom: 0;
	overflow: hidden;
}
.blog-section .fl-row-content-wrap .fl-module-content {
	margin-bottom: 0;
}
#blog-posts-module .fl-post-feed-post:last-child {
	border-bottom: none;
}
#blog-posts-module .fl-post-feed-post {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #828282;
}
#blog-posts-module .fl-post-feed-header {
	width: 26%;
    float: left;
    margin-right: 4%;
}
#blog-posts-module .fl-post-feed-content p {
	width: 46%;
	float: left;
	margin-right: 4%;
}
#blog-posts-module .fl-post-feed-content a {
	width: 20%;
	float: left;
}
#blog-posts-module .fl-post-feed-title {
    font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
#blog-posts-module .fl-post-feed-post .fl-post-feed-title a {
	color: #9326ae;	
}
#blog-posts-module .fl-post-feed-post:nth-child(2) .fl-post-feed-title a {
	color: #ff8000;
}
#blog-posts-module .fl-post-feed-post:nth-child(3) .fl-post-feed-title a {
	color: #80b500;
}
#blog-posts-module .fl-post-feed-post .fl-post-feed-more {
	background: #9326ae;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
	font-size: 23px;
	line-height: 23px;
    font-family: 'Roboto Slab';
    font-weight: 500;
	padding: 18px 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
	text-align: center;
	margin: 0 !important;
}
#blog-posts-module .fl-post-feed-post:nth-child(2) .fl-post-feed-more {
	background: #ff8000;
}
#blog-posts-module .fl-post-feed-post:nth-child(3) .fl-post-feed-more {
	background: #80b500;
}
#blog-posts-module .fl-builder-pagination {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}
#blog-posts-module .fl-builder-pagination:before {
	content: '';
	display: block;
	width: 500%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -250%;
	z-index: -1;
}
#blog-posts-module .page-numbers.current {
	color: #3f3e3e;
}
#blog-posts-module li a {
	background: transparent;
	border: none;
}
#blog-posts-module li span {
	background: transparent;
	border: none;
}

/*
Single Post Styling
---------------------------------------------------------------------------------------------------- */

/* 
page banner styling
--------------------------------------------- */

#page-banner {
	position: relative;
	overflow: hidden;
	background: #000;
}
#page-banner img {
	display: block;
	width: 100%;
	opacity: 0.7;
}
#page-banner .wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 20px;
	text-align: center;
}
#page-banner h1 {
	color: #fff;
}

/* 
single Previous Next pagination styling
--------------------------------------------- */

.single-pn-pagination {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.single-pn-pagination a {
	color: #000;
}
.single-pn-pagination .center-point {
	margin: 0 5px;
}

/* programs section styling
---------------------------------------------------------------------------------------------------- */

/* programs section styling
--------------------------------------------- */

.programs-section {
	padding-top: 25px;
}
.programs-section .fl-col-group .fl-col {
	padding: 0 5px;
}
.programs-section .fl-col-group .fl-col-content {
	font-size: 14px;
	letter-spacing: 0.03em;
}
.programs-section .fl-module-rich-text .fl-module-content {
	padding: 0;
	margin: 0;
}
.img-caption-module .fl-rich-text {
	position: relative;
}
.programs-section .img-caption-module p {
	margin-bottom: 0;
}
.programs-section .img-caption-module img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.programs-section .img-caption-module h2 {
	color: #fff;
	font-size: 29px;
	margin: 0 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	line-height: 1;
}
.imaginary-text-section p:last-child {
	margin-bottom: 0;
}
.programs-section .small-program-info {
	margin-bottom: 20px;
}
.small-program-info .fl-rich-text {
	padding: 20px 25px;
}

.bg1-color-module {
	background: #007fbe;
}
.bg2-color-module {
	background: #80b400;
}
.bg3-color-module {
	background: #ff8000;
}
.bg4-color-module {
	background: #9226ad;
}
.bg5-color-module {
	background: #004b80;
}

/* 
medium table styling
--------------------------------------------- */

.medium-table table {
	max-width: 700px;
	margin: 0 auto 20px;
}

/* 
table1 module styling
--------------------------------------------- */

.table1-module table {
	background: #d5e6f0;
	font-size: 16px;
}
.table1-module tbody {
	border-bottom: none;
}
.table1-module td {
	padding: 20px;
	border: 2px solid #3786b5; 
}
.table1-module .table-title {
	font-size: 19px;
	font-weight: 700;
	color: #2d80b2;
}
.table1-module table tr:first-child td {
	border-top: 0;
}
.table1-module table tr td:first-child {
	border-left: 0;
}
.table1-module table tr:last-child td {
	border-bottom: 0;
}
.table1-module table tr td:last-child {
	border-right: 0;
}

p.small-font {
	font-size: 14px;
}

/*
flex btns module
--------------------------------------------- */

body .site-container .flex-btns-module .flex-btn {
	float: left;
	max-width: 200px;
}
body .site-container .flex-btn + .flex-btn {
	float: left;
	margin-left: 14px;
	margin-top: 3px;
}

/* flex row styling
----------------------------------------------- */

.flex-section .fl-col-group {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.reverse-col .fl-col-group {
	flex-direction: row-reverse;
}
.top-align-row .fl-col-group {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.promise-to-parents-section .fl-row-content-wrap {
	padding: 0 20px 0 0;
}

/* search company module styling
----------------------------------------------- */

.search-company-module input {
	margin-bottom: 15px;
}
.search-company-module input[type="submit"] {
	padding: 9px 40px;
	min-width: auto;
}

.price-btn {
	background: #ffecd9;
	color: #3f3e3e;
	display: inline-block;
	padding: 10px 20px;
	min-width: 130px;
}

.price-btn + .price-btn {
	margin-left: 10px;
	margin-top: 5px;
}

.price-btn:hover {
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
}
/* search company module styling
----------------------------------------------- */

.tabs1-section .fl-row-content-wrap {
	overflow: hidden;
}
.tabs1-module .fl-tabs-labels {
	display: flex;
	justify-content: space-between;
}
.tabs1-module .fl-tabs-labels .fl-tabs-label {
	background: transparent;
	border: none;
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.tabs1-module .fl-tabs-labels .fl-tabs-label.fl-tab-active {
	border: none;
	color: #80b400;
}
.tabs1-module .fl-tabs-panels {
	border: none;
	position: relative;
}
.tabs1-module .fl-tabs-panels:before {
	content: '';
	display: block;
	width: 500%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -250%;
	background: #eee;
}
.tabs1-module .fl-tabs-panel {
	position: relative;
}
.tabs1-module .fl-tabs-panel .fl-tabs-panel-content {
	padding: 0;
}
.tabs1-module .fl-tabs-panel .fl-tabs-panel-content img {
	margin-bottom: 0;
}

/* testimonials slider module styling
----------------------------------------------- */

#testimonials-slider-module .fl-content-slider {
	min-height: auto;
}
#testimonials-slider-module .bx-viewport {
	height: auto !important;
}
#testimonials-slider-module .fl-slide {
	min-height: 0;
}
#testimonials-slider-module .fl-slide-content-wrap {
	padding: 0 80px;
	width: 100%;
}
#testimonials-slider-module .fl-slide-content {
	margin: 0;
}
#testimonials-slider-module .fl-slide-content-wrap {
	padding: 0 80px;
}
#testimonials-slider-module .fl-slide-text {
	font-size: 20px;
	text-align: center;
}
#testimonials-slider-module .fl-slide-text * {
	color: #80b400;
}
#testimonials-slider-module .fl-content-slider-navigation {
	margin-top: -42px;
}
#testimonials-slider-module .fl-slide-text h4 {
	color: #3f3e3e;
	text-transform: uppercase;
    margin-bottom: 0 !important;
}
#testimonials-slider-module .slider-prev .fl-content-slider-svg-container {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 20px solid #3f3e3e;
	border-bottom: 15px solid transparent;
}
#testimonials-slider-module .slider-next .fl-content-slider-svg-container {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 20px solid #3f3e3e;
	border-bottom: 15px solid transparent;
}
#testimonials-slider-module .fl-content-slider-navigation svg {
	display: none;
}

.increase-line-height .fl-rich-text {
	line-height: 1.723;
}

/* testimonials slider module styling
----------------------------------------------- */

.staff-grid-section .fl-col-content {
	position: relative;
	overflow: hidden;
}
.staff-grid-section .fl-photo-content {
	position: relative;
	overflow: hidden;
}
.staff-grid-section .fl-photo-content:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	background: #7dbe00;
	opacity: 0;
	mix-blend-mode: multiply;
}
.staff-grid-section .fl-col-content:hover .fl-photo-content:before {
	opacity: 0.75;
}
.staff-grid-section .fl-module-rich-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	width: 100%;
	color: #fff;
	margin: 0;
	opacity: 0;
}
.staff-grid-section .fl-col-content:hover .fl-module-rich-text {
	opacity: 1;
}
.staff-grid-section .fl-module-rich-text .fl-module-content {
	margin: 10px;
}
.staff-grid-section p {
	margin-bottom: 0;
}

.locations-list-module a {
	color: #3f3e3e;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 580px;
	}
	
	.genesis-nav-menu a {
		font-size: 18px;
		padding: 0px 5px 20px;
	}
	#home-banner-section > .fl-row-content-wrap {
		min-height: 700px;
	}
	h1 {
		font-size: 60px;
	}
	h3 {
		font-size: 28px;
	}
	.site-footer {
		font-size: 15px;
	}
	body .site-container .flex-btn {
		font-size: 16px;
	}
	.programs-section .img-caption-module h2 {
		font-size: 25px;
	}
	.locations-list-module ul {
		font-size: 15px;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button, .entry-content .button {
		font-size: 25px;
		padding: 15px 30px;
		min-width: 280px;
	}
	body .site-container .flex-btn + .flex-btn {
		margin-left: 4px;
	}
	#blog-posts-module .fl-post-feed-post .fl-post-feed-more {
		font-size: 20px;
	}
	.price-btn + .price-btn {
		margin-left: 0;
	}

}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.minimum-pro-portfolio .content .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.top-header-bar .wrap-left,
	.top-header-bar .wrap-right,
	.site-header .wrap,
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}
	
	.title-area img {
		display: inline-block;
	}
	.site-header .widget-area {
		padding-top: 0;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 35px;
	}
	#home-banner-section > .fl-row-content-wrap {
		min-height: auto;
	}
	#home-banner-section .banner-btns-module {
		padding-top: 0;
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 400px;
	}
	.button + .button {
		margin-left: 10px;
	}
	.staff-grid-section .fl-module-rich-text {
		font-size: 16px;
	}
	.inner-header-section .fl-row-content-wrap p {
		font-size: 15px;
	}
	body .site-container .flex-btns-module .flex-btn {
		max-width: 160px;
	}
	#blog-posts-module .fl-post-feed-title {
		font-size: 25px;
	}
		
}

@media only screen and (max-width: 768px) {


	.site-inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	
	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.minimum-pro-portfolio .content .entry {
		width: 100%;
	}

	.minimum-pro-portfolio .content .entry:nth-of-type(2n),
	.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.fl-col:only-child .fl-module-rich-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.school-prgraming-title-section {
		margin-top: 50px;
	}
	.equal-col-height-row .fl-col-group {
		display: block;
	}
	.imaginary-text-section .fl-col-group .fl-col {
		margin-bottom: 15px;
	}
	.coming-event .post-title-area {
		width: 100%;
		margin-right: 0;
	}
	.coming-event .post-excerpt-area {
		width: 100%;
		margin-right: 0;
		padding-top: 15px;
	}
	.coming-event .post-btn-area {
		padding-top: 15px;
		width: 100%;
	}
	.coming-event .post-btn-area .button {
		width: auto;
		min-width: 150px;
		padding: 12px 30px;
	}
	#blog-posts-module .fl-post-feed-header {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#blog-posts-module .fl-post-feed-content p {
		width: 100%;
		margin-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#blog-posts-module .fl-post-feed-post .fl-post-feed-more {
		width: auto;
	}
	.site-footer .wrap {
		display: block;
	}
	.site-footer .widget_media_image {
		width: 152px;
		margin: 0 auto 15px;
	}
	.site-footer .widget_text {
		margin-bottom: 15px;
	}
	.site-footer .widget_text:last-child {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.fl-row-content-wrap .fl-module-rich-text.img-caption-module {
		padding: 0;
	}
	.programs-section + .programs-section {
		padding-top: 0px;
	}
	.programs-section + .programs-section .fl-row-content-wrap {
		padding-top: 0;
	}
	.flex-section .fl-col-group {
		display: block;
	}
	.top-header-bar a:first-child {
		margin-left: 0;
	}
	.top-header-bar {
		font-size: 20px;
		text-align: center;
	}
	.top-header-bar .wrap-left{
		margin-left: 10px;
		padding: 0px;
	}
	.top-header-bar .wrap-right{
		margin-right: 10px;
		padding: 0px;
	}
	.top-header-bar a {
		color: #fff;
		margin-left: 5px;
	}
	.inner-header-section .fl-row-content-wrap .fl-module-rich-text {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		padding: 20px;
	}
	.inner-header-section {
		background: #007fbc;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	.button + .button {
		margin-left: 0;
	}
	.imaginary-text-section {
		padding-bottom: 0;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button, .entry-content .button {
		font-size: 20px;
		line-height: 1;
		min-width: auto;
	}
	.tabs1-module .fl-tabs-labels {
		display: none;
	}
	.tabs1-module .fl-tabs-panel .fl-tabs-panel-content {
		padding: 20px 20px 0;
	}
	.tabs1-module .fl-tabs-horizontal .fl-tabs-label,
	.tabs1-module .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
		color: #000000;
		font-size: 25px;
		float: none;
		background: #7fb400;
	}
	#testimonials-slider-module .fl-slide-content-wrap {
		padding: 0 40px;
	}
	#testimonials-slider-module .fl-slide-content {
		background: transparent;
		padding: 0;
	}
	body .fl-node-5d3deff198163 .fl-module-content {
		margin: 10px;
	}
	body .staff-grid-section .fl-col-group {
		text-align: center;
	}
	body .staff-grid-section .fl-col {
		display: inline-block;
	}
	body .staff-grid-section .fl-col-content {
		max-width: 197px;
		margin: 0 auto 15px !important;
	}
	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto 15px;
	}
	.tabs1-module .fl-tabs-panel .fl-tabs-panel-content img {
		margin-bottom: 10px;
	}
	.table1-module table {
		font-size: 14px;
	}
	.table1-module td {
		padding: 10px;
	}
	.table1-module .table-title {
		font-size: 13px;
	}
}

@media only screen and (max-width: 500px) {

	body .site-container .flex-btns-module .flex-btn {
		max-width: 100%;
		float: none;
		margin-left: 0;
	}
	.table1-module td {
		padding: 5px;
	}

}

@media only screen and (max-width: 420px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 27px;
	}

}