/*
 Theme Name:   Jeremy Camp
 Description:  Child theme for Jeremy Camp
 Author:       5by5 Agency
 Author URI:   http://5by5agency.com
 Template:     howes
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(../howes/style.css);
/*==============================================
	GENERAL RESTRUCTURE
==============================================*/
.tm-header-overlay .thememount-titlebar-wrapper .thememount-titlebar-inner-wrapper {
    display: none;
}
.vc_row.halves,
.halves .vc_column-inner,
.halves .vc_column_container > .vc_column-inner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.halves .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.wpb_row{
	background-size: 100% auto !important;
}

.halves .wpb_single_image img{
    zoom: 2;  //increase if you have very small images

       display: block;
       margin: auto;

       height: auto;
       max-height: 100%;

       width: auto;
       max-width: 100%;
}

.halves .header{
	padding-top: 300px !important;
}

.vc_basic_grid{
	margin-bottom: 0 !important;
}

/*==============================================
	UPDATING TYPOGRAPHY
==============================================*/

.white{
	color: #ffffff !important;
}
.blue{
	color: #081c44 !important;
}

body{
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

h1{
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
	font-size: 80px !important;
	font-weight: 100 !important;
	line-height: 70px !important;
}

h2{
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
	font-size: 40px !important;
	font-weight: 100 !important;
}
h1.mi-store-product-title{
	font-size: 20px !important;
	font-weight: 400 !important;
}

p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 2px;
	margin-bottom: 30px !important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 24px;
}

.vc_button-2-wrapper .vc_btn_skin.vc_btn_outlined, .vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-style-outline:focus {
    border-width: 2px !important;
}

ul.nav-menu li a, div.nav-menu > ul li a, #navbar #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal > li.mega-menu-item > a {
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    font-size: 14px !important;
	padding-top: 18px !important;
}

/*==============================================
	VIDEOS
==============================================*/

.vc_gitem-zone .vc-zone-link{
	background: rgba(0,0,0,0.3) url(/wp-content/themes/jeremycamp_1.0/img/video-arrow.png) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0.5;
	
}

.vc_gitem-zone .vc-zone-link:hover{
	opacity: 1.0;
	
}


/*==============================================
	AUDIO
==============================================*/

.songs-block .vc_gitem-zone.audio-list{
	background-image: none !important;
	color: #ffffff !important;
	text-align: center !important;
}

.songs-block .vc_grid-item {
    background-color: rgba(3,16,42,0.8) !important;
}

.songs-block .vc_grid-item:nth-child(even) {
    background-color: rgba(3,16,42,0.4) !important;
}

.songs-block .vc_custom_1453741484915 {
    background-color: transparent !important;
}

.vc_gitem-zone.audio-list h2{
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    font-size: 22px !important;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: 400 !important;
	padding-top: 50px;
	letter-spacing: 3px;
}

.vc_gitem-zone.audio-list p a{
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    font-size: 16px !important;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: bold !important;
	padding: 15px;
	border: 1px solid #fff !important;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 auto;
}

.vc_gitem-zone.audio-list p{
	text-align: center;
}

.vc_gitem-zone.audio-list .vc_custom_heading{ margin-bottom: 0 !important; }

.vc_gitem-zone.audio-list .vc_col-sm-12{ padding: 0 !important; }

.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
    top: 20px !important;
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
    bottom: 40px !important;
}

.comments-area {
   display: none;
}

/*==============================================
	MUSIC PAGE
==============================================*/

.album,
.album h1{
	color: #1c2345 !important;
}

.album p{
	width: 80%;
	font-size: 16px;
	line-height: 26px;
}

.album-cover img{
	box-shadow: 3px 3px 2px #888888;
}

