/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Custom Styles for Benedictine School Website */
/* Author - Gayle Jayne, Monarch Web Services */
/* Artisteer didn't have a YouTube icon so I used the twitter coding and replaced the background image */
.art-twitter-tag-icon {
	background: url('https://benschool.org/wp-content/uploads/2014/11/youtube.png') no-repeat scroll;
	margin: 0 auto;
	min-height: 32px;
	min-width: 32px;
	display: inline-block;
	text-indent: 35px;
	background-position: left center;
}

/* remove border on table for board of directors page */
.art-article table {
	border: none !important;
}

.roadvideo {
	width: 325px;
}

.piccaption {
	font-size: .8em;
	margin-top: -10px !important;
	padding: 0 10px;
	line-height: 1.4 !important;
}

/* Home Page Classes ************* */
.homepgtop {
/*	background: #FEFEDA;*/
	background: #feffe8;
/*	background: #ffecbf;
	background: #e1ecf2;*/
	background: #fff7bd;
	background: #fffbdf;
	width: 100%;
	min-height: 400px;
	border: 1px solid #FFF1C9;
	border-radius: 2px;
	box-shadow: #c0c0c0 .5em .5em .3em;
	padding: 5px;
	margin-left: -5px;
}

.homepgtop p {
	line-height: 1.5;
	padding-right: 30px;
	padding-left: 35px;
}

.homeslider {
	float: left;
/*	max-width: 500px;
	height: 360px;*/
	margin: 20px;
	margin-bottom: 80px;
}

.sliderleft {
	float: left;
	margin-right: 20px;
}

.sliderright {
	float: right;
	margin-left: 20px;
}

.home-hotitem {
/*height: 200px;
	height: 218px;
	width: 170px;*/
	margin-right: 30px;
	margin-top: 40px;
	padding: 0 !important;
	float: left;
	background-color: #FFC212;
	border: none;
	border-radius: .2em 1em .2em .2em;
	text-align: center;
	line-height: 1.2;
	color: white;
	font-size: 16px;
	padding-left: 10px;
}

.home-hotitem img {
	position: relative;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-radius: .2em 1em .2em .2em;
}

.home-hotlist {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.padr {
	padding-right: 40px;
	padding-top: 3px;
}

.newsbox {
	float: left;
	max-width: 550px;
	max-height: 320px;
	overflow: scroll;
	border: 1px solid #FFF1C9;
	border-radius: 2px;
	box-shadow: #c0c0c0 .5em .5em .3em;
	padding-left: 25px;
}

.newsbox ul {
	padding: 0 20px 0 10px !important;
}

.newsbox ul li {
	font-size: 14px !important;
}

.newsboxtitle {
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

.call2action {
	clear: both;
	width: 100%;
	margin-top: 0;
/*	min-height: 300px;*/
	min-height: 200px;
}

.callmessage {
/*	max-width: 520px;*/
/*	float: left;*/
/*	min-height: 300px;*/
	min-height: 200px;
	padding-right: 20px;
}

.facebookfeed {
/*	width: 500px;*/
	max-width: 550px;
	max-height: 300px;
	overflow: scroll;
	margin: 20px auto;
	border: 1px solid #FFF1C9;
	border-radius: 2px;
	box-shadow: #c0c0c0 .5em .5em .3em;
/*	padding: 5px;*/
	padding-left: 25px;
	float: left;
}

.homeyoutube {
	width: 500px;
	float: left;
	margin-right: 40px;
}

/*  End home page classes ************* */
/*  */
.donatebuttons {
	width: 105%;
	border-top: 6px solid #264DA1;
	border-bottom: 6px solid #264DA1;
	margin-top: 10px;
	margin-left: -20px;
}

.donatebuttonsinner {
	text-align: center;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background-color: #FFC212;
}

.art-postcontent {
	padding: 0 30px;
}

.entry-title {
	background-color: #EDEDED;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
}

.control-pad {
	text-align: right;
	font-size: 80%;
	display: block;
}

.careers-summary {
	float: right;
	padding: 10px;
/*	margin-left: 20px;*/
	border: white solid 10px;
	font-size: 80% !important;
	line-height: 1.6;
	text-align: center;
	width: 260px;
	background-color: #EDEDED;
/*light gray */
}

.comments-link {
	display: none;
}

.entry-meta {
	display: none;
}

.entry-title {
	background-color: #EDEDED;
	padding-bottom: 20px;
	padding-left: 20px;
}

.entry-title a {
	text-decoration: none !important;
}

.itemlink {
	float: left;
	width: 140px;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
}

/* change readmore buttons to be more ADA compliant - class used by Content Views plugin */
.pt-cv-wrapper .btn-success {
	color: #fff;
/*    background-color: #5cb85c;
    border-color: #4cae4c; */
	background-color: #FFC212;
	border-color: #FFC212;
}

/*.btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}*/
.pt-cv-wrapper .btn-success:hover {
	background-color: #FFC212;
	border-color: #FFC212;
}

.pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active:hover {
	background-color: #FFC212;
	border-color: #FFC212;
}

.pt-cv-wrapper .btn-success.active.focus,.pt-cv-wrapper .btn-success.active:focus {
	background-color: #FFC212;
	border-color: #FFC212;
}