/*
	Theme Name: CACOR Theme
	Theme URI: http://staging1.canadiancor.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework based on Education Pro by <a href="http://creativeintegrationwebdesign.com/">Creative Integration Web Design</a>
	Author: Creative Integration Web Design
	Author URI: http://creativeintegrationwebdesign.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.2.6

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

/* Style Guide
	
	Fonts
		font-family: 'Verdana', sans-serif;

	
	Colors
		#d92f2d - Red
		#e44a3c - Red Hover
		#005e99 - Blue
		#185e18 - Green

	
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1160px
		- Max-width: 1024px - iPad Landscape
		- Max-width: 768px  - iPad - Portrait
		- Max-width: 650px  - Menu transforms to Dash Menu 
		- Max-width: 480px
		- Max-width: 430px
		- Max-width: 360px - Galaxy S5
		- Max-width: 320px - iPhone
		- Max-width: 240px - Small Phone

	Tags: 	right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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,ap
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area: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,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements


--------------------------------------------- */
body {
	background-color: #f5f5f5;
	background-image: none !important;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
}

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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #005e99;
	text-decoration: none;
}

a:hover {
	color: #d92f2d;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}


blockquote {
	font-size:  16px;
	color: #005e99;
	margin: 40px 40px 0px 40px;
}


blockquote::before {
	content: "\201C";
	display: block;
	font-family: 'Georgia', serif;
	font-size: 64px;
	height: 0;
	left: -30px;
	position: relative;
	top: -30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Verdana', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 10px 0 10px;
}


h1 {
	font-size: 34px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	text-align: left;
}


h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 20px;
	font-weight:  400;
    	color: #005e99;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

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

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

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 img {
	border: none;
	height: auto;	
	padding: 0 4px;
	width: auto;
}

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

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

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #d92f2d;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Verdana', sans-serif;
	padding: 10px 20px;
	margin-bottom:  10px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e44a3c;
	color: #fff;
}

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

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-middle .widget .button,
.home-middle .widget button,
.home-middle .widget input[type="button"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #000;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-middle .widget .button:hover,
.home-middle button:hover,
.home-middle input:hover[type="button"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #d92f2d;
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}


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

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	font-family: 'Verdana', sans-serif;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

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

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

/* Author Box
------------------------------------------------------------ */
.archive-description,
.author-box {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	border: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box {
	margin: 0 0 20px;
}

.author-box-title {
	color: #d92f2d;
	font-size: 22px;
	margin-bottom: 10px;
}


.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #000;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

/* 	margin-top: 12px; */
.site-header .search-form {
	float: left;
}

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

/*------------------------------------------------
  SEARCH BAR - Customizing magnifying glass icon
------------------------------------------------*/

/* Style the Magnifying Glass Icon */
.nav-primary .search-form input[type="submit"] {
    color: #000;
    content: "\f4a4";
    font-family: "ionicons";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    background-color: transparent;
    border: none;
    padding-left: 2px;
}

.nav-primary .search-form input[type="submit"]:hover {
        background-color: none;
}

.nav-primary .search-form input[type="search"] {
	border: 1px solid #ddd;	
	color: #000;
	width: 180px;
}



/* Uncomment this so Search button icon will appear 
.genesis-nav-menu .search input[type="submit"],
*/



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

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

.post-title {
font-size: 60px;
}

.archive-title {
	font-size: 32px;
}

/*
.entry-title {
	font-size: 36px;
}
*/

.entry-title a {
	color: #005e99;
}

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

.widget-title {
	font-size: 22px;
        font-weight: 300;
	margin-bottom: 20px;
}


.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #d92f2d;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.after-entry .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #d92f2d;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



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

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

.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.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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


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

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

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

.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_calendar table {
	margin-bottom: 0;
	width: 100%;
}

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

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

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*---------------------------------------------------------------------
                PLUGINS
--------------------------------------------------------------------- */

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

/*
.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}
*/

.widget-area .widget.enews-widget {
	background-color: #fff;
	border-left: 2px solid #d92f2d;
	padding: 40px;
}

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

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

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

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


/*---------------------------------------------
    HOME BOTTOM - NEWSLETTER SIGNUP
--------------------------------------------- */
.home-bottom  {
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
	margin: 0 auto;
}

.home-bottom,
.home-bottom  .widget.enews-widget  {
	background-color: #fccd4c;
	color: #000;
}

.home-bottom .widget-title {
   	font-size: 36px;
	font-family: 'Verdana', sans-serif;
    	line-height: 1.2;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
	border: none;
}

.home-bottom .enews p {
 	font-size: 20px;
    	font-weight: 300;
    	line-height: 1.2;
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom  .enews-widget input[type="text"],
.home-bottom  .enews-widget input[type="email"] {
        border: 2px solid #ddd;
	margin-bottom: 0;
	width: 38%;
        padding:  11px !important;
}


.home-bottom .enews-widget input[type="submit"] {
	width: 20%;
}


.home-bottom  .enews input {
	border: none;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: .9;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #d92f2d;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #000;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

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

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
/*	border-top: 1px solid #d92f2d; */
.site-header {
	background-color: #fff;
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 100px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/*

.site-header .wrap {
	margin: 0;
	max-width: 95%;
}
*/

/* Title Area
--------------------------------------------- */
/* 	box-shadow: 0 3px rgba(70, 70, 70, 0.1); */

.title-area {
	background-color: #d92f2d;
	color: #fff;
	margin: 0 auto;
	position: absolute;
	text-align: right;
	width: 200px;
}

.header-image .title-area {
	background-color: transparent !important;
	padding: 0;
	margin: -60px 0 0 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	border-bottom: none;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 200px; 
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-align: left;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 80%;
	padding-top: 35px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-family: 'Verdana', sans-serif;
	line-height: 1;
	border-top: 1px solid #000;
	width: 100%;
	padding:   0;
	margin-top: 10px
}

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

.genesis-nav-menu li a {
	color: #000;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #eee;
	color: #000;
}

.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: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	font-size: 16px;
	background-color: #eee;
	color: #000 !important;
	border: 1px solid #fff;
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);

	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #000;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.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 {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
        display: inline-block;
        vertical-align: top;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0px;
	border: none;
	color: #000;
	font-size: 16px;
	padding: 8px 10px 8px 30px;
	text-align:  right;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #000;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #000;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #000;
}

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

.site-header .genesis-nav-menu a {
	color: #000;
	padding: 16px 16px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #fff;
	color: #000;
}

.nav-primary .wrap {
	max-width: 1140px;
}



.nav-primary .genesis-nav-menu {
	font-size: 16px;
	float: right;
	text-align: right;
	border:  none;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

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

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

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

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

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


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

/* Home
--------------------------------------------- */

.home #content {
     display: none !important;
}


.home-featured-image {
	padding: 300px 0;
}

/*-------------------------------------------------------------------
  TAG Line
-------------------------------------------------------------------*/
h3.tag-line {
        border-top: 2px solid #004702; 
        border-bottom: 2px solid #004702; 
	color: #004702;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 28px;
	margin: 10px auto !important;
	padding: 10px 2px;
	text-align:center !important;
}


/*-------------------------------------------------------------------
  HOME TOP
-------------------------------------------------------------------*/

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 0px;
	position: relative;
	z-index: 99;
}

.home-top .widget_text {
	color: #000;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
}


.home-top .widget_text .widget-title {
	color: #004702 !important;
	font-family: 'Verdana', sans-serif;
}

.home-top .widget-title {
	font-size:  60px;
	font-weight: 300;
	line-height: 1.1;
}


.home-top .widget .button,
.home-top .widget button {
	font-size: 14px;
	text-transform:  none;
	padding:  10px;
	width:  15%;
}


/*-------------------------------------------------------------------
  HOME SECTION 1
-------------------------------------------------------------------*/
.home-section-1 {
	background-color: #185e18;
	font-size:  16px;
	text-align:  center;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 2px 10px 6px;
}

.home-section-1 .widget-title {
	font-size:  28px;
	font-weight: 300;
	line-height: 1.0;
	margin:  8px 0 2px;
}

/*-------------------------------------------------------------------
  HOME MIDDLE
-------------------------------------------------------------------*/
.home-middle {
	background-color: #005e99;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

/*

.home-bottom {
	background-color: #e6e6e6;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 10px 0;
}
*/


.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #005e99;
}


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

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

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

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	font-family: 'Verdana', sans-serif;
	background-color: #d92f2d;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #000;
}

.entry-footer .entry-meta a:hover {
	color: #d92f2d;
}

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


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

.after-entry {
	margin: -20px 0 20px 0;
}


/* ---------------------------------------------
  BLOG POST - NEWSLETTER SIGNUP
--------------------------------------------- */
.after-entry .widget.enews-widget  {
	background-color: #005e99;
	color: #000;
	clear: both;
	padding: 10px 20px;
	border: none;
}

.after-entry .enews p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;

}


