  /*
Theme Name: Olschool
Theme URI: https://giantelk.ie/
Description: This is the child theme of Genesis.   
Author: You
Author URI: https://giantelk.ie/
Template: genesis 
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:'Open Sans', sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:none;text-decoration:none dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:'Open Sans', sans-serif;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* ## BLOG CSS
--------------------------------------------- */ 

.blog,
.archive,
.author {
		color: #000000;
	}

.blog .entry {
	margin-bottom: 50px !important;
}

.blog .content {
    padding: 60px 30px 60px 30px;
	max-width: 1100px !important;
}

.archive .content,
.author .content {
    padding: 60px;
}

.blog .sidebar-primary,
.archive .sidebar-primary,
.author .sidebar-primary {
	width: 360px;
    margin: 250px auto 40px auto;
    border-left: 1px solid #eeeeee;
}

.blog .sidebar .widget,
.archive .sidebar .widget,
.author .sidebar .widget {
	padding: 20px 20px 20px 30px;
}


.blog  h1.archive-title,
.archive  h1.archive-title,
.author  h1.archive-title,
.single h1.entry-title,
h1.entry-title ,
h1.archive-title {
	text-align: left;
	padding: 0px 20px !Important;
	color: #2A4E4F;
}

.author  h1.archive-title:before {
	content: 'Author | ' !important;
	color: #B62627;
}

.archive  h1.archive-title:before {
	content: 'Category | ';
	/*color: #B62627;*/
}

.blog .entry-categories,
.archive .entry-categories,
.author .entry-categories {
	color: #ffffff;
	background: #B62627;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-transform: Capitalize;
	letter-spacing: 1px;
	font-weight: 400;
	margin-left:auto;
 	margin-right:auto;
	border-radius: 0px;
}

.blog .entry-categories a,
.archive .entry-categories a,
.author .entry-categories a {
	color: #ffffff;
}

.blog .entry-categories a:hover,
.archive .entry-categories a:hover,
.author .entry-categories a:hover {
	color: #ececec;
}

.blog .entry-footer .entry-meta {
    display: grid;
}

.archive .entry-footer .entry-meta,
.author .entry-footer .entry-meta {
    display: grid;
	padding-bottom: 30px;
}

.blog .alignleft,
.archive .alignleft,
.author .alignleft {
	width: 100%;
}

.blog .entry-title, .blog .entry-header,
.archive .entry-title, .archive .entry-header,
.author .entry-title, .author .entry-header {
	text-align:left;
}

.blog p,
.archive p,
.author p {
	max-width: 90%;
    margin: 0 auto 10px auto;
}

.blog .entry-author-name,
.archive .entry-author-name,
.author .entry-author-name {
	display: none;
}

/* Remove Blog for Mobile */
@media only screen and (max-width: 850px) {

.blog .sidebar-primary {
	width: 0%;
	display: none;
}

.blog .content {
    padding: 30px 20px;
    width: 100%;
}

}
/* ## Blog Single Styling
-------------------------------------------- ## */

.single .entry-content {
	padding: 0px;
	max-width: calc(67% - 20px);
	margin: 40px auto 40px auto;
	display:block;
	float: left !important;
	clear: both;
}
.single .entry {
	padding: 0px 20px;
}

.single #custom_html-3 {
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 850px) {
	.single .entry-content {
		max-width: 100%;
		margin: 40px auto 40px auto;
		
	}
	
	.single #custom_html-3 {
		padding-top: 0px;
		padding-left: 0px;
	}
}
.full-width-content .entry-content {
	  padding: 0px !important;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
}

.single .entry-header{
		display: none !important;
}

.entry-header a {
	color: #B62627 !important;
	
}

.single .entry-meta {
	text-align: left;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

.single .featured-image-class {
	margin-bottom: 50px;
}

.single p {
	margin-left: auto;
	margin-right: auto;
}

.single .entry-footer {
    display: none;
}

.single .entry-categories {
	color: #ffffff;
	background: #B62627;
	padding: 10px 20px;
	border-radius: 24px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	margin-left:auto;
 	margin-right:auto;
}

.single .entry-footer .entry-meta {
    display: grid;
	padding-bottom: 30px;
	text-align: center;
}

.single .entry-categories a {
	color: #ffffff;
}

.single .entry-categories a:hover {
	color: #B62627;
}

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
}

body {
	color: #232323;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #B62627
;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 400;
}

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

mark {
	background: #ddd;
	color: #2f2f2f;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	word-break: keep-all !Important;
	color: #2A4E50;
}

h1,
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 50px;
	letter-spacing: 4px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;

}

h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}
h4 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;

}

h5 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

h6 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
}

.page-title h1 {
	text-shadow: 0px 3px 6px rgba(0,0,0,0.8);
}

.page-title .fl-heading:after  {
	 content:' ';
    display:block;
    border-bottom: 2px solid #ffffff;
	width: 200px !IMportant;
	margin-right: auto !Important;
	margin-top: 15px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.8);
}


@media only screen and (min-width: 551px) and (max-width: 990px) {
	h1 {font-size: 38px;}
	h2 {font-size: 30px;}
	h3 {font-size: 28px;}
	h4 {font-size: 22px;}
	h5 {font-size: 20px;}
	h6 {font-size: 15px;}
}

