/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* Increase text size in maroon box */
.feature-col-item h4 a,  i {
    color: #FFF;
    font-size: 32px;
}
.feature-col-item p {
    font-size: 26px !important;
    color: #C5B358;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
	background: #fff;
	margin:0;
	padding: 1px 0;
	transition: all 0.2s ease-out 0s;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
	-moz-box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
	box-shadow: 0px 10px 4px -10px rgba(238,238,238,0.9);
}
.navbar-brand > img {
	display: block;
	max-height: 55px;
	max-width: 310px;
}
.navbar .navbar-brand {
	margin: 0 0 0 15px;
	padding: 0;
	max-width: 40%;
}
.no-fs-clearfix {
	height: 80px;
}
.navbar .navbar-toggle {
	background-color: #2d2d2d;
	color: #ffffff;
	font-size: 22px;
	border-radius: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
	outline: medium none;
	transition: all 0.2s ease-out 0s;
}


.navbar .navbar-toggle .icon-bar {
	background-color: #2d2d2d;
}
.navbar-nav > li{
	float: none;
}
.nav > li > a:focus {
	background-color: transparent;
}

/*main-navigation*/
.main-navigation{
	float: right;
	z-index: 99;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	color: #660E0E
;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.main-navigation a:hover{
	background: transparent;
}

/*submenu*/
.navbar-nav > li.menu-item-has-children > a::after {
	color: #660E0E;
	content:
	font-family: FontAwesome;
	font-size: 16px;
	margin-left: 3px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	background: #C5B358;
	text-align: left;
}

/* menu spacing/width/etc - changed to decrease space between list items and increased width of menu reduce text wrapping
*/

.main-navigation ul ul ul {
	top: 0;
}
.main-navigation ul ul a {
	font-size: 16px;
	padding: 2px 6px;
	width: 275px;
	color: #fff;
}

.main-navigation li:hover > a {
	background: rgba(197,179,88);
}

.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 1024px){
	.main-navigation a {
		font-size: 16px;
		padding: 18px 23px;
	}
}

