/*
 Theme Name:     Burning River Roller Derby (2019)
 Theme URI:      https://www.burningriverderby.com/
 Description:    Wordpress theme for the Burning River Roller Derby team
 Author:         Nick Goers
 Author URI:     https://www.nickgoers.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

:root {
	--primary-color: #006DA4;
	--accent-color: #F3742E;
}

#menu-main-menu .menu-item:last-child {
	padding-right: 0;
}

.brrd-inline-btns > .et_pb_column {
	display: inline-block;
	width: auto;
	margin-right: 1em;
}

.brrd-blog-list .et_pb_salvattore_content {
	display: flex;
}

.brrd-blog-list .et_pb_salvattore_content .column {
	float: none;
}

.brrd-blog-list .et_pb_salvattore_content .column article {
	position: relative;
	height: 100%;
	padding-bottom: 36px;
}

.brrd-blog-list .et_pb_salvattore_content .column .more-link {
	position: absolute;
	bottom: 19px;
	left: 19px;
}

.brrd-blog-list .et_pb_post .post-meta {

}


/*** SECTION STYLES ***/
.section--overlay::after {
	content: '';
    background-color: rgba(0,0,0,0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*** END SECTION STYLES ***/


/*** HOMEPAGE HERO STYLES ***/
.hero-slider {
	position: relative
}

.hero-slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 5rem;
	z-index: 1000;
	transform: translateX(-50%);
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-slider .slick-dots li + li {
	margin-left: 0.5rem;
}

.hero-slider .slick-dots button {
	height: 0.75rem;
	width: 0.75rem;
	border: none;
	background-color: rgba(255,255,255,0.5);
	font-size: 0;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
}

.hero-slider .slick-dots button:hover {
	background-color: rgba(255,255,255,0.75);
}

.hero-slider .slick-dots li.slick-active button {
	background-color: var(--accent-color);
}

.hero-slider .hero-slide {
	min-height: 75vh;
	height: 100%;
	display: flex !important;
    align-items: center;
    flex-direction: column;
}

.hero-slider .hero-slide::after {
	content: '';
    background-color: rgba(0,0,0,0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*** END HOMEPAGE HERO STYLES ***/

/*** SLICK JS STYLES ***/
.slick-initialized .slick-track {
    display: flex;
}

.slick-slide {
	height: auto;
}

.slick-slide > div {
	height: 100%;
}
/*** END SLICK JS STYLES ***/

.em-calendar {
	width: 100%;
}

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

.fullcalendar td {
	width: calc(100% / 7);
	padding: 0.75rem !important;
	vertical-align: top;
	border: 1px solid #888 !important;
	height: 6rem;
}

.fullcalendar thead td,
.fullcalendar .days-names td {
	height: auto;
}

hr {
	border: none;
	border-top: 1px dotted #f68933;
	margin: 1.5rem 0;
}

ul.three-column {
	column-count: 3;
}