.after-entry  .enews-widget input[type="text"],
.after-entry  .enews-widget input[type="email"] {
	float:  left;
        border: 2px solid #ddd;
	margin: 0 5px 0 0;
	width: 38%;
        padding:  8px !important;
}


.after-entry .enews-widget input[type="submit"] {
	width: 20%;
}


.after-entry  .enews input {
	border: none;
}

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #d92f2d;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #d92f2d;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

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

.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;
}

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

.comment-reply-link {
	color: #d92f2d;
}

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

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 2px solid #d92f2d;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

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

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

.footer-widgets {
	background-color: #005e99;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding-top: 60px;
}


.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #78a7c8;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 375px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 200px;
}


.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	margin-right:    20px;
        padding-bottom:  20px;
}

.footer-widgets-1 {
	margin-right:    100px;
        padding-bottom:  20px;
	float: left;
}


.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5  {
	float: left;
}



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

.site-footer {
	background-color: #005e99;
     	border-top: solid 1px #78a7c8;
	font-size:  12px;
	padding: 60px 0;
	text-align: center;
     	font-weight:  normal;
      	line-height: 1.625;
    	 padding: 10px 0;
}

.site-footer,
.site-footer .wrap a {
	color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #78a7c8;
}

.site-footer p {
	margin-bottom: 0;
}