@media only screen and (max-width: 550px) {
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 24px;}
	h4 {font-size: 22px;}
	h5 {font-size: 20px;}
	h6 {font-size: 15px;}
}

.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4,
.whitetxt h5,
.whitetxt h6,
.whitetxt p,
.whitetxt li,
.whitetxt a {
	color: #ffffff;
}


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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: none;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: none;
}

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

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #333;
	font-size: 14px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 8px 12px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 35px 40px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}
@media only screen and (max-width: 550px) {
	td {
	  display: table-row;
	  margin-bottom: 5px;
	  width: 100%;
	}
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #ffffff;
	display: block;
	font-size: 1em;
	font-weight: 400;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 90%;
}

/* ## 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: 1060px;
}

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

.content-sidebar .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	/*padding-top: 412px;*/
}

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

.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 {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.after-entry,
.archive-description,
.author-box {
	font-size: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

/* ## Titles
--------------------------------------------- */
.archive-description {
	 /* display:none;*/
	 max-width:1300px;
	 margin-left:auto;
	 margin-right: auto;
 }
 
.entry-title {
    letter-spacing: 1px;
	max-width: 1300px;
}

.entry-title-link {
	padding: 0px !Important;
	color: #2A4E4F !important;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: left;
}

.entry-title-link:before {
	content: 'Category: ';
	color: #2A4E4F;
	}


.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #B62627;
}

.term-description {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 3vh;
}

.widget-title {
	font-size: 18px;
	letter-spacing: 1px;
	bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 2px solid #B62627;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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 24px 0;
}

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

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

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


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

.widget {
	margin-bottom: 0px;
	word-wrap: break-word;
}

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

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: inherit;
}


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

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

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

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

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

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

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

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

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none !Important;
}


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

.site-header {
 font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #232323;
  position: fixed;
  z-index:90;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
  z-index: 999 !Important;
  box-shadow: none;
  background: #F1F0E9;
}

@media only screen and (min-width: 1160px) {
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu {
	display: none !important;
}
}
#mega-menu-wrap-mobile-menu {
	background: #F1F0E9 !important;
}

@media only screen and (max-width: 1160px) {
#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu {

		padding-bottom:10px !important;
}
}


#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-right,
a.mega-menu-link {
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
}

#mega-menu-wrap-mobile-menu .mega-menu-toggle {
	
	height: 70px;
	line-height: 70px;
}

@media only screen and (min-width: 1161px) {	
	.search-mobile,
	.download-mobile,
	.mobile-item {
		display: none !important;
	}
}
@media only screen and (max-width: 1160px) {	
	#genesis-nav-primary {
		display: none !important;
	}
	
	#mega-menu-wrap-mobile-menu {
		z-index: 999 !important;
		position: relative;
		margin-left: auto !important;
		right: 0 !Important;
		width: 100% !important;
	}
	
	.site-header {
	  height: 70px;
	  width: 100px;
	  padding-left: 0px;
	  display: block;
	  background: none !important;
	}
	
	.mega-menu-open  .mega-toggle-blocks-left,
	.mega-menu-open .mega-toggle-blocks-center,
	.mega-menu-open .mega-toggle-blocks-right {
		background: #F1F0E9 !Important;
	}
	 
	  .mega-toggle-label,
	  .mega-toggle-label-open,
	  #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1:after {
		 color: #2A4E50 !important;
	 }
	 
	.widget .widget_nav_menu,
	.nav-header .nav-header-0 .genesis-responsive-menu,
	#menu-main-menu,
	nav, .nav-header,
	#genesis-mobile-nav-primary{
		display: none !important;
	}
	
	.site-header .title-area {
		position: absolute !important;
	}
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		padding: 24px 24px;
	}
	
	.top-nav,
	.top-links {
		display: none;
	}
	
	.mega-sub-menu .mega-menu-link {
		padding-right: 30px !important;
	}
	
	a.search-mobile:before {
	   font-family: "Font Awesome 5 Free";
	   display: inline-block;
	   padding-right: 6px;
	   vertical-align: middle;
	   content: "\f002";
	}
	
	
	.download-mobile a:before {
		display: inline-block;
		padding: 2px 20px 0px 10px;
		vertical-align: middle;
		content: url(/wp-content/themes/olschool/images/app_button_icon.png);
		height: 10px !important;
		width: 10px !important;
	}
}

#maxmegamenu-3 {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right !important;
	position: fixed !important;
    z-index: 9999;
	right: 0 !important;
}

#mega-menu-wrap-mobile-menu,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu ul.mega-sub-menu,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-row,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-column,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link {
	text-align: right !Important;	 
	 }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	height: 50px !important;
	line-height: 50px !important;
}

.mega-menu-primary {
margin-right: auto !important;	
}

@media only screen and (min-width: 1160px) {
	#mega-menu-primary {
		display: none !important;
	}
	
	.site-header {
		height: 66px;
		}
}

.site-header > .wrap {
	padding: 0px 0;
	max-width: 1300px;
}

