/**
 * Audio Player
 */
#main .caAudioPlayer{
	margin-bottom: 15px;
}
#main .caAudioPlayer .mejs-container{
	width: 100% !important;
	height: 50px !important;
	border-radius: 25px;
}
#main .caAudioPlayer .mejs-controls{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	height: 50px;
	border-radius: 30px;
}
#main .caAudioPlayer .mejs-controls .mejs-button{
	width: 50px;
	height: 50px;
}
#main .caAudioPlayer .mejs-controls button{
	margin: 0;
	width: 50px;
	height: 50px;
	background: none;
	opacity: 0.8;
}
#main .caAudioPlayer .mejs-controls button:hover{
	opacity: 1;
}
#main .caAudioPlayer .mejs-controls button::before{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font: 23px/1 FontAwesome;
	color: #fff;
}
#main .caAudioPlayer .mejs-controls .mejs-play button::before{
	content: "\f04b";
}
#main .caAudioPlayer .mejs-controls .mejs-pause button::before{
	content: "\f04c";
}
#main .caAudioPlayer .mejs-controls .mejs-mute button::before{
	content: "\f028";
}
#main .caAudioPlayer .mejs-controls .mejs-unmute button::before{
	content: "\f026";
}
#main .caAudioPlayer .mejs-controls .mejs-time{
	width: 70px;
	font-size: 12px;
}
#main .caAudioPlayer .mejs-controls .mejs-time-rail{
	position: relative;
	min-width: calc( 100% - 50px - 70px - 70px - 50px - 70px ) !important;
}
#main .caAudioPlayer .mejs-controls .mejs-time-total{
	width: 100% !important;
}
#main .caAudioPlayer .mejs-controls .mejs-horizontal-volume-slider{
	width: 70px;
}

/**
 * Body
 */
body{
	margin-bottom: 0;
}

/**
 * Footer
 */
#footer2{
	padding: 20px 0 0;
	color: #d4d4d4;
	background: #3d4045;
}
#footer2 ::selection{
	background-color: #c32433;
	color: #fff;
}
#footer2 :focus{
	outline: 6px auto #193ACC !important;
}
#footer2 .container{
	margin-bottom: 0;
}
#footer2 > .container{
	padding: 25px 0;
}
#footer2 > .container > .row{
	margin: 0;
	padding: 0 20px;
}
#footer2 > .container > .row > div{
	padding: 0 2%;
}
#footer2 > .container > .row > div > section{
	margin-bottom: 50px;
}
#footer2 a{
	color: #d4d4d4;
}
#footer2 a:hover{
	color: #fff;
}
#footer2 ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	list-style: none;
}
#footer2 li{
	margin: 0;
	padding: 0;
}
#footer2 svg{
	margin-right: 4px;
	width: 16px;
	fill: #d4d4d4;
}
#footer2 .screen-reader-text{
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	clip-path: inset(50%);
	margin: -1px;
	padding: 0;
	word-wrap: normal !important;
}

/**
 *Footer / Widget Titles
 */
#footer2 .widgettitle{
	display: block;
	margin-bottom: 15px;
	font-weight: bolder;
	font-size: 14px;
	line-height: 27px;
	color: #d4d4d4;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/**
 * Footer / Contact Info
 */
#footer2 .widget_contact_info li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
#footer2 .widget_contact_info svg{
	position: absolute;
	top: 2px;
	left: 0;
}

/**
 * Footer / Social Networks
 */
#footer2 .ssmi-icon-row{
	display: flex;
	flex-wrap: wrap;
}
#footer2 .ssmi-icon-link{
	display: inline-block;
	width: 44px;
	height: 44px;
}
#footer2 .ssmi-icon-link i{
	display: inline-block;
	margin: 6px;
	width: 32px;
	height: 32px;
	font-size: 21px;
	line-height: 32px;
	border-radius: 50%;
}
#footer2 .ssmi-icon-link:hover i{
	opacity: 0.8;
}
#footer2 .ssmi-icon::before{
	font-family: "Font Awesome 5 Brands";
	color: #3d4045;
}

/**
 * Footer / Navigation
 */
#footer2 .widget_nav_menu{
	padding: 4px;
}
#footer2 .widget_nav_menu a{
	display: inline-block;
	padding: 5px 15px 5px 5px;
	line-height: 26px;
	text-decoration: none;
}
#footer2 .widget_nav_menu svg{
	position: relative;
	top: 2px;
	margin-right: 7px;
}

/**
 * Footer / Instagram
 */
#sbi_images{
	display: grid;
	grid-template-columns: 100%;
	column-gap: 10px;
	row-gap: 10px;
	padding: 10px !important;
}
.sbi-screenreader {
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	text-align: left !important;
	overflow: hidden !important;
}
.sbi_item a{
	display: block;
}
.sbi_item img{
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

@media( min-width: 481px ) {
	#sbi_images{
		grid-template-columns: 50% 50%;
	}	
}

/**
 * Footer / Credits
 */
#footer2-credits{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	text-align: center;
	background: #363a3d;
	opacity: 0.8;
}
#footer2-credits .container{
	padding: 10px 10px 5px;
}
#footer2-credits a{
	color: #fff;
}

@media( min-width: 768px ) {
	#footer2-credits{
		text-align: left;
	}
	#footer2-credits .container{
		padding: 25px 0 20px 20px;
	}
}

@media( min-width: 1141px ) {
	#footer2-credits .container{
		padding: 25px 0 20px;
	}	
}

/**
 * Font Awesome Fixes
 */
.fa-gear::before{
	content: "\f013";
}

/**
 * Results
 */
.results h1 .fa-gear{
	margin: 5px 0 0 0.3em;
	font-size: 0.8em;
}