/* Footer Customizations */

.site-footer .dashicons-heart {
     color: #d92f2d;
     font-size: 16px;
     margin-top: 2px;
     vertical-align: middle;
}


/* Adding styling for Posts & Pages */
.home-posts-pages {
	background-color: #fff;
	color: #000;
        padding-top:  60px;
}



.home-posts-pages .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}


.home-posts-pages .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-posts-pages .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-posts-pages .widget-title {
	color: #000;
        font-size:  20px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom:  10px;
}


/* Adding styling for News Widgets 
-------------------------------------------------------------------------------------*/
.utility-bar {
	background-color: #f5f5f5;
	clear: both;
	padding-top: 60px;
	padding-bottom:  60px;
}



/*-----------------------------------------------

STYLING EVENTS ON HOME PAGE

-------------------------------------------------*/

.home-featured-events p {
	margin-bottom: 0;
}


.home-featured-events {
	background-color: #f5f5f5;
	padding: 30px 0 20px;
}

.home-featured-events .widget {
  float: none;
  font-size: 14px;
  width:100%;
}

/* Home Featured Events */
.home-featured-events .entry-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}

.home-featured-events .widget-title {
	font-size: 32px;
        font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
}


.home-featured-events .entry {
  border: none;
  margin-bottom: 20px;
  padding: 0 0 4px;
}


.home-featured-events .wrap {
  border:none;
}

.home-featured-events .tribe-events-list-widget ol li {
  display:inline-block;
  width: 45%;
  margin-right: 5%;
  float: left;
  border:none;
  text-indent: 0 !important;
}

.home-featured-events h3.tribe-event-title {
	font-size: 16px;
}
 

