/*
Theme Name:     BAE Genesis child theme
Description:    This is a child theme of Genesis
Author:         Golin Web Design
Template:       genesis

(optional values you can add: Theme URI, Author URI, Version)
*/

/* @import url("../genesis/style.css");  Use code below for genesis 3.x */
@import url("style-genesis-2-10-1.css");

/***** colors
* dark red: #660000
* orange: #cc6633
* brown: #330000
*/

/* ## Headings and Fonts
--------------------------------------------- */

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px;
}

h1, h1.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:35px;
	color:#660000;
	line-height:1.5em;
}

h2, h2.entry-title  {
	font-size: 21px;
	color:#cc6633;
}

h3 {
	font-size: 14px;
	color:#000;
}

h4 {
	font-size: 12px;
	color:#000;
}

body > div {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
    color:#555555;
    line-height:1.5em;
}
body {
  background-color:#330000;
}
p {
	margin-bottom:1.2em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
    color:#555555;
    line-height:1.5em;
}
a, a:visited, .entry-title a, a:hover {
	color:#cc6633;
}
a, a:visited, .entry-title a {
	text-decoration: none;
	/* -webkit-tap-highlight-color: transparent; use this if you don't want a tap color feedback */
}
a:hover, .entry-title a:hover {
	text-decoration:underline;
}
a:active {
    outline:none;
	/*-moz-outline-style: none; not sure if I need this too  */
}



/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
	font-family: "Open Sans", sans-seric;
}

.site-container {
    background-image:url('/wp-content/uploads/2014/04/page-background.jpg');
    background-attachment:fixed;
    background-position:top,left;
    max-width: 1140px;
	margin-left: auto;
	margin-right: auto; 
	padding-left:90px;
	padding-right:90px;
}

/********** Page Layout **********/

/* set site width, header width and nav width*/
.nav-primary .wrap {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto; 
}

.site-inner {
    padding-left:3%;
    padding-right:3%;
    background-color:#fff;
    margin-top:-8px;
    padding-top:30px;
}
.content-sidebar-wrap .content {
    width:65%;
}
.home .content-sidebar-wrap .content {
    width:100%;
}

/* homepage is full width */
.content-sidebar-wrap .sidebar-primary {
    width:25%;
}
.sidebar-primary h4 {
    display:none;
}

/********* header settings *************/
.site-header .wrap {
	margin-bottom:0px;
	padding-bottom:0;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto; 
	padding-top:0;
}
.site-header {
    border-bottom:0px;
	min-height:auto;
}
.title-area p {
	display:none;
}
.title-area {
    padding-top:0;
    padding-bottom:0;
}
/* set dimensions of logo */
.logo {
	max-width:293px;
	height: auto;
        margin-top:-88px;
	}
/* reduce space bewteen content and footer */
.page .entry {
	margin-bottom:20px;
}
/**** header donate button *****/
.header-donate-button {
    width:170px;
    float:right;
    text-align:center;
    background-color:#DC5526;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:20px
}
.header-donate-button:hover {
   background-color:#cc6633;
}
.header-donate-button a {
   text-transform:uppercase;
   font-family: "Open Sans Condensed", sans-serif;
   font-size:18px;
   font-weight: 700;
   color:#fff;
   padding:5px 55px 5px 55px;
}
.header-donate-button a:hover {
   text-decoration:none;
}
/********** navigation ****************/	
/*** top menu *****/
.nav-primary, .nav-secondary {
    border:0px;
}
.nav-secondary .menu-secondary {
    width:320px;
   margin-bottom:8px;
}
.nav-secondary .menu-secondary li a {
    color:#000 !important;
}
.nav-secondary .menu-secondary li a:hover {
    color:#fff !important;
    background-color:#555;
}

/* move main menu to right of logo */
.genesis-nav-menu {
   width:790px;
   float:right;
   text-transform:uppercase;
   font-family: "Open Sans Condensed", sans-serif;
   font-size:18px;
   font-weight: 700;
}
/* hide contact and news */
	.mobile-menu-only {
	    display:none !important;
	}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.genesis-nav-menu a {
	 padding:15px;
}
.genesis-nav-menu li a {
	 color:#fff;
	 text-decoration: none;
}
.genesis-nav-menu li a:hover {
	 color:#330000 !important;
	 text-decoration: none;
         outline:none !important;
}

/* style submenu */
.genesis-nav-menu ul.sub-menu {
	margin-top:-3px;
	} 

.genesis-nav-menu ul.sub-menu li a, .genesis-nav-menu ul.sub-menu li a:hover {
	text-transform:capitalize;
	font-size: 14px !important;
	padding-top:7px !important;
	padding-bottom:7px;
	font-family:'Open Sans Condensed', sans-serif;
	color:#330000 !important;
	background-color:transparent;
	border:none;
	}
