/*
Theme Name: South Beach Jazz Festival
Author: Ransomem Multimedia
Author URI: http://ransomemultimedia.com
Description: A customized child theme of Pro created for the South Beach Jazz Festival
Version: 1.0.0
Template: pro
*/

/* Typography */
h1, h2, h3, h4, h5, h6 { 
	margin: .7em 0;
    line-height: 1.2; 
}
p {
	line-height: 1.4;
}
.paragraph-small {
  font-size: .8em;
}
.paragraph-text {
  font-size: 24px;
}
@media only screen and (max-width: 400px) {
  .paragraph-text {
    font-size: 18px;
  }    
}
.paragraph-large,
.paragraph-large p {
  font-size: 1.2em;
}
.page-title {
	font-size: 3em;
	text-align: right;
	color: #f0a921;	
	margin: 10px 0 25px;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;		
}
@media only screen and (max-width: 786px) {
	.page-title {
		text-align: center;
		font-size: 2em;
	}
}
.page-subtitle {

}
.headline {
	background: #000;	
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
}
.headline a {	
	color: #fff;	
	line-height: 1.2;
	font-size: 1.8em;
	padding: 20px 0;
	display: inline-block;	
}
.headline .x-icon {
	font-size: 44px;
	color: #fff;
	vertical-align: middle;
	padding-right: 15px;
}
@media only screen and (max-width: 786px) {
	.headline {
		width: 100%;
	}
	.headline a {		
		font-size: 1.2em;
	}
	.headline .x-icon {
		font-size: 30px;
	}
}
.x-dropcap {
	background: #f0a921 !important;
    margin-top: 5px !important;
}
.remove-padding {
	padding: 0 !important;
}
.text-yellow a span.x-anchor-text-primary {
	color: #f0a921 !important;
}
.text-small {
	font-size: .8em;
	line-height: 1.2;
	letter-spacing: .5px;
}
.text-tiny {
	font-size: .5em;
	line-height: 1.1;	
}
.text-center {
  	text-align: center;
}
.center {
  	display: block;
  	margin: 0 auto;
}
.no-margin-bottom {
 	margin-bottom: 0;
}
.no-margin-top {
  	margin-top: 0;
}
.no-padding-top {
  	padding-top: 0;
}
.content-border {
	
}
.x-columnize {
	line-height: 1.3;
} 
.x-columnize {
    -webkit-column-rule: 1px solid #000;
}
.lightbox-icon i {
	font-size: 36px !important;
}
.btn-tickets {
	display: block;
    padding: 10px;
    background: #F0A921;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.btn-tickets:hover,
.btn-tickets:active {
	background: #000;
	color: #fff;
}



/* Main Header */
#main-tagline {
	/* padding-left: 7%; */
	width: 100%;
}
/* Main Logo */
#logo-bar {
	min-height: 10.5em;
	padding-top: 1.5em;
	z-index: 500;
} 
.event-date {
  margin-top: -20px;  
  font-size: 1.3em;
}
@media only screen and (max-width: 786px) {
	#logo-bar .x-bg-layer {
		background: none !important;
	}
	#logo-bar .x-bar-content {
		justify-content: center !important;
	}
}
@media only screen and (max-width: 500px) {
	#main-tagline {
		font-size: .7em;
	}	
}
@media only screen and (max-width: 1000px) {
	#x-site > header > div.hm1.x-bar.x-bar-top.x-bar-h.x-bar-relative.x-bar-outer-spacers > 
	div > div.hm5.x-bar-container > a.hm7.x-anchor.x-anchor-button {
		height: auto !important;
	}	
	#logo-bar .x-bg-layer {
		background: none !important;
	}
}
/* Mobile Logo */
#mini-logo {
  display: none;
}
.show-logo {
  display: block !important;
}
/* Fix bug in header (social logos collapsing) */
@media only screen and (max-width: 1000px) {
  .hm7 {
    /* display: none; */
    height: 1px !important;
    padding: 0;
    margin: 0;
  }
}
header .hm6.x-menu > li > .x-anchor .x-anchor-sub-indicator {
	color: #fff;
	margin: 0;
}
header .hm6.x-menu > li > .x-anchor .x-anchor-sub-indicator:hover,
header .hm6.x-menu > li > .x-anchor .x-anchor-sub-indicator:active {
	color: #fff;
	margin: 0;
}
#nav-toggle {
  position: absolute;
  top: -150%;
  right: 0;
}
/* Fix uneven main nav items */
.x-masthead .x-anchor-sub-indicator {
	display: none;
}
/* Scroll Top */
.x-scroll-top {
	color: #fff;
	background-color: #f0a921;
	border: none;	
}
.x-scroll-top.in {
	opacity: 1;
}

/* Main Content */
.x-container {
	padding-bottom: 80px;
}

/* Main Footer */
#footer-crown {
  background-position: center center;
}
/* Columns for footer contact form / cf7 */
.col-one-half,
.col-one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px; 
} 
.col-one-half { width: 48%; }
.col-one-third { width: 30.66%; } 
.col-last {
    margin-right: 0 !important;
    clear: right;
} 
@media only screen and (max-width: 767px) {
    .col-one-half, .col-one-third {
        width: 100%;
        margin-right: 0;
    }
}
#bottom-footer-bar {
	min-height: 60px;
}
/* Footer Contact Form */
.fm4.x-bar-container {
	padding: 0 !important;
}
.cf7-recaptcha {
	margin: 10px 0 15px;
}
.footer-form {
	color: #fff;
	display: inline-block;
}
.e5417-7.x-bar-content-area {
	width: 70%;
}
@media only screen and (max-width: 480px) {
	.e5417-7.x-bar-content-area {
		width: 100%;
	}
}
.wpcf7-submit {
	background: #fff;
	color: #000;
	border: none;
}

/* Splash Page */
.narrow-block {
  max-width: 860px;
}
.x-container.offset {
  margin: 1em auto;
}
.band-title {
  margin-top: -10px
}
.band-title h4 {
  padding: 0;
  margin-bottom: 0;
}

/* Blog / Single Posts */
.entry-featured {
	border: none;
	background: #000;
}
.entry-thumb {
    width: 75% !important; 
    margin: 0 auto;
}
.entry-thumb img {
    width: 22% !important;   
}
.entry-header .entry-title {
	color: #f0a921;
	text-align: center;
}

/* Home Page */
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(.9); }


/* Artist Bios */
article.sbjf_artist_bios p.p-meta {
	display: none !important;
}
.p-meta {
	/* display: none; */
}

/* Contact Page */
.wpgmp_pagination {
	display: none;
}