.home-featured-events .tribe-events-widget-link {
  clear: both;
  text-align: right;
  padding-top: 12px;
  border-top: 1px solid #dedede;
}

.home-featured-events .list-info h2 {
  font-size:20px;
  font-weight: 700;
}

.entry-image.attachment-tribe_events {
  margin: 10px 0 0;
  width: 100%;
}

.featured-content a.alignnone {
  margin-bottom: 10px;
  width: 100%;
}



.home-featured-events .tribe-mini-calendar-event {
  display:inline-block;
  width: 44%;
  margin-right: 3%;
  float: left;
  border:none;
  }


/* Creates a title with a line on either side */
.home-featured-events .widget-title::after,
.home-featured-events .widget-title::before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #000; 
	padding-bottom: 8px;
	width: 35%;
}


.home-featured-events .widget-title::before {
	margin-right: 15px;
}

.home-featured-events .widget-title::after {
	margin-left: 15px;
}



/*------------------------------------------------------------
START HOME TWEETS & SHARE SIDE BY SIDE
-------------------------------------------------------------*/
.home-tweets-share {
	background-color: #f5f5f5;
	text-align: left;
	padding: 60px 0 20px;
}

.home-tweets {
	float: right;
	margin-left:10%;
	text-align: left;
        width: 30%;
}


.home-tweets .widget-title {
	color:  #000;
	font-size: 20px;
	margin-bottom: 20px;
}


/*------------------------------------------------------------
  TWITTER TIMELINE
-------------------------------------------------------------*/
.twitter-timeline {
	height:  450px !important;
}


.home-share {
	float: left;
	text-align: left;
        width: 60%;
}

.home-share .widget-title {
	color:  #000;
	font-size: 30px;
	font-weight: 700;
}


.home-share p {
	font-size: 24px;
}


/*-------------------------------------------------------------------------

STYLING EVENT LIST WIDGET - aligns details beside image rather than underneath

------------------------------------------------------------------------------*/
.home-event-details {
	float: left;
	padding-left:  10px; 
}

.home-event-details,
.home-featured-events .tribe-events-event-image {
	width: 50%;
}

.home-event-details p,
.tribe-events-event-image p {
	margin-bottom: 0;
}

.tribe-events-event-image {
	float: left;
	text-align: left;
	width: 285px;
	height: 160px;
}

.featured-content a.alignnone {
  margin-bottom: 10px;
  width: 100%;
}
 

/*-------------------------------------------------------------------------
   TRIBE EVENTS STYLING
------------------------------------------------------------------------------*/
.tribe-events-back {
    margin: 20px 0 20px !important;
}


.single-tribe_events .tribe-events-event-image {
    margin: 0 3% 0 0;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none !important;
}

#tribe-events-pg-template .tribe-events-content h2 {
	font-size: 26px !important;
}

/* Do not display Featured Image on Single Event Pages */
.single-tribe_events .tribe-events-event-image {
display: none !important;
}


.tribe-events-list .type-tribe_events h2 {
    font-size: 26px !important;
}


.tribe-events-list h2.tribe-events-list-event-title {
    line-height: 1.2 !important;;
}

h2.tribe-events-page-title {
    font-size: 34px !important;
    font-weight: 400 !important;
}


/*-------------------------------------------------------------------------
   SIDEBAR STYLING FOR EVENTS WIDGET 
------------------------------------------------------------------------------*/

.sidebar-primary .home-event-details {
	width: inherit;
	padding-left: 0;
}

.sidebar-primary .tribe-events-event-image {
	width: 0;
	display: none;
}


.sidebar-primary .tribe-events-list-widget ol li {
  	font-size:  12px;
	margin-bottom: 10px;
	padding-left: 0;
	text-indent: 0;
}

.sidebar-primary h3.tribe-event-title {
	font-size: 14px;
	font-family: 'Verdana', sans-serif;
}


.sidebar-primary .tribe-events-widget-link {
  clear: both;
  text-align: right;
  padding-top: 12px;
}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 1366 PX - Standard 15 inch laptop screen size
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {

	.home-featured-image {
		padding: 120px 0;
	}

}