.genesis-nav-menu ul.sub-menu li a:hover {
    background-image:url('/wp-content/uploads/2014/07/brownsquare.png') !important; 
}
/* submenu background color */
.genesis-nav-menu ul.sub-menu {
	background-color:transparent;
	background-image:url('/wp-content/uploads/2014/07/brownsquare.png');
	}
.genesis-nav-menu ul.sub-menu {
	border:none;
	padding-top:5px;
	padding-bottom:5px;
}
/* color of current menu item */
.genesis-nav-menu .current-menu-item a, .genesis-nav-menu .sub-menu .current-menu-item a, .genesis-nav-menu .current-menu-parent a {
	color:#330000;
	text-decoration:none;
}
.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a, .genesis-nav-menu .sub-menu li:not(.current-menu-item) a {
	color:#fff;
}


/********** all pages ***********/
/* don't display page title */
h1.entry-title {
	display:none;
}
.content h2, h2.title.entry-title {
   border-top:2px dotted;
   padding-top:10px;
   color:#cc6633 !important;
   font-size:16px;
   font-family:'open sans', arial, sans-serif;
}
/***** homepage *******/
.home .site-inner {
    padding-right:0;
    padding-left:0;
    padding-bottom:25px;
    background-color:#DC5526;
    padding-top:0;
}


/* set background color and height of features box */
.homefeaturebox {
    background-color: #FDEED4;
    height:445px;
}
.home-feature-boxes {
    padding-right:.5%;
    padding-left:.5%;
    display:flex;
    flex-wrap:wrap;
}
/* set width and margins of features box */
.homefeaturebox {
    flex-basis:31.4%;
    margin-right:.9%;
    margin-left:.9%;
    float:left;
	margin-top:25px;
}

/* set styles for features content */
.homefeature-content {
    padding-left: 15px;
    padding-right: 12px;
    text-align: left;
    color:#000000;
    font-size: 11px;
    text-align:left;
    font-family:'Verdana', arial, sans-serif;
	line-height: 20px;
}

/* set styles for h3 heading in features box */
.homefeature-content h3 {
    color:#DC5526;
    font-size: 14px;
    font-family:'Verdana', arial, sans-serif;
    font-weight:bold;
    border:none;
    margin-top:15px;
    margin-bottom:5px;
    padding-bottom:0px;
	line-height: 18px;
}

/* set styles for title of features box */
.homefeature-title {
    color:#000000 !important;
    font-size: 28px !important;
    text-align:left;
    padding-left:10px;
    padding-right:5px;
    padding-top:10px !important;
    font-family:'open sans condensed', arial, sans-serif !important;
    background-image:url('/wp-content/uploads/2014/03/curl.png');
    width:96%;
    min-height:47px;
    background-repeat:no-repeat;
    background-size:97%;
    margin-bottom:3px;
	font-weight:bold;
	line-height: 30px;
}
.homefeature-titlelink:hover {
    text-decoration:none;
}
.homefeature-img img {
    width:100%;
}
/***** secondary pages *********/
/* remove padding for pages with post loops at the end, musicians, news, listen */
.page-id-153 .entry, .page-id-256 .entry, .page-id-140 .entry {
    margin-bottom:0;
}
/* sidebar hover */
.sidebar a img:hover {
    opacity:.8;
}
/* limit content area to 850px 
body:not(.home) #content {
	max-width: 850px !important;
	padding-top:50px;
	padding-left: 1.618em;
	padding-right: 1.618em;
	margin-left: auto;
	margin-right: auto;
}
*/
/* make musicians page full width */
.page-id-153 .content {
    width:100%;
    max-width:850px;
}

/******** donations *********/
.page-id-1441  .content h2 {
    border-top:0px !important;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 24px !important;
	font-weight: bold;
	margin-bottom:35px;
	color:#660000 !important;
	line-height:1.5em !important;
    
}
.page-id-1441 h3 {
    font-size:16px;
    margin-bottom:5px;
}
.give-donation-levels-wrap li:nth-child(4), .give-donation-levels-wrap li:nth-child(7) {
    clear:both;
}
.give-donation-levels-wrap li:nth-child(3), .give-donation-levels-wrap li:nth-child(6) {
    margin-bottom:25px !important;
}
#give_purchase_form_wrap ::placeholder {
    color:#fff;
    font-weight:normal;
    font-size:14px;
}

.give-donation-levels-wrap li:nth-child(3)::after {
    content:"Make a concert donation";
    font-weight:bold;
    font-size:16px;
    color:#000;
    font-family: "Open Sans", sans-serif;
    margin-bottom:20px;
    position:absolute;
    margin-top:70px;
    margin-left:-400px;
}
.give-donation-levels-wrap li:nth-child(4)::before {
    content:"Your donation helps support our efforts to prepare, record, and stream a completely new program every month.";
    font-size:14px;
    color:#555555;
    font-family: "Open Sans", sans-serif;
    margin-top:35px;
    position:absolute;
    width:90%;
    max-width:580px;
}