/*
.nav-up {
  top: -100px; 
}

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

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

.header-image .title-area {
	margin: 0 auto;
	width: 270px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.widget-area .header-widget-area {
	margin-top: 5px;
}

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

.site-title {
	margin-top: -25px !important;
}
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
	z-index:998 !Important;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

img .site-title {
width: auto !important;
height: 125px !important;
}

.site-description {
	display: none !important;
}

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

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

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

.site-header .widget-area .fl-row-fixed-width {
	float: right;
	text-align: right;
	width: 100%;
}


/* # Site Navigation (MENU)
---------------------------------------------------------------------------------------------------- */

.genesis.fl-row-full-width-nav-menu {
	/* clear: both; */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	text-transform: uppercase;
}

.genesis-nav-menu a {
	color: #232323;
	display: block;
	padding: 22px 10px;
	text-decoration: none;
	font-size: 14px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #ae4253;
	text-decoration: none;
}

.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: 99;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.2);

}

@media only screen and (min-width: 1160px) {
.genesis-nav-menu .sub-menu a {
	background-color: #F1F0E8;
	color: #333;
	}
}
.genesis-nav-menu .sub-menu a {	
	border-top: 0;
	font-size: 10px;
	padding: 10px 30px 10px 10px !important;
	position: relative;
	word-wrap: break-word;
	width: 200px;
	color: #333 !important;
}

.genesis-nav-menu .sub-menu a:hover {	
	color: #B62727 !important;
	background: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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;
}


/*------- New Respsonive Menu -------- */
#wprmenu_bar div.hamburger {
    margin-top: 15px !important;

}

#wprmenu_bar .menu_title {
	top: 0px !important;
}

#wprmenu_menu.top {
    top: 20px !important;
	}

#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
   font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#wprmenu_menu ul li a {
font-size: 30px;
}


@media only screen and (max-width: 1160px) {
	#wprmenu_menu ul li a {
		font-size: 16px !important;
		font-weight: 400 !important;
		text-align: center !important;
	}

	#wprmenu_menu ul li a,
	#wprmenu_menu ul li a:hover {
    	padding: 5px 14px 5px 14px !important;
	}
	}

#wprmenu_bar .bar_logo {
    height: 50px !important;
}

#wprmenu_bar {
    height: auto !important;
}

#wprmenu_bar .wprmenu_icon span {
    height: 2px !important;
}

#wprmenu_bar .wprmenu_icon {
    width: 30px !important;
}

#wprmenu_bar .wprmenu_icon {
    margin-top: 15px!important;
	margin-bottom: 15px!important;
}

#wprmenu_menu.left, #wprmenu_menu.right {
    top: 72px !important;
}

#wprmenu_menu, #wprmenu_menu * {
	font-weight: 700 !important;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
	margin-left: 0px !important;
	width: 100vw !important;
	
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: none;
}

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

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

.entry {
	background-color: #fff;
	margin-bottom: 0px;
}

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

.uabb-woocommerce li.product {
    list-style-type: none !important;
}


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

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
	padding:20px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #B62627;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: auto;
}

.sidebar .widget {
	background-color: #fff;
	padding: 20px;
}

.single .sidebar {
	margin-bottom: 0px !important;
}


.single #sidebar .widget-wrap,
#sidebar {
		background-color: yellow !IMportant;
				background: yellow !IMportant;

		width: calc(33% - 40px);

}

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

