/*
Theme Name: Up Down Up
Theme URI: http://mattmcraedp.com
Version: 1.0
Author: MMD&P
Author URI: http://mattmcraedp.com
Description: this theme is developed for UpDownUp
*/

/* Reset.css
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
a{
	text-decoration: none;
}
a:hover, 
a:hover span, 
aside h1.widget-title, 
aside h1.widget-title a:hover
#upcoming_shows li h2 a:hover{
	color: #767676;
	transition: color 0.2s linear 0.2s;
}

.widget-title > a:hover {
	color: #767676;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
figure{
	margin: 0;
	padding: 0;
}


/* Common styling */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.group:before, .group:after {
	content: "";
	display: table;
} 
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.full{
	width: 100%;
}
.main{
	width: 978px;
	margin: 0 auto;
}
.half{
	width: 48.5%;
	float: left;
}
.half.left{
	margin-right: 3%;
}

#main_wrapper.full{
	background-image: url(images/main-bg-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:1px;
}
#top_logo{
	width:474px;
	margin: 0 auto;
	height:245px;
}
#top_logo img{
	padding: 40px 0;
	display:none;
}
.content{
	width:304px;
	padding: 0 115px;
	float: left;
}
.video{
	position: relative;
}
.play-ico{
	position: absolute;
	left: 34%;
	top: 24%;
}

/*music player styling*/
.rating, .duration, .album-cover {
	display: none !important;
}
.ttw-music-player .artist{
	margin-left: 0 !important;
}
.ttw-music-player .track-info,
.ttw-music-player .player-controls{
	margin: 0 0 10px 0 !important;
	width: 304px !important;
}
.ttw-music-player{
	padding: 0 !important;
	width: 304px !important;
	margin-top: 15px !important;
}
.ttw-music-player .player-controls{
	background: none !important;
}
.ttw-music-player .player-controls .main{
	float: right !important;
	margin: -50px 0 0 0 !important;
	width: 110px !important;
	height: 35px !important;
}
.ttw-music-player .progress-wrapper{
	width: 100%;
}
.ttw-music-player .previous, .ttw-music-player .next{
	width: 23px !important;
	height: 19px !important;
	margin-top: 5px !important;
}
.ttw-music-player .previous{
	background: url(images/player-prev-ico.png) !important;
	margin-right: 12px !important;
}
.ttw-music-player .play, .ttw-music-player .pause{
	width: 20px !important;
	height: 30px !important;
}
.ttw-music-player .play{
	background: url(images/player-play-ico.png) !important;
}
.ttw-music-player .pause{
	background-image: url(images/player-pause-ico.png) !important;
}
.ttw-music-player .next{
	background: url(images/player-next-ico.png) !important;
	background-repeat: no-repeat !important;
	margin-left: 10px !important;
}
.ttw-music-player .progress-wrapper {
    background: url("images/email-bg.png") repeat scroll center center rgba(0, 0, 0, 0.4) !important;
    border-radius: 0 !important;
    height: 15px !important;
    width: 304px !important;
}
.ttw-music-player .progress{
	margin-top: 3px;
}
.ttw-music-player .elapsed{
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
	margin-left: 5px !important;
}

/*sidebars styling*/
.sidebar{
	width: 222px;
	float: left;
}

.sidebar.right{
	margin-top:-10px;
}

#social_links ul li a{
	display: inline-block;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:1.5px;
	color: #373737;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#social_links .social-ico{
	float: left;
	margin-right: 10px;
	max-width: 45px;
}
#social_links ul li span{
	display: block;
	margin-top: 12px;
	float: left;
}
aside h1.widget-title, aside h1.widget-title a{
	color: #373737;
	font-size: 21px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0;
	letter-spacing:1.5px;
}


aside h1.widget-title.with-border{
	border-bottom: 2px solid #373737;
}
#upcoming_shows li h2 a{
	font-family: "Brandon-Grotesque", sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
#upcoming_shows li h3 {
    border-bottom: 1px solid #7f7f7f;
    color: #373737;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-bottom: 10px;
}
#signup input {
    background: url("images/email-bg.png") repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0.5);
    border: medium none;
    color: #fff !important;
    font-size: 12px;
    height: 25px;
    margin-top: 7px;
    padding: 5px 10px;
    width: 203px;
}
#signup input::-webkit-input-placeholder{
	color: #F19E32 !important;
}
#signup input::-moz-input-placeholder{
	color: #F19E32 !important;
}
#signup input:-moz-input-placeholder{
	color: #F19E32 !important;
}
#signup input:-ms-input-placeholder{
	color: #F19E32 !important;
}

#sign_up{
	cursor: pointer;
}


#widget-title-sign-up{

    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	font-family:'Brandon-Grotesque', sans-serif;
	margin-top:10px;
}


#sign_up.widget-title-sign-up{

    color: #373737;
    font-size: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	font-family:'Brandon-Grotesque', sans-serif;
	margin-top: 10px;
	padding-bottom:5px;
}


#footer_wrapper{
	margin-top: 500px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom:40px;
}
/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
+-+-+-+-+-+-++-+-Responsive Css code+-+-+-+-+-+-++-+-+-+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/

/*
+-+-+-+-+-+-Styling for portrait mobile screen size begins+-+-+-++-+-+-+
*/

@media screen and (min-width: 320px) and (max-width: 479px){
	
}

/*
+-+-+-+-+-+-Styling for portrait mobile screen size ends+-+-+-++-+-+-+
*/

/*
+-+-+-+-+-+-Styling for landscape mobile screen size begins+-+-+-++-+-+-+
*/

@media screen and (min-width: 480px) and (max-width: 723px){

}

/*
+-+-+-+-+-+-Styling for landscape mobile screen size ends+-+-+-++-+-+-+
*/

/*
+-+-+-+-+-+-Styling for tablet pc screen size begins+-+-+-++-+-+-+
*/

@media screen and (min-width: 724px) and (max-width: 939px){

}
/*
+-+-+-+-+-+-Styling for tablet pc screen size ends+-+-+-++-+-+-+
*/