.give-donation-levels-wrap li:nth-child(4) button, .give-donation-levels-wrap li:nth-child(5) {
    margin-top:95px !important;
}
.give-donation-levels-wrap li:nth-child(6) {
    margin-top:165px !important;
    margin-left:-100px !important;
}

.give-form {
    display:flex;
    flex-wrap:wrap;
}
.give-total-wrap {
    flex-basis:100%;
    order:2;
    margin-bottom:25px;
}
.give-donation-levels-wrap {
    flex-basis:100%;
    order:1;
}
#give-payment-mode-select {
    flex-basis:100%;
    order:3;
    margin-bottom:20px;
}
#give_purchase_form_wrap {
    flex-basis:100%;
    order:4;
}
.viewconcert  {
    background-color:#cc6633;
    padding:30px 20px 30px 20px;
    margin-top:40px;
}
.viewconcert p,.viewconcert a {
    color:#660000;
    font-weight:bold;
    text-align:center;
    font-size:18px;

}

/***** Ticketing *******/
/**** remove "return to shop" from cart empty page ****/
.return-to-shop {
    display:none;
}
/* change buy ticket button color */
.tribe-tickets__tickets-buy,
.tribe-tickets__attendee-tickets-footer-checkout-button {
    background-color:#cc6633 !important;
}
.tribe-common-c-btn-link {
    color:#cc6633 !important;;
}
/* change text on goto cart button to Buy More Tickets */
.tribe-tickets__attendee-tickets-footer button[name="cart-button"]::before {
    content:"Buy More Tickets";
    color:#cc6633;
    font-size:16px;
}
.tribe-tickets__attendee-tickets-footer button[name="cart-button"] {
    font-size:0 !important;
    }
/***** Ticketing - Concert Posts ******/
.bae_concerts .entry-title,
.bae_concert_series .entry-title {
    display:block;
}
.bae_concerts .entry-meta,
.bae_concert_series .entry-meta {
    display:none;
}
.bae-ticketpage-loop .bae_concerts .entry-content,
.bae-ticketpage-loop .bae_concert_series .entry-content{
    display:none;
}
/* adjust table margin in content on concert pages */
.bae-concertpage-loop .entry-content table {
    margin-bottom:20px;
}
.buyticketsbutton,
.ticketbutton,
.seriesbutton {
    background-color: #cc6633;
}
.buyticketsbutton {
    width: 180px;
    padding:8px 12px 8px 12px;
    text-align:center;
}
.ticketbutton {
    width: 110px;
    padding:5px 12px 5px 12px;
}
.seriesbutton {
    width:100px;
    padding:5px 12px 5px 12px;
}
.buyticketsbutton a,
.ticketbutton a,
.seriesbutton a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.buyticketsbutton:hover,
.ticketbutton:hover,
.seriesbutton hover {
    background-color:#c3251d;
}
/* hide ticket buttons if ticket sales are not open */
.notickets .ticketbutton {
    display:none;
}
/* displable title link if ticket sales are not open */
.notickets h2.entry-title {
    pointer-events:none;
}
 /************** end ticketing *************/
/*** coupons ***/
.woocommerce-checkout .woocommerce-info {

}
/* make coupon form open by default */
.woocommerce-checkout .woocommerce-form-coupon {
    display:block !important;
    border:none !important;
    padding:0 !important;
}
/* remove instructions in coupon form */
.woocommerce-checkout .woocommerce-form-coupon p:first-of-type {
    display:none;
}
/* remove coupon from shopping cart page */
.woocommerce-cart table.cart td.actions .coupon {
    display:none;
}
#payment-with-paypal_field {
    margin-top:15px;
}

/****** end coupons *******/
/***** paypal box ****/
/* remove dots from new paypal payment option list on checkout page */
.wc_payment_method {
    list-style-type:none !important;
}
/* style fonts in paypal payment option box */
.wc_payment_method.payment_method_ppcp-credit-card-gateway label  {
    font-size:20px !important;
}
.payment_box.payment_method_ppcp-credit-card-gateway label  {
    font-size:14px !important;
}
/*** order confirmation message ***/
.woocommerce-order .woocommerce-notice--success, 
.woocommerce-order .woocommerce-thankyou-order-received {
    font-size:24px;
    color:#cc6633;
}

/** musician posts ***/
.category-musicians .entry-meta, .category-news .entry-meta {
    display:none;
}
/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-family: "Open Sans", sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag, a:hover.moretag {
	color:#6ebae4 !important;
	font-size:14px;
	font-family:"Open Sans", sans-serif;
}