.footer-widgets {
	background: #1A2149;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;	
	background-image: linear-gradient(
    to right, 
    #5F794C 20%,
    #5F91B0 20%,
    #5F91B0 40%,
    #D73848 40%,
    #D73848 60%,
    #E6AD16 60%,
    #E6AD16 80%,
    #A15298 80%);
	background-size: 100% 10px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.footer-widgets .wrap {
	padding:20px !important;
	max-width: 1300px;
}

	
.footer-widgets .widget-title {
    border-bottom: none;
}

.footer-widgets p{
	margin: 0px 0px 5px;
}

.footer-widget-area img {
	width: auto !important;
	max-height: 167px !important;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer-widgets .widget .widget_text,
.footer-widgets .widget_text widget .widget_custom_html {
	padding-bottom: 20px;
}

.footer-widget-area {
	color: #ffffff;
}

.footer-widgets i {
	font-size: 24px !important;
	padding: 5px;
}

.footer-widgets a,
.footer-widget-area a  {
	color: #ffffff;
	font-weight: 700;
}

.footer-widgets a:hover,
.footer-widgets a:active {
	color: #ae4253;	
}

/* # New 4 col footer widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets-1{
	width: 33.3%;
	float: left;
	text-align: left;
	margin-top: 20px;
}


.footer-widgets-2{
	width: 33.3%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.footer-widgets-3{
	width: 33.3%;
	float: right;
	text-align: right;
	margin-top: 20px;
}

@media only screen and (max-width: 1160px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		float: left;
		text-align: left;
	}
	
	.footer-widget-area img {
		width: auto !important;
		max-height: 167px !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.footer-widgets .widget-title {
		font-size: 16px;
		font-family: 'Open Sans', sans-serif !important;
		margin-bottom: 0px; 
		padding-bottom: 0px;
		font-weight: 700 !important;
	}
	
	.footer-widgets .wrap {
		display: flex;
	}
}

@media only screen and  (min-width: 601px) and (max-width: 768px) {
	.footer-widgets .wrap {
		display: block;
	}
	
	.footer-widgets-1 {
		width: 100%;
		margin:20px;
		float: center;
	}
		
	.footer-widgets p{
		margin: 0px 0px 0px;
		font-size: 14px;
		text-align: center;
	}
	
	.footer-widgets .widget-title {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif !important;
		margin-bottom: 0px; 
		padding-bottom: 0px;
		font-weight: 700 !important;
	}
}

@media only screen and (max-width: 600px) {
	.footer-widgets .wrap {
		display: block;
		margin:20px;
	}
	
	.footer-widgets-1 {
			max-width: 100% !Important;
			float: center;
	}
	
	.footer-widgets .widget-title {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif !important;
		margin-bottom: 0px; 
		padding-bottom: 0px;
		font-weight: 700 !important;
	}	
}

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

.site-footer {
	display: none !Important;
	background-color: #000000;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
	color:#ffffff;
}

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

.site-footer a {
	color: #ececec;
}

.site-footer a:hover {
	color:#01ffa8;
}

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

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

	.site-inner,
	.wrap {
		max-width: 100%;
	}

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

	.content,
	.site-header .widget-area {
		width: 100%;
	}

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

	.sidebar-primary {
		width: 300px;
	}
}


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

	.site-inner,
	.wrap {
		max-width: 100%;
	}

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

	.content,
	.site-header .widget-area {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
}

.logo-desktop {
	max-height: 268px;
	margin-top: -110px;
	padding: 15px;
	z-index:9999 !important;
	vertical-align:top;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.2);
	position:absolute;
	display:grid;
	background: #f1f0e9;
	
	background-image: linear-gradient(
    to right, 
    #2A4E4F 50%,
    #B62627 50%);
	background-size: 100% 6px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1160px) {
	.logo-desktop {
		margin: 0px 0px 0px 20px !important;
		margin-top: 0px !Important;
		max-height: 200px;
		padding: 5px 10px 10px 10px;
		position:fixed;
	}
	
	#menu-main-menu {
		background: #B62627d4;	
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: none !important;
		color: #ffffff;
		border-bottom: none;
		padding: 2px 30px;
	}
	
	.genesis-nav-menu a {
		text-align: left;	
		color: #969696;
		font-size: 20px;
	}
	
	.genesis-nav-menu a:focus,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
		color: #ae4253 !important;
		text-decoration: none;
	}
	
		.genesis-responsive-menu .genesis-nav-menu .menu-item {
			position: absolute;
		}
	
		
	.site-header > .wrap {
		padding: 0px !important;
		max-width: 100%;
		z-index:1000;
	}
	
	.title-area {
		padding-top: 0px;
		padding-left: auto;
		width: 200px !important;
	}

	.header-image .title-area {
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		padding: 0;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 0%;
		padding-right: 0%;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: left;
	}

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	
	.genesis-responsive-menu {
		display: block !Important;
		position: relative;
	}
	
	.site-footer {
		display: none !Important;
		position: relative;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #ffffff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: right;
		visibility: visible;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		letter-spacing:2px;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #B62627;
	}

	.menu-toggle {
		line-height: 22px;
		position: fixed;
		width: 10%;
		z-index: 995;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: none;
		position: fixed;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	
	

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both; 
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}

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

	body,
	body > div {
		font-size: 14px;
		font-size: 1.8rem;
	}

	.site-inner {
	padding: 0px;
	}

	.wrap {
		padding-left: 0%;
		padding-right: 0%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #B62627 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -80px;
	}
	
	

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* For Beaver Builder
-------------------------------------------- */
.fl-row-bg-video .fl-bg-video video {
	max-width: none;
}


/* Beaver Builder Contact Form */

.fl-builder-content .fl-node-59ce7a944f263 a.fl-button * {
	font-weight: 700;
    text-transform: uppercase;
}

.fl-contact-form label {
	display: none !important;
}

.fl-contact-form input {
	border-color: #ffffff;
	border-width: 1px !Important;
	font-weight: 400;
}

.fl-contact-form input#fl-name,
.fl-contact-form textarea#fl-message,
.fl-contact-form input {
	color: #232323 !important;
	font-weight: 400;
}

.fl-contact-form input:active, .fl-contact-form input:hover {
	border-color: #B62627 !Important;
}

.fl-contact-form textarea {
	border-color: #ffffff !Important;
	border-width: 1px !Important;
}

.fl-contact-form textarea:hover {
	border-color: #B62627 !Important;
}

/* SCROLL */

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
	0%   {right: 0;}
	30%  {right: 180px;}
	60%  {right: 180px;}
	100% {right: 0;}
}

/* Standard syntax */
@keyframes example {
	0%   {right: 0;}
	30%  {right: 180px;}
	60%  {right: 180px;}
	100% {right: 0;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example2 {
	0%   {right: 0;}
	100%  {right: 180px;}

}

/* Standard syntax */
@keyframes example2 {
	0%   {right: 0;}
	5%   {right: 180px;}
	95%   {right: 180px;}
	100%  {right: 0;}

}

@keyframes move {
	from { right: 0; }
	to   { right: 180px; }
}


#menu-top {
	position: fixed;
	top: 20%;
	right: -183px;
	z-index: 99999;
}

#menu-top > li.active {
	border-left: 6px solid #B62627
;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 1s;
}
#menu-top > li {
	border-left: 6px solid rgb(220, 220, 220);
	margin: 0;
	width: 189px;
	height: 80px;
	margin-bottom: 3px;
	position: relative;
	background-color: #000000;
}
#menu-top > li:hover {
	border-left: 6px solid #B62627
;
	right: 180px;
}
#menu-top > li.active:hover {
	border-left: 6px solid #B62627
