/*
Theme Name: JasonFerruggia
Description: This is a child theme of Canvas
Author: RB
Template: canvas
Version: 1.0
*/

@import url("../canvas/style.css");

/*

INSTRUCTIONS:

Please use the supplied custom.css for your customizations. 
This file should not have any CSS in it.

*/



#top-banner {

	background-size: cover;
	background-position: center 5%;
	height: 85vh;
	min-height: 700px;
	position: relative;
}

#top-banner iframe {
	border: none;
    margin-top: 15px;
    padding: 0 25px 0;
    box-sizing: border-box;
    display: block;
}

#top-banner #dww_list {
	position: absolute;
	bottom: 240px;
	width: 50%;
	margin: 0 auto;
	right: 90px;
	max-width: 100%;
}

#top-banner #dww_list ul {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
	text-align: center;
}

#top-banner #dww_logo {
	position: absolute;
	top: 30px;
	right: 90px;
	width: 50%;
}

#top-banner #dww_logo img {
	margin-left: auto;
	max-width: 100%;
	display: block;
	width: 700px;
}

@media( min-width: 1449px ) {
	
	#top-banner #dww_logo {
		top: auto;
		bottom: 300px;
	}
	
	#top-banner #dww_logo img {
		width: 1000px;
	}
	
}

#top-banner #dww_list li {
	padding: 15px;
	height: 80px;
	width: 80px;
	position: relative;
	text-align: center;
	color: #000;
	margin: 0 5px;
	display: inline-block;
	background: rgba(188,189,192, 0.8);
	border-radius: 100%;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}

#top-banner #dww_list li span {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top-banner #dww_player {
	width: 50%;
    position: absolute!important;
    bottom: 30px;
    right: 90px;
	max-width: 100%;
}

#top-banner #dww_player .inner {
	background: rgba(35,32,31, 0.8);
	margin: 0 auto;
	padding: 25px 0;
	width: 560px;
	max-width: 100%;
}

#top-banner #dww_player h2 {
	font-size: 24px;
}

#top-banner #dww_player h2,
#top-banner #dww_player p {
	color: #fff;
	padding: 0 25px;
}

#top-banner #dww_player .spp-artist-and-title {
	opacity: 0;
}

#top-banner .smart-track-player {
	margin: 20px auto 0!important;
	
}

.pcast-button.first {
margin-top: 15px;
}

.pcast-button {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff!important;
	background: #9b160d;
	padding: 15px 25px;
	box-sizing: border-box;
	font-size: 16px!important;
    text-decoration: none!important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pcast-button:hover {
	background: #23201f;
	color: #fff!important;
	text-decoration: none;
}

#top-banner .mejs-container {
	margin: 20px 0 25px;
}

@media( max-width: 1499px ) {
	
	#top-banner #dww_player {
		right: 30px;
		bottom: 30px;
	}
}

@media( max-width: 1299px ) {

	#top-banner {
		height: 75vh;
		min-height: 600px;
	}
	
	
	
}

@media( max-width: 991px ) {

	#top-banner {
		height: 70vh;
		min-height: 500px;
		background-position: left top;
	}

	.search-toggle {
		display: none;
	}
	
	#top-banner #dww_player {
		width: calc(100% - 30px)!important;
		max-width: 100%;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
	
	#top-banner #dww_list {
		bottom: 200px;
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	#top-banner #dww_list ul {
		text-align: right;
		margin: 0 30px 0 0;
	}
	
	#top-banner #dww_player h2 {
		font-size: 20px;
	}
	
	#top-banner #dww_player p {
		font-size: 14px;
	}
	
	#top-banner #dww_list ul li {
		width: 100px;
    	height: 60px;
    	border-radius: 10px;
	}

}


@media( max-width: 767px ) {
	
	#top-banner {
		background-position: 10% top;
		min-height: 550px;
	}
	
	#top-banner #dww_logo {
		right: 0;
		left: 0;
		width: 80%;
		bottom: 245px;
		top: auto;
		margin: 0 auto;
	}
	
	#top-banner #dww_list {
		bottom: 170px;	
		right: 0;
		left: 0;
	}
	
	#top-banner #dww_player .inner {
		padding: 15px 0;
	}
	
	#top-banner #dww_list ul {
	    margin: 0 auto;
	    text-align: center;
	}

	#top-banner #dww_list ul li {
		font-size: 14px;
		width: 70px;
		height: 50px;
		margin: 0 1px;
	}
	
	#header .header-widget {
		display: none!important;
	}

}


@media( max-width: 570px ) {
	
	#top-banner #dww_list ul li {
		font-size: 12px;
		width: 60px;
	}
	
}

.header-widget {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	background: #23201f;
	margin: 0!important;
	z-index: 999999;
	padding: 10px 15px;
	display: none;
	position: relative;
	top: 0;
	display: inline-block!important;
	width: auto;
}


.search-toggle {
	color: #fff!important;
}

.header-widget div {
	width: 100%;
}

.header-widget .searchform {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.widget.widget_nav_menu h3 {
    border-bottom: none;
    font-size: 24px;
    font-weight: bold !important;
    padding: 20px 0 15px;
    text-transform: none;
}

.widget.widget_nav_menu .menu {
    list-style: none !important;
    padding: 10px;
    font-size: 15px;
    border: 10px solid #d6d6d8;
}
.widget.widget_nav_menu .menu li {
    padding: 5px 0;
    border-bottom: 1px solid #C6C6C6;
    text-decoration: underline;
    -moz-text-decoration-color: #9b160d;
    text-decoration-color: #9b160d;
	    overflow: hidden;
    float: none;
    clear: both;
    margin-bottom: 1rem;
}


#header #logo {
display: none;
}

@media( min-width: 768px ) {
body #outside-wrapper #wrapper #inner-wrapper #header-container #header {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
#menu-item-20299 {
	display: none;
}

.searchform button.submit {
    top: 50%!important;
    transform: translateY(-50%);
}

body #outside-wrapper #wrapper #inner-wrapper #header-container #header #header-renegade-wrapper {
	float: none;
	margin-top: 0;
}


.pcast-button svg {
	    fill: #fff;
    width: 24px;
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-id-18711 #header #logo {
	display: block;
}

body.page-id-18711 #outside-wrapper #wrapper #inner-wrapper #header-container #header #header-renegade-wrapper {
	float: right;
}

.page-id-18711 #top-banner {
	display: none;
}


#top-banner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 0;
}

@media( min-width: 1450px ) {
	#top-banner #dww_list,
	#top-banner #dww_logo,
	#top-banner #dww_player {
		right: 210px;
	}
}
