/*
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.
*/
/* CSS Document */
.tribe-events-schedule h2 {
	font-size: 1.2em;
}

/* Shahani */
.page-id-2.ten1 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/05/DSC_8345.jpg') !important;
}

/* Leonard */
.page-id-2.ten2 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/05/DSC_4396.jpg') !important;
}

/* Guerrero */
.page-id-2.ten3 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/07/DSC_4296.jpg') !important;
}

/* Heidenreich */
.page-id-2.ten4 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/07/DSC_8277.jpg') !important;
}

/* Lugo-Lugo */
.page-id-2.ten5 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/07/11-jlkj.jpg') !important;
}

/* Book Bash */
.page-id-2.ten6 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/10/DSC_00431.jpg') !important;
}

/* Commencement */
.page-id-2.ten7 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/10/IMG_0029.jpg') !important;
}

/* Christian-Kim-Lester at awards ceremony */
.page-id-2.ten8 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/10/DSC_0168.jpg') !important;
}

/* Fall Preview 2015 */
.page-id-2.ten9 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/10/FullSizeRender.jpg') !important;
}

/* repeat of Shahani */
.page-id-2.ten10 .featured-image {
	background-image: url('/wp-content/uploads/sites/48/2015/05/DSC_8345.jpg') !important;
}

/* Banner */
.builder-section-content {
	margin: 0;
	padding: 0;
}

.builder-banner-content {
	border: none;
	padding: 5px 8px;
}

@media screen and (min-width: 800px) {
	.builder-banner-content {
		font-size: 2.1rem;
		font-size: 26px;
	}
}

/* ---------------------------------- */
.builder-banner-inner-content p {
	display: block;
	padding-bottom: 0;
	text-align: center;
}

html body.page main {
	background-color: #fff;
	color: #2a3033;
}

#spine #glue:before {
	border-right: solid 1px #d7dadb;
}

.main-header {
	background-color: #2a3033;
	background: url('/wp-content/uploads/sites/48/2015/04/ccgrs_bg2.png') no-repeat center right;
	height: auto;
	z-index: 100;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 12px 0;
	box-shadow: 0 1px 2px #000;
}

.main-header .header-group:not(.unset) {
	padding: 0;
	position: relative;
	max-width: 100%;
	margin-top: 20px;
}

.main-header .sup-header:not(.unset) a, .sup-header, .sup-header-default span {
	color: #fff;
	letter-spacing: 2px;
	margin-left: 20px;
}

.main-header .sup-header span {
	background: none;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 20px;
	letter-spacing: 2px;
}

.main-header .sub-header span {
	font-weight: 300;
	color: #fff;
	margin: 10px 0;
	padding: .5em 20px;
	background-color: #981e32;
	display: inline-block;
	font-size: 40px;
	box-shadow: 1px 1px 3px #000000;
}

h2, .article-title {
	color: #981e32;
	font-size: 220%;
	font-weight: normal;
}

h3 {
	font-size: 180%;
	font-weight: normal;
	color: #b67233;
	margin-bottom: 9px;
	padding-bottom: 0;
}

h4 {
	font-size: 140%;
	font-weight: normal;
	color: #b67233;
}

h5 {
	font-size: 120%;
	font-weight: normal;
	color: #6d441f;
}

.wp-caption {
	padding-top: 10px;
}

.wp-caption-text {
	font-style: italic;
	font-size: .9em;
	padding-right: 3px;
}

.alignright {
	text-align: right;
}

.main .featured-image {
	margin: 0;
	padding: 0;
}

.fluid .row.side-left .column.two a:hover, .fluid .row.side-right .column.one a:hover, .fluid .row.side-left .column.one a:hover, .fluid .row.side-right .column.two a:hover, .fluid .row.single .column.one a:hover {
	border-bottom: 2px solid #d7dadb;
}

.fluid .row.side-left .column.two, .fluid .row.side-right .column.one {
	padding: 1.5em 2em;
	color: #2a3033;
	background-color: #fff;
}

.fluid .row.side-left .column.one, .fluid .row.side-right .column.two {
	padding: 1.5em 2em;
}

.fluid .row.single .column.one {
	background-color: #fff;
	padding: 1.5em 2em;
}

.fluid .row.single.bg-gray .column.one {
	background-color: #eff0f1;
}

.attachment .featured-image {
	display: none;
}

.gallery:after {
	content: "";
	clear: both;
	display: table;
}