;
	right: 180px;
}
#image-sm {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #000000 !important;
	font-weight: 400;
}
#a-scroll {
	right: 20px;
	height: 80px;
	width: 100%;
	outline: none;
}
@media only screen and (max-width: 860px) {
	#menu-top {
		display: none!important;
	}
}

.menu-toggle:focus {
	    outline: none !important;
}

#fullpage .sl {
	-moz-perspective: 50vh;
	-webkit-perspective: 50vh;
	perspective: 50vh;
}
#fullpage .sl>div {
	-moz-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	-webkit-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	-moz-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	-webkit-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
#fullpage .sl.active>div {
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#fp-nav ul {
	height: auto;
	display: block;
}

#fp-nav ul li:before {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	height: 65px;
	width: 380px;
	right: 0;
	top: 0;
	content: ""}

 /* END SCROLL */

.entry {
	margin-bottom: 0px !important;
}



/* Text Highlight Color */

::selection {
  background: #b62627; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #b62627; /* Gecko Browsers */
  color: #ffffff;
}

.site-title a, .site-title a:focus, .site-title a:hover{
    color: #ffffff !important;
}

.footer-widgets .wrap {
	max-width: 1300px;
	margin-left:auto;
 	margin-right:auto;
	padding: 0px;
}


.footericon {
	font-size: 30px !important;
	padding-right: 10px;
}

.bodyicon {
	font-size: 50px !important;
	padding: 10px;
	text-align: center;
}

#bodyicons {
	margin-left: auto;
	margin-right: auto;
}

.bodyicons {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 768px) {
	.fl-col-small {
		max-width: 100% !important;
	}
}

/* Text box overlay End */
.nav-primary {
    display: none; 
}


@media only screen and (max-width: 1160px) {
	.site-inner /* Padding top all pages */ {
		padding-top: 0;
		position: relative;
	}

	.genesis-responsive-menu .sub-menu-toggle {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		display: block;
	}
}

.header-widget {	
	background-color: #B62627 !Important;
	max-height: 60px;
	padding-top: auto;
	margin-bottom: auto;
	text-align: center;
	display: none; 
}

header,
nav,
a,
img,
li,
.genesis-nav-menu,
.genesis-nav-menu .menu-item ,
#menu-main-menu,
.nav-header .genesis-responsive-menu,
.nav-header,
.widget-area .header-widget-area,
.widget-area {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}

.page-template-full_width .featured-image-class,
/*.page-template-full_width .entry-title,*/
.page-template-full_width .titlearea,
.page-template-full_width .entry-header {
	display: none !important;
}

.entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
    padding: 20px;
}

.fl-slide-content {
	background-color: #ffffff !important;
}

.fl-slide-text *, .fl-slide-text h2{
	color: #333333 !important;
}

@media (max-width: 768px) {
	.fl-node-5b23f3a486bb2 .fl-slide-title {
		color: #333333 !Important;
	}
		#hero .fl-row-content-wrap {
	  height: 80vh !important;
	}
}

#title .fl-heading-text {
    text-shadow: 4px 4px 10px #747474;
}

/* Top Bar Styling */

#wptbheadline1 {
	
	padding: 5px !Important;
	margin-top: auto;
	margin-bottom: auto;
}

