/* UCSB Delts 2015 */

/*-------------------------------------------------------------------------------------------*/
/* CUSTOM STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


.home .inner-intro h1,.home .inner-intro h2 {
	color: #ffcc00;
	text-shadow: 1px 1px 0px #555;
}
.home .inner-intro p {
	color: #222;
	text-shadow: 1px 1px 0px #555;
	font-size: 18px;
	font-weight:600;
	letter-spacing: 5px;
}
.home .owl-carousel .owl-controls .owl-page span {
	background: #fff;
	border: 2px solid #fff;
}
.home .owl-carousel .owl-controls .owl-page.active span {
	background: rgba(250,250,250,0);
	border: 2px solid #fff;
}
.full-intro .inner-intro .container .title h2 {
    margin-top: 20px; /* MJL */
}
.item-container {
	border: 1px solid #999;
}
@media (min-width: 1024px) {
		h2.content-title {
		/*display: none;*/
	}
}
@media (max-width: 1024px) {
		body.rush .full-cap-wraper {
		display:none;
	}
}
input[type="submit"] {
	-moz-user-select: none;
    background-image: none;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border: 0;
    border-radius: 2px;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding: 11px 20px;
    background: #323232 none repeat scroll 0 0;
    color: #fff;
}
input[type="submit"]:hover {
	opacity: .85;
}
.cta {
	color: #ecb649;
	margin-top: 20px;
}
.sidebar-widget ul li a {
    color: #d5951d;
}

/** GALLERIES **/

.item-hover-content {
	position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.footer-info p {
	font-size: 13px;
}
img.pull-right {
	margin: 0 0 20px 20px;
}
img.pull-left {
	margin: 0 20px 20px 0;
}
body.about .inner-intro,body.about-dtd .inner-intro,body.photo-2012 .inner-intro,body.photo-2014 .inner-intro,
body.contact-us .inner-intro {
	background-color: #ecb649;
}
.sidebar-widget .list ul {
	padding-left:20px;
}
.sidbar widget .list ul li {
	list-style-position: outside;
	list-style-type:disc;
}
