/*
Theme Name: UA News Theme
Author: Web Communications
Author URI: https://strategiccommunications.ua.edu
Description: The official University of Alabama WordPress theme which is based off the UA Template released in 2016.
Version: 1.4.9
*/

.content-box.bg-primary h3,
.content-box.bg-primary a,
.content-box.bg-dark h3,
.content-box.bg-dark a {
	color: white !important;
}

a#skip-link {
	display: block;
	position: absolute;
	top: -1000em

}

a#skip-link:focus {
	top: 0;
	z-index: 100000000;
}

.home .site-section-top h1 {
	font-size: 25px;
}

.home-news h3 {
	font-size: 21px;
}

.home .content-box {
	margin-bottom: 0;
}

.news-v2 h2 a {
	color: #900;
}

.news-v2 h2 a:hover {
	color: #666;
}

.infscr-loading {
	text-align: center;
	margin-top: 10px;
}

/*
figure.wp-caption {
	max-width: 100% !important;
}
*/

.wp-caption.pull-left {
	margin-right: 25px !important;
}

.wp-caption.pull-right {
	margin-left: 25px !important;
}

.wp-caption-text {
	font-size: 85%;
	padding-bottom: 20px;
	font-weight: 600;
}

.all-experts-menu-option > a[href]:after{
	content: none !important;
}

.sidebar .content-box {
	word-wrap: break-word;
}

.infinite-scroll blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
}

.infinite-scroll blockquote.bg-primary:after,
.infinite-scroll blockquote.bg-light:after,
.infinite-scroll blockquote.bg-dark:after {
	content: '';
}

#archive-post-title {
	font-size: 21px;
	font-weight: 500;
}


#archive-post-title {
	font-size: 21px;
	font-weight: 500;
}

a#skip-link {
	position:absolute;
}

a#skip-link:focus {
	position:static;
}

.icon-social a:focus, .icon-social li:hover {
	box-shadow: 0 0 3pt 2pt #900f0f;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.sidebar-nav > li > a[href]:after,
.sidebar-nav-lg > li > a[href]:after {
    content: none;
}

.sidebar-nav > li > a[href].collapsed:after,
.sidebar-nav-lg > li > a[href].collapsed:after {
    content: none;
}

.single-post figure {
	background: #f8f8f8;
    border: 1px solid #c6c6c6;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.single-post figcaption {
	padding-bottom: 0;
	padding-top: 5px;
}

.expertise a {
	font-size: 12px;
}

/* Move image gallery caption below image */
@media screen and ( max-width: 1201px ) {
    .caption-below-1201 {
        background-color: black;
        position: relative !important;
    }
}

/* <= Phone */
@media (max-width: 767px) {
	.home .site-heading-bg-dark {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		border-radius: 0;
	}
}

/* <= Tablet landscape */
@media (max-width: 1299px) {
	.audience-btn {
		font-size: 12px;
	}

	.audience-btn .fa {
		font-size: 14px;
		line-height: 29px;
	}
}

/* >= Tablet portrait */
@media (min-width: 992px) {
	.all-news-search form {
		margin-top: 0;
		margin-bottom: 0;
	}

	.sidebar {
		padding-left: 35px;
	}
}

/* <= Tablet portrait */
@media (max-width: 991px) {
	.news-v2 .news-body h2:first-child {
		margin-top: 20px;
	}
}