.fl-subscribe-form .fl-form-field input {
	 border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.single .entry-header .entry-meta {
	display: none;
}

/*------------------------ Contact Form 7 Begin ----------------------------------------
--------------------------------------------------------------------------------------*/

.wpcf7-text,
.wpcf7-text:focus, .wpcf7-text:hover,
.wpcf7-select:focus, .wpcf7-select:hover,
.wpcf7-select,
.wpcf7-select:focus, .wpcf7-select:hover,
.wpcf7-file,
.wpcf7-date,
.wpcf7-select:focus, .wpcf7-select:hover {
	border: 1px solid #B62627;
}

.wpcf7 input {

	padding: 10px !important;
}

.wpcf7 input[type="submit"] {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: transparent !important;
   font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 400 !important;
    border: 1px solid #B62627 !important;
	color: #000;
}

.wpcf7 input[type="submit"]:hover {
    background: #B62627 !important;
}

.wpcf7 textarea {
	border: 1px solid #B62627;
	max-height: 120px;
}

.wpcf7 textarea:focus, .wpcf7 textarea:hover {
	border: 1px solid #B62627;
}

.contact-form-wrapper input[type=”submit”] {
  float: none; 
}

/* Fl Button fl-button */

.fl-builder-content a.fl-button, .fl-button {
	position: relative;
	margin: 5px;
	border: 8px solid #f1f0e9 !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	padding: 20px;
	font-size: 14px !Important;
	line-height: 18px;
	 font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 700 !important;
    background: #2a4e4f !important;
	color: #ffffff !important;
}
	
.fl-builder-content a.fl-button:hover, .fl-button:hover {
    background: #B62627 !important;
}

.fl-builder-content a.fl-button,
.fl-button-text {
color: #ffffff !important;	
}

@media only screen and (max-width: 1160px) {
	.fl-builder-content a.fl-button, .fl-button {
		padding: 8px 16px;
		font-size: 12px !Important;
		line-height: 16px;
		font-weight: 700 !important;
	}
}

/*=========== Home 4 Buttons ===========*/

.home-buttons .fl-button {
  height: 80px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: cente !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.home-buttons:hover .fl-button{
	background: #ae4253 !important;
}

/*=========== Footer Button ===========*/
.footer-widgets .fl-button{
	background: #831516 !important;
	border: none !Important;
	width: 50px !important;
}

.footer-widgets .fl-button:hover{
	background: #B62627 !important;
}

/*========= Sidebar Buttons ======================*/

.sidebar-button  {
	border: 8px solid #f1f0e9;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border-style: solid;
	max-width: 100%;	
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
	
	margin: 20px auto;
	display:block;
	padding-top: 30px !Important;
	padding-bottom: 30px !Important;
}

@media only screen and (min-width: 600px) and (max-width: 850px) {
	.sidebar-button  {
		width: calc(33% - 15px) !important;
		display:inline-block;	
		font-size: 20px;
	}
	
	a.sidebar-button.red,
	a.sidebar-button.green{
		margin-right: 20px !important;
		}
}

@media only screen and (max-width: 599px) {
	.sidebar-button  {	
		font-size: 20px;
	}
}

a.sidebar-button {
	color: #ffffff;
	text-align: center;
	padding: 50px auto !important;
	text-shadow: 5px 5px 6px rgba(0,0,0,0.21);
}

.red {
	background: 
    linear-gradient(
      rgba(42,78,79,0.7),
      rgba(42,78,79,0.7)
    ),
    url(/wp-content/themes/olschool/images/gallery.jpg);
  background-size: cover;
}

.red:hover {
	background: 
    linear-gradient(
      rgba(42,78,79,0.8),
      rgba(42,78,79,0.8)
    ),
    url(/wp-content/themes/olschool/images/gallery.jpg);
	  background-size: cover;

}

.blue {
	background: 
    linear-gradient(
      rgba(42,78,79,0.8),
      rgba(42,78,79,0.8)
    ),
    url(/wp-content/themes/olschool/images/calendar.jpg);
  background-size: cover;
}

.blue:hover {
	background: 
    linear-gradient(
      rgba(42,78,79,0.9),
      rgba(42,78,79,0.9)
    ),
    url(/wp-content/themes/olschool/images/calendar.jpg);
	  background-size: cover;
}

.green {
background: 
    linear-gradient(
      rgba(42,78,79,0.7),
      rgba(42,78,79,0.7)
    ),
    url(/wp-content/themes/olschool/images/app.jpg);
  background-size: cover;
}

.green:hover {
background: 
    linear-gradient(
      rgba(42,78,79,0.8),
      rgba(42,78,79,0.8)
    ),
    url(/wp-content/themes/olschool/images/app.jpg);
	  background-size: cover;
}

.school-sidebar-button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
	}

.clickable:hover {
	cursor: pointer !important;
}

/*======================= UP Gallery ================================================*/


h5 .json-gallery,
.json-gallery h5{
    font-size: 14px !important;
    font-weight: 700 !Important;
    letter-spacing: 0px !Important;
    line-height: 1.3;
    text-transform: none !Important;
    text-align: center !Important;
    color: #2a4e4f !Important;
}

.object-fit_cover {
	object-fit: cover !Important;
}

.up-gallery {
	display: flex;
    flex-wrap: wrap;
	margin: 10px;
}

.up-gallery-cover {
	margin: 10px;
	display: flex;
	flex-direction: column;
	width: calc(25% - 20px);
}

.up-gallery-item {
	margin: 0px;
	height: 192px;
	width: 100%;
	overflow: hidden;
	border: 8px solid #f1f0e9;
}

@media only screen and (max-width: 1000px) {
	.up-gallery-cover {
		width: calc(33% - 20px);
	}
}

@media only screen and (max-width: 750px) {
	.up-gallery-cover {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 550px) {
	.up-gallery-cover {
		width: calc(100% - 20px) !important;
	}
}

/*=========== Home 3 buttons ===========*/

.green-button:hover .fl-col-content:after{
	 background-color: rgba(42,78,79,0.8) !important; 
}

.red-button:hover .fl-col-content:after{
	background-color: rgba(182,38,39,0.8) !important;
}

.blue-button:hover .fl-col-content:after{
	background-color: rgba(26,33,73,0.9) !important;
}

/*=========== Lines Animate ===========*/

.title .fl-heading:after,
.title .fl-rich-text:after {
	 content:' ';
    display:block;
    border: 1px solid #B62627;
	width: 200px !IMportant;
	margin-left: auto !Important;
	margin-right: auto !Important;
	margin-top: 20px;
	transform: scaleX(0);  
 	transition: transform 250ms ease-in-out;
}

@media only screen and (max-width: 1160px) {
	.title .fl-heading:after,
	.title .fl-rich-text:after {
		transform: none;  
		transition: none;
	}
}

.title .fl-heading:hover:after,
.title .fl-rich-text:hover:after
	{ transform: scaleX(1); }

/*======================= Top Links ================================================*/

.top-links {
	background: #2A4E4F;
	padding: 0px 10px;
}

.top-links .wrap {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.top-links  .widget {
	display: inline-block;
}

.top-links img {
	height: 33px !important;
	width: auto;
	padding: 0px 10px;
	margin: 10px 0px;
	float: right;
}

a.top-search,
a.top-app {
	border: 2px solid #ffffff;
	padding: 7px 14px;
	margin-right: 10px;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-size: 12px;
	float: right;
}

a.top-search:hover,
a.top-app:hover {
	border: 2px solid #ae4253;
	color: #ae4253;
}

a.top-search:before {
   font-family: "Font Awesome 5 Free";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: "\f002";
}

a.top-app:before {
	display: inline-block;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    content: url(/wp-content/themes/olschool/images/app_button_icon.png);
    height: 10px !important;
    width: 10px !important;
    margin: -10px 15px 0px 0px;
}


/*======================= Top Links in Footer on Mobile ================================================*/
@media only screen and (min-width: 1160px) {
	.footer-widgets-3 img {
		display: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1159px) {
	.footer-widgets-3 img {
		display:inline;
		height: 33px !important;
		width: auto;
		padding: 0px 10px;
		margin: 10px 0px;
		float: right;
	}
}

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

.footer-widgets-3 img {
		display:inline;
		height: 33px !important;
		width: auto;
		padding: 0px 10px;
		margin: 10px auto;
	}
}
/*======================= Top Nav ================================================*/

.top-nav {
	background: #2A4E4F;
	padding: 10px 20px;
}

.top-nav .wrap {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.top-nav  .menu {
	display: inline-flex;
}

.top-nav a{
 	color: #ffffff !important;
    padding: 0px 10px !important;
    text-decoration: none;
    font-size: 12px !important;
	font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.top-nav a:hover{
 	color: #ae4253 !important;
}

.top-nav .widget ul > li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Sladjan */

.site-header {
	position: relative;
}

.site-header.fixed,
#mega-menu-wrap-mobile-menu.fixed {
	position: fixed;
}

@media only screen and (max-width: 1160px) {
.site-header {
		height: 0px;
		position: absolute;
		top: 0px;
	}

	.site-header img {
		max-height: 120px;
	}
}


/*=========== Blog Feed ===========*/

.fl-post-grid-image {
	height: 250px !important;
	width: 100% !important;
	overflow: hidden;
	border: 8px solid #f1f0e9;
}

.page-footer .fl-post-grid-image {
	height: 250px !important;
	width: 100% !important;
	overflow: hidden;
	border: 8px solid #ffffff;
}

.fl-post-grid-image img{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
	overflow: hidden;
}

.fl-post-grid-post:hover .fl-post-grid-image img{
    transform: scale(1.05);
	overflow:hidden;
}

.fl-module img {
	width: 100%;
    height: 100%;
}

 .fl-module img:hover {
	transform: scale(1.05);
 }

/*========= Page Heading Styling ======================*/

.singular-featured-image img {
	vertical-align: top;
	width: 100%;
	height: 500px;
	object-fit: cover;
	position:center center;
	display:block;
}

.singular-featured-image:after {
   position: absolute;
	margin-top: -500px;
  height: 500px;
  width: 100%;
  opacity:0.3;
  background-color: #21333f;
  content: ' ';
}

@media only screen and (max-width: 800px) {
	.singular-featured-image {
		margin-bottom: 40px;
	}
}

.entry-title {
	color: #ffffff !Important;
	margin-left: auto;
	margin-right: auto;
	margin-top: -200px !Important;
	margin-bottom: 170px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.8) !important;
	padding: 0px 20px;
	display:block;
	position:relative;
	max-width:1300px;
}

.entry-title:after {
	content: ' ';
    display: block !important;
    border-bottom: 2px solid #ffffff;
    width: 200px !IMportant;
    margin-right: auto !Important;
    margin-top: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.8);
	posiion: absolute;
	padding: 0px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
	.widget .entry-title:after {
		width: 120px !IMportant;
	}
}

.archive .entry-title:after {
	border-bottom: 2px solid #B62627 !important;
	box-shadow: none;
}

.archive-title {
	color: #2A4E4F !Important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px !important;
	padding: 0px 20px;
	display:block;
	position:relative;
	max-width:1300px;
}

.archive-title:after {
	content: ' ';
    display: block !important;
    border-bottom: 2px solid #B62627;
    width: 200px !IMportant;
    margin-right: auto !Important;
    margin-top: 20px;
	margin-bottom:50px;
	posiion: absolute;
	padding: 0px 20px;
}


.single .entry-title {
	margin-bottom: 50px;
	background-color: #F1EFE9;

}

.single .content-sidebar-wrap {
	background: #F1EFE9 !important;
	padding-top: 150px;
}

.single .entry-title {
	margin-top: 100px !Important;
	margin-bottom: 50px;	
}

.single .content {
	background: #ffffff;
}

.breadcrumb {
	font-size: 20px;
    padding: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	color: #2A4E4F;
}

@media only screen and (max-width: 850px) {
	.single .entry-title {
		margin-top: 50px !Important;
	}

	.breadcrumb {
		font-size: 14px;
	}
}

.home .entry-header,
.home .entry-title {
	display: none !important;
}

.genesis_before_loop {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: red !Important;
}

.single .breadcrumb {
padding-bottom: 60px;	
}

.single .entry {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

/*========= Event Feed ======================*/

.events-sidebar {
	border: 8px solid #F1F0E9 !important;
	padding: 20px auto 5px auto;
	width: 100% !important;
}

.fl-post-grid-image img {
    height: 100% !important;
}

.fl-photo-caption {
	letter-spacing: 1px;
	font-size: 16px !important;
	color: #1B2149;	
}

/*===============================================================*/
.search-form {
	background: rgba(42,78,79,0.7);
}

.search-form input {
	border: 8px solid #F1F0E9 !important;
	color: #ffffff;	
}
.entry-content .search-form {
width: 100%;	
}

.search .entry-content {
    /*   border: 8px solid #f9f5e7;*/
 margin-bottom: 20px;
}

.search .entry-title {
	margin-top: 200px !important;
	margin-bottom:20px;
	display:none !important;
	}


.search .sidebar {
	display:none !Important;
}

.search .entry-image {
	    border: 8px solid #f9f5e7;
}

.search .entry-content:hover img {
    transform: scale(1.05);
}

.jay-sidebar-wrap {
	background: blue !important;
	color: yellow !Important;
	}

	.search .entry-title {
		display: block !important; 
	}


/* Sladjan 23.8.2019. */
.site-inner {
	clear: none;
}

.page-template-full_width .entry-header {
    display: block !important;
}

.entry-title-link:before {
	content: none;
}

.archive-title:after {
	margin-bottom: 0px !important;
}

.archive .content,
.author .content {
    padding: 0px;
}

/* Search Template */
.search  article  .entry-image {
	margin-right: 30px;
}

.search  article  .entry-title {
    display: block !important;
	margin: 0px !important;
	font-size: 30px  !important;
	text-shadow: none !important;
	margin-top: 10px !important;
}

.search  article  .entry-title:after {
    content: none;
}

.search  article  .entry-meta {
    font-weight: 600;
    margin: 10px 0px;
}

.search  article  .entry-categories {
    color: #ffffff;
    background: #B62627;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: Capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}

.search  article .entry-categories a {
    color: #fff;
}

.search   article  p:last-child {
    margin-top: 20px;
}

/* Archive Template */
.archive article {
    margin-top: 80px;
}

.archive .entry-content img {
    border: 8px solid #f9f5e7;
}

.archive article .entry-content p {
    margin: 0px 8px;
    max-width: 100%;
}

.archive .entry-title {
    font-size: 30px !important;
    text-align: center;
    margin: 0 auto !important;
}

.archive .entry-title a {
    color: #2A4E4F !important;
    text-shadow: none;
}

.archive .entry-title:after {
	margin: 0 auto !important;
    margin-top: 20px !important;
}

.archive .entry-header .entry-meta {
    text-align: center;
    margin-top: 20px;
}

/* Single */
.single .content-sidebar-wrap {
	padding-top: 100px;
}

.single .content-sidebar-wrap .entry-title {
	margin-top: 0px !important;
}



/* Sidebar Widgets Styling */

#featured-post-1,
#featured-post-2,
#featured-post-3 {
	border: 8px solid #f1f0e9 !important;
	margin: 20px 20px 0px 20px !important;
	padding: 20px 0px 0px 0px;
}

#featured-post-1 .widget-title,
#featured-post-2 .widget-title,
#featured-post-3 .widget-title {
	padding-left: 20px;
}

#featured-post-1 img
#featured-post-2 img,
#featured-post-3 img,
.featured-content img {
	border: 8px solid #f1f0e9 !important;
}


.widget .post {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-bottom: 2px solid #f1f0e9;
	padding: 20px;
}

.widget .entry-title {
	    text-shadow:none !Important;
		margin: 0px !Important;
		padding: 0px;
}

.widget .entry-title:after {
	box-shadow: none !Important;
	border-bottom:2px solid #2A4E50;
	margin-top: 10px;
}

.widget .entry-meta {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 5px;
}

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

.single .entry-content {
    max-width: 66.67%;
	width: 100%;
	padding-right: 20px;
}


.single .sidebar {
	max-width: 33.33%;
    width: 100%;
    float: left;
	margin-top: 20px;
}

.single .sidebar .entry-header {
	display: block !important;
}

.single .sidebar .entry-content {
    max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.single .sidebar .widget .entry-title {
    background: transparent;
}


.single .sidebar .widget .entry-meta {
    display: block;
    padding-left: 0px;
}

.entry-title:after {
    max-width: 100%;
}

@media(max-width: 768px) {
	.single .entry-content {
		max-width: 100%;
		padding-right: 0px;
	}
	
	.single .sidebar {
		max-width: 100%;
	}
}

.fl-post-grid-image img {
    height: 100% !important;
}