body.thememount-page-full-width #content article > .entry-content > .songs-block,
.album-third,
.songs-block{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.songs-block .vc_column-inner{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.songs-block h2{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.album-third .wpb_content_element,
.album-third p{
	margin-bottom: 0 !important;
}

.album-third p img{ margin-top: 0 !important; opacity: 0.7; }

.album-third p img:hover{ margin-top: 0 !important; opacity: 1.0; }

body.thememount-page-full-width #content article > .entry-content > .songs-block p{}

/*==============================================
	TOUR
==============================================*/

.tour table{
	width: 80%;
	margin: 66px auto !important;
	border-top: 1px solid #fff;
}
.tour table tr{
	border-bottom: 1px solid #fff;
}
.tour table td{
	font-size: 18px;
	color: #fff;
	width: 19%;
	text-align: left;
	padding: 12px 2%;
	text-transform: uppercase;	
}
.tour table td.loc{
	width: 22%;
}
.tour table td.gig{
	width: 30%;
	text-transform: none !important;
}
.tour table td.date{
	width: 9%;
}
.tour table td a{
	font-size: 14px;
	color: #030303 !important;
	background-color: #cdcdcd;
	padding: 10px 12px;
	letter-spacing: 2px;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.tour table td{
		font-size: 14px;
	}
	.tour table td a{
		font-size: 10px;
		padding: 5px 6px;
	}
}

@media only screen and (max-width: 900px) {
	.tour table td{
		width: 100% !important;
		display: block;
		float: left;
		border-top: none !important;
		font-size: 22px !important;
		text-align: center !important;
	}
	
	.tour table tr{
		border-bottom: 1px solid #fff;
	}
	
	.tour table td.loc{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tour table td.gig{
		padding-top: 0;
		padding-bottom: 0;
	}
}


/*==============================================
	MAILCHIMP
==============================================*/

#mc_embed_signup {
    background: transparent !important;
	margin: 30px 15%;
}

#mc_embed_signup .mc-field-group{
	width: 29% !important;
	margin: 0 2% !important;
	float: left !important;
	clear: none !important;
}

#mc_embed_signup .mc-field-group label{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	padding-bottom: 7px;
}

#mc_embed_signup .mc-field-group input{
	padding: 10px 10px !important;
	font-size: 18px;
	text-align: center;
	border: 2px solid #fff;
}

#mc_embed_signup #mc-embedded-subscribe{
    background-color: #fff;
    border-radius: 0;
    color: #1c305b;
    display: block;
    font-size: 26px;
    font-weight: 100;
    height: 100%;
    line-height: 50px;
    margin: 20px auto 0 !important;
}

@media only screen and (max-width: 900px) {
	
	#mc_embed_signup .mc-field-group{
		width: 96% !important;
		margin-bottom: 20px !important;
	}
	
}


/*==============================================
	Grid Item Player
==============================================*/
.js-audio-player .js-audio-play img,
.js-audio-player .js-audio-pause img {
	cursor: pointer;
}

.js-audio-player .js-audio-pause {
	display: none;
}

.js-audio-player.playing .js-audio-play {
	display: none;
}

.js-audio-player.playing .js-audio-pause {
	display: block;
}

.page-id-5 .entry-content .header .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{
	background-color: rgba(0,0,0,.3);
}

@media only screen and (max-width: 1200px) {

	#menu-main-navigation{
		background-color: rgba(0,0,0,0.95) !important;
	}

	#menu-main-navigation li,
	#menu-main-navigation li a{
	    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
	    font-size: 32px !important;
		color: #ffffff !important;
		font-weight: 100 !important;
		text-align: center !important;
		opacity: 0.7;
		display: block;
	}

	#menu-main-navigation li a:hover{
		opacity: 1.0;
	}

}

@media only screen and (max-width: 768px) {
	.entry-content .header{
		background-size: auto 2000px !important;
		background-position: center top !important;
		background-attachment: fixed !important;
	}
	
	.page-id-5 .entry-content .header{
		background-size: auto 700px !important;
	}

	.header .vc_column-inner .vc_btn3-container.vc_btn3-right,
	.header .vc_column-inner .vc_btn3-container.vc_btn3-left{
		text-align: center;
	}
}

.social.wpb_single_image{
	float: left;
	padding: 20px;
}

.page-template-default .entry-content .social-icons .vc_column-inner > .wpb_wrapper{
	text-align: center;
	width: 249px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	
}

@media only screen and (max-width: 768px) {
	#about::after{
		background-color: rgba(255,255,255,0.8) !important;
	
	}
	#about{
		padding-left: 20px !important;
		padding-right: 20px !important;
		background-position: left 0 !important;
		background-size: auto 850px !important;
	}
	
	#about p{
		text-align: left !important;
	}
	
	#about .vc_btn3-container.vc_btn3-right{
		text-align: left !important;
	}
	
	.entry-content h1.mi-store-product-title{
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 400px) {
	#about::after{
		background-color: rgba(255,255,255,1.0) !important;
	
	}
	
	.entry-content h1{
		font-size: 60px !important;
	}
}

@media only screen and (max-width: 768px) {
	#about-page::after{
		background-image: url(http://jeremycamp.com.s206708.gridserver.com/wp-content/uploads/2016/01/bg-light-bubbles.png) !important;
		background-size: cover;
	
	}
	#about-page{
		padding-left: 20px !important;
		padding-right: 20px !important;
		background-position: left 0 !important;
		background-size: auto 850px !important;
	}
	
	#about-page p{
		text-align: left !important;
	}
	
	#about-page .vc_custom_1452832711977{
		padding-left: 0 !important;
	}
}

.single-post #main{
	background-image: url(http://jeremycamp.com.s206708.gridserver.com/wp-content/uploads/2016/01/bg-light-bubbles.png) !important;
	background-size: cover;
}