/* hide "continue reading because we added readmore */
.post .post-more {
	display:none;
}
/* hide comments on custom post types */
#comments {
	display:none;
}
/**** custom post loop pagination *****/
/*** make pagination lineup horizontally **/
.navigation li {
	float:left;
	margin-left:5px;
}
/* set page nav color */
.navigation li a {
	color:#959595;
}
/* set acive page nav color */
.navigation li.active a {
	color:#d50d2d;
}
/* add flexbox to center pagination */
.navigation {
	padding-bottom:50px;
	display:flex;
	justify-content: center;
}
/* make sure paging  starts on a new line in the flex box */
.page-id-25 .navigation {
	flex:100%;
}
.navigation ul {
	flex-grow:0;
}
.navigation ul li {
	list-style-type: none;
	}
/******* footer ************/
.site-footer {
    background-color:#d29752;
    margin-top:20px;
    border-top:0px;
    padding-left:3%;
    padding-right:3%;
    padding-top:20px;
    padding-bottom:20px;
}
.site-footer p {
    font-size:12px;
    color:#fff;
    font-weight:bold;
}
@media only screen and (max-width:1040px) {
    .site-container {
        padding-left:8%;
        padding-right:8%;
    }
}/* 1040 */
@media only screen and (max-width:960px) {
    /* switch to mobile menu */
     /*** ticketing - remove .nav-secondary ****/
    /* switch to mobile menu */
	.nav-primary /*, .nav-secondary */ {
		display:none;
	}
	/***** ticketing ******/
    .nav-secondary .menu-secondary {
	    width:135px;
	    position:absolute;
	    right:0;
    }
	/***** ticketing ******/
    .nav-secondary .menu-secondary a {
         padding:10px;
     }
    /***** ticketing ******/

    /* ticketing - get rid of contact and news in top menu. leave cart */
    .top-contactus, .top-news {
        display:none !important;
    }

     /* hide donate button */
    .header-donate-button {
        display:none;
    }
    .logo {
        margin-top:0px;
    }

	/* turn on news and contact for mobile */
	.mobile-menu-only {
	    display:block !important;
	}
	/***** responsive menu *****/
	#rmp-container-3530 {
	    /*position:absolute !important;*/
	    background-color:transparent !important;
	}
	.rmp-menu-wrap {
		padding-top:30px !important;
		padding-bottom:50px !important;
		padding-right:20px !important;
		background-color:#330000 !important;
		margin-top:24px;
		}
	.rmp-menu li, .rmp-menu li a {
	    background-color:#330000 !important;
	    border:none !important;
	}
	
	.rmp-menu-subarrow {
       /* display:none !important; */
       background-color:#330000 !important;
       font-size:11px !important;
    }
    
    .rmp-menu a {
        color:#fff !important;
        font-size:12px !important;
        text-transform:uppercase;
    }
    .rmp-menu a:hover {
        color:#cc6633 !important;
    }
    
    .rmp-menu .rmp-menu-current-item .rmp-menu-item-link {
        color:#cc6633 !important;
    }
    .rmp-submenu li a {
         font-size:13px !important;
         text-transform:none;
         line-height:30px !important;
         height:30px !important;
         color:#fff !important;
    }
     .rmp-submenu  li a:hover {
            color:#cc6633 !important;
    }
    /***** end responsive menu styles ****/
    
    /* stack sidebar */
   .content-sidebar-wrap .content {
       width:100%;
   }
   .content-sidebar-wrap .sidebar-primary {
       width:100%;
       max-width:200px;
       float:left;
       margin-bottom:20px;
   }
       .site-container {
        padding-left:3%;
        padding-right:3%;
    }
    .home-feature-boxes {
        padding-right:1.5%;
        padding-left:1.5%;
    }
    /* set width and margins of features box */
    .homefeaturebox {
       flex-basis:47%;
       margin-right:1.5%;
       margin-left:1.5%;
     }

   /* set styles for title of features box */
   .homefeature-title {
      background-size: auto;
   }
	.homefeature-img {
		margin-left:auto;
		margin-right:auto;
		WIDTH:100%;
		max-width:295px;
	}
} /* 960 */
@media only screen and (max-width:900px) {

		
} /* 900 */


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


}/* 767 */

@media only screen and (max-width:650px) {
    /* set width and margins of features box */
    .homefeaturebox {
       flex-basis:98%;
       max-width:500px;
       margin-left:auto;
       margin-right:auto;
     }
     .logo {
        width:60%;
     }
	
} /* 650 */

@media only screen and (max-width:440px) {
  .give-donation-levels-wrap li:nth-child(4) button, .give-donation-levels-wrap li:nth-child(5) {
    margin-top:115px !important;
   }
   .give-donation-levels-wrap li:nth-child(6) {
       margin-top:185px !important;
       margin-left:-100px !important;
   }
}/* 440 */