@media screen and (max-width: 1023px) {
	.navbar  .container > .navbar-collapse,
	.navbar  .container > .navbar-header{
		margin: 0;
	}
	.main-navigation{
		float: none;
		background: #C5B358;
		box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
	}
	.navbar{
		margin-bottom: 0;
	}

	.main-navigation li {
		float: none;
		display: block;
		border-top: 1px solid #999;
	}

	.main-navigation.toggled .nav-menu {
		background: none repeat scroll 0 0 #C5B358;
	}

	.main-navigation ul ul {
		background: none repeat scroll 0 0 #C5B358;
		display: block;
		float: none;
		position: static;
		text-align: left;
		box-shadow: none;
	}

	.main-navigation ul ul li{
		padding-left: 25px;
	}

	.main-navigation ul ul li a {
		display: block;
		width: auto;
	}
	.main-navigation ul ul a:hover {
		background: rgba(0, 0, 0, 0);
	}
	.main-navigation a {
		padding: 6px 10px;
		font-size: 16px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Top Header

Used to change font size of Owl Happenings
--------------------------------------------------------------*/
.top-header{
	padding: 5px 0;
	color: #fff!important;
	font-size: 17px;
}
.top-header.left-curve{
	border-radius: 0 0 0 100px;
}
.top-header a,
.top-header p{
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.top-header .top-phone,
.top-header .top-email,



{
	margin-right: 20px;
}
.top-header .text-left{
	padding-top: 4px;
	overflow: hidden;
}
.top-header .text-left i
{
	margin-right: 5px;
}




/*custom ticker*/
.top-header-latest-posts,
.top-header-latest-posts .bn-title,
.top-header-latest-posts .news-notice-content
{
	display: inline-block;
}
.news-notice-content .news-content{
	display: none;
}

.top-header .socials{
	margin: 0;
	display: inline-block;
}



@media only screen and (max-width: 767px) {
	.top-header .text-right,
	.top-header .text-left
	{
		text-align: center;
	}
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul,
.widget ol{
	margin: 0;
	padding: 0;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget_search{
	position: relative;
	width: 100%;
}






/*** CALENDER ***/
.calendar_wrap #wp-calendar {
	width: 100%;
}
.calendar_wrap #wp-calendar caption {
	font-size: 17px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
.calendar_wrap table,
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap tr {
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-collapse: collapse;
	padding: 3px;
}

.calendar_wrap #wp-calendar th,
.calendar_wrap #wp-calendar td {
	border: 1px solid rgba(0, 0, 0, 0.03);
	text-align: center;
	color: #C5B358;
	font-size: 14px;
}

.calendar_wrap th {
	background: rgba(0, 0, 0, 0.03);
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #C5B358;
}
.calendar_wrap #wp-calendar #today,
.calendar_wrap #wp-calendar #today a {
	color: #fff;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Content - (Page headers listed in the banner pictures - haven't changed anything yet, but may want to later)
--------------------------------------------------------------*/
.inner-main-title {
	position: relative;
	width: 100%;
	background-size: cover;
	background-color: #660E0E;
	overflow: hidden;
}
.inner-main-title .entry-header {
	position: absolute;
	width: 100%;
	bottom: 7%;
}
.inner-main-title .entry-title,
.inner-main-title .page-title{
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
}




/*------------------------------------------------------*\
    #Custom CSS
\*--------------------------------------------------------*/









/*slider*/
.image-slider-wrapper{
	display: block;
	height: 70vh;
	position: relative;
	overflow: hidden;
}
.acme-owl-carausel{
	display: none;
}
.owl-wrapper-outer,
.image-slider-wrapper .owl-item {
	height: 70vh !important;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}
.image-slider-wrapper .item {
	height: 100% !important;
}
.image-slider-wrapper .owl-item .slider-content {
	display: none;
}
.image-slider-wrapper .owl-item.active .slider-content{
	display: block;
}
.image-slider-wrapper .banner-title {
	color: #C5B358;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 0 1px 2px #660e0e;
}
.image-slider-wrapper .slider-content {
	color: #660E0E;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 20px;
}
.image-slider-wrapper .slider-content p{
	text-shadow: 0 1px 1px #C5B358;
}
.image-slider-wrapper .slider-content .btn-primary{
	margin: 10px 0;
}

.owl-buttons >div {
	position: absolute;
	top: 50%;
	z-index: 9;
	opacity: 0.7;
}

.owl-buttons >div.owl-prev {
	left: 12px;
}
.owl-buttons >div.owl-next  {
	right: 12px;
}
.owl-buttons >div i {
	background: #C5B358;
	border-radius: 50%;
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
}
.owl-buttons >div i:hover {
	color: #fff;
}
.slider-content .container {
	width: 85%;
}








/*extra small device*/
@media (max-width: 1230px) {
	.image-slider-wrapper .owl-buttons >div{
		display: block;
	}
	.image-slider-wrapper .banner-title {
		font-size: 32px;
	}

@media screen and (max-width:679px){
	.image-slider-wrapper .slider-content .image-slider-caption{
		display: none;
	}
	.image-slider-wrapper .banner-title {
		font-size: 24px;
	}
}









/*feature-column section*/
.feature-column{
	margin-top: -100px;
}
.feature-col-item {
	padding:10px;
}
.feature-col-item h4 a,
.feature-col-item i{
	color: #FFF;
}
.feature-col-item h4 a:hover {
	text-decoration: underline;
}
.feature-col-item i {
	font-size: 25px;
	line-height: 50px;
}
.feature-col-item h4,
.feature-col-item p {
	margin-left: 0;

}
.feature-col-item h4 {
	font-weight: 700;
}
.feature-col-item p {
	font-size: 15px;
	color: #C5B358;
}












/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
	color: #C5B358;
	position: relative;
}
.site-footer .bottom{
	padding: 20px 0;
	overflow: hidden;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.site-footer  .text-right,
	.site-footer  .text-left
	{
		text-align: center;
	}
}








/***** Sidebars   -  changes (added "font-size 14" twice) didn't appear to make a difference *****/
.site-content {
	margin: 0 auto;
	margin-top: 30px;
}

#primary {
	float: left;
	width: 69.5%;
	display: block;
	margin-bottom: 60px;
	font-size: 16px;
}

.secondary-sidebar {
	float: right;
	width: 28%;
	font-size: 16px;
}

@media only screen and (max-width: 767px){
	.site-content{
		margin-top: 2em;
	}
	.inner-main-title{
		margin-bottom: 30px;
	}
	#primary,
	.secondary-sidebar {
		width: 100%;
		float: none;
	}
}
.secondary-sidebar .container{
	max-width: 100%;
}
.secondary-sidebar .container .row > div,
.secondary-sidebar .form-group > div{
	width: 100%;
}






/*** RIGHT-SIDEBAR ***/
.right-sidebar #primary{
	float: left;
}
.right-sidebar .secondary-sidebar{
	float: right;
	font-size: 16px;
}






}
/*** COMMON WIDGETS ***/
.widget-title {
	font-size: 28px;
	margin-bottom: 0;
	text-align: center;
}
.at-fixed-width .widget-title{
	text-align: left;
	font-size: 16px;
}
.widget-title span{
	display: block;
}
.widget li {
	border-top: 1px solid #d7d7d7;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
.widget li a {
	color: #660E0E;
	font-size: 16px;
}
.widget select {
	background: #ffffff;
	border: 1px solid #cccccc;
	max-width: 100%;
	padding: 8px 15px;
}
.at-fixed-width .widget .line{
	text-align: left;
	line-height: 10px;

}
.at-fixed-width .widget .line > span {
	display: inline-block;
	width: 25px;
	height: 3px;

}
.at-fixed-width .widget .line > span::before{
	display: none;
}
.footer-sidebar .widget li{
	border-top: 1px dashed #fff;
}
.footer-sidebar .widget li a{
	color: #C5B358;
	font-size: 14px;
}





/*search*/
.widget .search-block{
	width: 85%;
	float: none;
}
.search-block{
	display: inline-block;
	float: right;
	margin: 7px 10px;
	position:relative;
	width: 185px;
}
.no-results .search-block,
.error404 #primary .page-content .search-block,
.search-no-results #primary .page-content .search-block {
	float: none;
	width: 50%;
}
.search-block input#menu-search,
.widget_search input#s{
	font-size: 15px;
	line-height: 31px;
	height: 31px;
	padding: 2px 23px 2px 8px;
	width: 100%;
}
.search-block #searchsubmit,
.widget_search #searchsubmit{
	background: rgba(0, 0, 0, 0);
	border: medium none;
	font-size: 20px;
	height: 25px;
	position: absolute;
	right: 7px;
	top: 3px;
	width: 25px;
}













