/*
Theme Name: monstertruck
Theme URI: http://www.pushentertainment.com
Author: Self Service
Author URI: http://selfserivce.umg-wp.com
Description: This is a skeleton theme. Expect nothing.
Version: 1.0
*/



body, html {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	background-image: url("inc/img/bg.jpg");
}
.container{
	margin: 0 auto;
}
p, span{
		font-family: 'Chivo', sans-serif !important;
}
a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
a:hover {
  color: #BA242C;
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  text-decoration: none;
}
/* NAV */
.nav{
	display: inline-block!important;
	padding: 15px;
	font-size: 1.2rem;
	text-align: center;
}
.nav-uls{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0 150px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.nav{
		justify-content: center;
		font-size: 1rem;
	}
	.nav-uls {
		padding: 0;
	} 
}
@media screen and (max-width: 576px) {
	.nav{
		padding: 5px;
		font-size: .8rem;
	}
	.nav-uls {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	} 
}
li{
    font-weight: 600;
	padding: 0 5px;
}

.uline{
	margin-left: 10px;
}

.uline a {
  position: relative;
  display: inline-block;
  transition: color .2s ease;
}

.uline a:hover {
    color: #B80000;
    
  }

.uline a:hover::after,
    .uline a:hover::before {
      width: 100%;
      left: 0;
    }

.uline a::after,
  .uline a::before {
    content: ''; 
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
  }

.uline a::before {
    transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #f7ab33;
  }

.uline a::after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #B80000;
  }

/* MAIN */

main{
/* 	border: 1px solid black; */
	width: 100%;
	height: 100vh;
    position: relative;
     margin-bottom: 200px; 
}
@media screen and (max-width: 768px) {
	main{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 576px) {
	main{
		height: 100%;
	}
}

.hero{
	max-width: 100%;
	max-height: 100%;
	margin-top: 50px;
}

.album{
	max-width: 550px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
section.shows, section.merch, section.media{
	min-height: 30vh;
}
@media screen and (max-width: 576px) {
	.show-item{
		text-align: center;
	font-size: .8rem;
	}
	.btn{
		padding: .375rem .75rem!important;
	}
}
.white {
	color: #fff !important;
	font-size: 20px;
}
a.btn:hover{
	color:#f7ab33
}
.btn{
	color: white;
	background-color: black;
	border: none;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 1rem;
    font-size: 11px !important;
    margin: 20px;
}
/* LOGO */
.center{
	text-align: center;
}

@media screen and (max-width: 576px) {
	iframe{
		max-width: 100%;
		max-height: 100%;
	}
}
.arrow{
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 768px) {
	.arrow {
		margin-bottom: 25%;
	} 
}
@media screen and (max-width: 576px) {
	.arrow{
		display: none;
	}
}
.label{
	padding: 20px;
}

/* TYPOGRAPHY */
h2{
 -webkit-text-stroke-width: 2px;
 -webkit-text-stroke-color: #B80000;
 -webkit-text-fill-color: #f7ab33;
	font-weight: 700;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 75px;
}
hr{
	margin-bottom: 25px!important;
}
hr.style-one {
	height: 1px;
	max-width:  
	background: rgb(247,218,51);
	background: linear-gradient(90deg, rgba(247,218,51,.5) 0%, rgba(221,18,0,1) 50%, rgba(247,218,51,.5) 100%);
}
/* SHOWS */
.show-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.show-item p{
	display: inline-block;
}
.hide{
	visibility: hidden;
}
/* FOOTER */
footer{
  position: absolute;
  left: 7%;
  bottom: 7%;
}
.copyright{
	margin-top: 100px;
}

/* NEWSLETTER */
#nl-loader{
	display: none;
}

#success, #failure{
	display: none;
}

.hidden-form{
	display: none;
}

.link-fire{
	margin-left: 15px;
}
@media (max-width: 768px){
	.link-fire{
		margin-left: 0;
		margin-top: 15px;
	}
}


.bottom-vid{
	margin-top: 15px;
}

/* ---------- DONT FUCK WITH THE TRUCK PAGE STYLES --------- */

#dfwtt-main{
	height: auto;
	padding-top: 25px;
	margin-bottom: 50px;
}
img.dfwtt-logo{
	width: 100%;
	margin-bottom: 25px;
}

#dfwtt-main .btn{
	margin: 0;
}

#dfwtt-main .btn-store{
	margin-right: 15px;
	margin-bottom: 25px;
}

#dfwtt-main .btn-store:last-of-type{
	margin-right: 0;
}

h3{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
