/*
Theme Name: Bandsites Default
Theme URI: http://www.bandsites.org
Description: Custom Wordpress theme built for bandsites.org.
Version: 1.0
Author: bandsites.org
Author URI: http://www.bandsites.org
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
*/

body {
	color: #555555;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
	/*line-height: 1.5;*/
	margin-bottom: 1rem;
}

.btn-primary {
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.65rem 2rem;
	background-color: #444444;
	border-color: #444444;
	border-radius: .15rem;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out;*/
	background-color: rgba(0, 0, 0, 0.75);
}

.navbar-brand {
	position: relative;
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	position: absolute;
	top: 10px;
	left: 0;
	height: 70px;
	transition: height .4s ease-in-out;
}

.navbar-toggler {
	padding: .75rem;
	border: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #eeeeee;
	font-size: 0.9rem;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: padding .4s ease-in-out;
	text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link i {
	font-size: 1.1rem;
}

.carousel-item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-item img {
	filter: brightness(50%);
}

.carousel-caption {
	left: 20%;
	right: 20%;
	top: calc(50% + 50px);
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-caption h1 {
	color: white;
	font-size: 2rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0;
}

.announcements {
	background-color: #444444;
	padding: 40px 0;
}

/*.announcements .fa {
	color: white;
	font-size: 50px;
}*/

.announcements h2 {
	color: white;
	font-weight: 300;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.announcements .btn {
	background: none;
	border-color: rgba(255, 255, 255, 0.25);
}

.announcements .btn:hover {
	border-color: #ffffff;
}

.features {
	background-color: #dddddd;
	padding: 60px 0;
}

.features .col-md {
	margin-bottom: 3rem;
}

.features .col-md:last-of-type {
	margin-bottom: 0;
}

.features h3 {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*.features .btn-primary {
	color: #666666;
	background-color: #dddddd;
	border-color: #dddddd;
	margin-top: 1rem;
}*/

.page-title {
	background-color: #dddddd;
	padding: 30px 0;
}

.page-title h1 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
}

.breadcrumb a {
	color: #555555;
}

.content {
	padding: 3rem 0;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content .header-photo {
	width: 100%;
	margin-bottom: 3rem;
}

.content .ensemble-photo {
	margin-bottom: 2rem;
	width: 100%;
}

.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
	padding-bottom: 30px !important;
}

.simcal-default-calendar-grid > table tbody td {
	border: 1px solid #dddddd;
}

body.blog .post {
	margin-bottom: 3rem;
}

body.blog .post:last-child {
	margin-bottom: 0;
}

.bar-heading {
	background-color: #dddddd;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 14px;
	margin-top: 2rem;
}

.sidebar {
	border-top: 1px solid #dddddd;
	margin-top: 3rem;
	padding-top: 3rem;
}

.sidebar h4 {
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar li {
	font-size: 1rem;
	margin-bottom: 1rem
}

.sidebar li:last-child {
	margin-bottom: 0;
}

/*.sidebar li a {
	color: #333333;
}*/

.sidebar li .post-date {
	color: #999999;
	font-size: 0.9rem;
	display: block;
}

.callout {
	color: white;
	background-color: #444444;
	padding: 30px 0;
}

.callout h3 {
	font-weight: 300;
	margin-bottom: 0;
}

.callout h3 a {
	color: white;
}

.callout .fa {
	margin-left: 10px;
}

footer {
	background-color: #333333;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.footer-widgets {
	color: #cccccc;
	padding: 3rem 0;
}

.footer-widgets h4, .footer-widgets .widget_recent_entries h2 {
	color: #dddddd;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets p {
	opacity: 0.8;
}

.footer-widgets a {
	color: #cccccc;
}

.footer-widgets .navigation-widget li {
	padding: 4px;
}

.footer-widgets .widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widgets .widget_recent_entries li {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.footer-widgets .widget_recent_entries li:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget_recent_entries li .post-date {
	font-size: 0.9rem;
	opacity: 0.8;
	font-style: italic;
	display: block;
}

.copyright {
	color: rgba(255, 255, 255, 0.25);
	background-color: rgba(0, 0, 0, 0.2);
	padding: 40px 0;
}

.copyright p {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.copyright p a {
	color: rgba(255, 255, 255, 0.25);
}

.copyright li:not(:last-child) {
	margin-right: 1.4rem;
}

.copyright li a {
	color: rgba(255, 255, 255, 0.25);
	font-size: 1.4rem;
}

.qtip {
	max-width: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.carousel-caption h1 {
		font-size: 3rem;
	}
	.features .col-md {
		margin-bottom: 0;
	}
	.sidebar {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand img {
		height: 90px;
		margin-top: 10px;
	}
	body.miniNav .navbar-brand img {
		height: 70px;
		margin-top: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 39px 15px;
	}
	body.miniNav .navbar-expand-lg .navbar-nav .nav-link {
		padding: 20px 15px;
	}
	.dropdown-menu {
		display: block;
		margin-top: -20px;
	    border-radius: 0;
	    background-color: rgba(255, 255, 255, 0.5);
		opacity: 0;
		transition: opacity .2s ease-in-out;
	}
	.navbar-nav li.dropdown:hover > .dropdown-menu {
	    opacity: 1;
	}
	.dropdown-item {
		color: #000000;
		text-transform: uppercase;
		transition: color 0.3s;
	}
	.dropdown-item:hover {
		color: white;
		background: none;
	}
	.carousel-caption h1 {
		font-size: 4.8rem;
	}
	.page-title {
		padding: 40px 0;
	}
	.content {
		padding: 5rem 0;
	}
	.footer-widgets {
		padding: 5rem 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}