/* just added for sidebar and footer changes */







/*common custom widget*/
.acme-widgets{
	padding: 30px 0;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.acme-widgets{
		padding: 10px 0;
	}
	.acme-widgets .row > div {
		margin-bottom: 17px;
	}
	.acme-widgets .row > div:last-child{
		margin-bottom: 0;
	}
}
/*sidebar and footer fixed custom widgets*/
.at-fixed-width .acme-widgets{
	padding: 0;
}
.at-fixed-width .acme-widgets .container,
.at-fixed-width .acme-widgets .container .row > div {
	width: 100%;
	margin: 0;
}

.at-fixed-width .acme-widgets.acme-testimonials .container .row > div {
	margin: 17px 0;
}

.at-fixed-width .acme-widgets.acme-clients .client-image{
	text-align: center;
	margin: 10px 0;
}
.at-fixed-width .team-item{
	margin: 20px 0;

}
.at-fixed-width .col-img {
	float: none;
	position: relative;
	width: 100%;
}
.at-fixed-width .acme-widgets .featured-section .container,
.at-fixed-width .acme-widgets .featured-section .container .widget-title,
.at-fixed-width .acme-widgets .featured-section .container .row > div {
	text-align: center;
}
.at-fixed-width .acme-widgets .featured-section .container .widget-title{
	border: none;
}
/*line border*/
.line {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.line > span {
	display: inline-block;
	width: 170px;
	height: 1px;
}
.line > span::before{
    bottom: -4px;
    color: #003A6A;
    font-size: 15px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
 }
.line > span::before{
	background: #ffffff;
}
.gray-bg .line > span::before{
	background: #f1f1f1;
}
.acme-testimonials .line > span::before,
.acme-featured-image .line > span::before
{
	background: #F1F1F1;
}
/*main title*/
.main-title {
	margin-bottom:20px;
	text-align: center;
	color: #000;
	position: relative;
}

.main-title > div {
	text-transform: uppercase;
	font-weight: normal;
	color: #707070;
}

.main-title h2 {
	text-transform: uppercase;
}

.main-title p {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
/*feature-column section */
.feature-column{
	margin-top: -100px;
}
.feature-col-item {
	padding:10px;
	
}
.feature-col-item h4 a,
.feature-col-item i{
	color: #FFF;
}
.feature-col-item h4 a:hover {
	text-decoration: underline;
}
.feature-col-item i {
	font-size: 27px;
	line-height: 50px;
	overflow: none;
	display: block;
}
.feature-col-item h4,
.feature-col-item p {
	margin-left: 0;

}
.feature-col-item h4 {
	font-weight: 700;
}
.feature-col-item p {
	font-size: 17px;
	color: #C5B358;
}
/*extra small device*/
@media (max-width: 991px) {
	.feature-column{
		margin-top: -30px;
	}
}
/*popular course*/
.course-item img{
	width: 100%;
}
/*blog*/
.gray-bg{
	background: #fff;
	margin: 50px 0;
	font-size: 16px;
}
.blog-item{
	text-align: left;
	position: relative;
	z-index:5;
	background: #fff;
	padding-bottom: 15px;
	border:1px solid #eee;
}
.blog-item h4,
.blog-item p{
	padding: 5px 10px;
}
.blog-item h4{
	margin-bottom: 0;
}
.blog-item h3 a{
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	width:100%;
	display:block;
}
.blog-item .entry-header{
	margin-bottom: 5px;
	position: absolute;
	left: 0;
	top:0;
	width: 70px;
	z-index: 5;
	color: #fff;
	text-align: center;
	opacity: .7;
}
.blog-item .entry-header.no-image {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
}

.blog-item .entry-header .day,
.blog-item .entry-header .month{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.blog-item .entry-header .day{
	font-size: 30px;
}
.blog-item .entry-header .month{
	font-size: 16px;
	padding:5px 0;
}
.blog-item .blog-img{
	position: relative;
	z-index: 1;
}
.blog-item .blog-img a{
	overflow: hidden;
	display: block;
}
.blog-img img{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	width: 100%;
}
.blog-img img:hover{
	transform: scale(1.1);
}
/*team*/
.team-item{
	margin-bottom: 30px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.team-author{
	position: relative;
}
.team-item img{
	width: 100%;
}
.team-item{
	border: 1px solid #d4d4d4;
	overflow: hidden;
	padding:0;
	transition: all 0.3s ease 0s;
}
.team-item h3 a{
	color: #fff;
}
.team-author-details {
	bottom: 0;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	color: #fff;
	background: rgba( 0, 0, 0, 0.3);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;

}
.team-details{
	display: none;
}
.team-item:hover .team-author-details{
	bottom: 10px;
}
.team-item:hover .team-details{
	display: block;
}
.team-author-details.team-no-img{
	position: relative;
	bottom: 0;
}
.team-author-details.team-no-img .team-details{
	display: block;
}
.team-item:hover .team-author-details.team-no-img{
	bottom: 0;
}
/*testimonial*/
.acme-testimonials{
	padding: 50px 0;
}
.testimonial-item{
	margin-bottom: 30px;
}
.acme-testimonials .main-title > div {
	display: none;
}
.testimonial-content{
	border-radius: 7px;
	opacity: 0.9;
}
.acme-testimonials:not(.at-no-parallax) .widget-title,
.testimonial-content p {
	color: #fff;
}
.testimonial-content p{
	font-size: 14px;
	padding: 10px 20px;
}
.testimonial-author{
	border-bottom: 1px solid #fff;
	padding: 10px 20px;

}
.testimonial-author .testimonial-author-name a{
	color: #fff;
}
.testimonial-author img {
	border-radius: 50%;
	width: 65px;
	border: 5px solid #fff;
}
/*feature column added*/
.acme-featured-image{
	background-color: #f4f4f4;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 50px 0;
	margin: 50px 0;
}
.col-details .widget-title,
.col-details .line,
.col-details .line span,
.col-details .at-btn-wrap
{
	text-align: left;
	position: relative;
}
.pull-left .col-details .widget-title,
.pull-left .col-details .line,
.pull-left .col-details .line span,
.pull-left .col-details .at-btn-wrap,
.pull-left .col-details .fs-text-desc p
{
	text-align: right;
	position: relative;
}
.col-img > img {
	width: 100%;
}

.acme-featured-image .btn-primary{
	margin-left: 0;
}
.secondary-sidebar .fd-image-col .col-img {
	float: none;
	position: relative;
	width: 100%;
}
.secondary-sidebar .fd-image-col .col-img {
	float: left;
	position: relative;
	width: 100%;
}
/*extra small device*/
@media (max-width: 991px) {
	.col-img {
		float: left;
		position: relative;
		width: 100%;
	}
}
/*contact section*/
.contact-form {
	overflow: hidden;
}
.contact-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	font-weight: 300;
	border-width: 2px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
	height: 45px;
}
.contact-form .entry-title {
	margin: 0;
}

/* hpyerlink color - changed from 660E0E to white (fff) 1-10-18 All of address appeared white, so changed Hex to C5B358 
 * 1-11-18 changed back to 660E0E so hyperlinks in pages stay maroon - will change footer links so they appear
 * */
a {
    color: #660E0E;
}

/* font color */
body {
    color: #000;
    font-size: 14px;
}
page {
	font-size: 14px
}

/* hide featured image on Athletics page */
.page-id-283 .single-feat {
    display: none;
}

/* hide featured image on Academics page */
.page-id-252 .single-feat {
    display: none;
}


/*Change color of dates in footer calendar that have posts*/

.calendar_wrap a {
    color: #c5b358;
}


/* Mobile mode - Menu button*/
.navbar .navbar-toggle {
    background-color: #660E0E;
    color: #ffffff;
    font-size: 22px;
    border-radius: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
    outline: medium none;
    transition: all 0.2s ease-out 0s;
}


/* "Live Events" button */

/* to keep "Live Events" on same Main Menu line */

.main-navigation .nav>li>a {
    padding: 10px;
}

/* Increasing font in Blue Ribbon School portion on Homepage */

body {
    color: #000;
    font-size: 16px;
}