/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 1280 PX
---------------------------------------------------------------------------------------------------- */

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

       .site-header .widget-area {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.header-image .title-area {
    		margin: -60px 0 0 0;
	}


	.title-area {
		position: relative;
		margin: -5px 0 0 25px;
	}


	.nav-primary .wrap {
    		max-width: 80%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-header .search-form,
	.site-header .title-area  {
		text-align: right;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.home-featured-image {
		padding: 100px 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}


	.nav-primary .genesis-nav-menu,
	.nav-primary .genesis-nav-menu .sub-menu a,
       	.genesis-nav-menu > .search input {
		font-size: 14px;
	}

	.genesis-nav-menu > .search {
		padding: 5px 10px 0 20px;
	}

	.nav-primary .search-form input[type="search"] {
		width: 140px;
	}
}


/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 1160 PX
---------------------------------------------------------------------------------------------------- */

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


	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.home-featured-image {
		padding: 100px 0;
	}


	/* Creates a title with a line on either side */
	.home-featured-events .widget-title::after,
	.home-featured-events .widget-title::before {
		border-top: 2px solid #000; 
		padding-bottom: 8px;
		width: 33%;
	}

	.home-featured-events .tribe-events-list-widget ol li {
  		display:inline-block;
		  width: 100%;
		  margin-right: 0;
		  float: left;
		  border:none;
		  text-indent: 0 !important;
	}

	.home-featured-events .tribe-events-event-image {
		width: 35%;
	}

	.home-event-details {
		width: 65%;
	}

	/* Change title height to accomodate 2 lines */
	.home-posts-pages .widget-title {
    		margin-bottom: 10px;
    		height: 40px;
    		vertical-align: bottom !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	
	.footer-widgets-1 {
		width: 240px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}

}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 1024 PX - iPad Landscape
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {

	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}


	.header-image .site-title > a {
		background-position: center top !important;
		background-size: contain !important;
		margin: 0px 20px 0 -60px;
		min-height: 160px;
		width: 100%;
	}

	.home-featured-image {
		padding: 100px 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content {
		width: 100%;
	}
	

 	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}

	/* Creates a title with a line on either side */
	.home-featured-events .widget-title::after,
	.home-featured-events .widget-title::before {
		border-top: 2px solid #000; 
		padding-bottom: 8px;
		width: 29%;
	}

	.home-share {
       	 	width: 55%;
	}

	.home-tweets {
		float: right;
		margin-left:10%;
        	width: 35%;
	}

	.home-share .widget-title {
		font-size: 28px;
	}

	.home-share p {
		font-size: 22px;
  
	}

	
	.home-top .wrap {
		padding: 60px;
	}
	
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	

        .home-bottom .enews p {
		margin-bottom: 20px;
	}


	.home-bottom  {
		text-align: center;
	}
		
	.footer-widgets-1 {
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}

}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 768 PX (iPad - Portrait)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.site-header .widget-area {
		text-align:  left;
	}

	.header-image .site-title > a {
    min-height: 200px;
    width: 100%;
    margin: -110px 0 0 -20px;
	}

	.home-featured-image {
		padding: 100px 0;
	}


	/* Creates a title with a line on either side */
	.home-featured-events .widget-title::after,
	.home-featured-events .widget-title::before {
		border-top: 2px solid #000; 
		padding-bottom: 8px;
		width: 12%;
	}

	/* Change from 4 columns to 2 columns */
	.home-posts-pages .widget {
    		width: 48%;
		text-align:  left;
	}

	.home-posts-pages .widget-title {
    		margin-bottom: 10px;
    		height: 20px;
	}


	.home-posts-pages p {
		padding: 0;
	}

	.home-posts-pages .widget:nth-child(2n+1) {
    		clear: both;
   		margin-left: 0;
	}

	.home-posts-pages .widget:nth-of-type(2n) {
    		clear: none;
    		margin-left: 2.564102564102564%;
	}


	.home-share .widget-title {
		font-size: 24px;
	}

	.home-share p {
		font-size: 20px;
  
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 10px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}

	.nav-primary .wrap {
   	 	max-width: 100%;
	}

	.site-header .genesis-nav-menu a {
   	 	padding: 16px 14px;
	}


	.education-pro-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}
	
	.home-top .widget_text {
		font-size: 20px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	

        .home-bottom,
	.home-middle {
		padding: 10px 0 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
	
}

/*-----------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 650PX - Menu transforms to Dash Menu for Site Header Only, not Members Menu
------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 650px) {

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

	.home-featured-image {
		padding: 80px 0;
	}

	.site-header .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item,
 	.site-header .responsive-menu-icon {
		display: block;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.site-header .genesis-nav-menu.responsive-menu li a,
	.site-header .genesis-nav-menu.responsive-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #000;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		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;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #000;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.site-header .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.site-header .nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}
	
	.site-header .nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}	
}


/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 480 PX
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

	.header-image .site-title > a {
    		min-height: 200px;
	}

	.home-featured-image {
		padding: 80px 0;
	}

	.nav-primary .genesis-nav-menu {
		float: left;
		text-align: left;
	}

	.nav-primary .search-form input[type="search"] {
   		width: 100px;
	}

	.home-section-1 .widget-title {
		font-size:  22px;
	}

	.home-top .wrap {
		padding: 25px 5px 25px;
	}

	.home-top .widget_text {
		font-size: 16px;
	}

	.home-featured-events .widget-title {
		font-size: 26px;
	}

	/* Creates a title with a line on either side */
	.home-featured-events .widget-title::after,
	.home-featured-events .widget-title::before {
		width: 8%;
	}

	.home-featured-events .tribe-events-list-widget ol li {
   		 padding: 0;
	}

	.home-event-details,
	.home-featured-events .tribe-events-event-image {
		width: 100%;
    		margin-bottom: 0;
		text-align: center;
	}

	.sidebar-primary .home-event-details {
		width: inherit;
		padding-left: 0;
		text-align: left;
	}


	.sidebar-primary .tribe-events-list-widget ol li {
		padding-left: 0;
		text-indent: 0;
	}


	.home-featured-events h3.tribe-event-title {
		margin-bottom: 2px;
	}


	/* Change 1 columns */
	.home-posts-pages .widget {
    		width: 100%;
		text-align:  center;
	}

	.home-posts-pages .widget-title {
    		margin-bottom: 10px;
    		height: auto;
		text-align:  center;
	}

	.home-share {
       	 	width: 100%;
	}

	.home-tweets {
		float: left;
        	width: 100%;
		padding:  70px 0 40px;
		margin-left: 0 ;
	}


	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="text"],
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.after-entry .enews-widget input[type="text"],
	.after-entry .enews-widget input[type="email"],
	.after-entry .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}

	.home-bottom .enews-widget input[type="text"],
	.home-bottom .enews-widget input[type="email"],
	.after-entry .enews-widget input[type="text"],
	.after-entry .enews-widget input[type="email"] {
		margin-bottom: 4px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}

}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 430 PX
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 430px) {

	.home-featured-image {
		padding: 80px 0;
	}

	.nav-primary .search-form input[type="search"] {
   		width: 80px;
	}

	.genesis-nav-menu > .search input {
    		font-size: 12px;
		padding: 8px;
	}

}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 360px (Galaxy S5)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 360px) {

	.home-featured-image {
    		padding: 80px 0;
	}

}



/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 320PX (iPhone)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 320px) {

	.header-image .site-title > a {
   	 	margin: 60px 0 0 0px;
	}


	.home-featured-image {
		padding: 80px 0;
	}


	/* Creates a title with a line on either side - Remove it on smaller devices */
	.home-featured-events .widget-title::after,
	.home-featured-events .widget-title::before {		
		width: 0;
		border: none;
	}


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

}

/*--------------------------------------------------------------------------------------------------
  MEDIA QUERIES - MAX WIDTH 240px (Small Phone)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 240px) {

	.home-featured-image {
		padding: 80px 0;
	}

}