
/*
 Theme Name:   Phoenix Child for Burner Express V2
 Theme URI:    http://burningman.com
 Description:  BM Phoenix Child Theme for Burner Express
 Author:       BM Tech Team
 Template:     burning-man-phoenix
 Version:      2.0.0
 Text Domain:  phoenix-child
*/

/*@import url("../../burning-man-phoenix/css/app.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* --------- Layout -----------*/
.detail-page.fullwidth-page.homepage #primary {width:98%;margin:0 auto 2.5rem;}

figure {margin-left:0;}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images*/
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
img.size-full, img.size-large {
    max-width: 95%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.gallery-item {
display:block;
height:185px;
}
.wp-caption-text {font-size:0.9rem;padding-top:10px;font-style: italic;line-height:1.3;}
.wp-caption.aligncenter .wp-caption-text {max-width:95%; padding-bottom:10px!important;}
.gallery-caption {max-width:200px;}

/*------------- Menu  -------------*/
.top_menu .menu {
  list-style-type:none; 
  margin:0;
  margin-bottom:1rem;
  padding:0;
  text-align: center;
  }

.top_menu:after {
  content: '';
    display: block;
    height: 5px;
    background: url(../../burning-man-phoenix/img/phoenix-main-sprite.png) 50% -176px no-repeat;
    padding-top: 1rem;
}
.top_menu .menu li {
  padding:0.3rem 0;
}

.top_menu .menu li a {
  color:#492403;
  text-transform: uppercase;
}
/*--------   -----------*/

article:first-of-type::before {
	background:none;
	height:0;
}
h1.page-title {color:#59341B;}
h2 {
color: #2c5573;
line-height: 1.2;
font-size: 1.6rem;
font-family: 'RockwellStd','Courier Bold',Courier,Georgia,serif;
}
h2.blog-special {
	font-family: "Amatic SC",cursive;
font-weight: bold;
font-size: 2.5rem;
}
h3 {
color: #2c5573;
font-size:1.1rem;
font-weight:bold;
}
.home .detail-page:before {margin-bottom:15px;}


.detail-page:before {margin-bottom:calc(15px);}
.detail-page article .entry-header {
	margin-top:1.5rem;
}
article .entry-meta {
	margin: 0 0 1rem 0;
	color:#333;
}
article .entry-meta span .entry-date,
article .entry-meta .posted-in span, 
article .entry-footer .tagged a,
article .entry-footer .comments-link a,
span.tagged,.edit-link a
 {font-size:0.9rem;font-family:'Open Sans',helvetica,arial,sans-serif;}

p.edit-post {clear:both;}

h1 {font-family:'RockwellStd','Courier Bold',Courier,Georgia,serif;}
article .entry-content {margin-top:1.5rem;}
article .entry-footer {margin: 0;overflow:hidden;}
article span.tagged {display: block; margin-bottom: 1em;float:left;max-width: 80%;line-height: 1.4;padding-top: 3px;}
article .posted-in {line-height:1.3;}
article p.comments-link {font-weight: bold;}
article p.comments-link a {font-weight:normal;padding-left:5px;}
.paging-navigation {overflow:hidden;margin-bottom:2rem;}
.nav-links {overflow:hidden;margin-bottom:2em;}
.nav-previous {float:left;padding-top:1em;padding-bottom:0.5rem;}
.nav-next {float:right;padding-top:1em;}
blockquote {background-color: rgba(246,248,249,0.4);padding-left:1rem;}

code {color:#5c5c5c;font-weight:400;line-height: 1;}
p.form-submit input[type="submit"] {height:40px;background-color:#722426;color:#fff;border:1px solid rgb(204, 204, 204);font-family: 'RockwellStd','Courier Bold',Courier,Georgia,serif;font-size:1em;}

figure img, img.aligncenter, img.alignnone {border:5px solid #fff;}

.tablepress {width:100%;background:transparent;border:none;}
.tablepress thead {background:#2c5573;}
.tablepress [class*="column"] + [class*="column"]:last-child {
float: none;
}
table thead tr th, table thead tr td {color:#fff;}
table tr.even, table tr.alt, table tr:nth-of-type(even) {background:rgba(252, 252, 252, 0.3);}
table tr.even, table tr.alt, table tr:nth-of-type(odd) {background:rgba(252, 252, 252, 0.8);}

/* Sidebar */

.widget {
	background: #fcfbf9;
  background: -moz-linear-gradient(left, #fcfbf9 0%, rgba(252, 251, 249, 0) 100%);
  background: -webkit-linear-gradient(left, #fcfbf9 0%, rgba(252, 251, 249, 0) 100%);
  background: linear-gradient(to right, #fcfbf9 0%, rgba(252, 251, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfbf9', endColorstr='#00fcfbf9',GradientType=1 );
}
.widget a {color:#996600;}
.widget ul {padding-left:0.8rem;padding-bottom: 1rem;}
.widget h2 {padding-top:0.5rem;padding-left:0.8rem}
.widget_nav_menu ul {
list-style-type: none;
padding:1rem 0;
}
.widget_nav_menu {margin-top:3rem;}
.widget_nav_menu .widget-title {
font-family: "Amatic SC",cursive;
color: #722426;
font-size: 2rem;
line-height: 1.1;
letter-spacing: 1px;
font-weight: bold;
}
.widget_nav_menu ul {
  padding: 0 0 1rem;
}
.widget_nav_menu ul li a{
font-family: "Amatic SC",cursive;
color: #960;
font-size: 1.6rem;
line-height: 1.1;
letter-spacing: 1px;
font-weight: bold;
padding: 0 0 5px 0;
display: inline-block;
width: 90%;
}
.widget_nav_menu ul li:before{
content: "";
display: block;
height: 20px;
width: 19px;
margin-top: 0;
background: url(../../burning-man-phoenix/img/phoenix-main-sprite.png) -13px -460px no-repeat;
float: left;
 }

/* homepage styles */

.home-hero {
  text-align:center;
  font-family:'RockwellStd','Courier Bold',Courier,Georgia,serif;
  color:#620000;
  font-size:1.1rem;
  margin-bottom: 3rem;
}
.home-hero:after {
    content: '';
    display: block;
    background: url(../../burning-man-phoenix/img/phoenix-main-sprite.png) 50% -177px no-repeat;
    height: 2px;
    margin-top: 1rem;
}

.road-fork {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}

[class*="bmx-"]{
  padding:0.5rem 1rem;
  text-align: center;
  border: 2px solid #68431e;
  margin-left: 10px;
  margin-top:10px;
}
.home figure img, img.aligncenter, img.alignnone {
  border:none;
}

/* bus tickets styles */
.tickets-wrapper {
  margin-bottom:2rem;
}
.tickets-direction {
  padding:1rem 0;
}

.button-wrapper {
  display: flex;
  margin-top: 1rem;
}
.button-standard {
    cursor: pointer;
}

#tix-select tr td {border:none;}
#tix-select p {line-height:1.4;}

#tix-select .profile-submit {text-align:center;}
.ui-widget-header {background:#1B3041!important;color:#fff!important;border:none!important;font-weight:normal!important;}
.ui-dialog-title {text-align:center!important;}
table {
  border: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%; 
}

table thead th, .tablepress thead th {
  background-color: #90A9DD;
  text-align: center;
  padding: 0.6em 0; 
}

table tbody td, table tfoot th {
  border-top: 1px solid #c7c7c7; 
}
table tbody tr.lastrow {
  border-bottom: 1px solid #c7c7c7; 
}
table tr td {padding-bottom:0.9rem;}

th.column-1, td.column-1, td.column-2, td.column-3 {
  border-right: 1px solid #ddd; }

td.column-1 {border-left:1px solid #fff;} 
td.column-3 {border-right:1px solid #fff;} 


table tr, table td {
  padding: 0 0.4em; }

table p {margin-bottom:0;}

table td.tdate {
  font-family:'RockwellStd','Courier Bold',Courier,Georgia,serif;
  font-size:1em;
  text-align:center;
  line-height:1.3;
  background:#E6EEF1;
  color:#565656;
  vertical-align: middle;
}
table td.column-1 {
      width:23%;
    }
    
    table td.column-3 {
      width:23%;
      float:none!important;
    }
 table td.column-2,table td.column-3 {background:#fff;}

  .price {font-size:1.3em;line-height:1.3;font-family:'RockwellStd','Courier Bold',Courier,Georgia,serif;}
   
  .buyme a {
    display:block;
    text-decoration:none;
    color:#fff;
    background:rgba(130, 171, 185, 0.9);
    padding:0.6em;
    text-align: center;
  }
   
  p.repl {
  font-family: 'RockwellStd','Courier Bold',Courier,Georgia,serif;
  font-size: 1.3em;
  text-align: center;
  }

  .price {text-align: center;}
    
  .ticketform select {
    width:auto;
  font-size: 1rem;
  margin-right: 0.7rem;
  height:2.6rem;
  display:block;
  margin-top: 1em;
  }
 
  .totf {
    width:50%;
    margin-top:1em;
  }
  .totf p.buyme {width:100%;}
  .formwrap {
    overflow:hidden;
    padding:0.5em 1.5em;
    border-top:1px solid #A7A7A7;
    border-bottom:1px solid #A7A7A7;
    background:#E6EEF1;
  }
  .moreinfo {
    text-align:center;
    font-style:italic;
  line-height:1;
  color:#82ABB9;
margin-top:0;
  }
#alltickets .moreinfo {margin-top:0.5em;}
.scheduleTable {margin-bottom:0.2rem;margin-top:1px;}
.scheduleTable td, .scheduleTable th  {font-size:0.9rem;line-height: 1.5;text-align: center}
.scheduleTable tr:last-child {border-bottom:#fff 1px solid;}
.scheduleTable .deptHeader {background: #fff;}
.trip, .clickable {cursor:pointer;}
.trip:hover, .trip:active {
  background:rgba(130, 171, 185, 0.9);
}
.deptDate {width:75%;}
.deptDate {border-left: 1px solid #fff;}
.deptTime {border-right: 1px solid #fff;}
.shop-run {
  font-size: 0.85rem;
}
.selected {background: #F0F0F0; padding: 0 0 1.5rem;border-top: 1px solid #D6D6D6;}
.selected p {
  padding:1rem 0;
  margin:0;
}
.button-complete {width:80%;cursor:pointer;}
#checkUserButton {cursor:pointer;}
.loadingMsg {background:#fff; padding:1.5rem;}
p.errMsg {
  font-size: 0.85rem;
  color: rgb(186, 37, 37);
}
p.errMsg a {color:#1A64A8!important;text-decoration: underline;}
.instr {
  background: #F0F0F0;
  padding: 1.5rem 0.5rem;
  border-top: 1px solid #D6D6D6;
  margin-bottom:0;
  text-align: center;
}
.instr span {
	font-size:1.1rem;
	font-weight:600;
}
.tic {
  text-align: center;
  font-size: 0.9rem;
  margin-top:2rem;
}

table.ttemp {margin-bottom:1.5rem;}
table.ttemp thead th {text-align:left;}

/* contact form tweak */
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.9em;
    display: block;
    margin-top: -1rem;
}

/* media queries */
@media only screen and (min-width: 480px) { 

figure.aligncenter {max-width:97.5%!important;}
.content-area .comment-form-comment textarea {width:100%;min-height:150px;}


@media only screen and (min-width: 768px) { 

.top_menu .menu li {
  display:inline-block;
  padding:0 2%;
}
.road-fork {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
}
[class*="bmx-"]{
 flex: 1 0 45%; /* flex-grow, flex-shrink, flex-basis = 45% */
  width:45%; /* fallback */
  float:left; /* fallback */  
}

  .gallery-item {
  float:left;
  }

  figure.alignright, img.alignright {
  float: right;
  margin: 6px 0 8px 18px!important;
  }
  figure.alignleft, img.alignleft {
  float: left;
  margin: 6px 18px 8px 0!important;
  }
  img.size-full, img.size-large, .wp-caption.aligncenter .wp-caption-text {
      max-width: 100%;
      width: auto; 
  }
  blockquote {padding: 0.5625rem 1.25rem;}
  blockquote p {margin-bottom:0;}
  article p.comments-link {float:right;}

  /* bus tickets styles */
.tickets-wrapper {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.tickets-direction {
  flex:1 0 48%;
  width:48%;
  float:left;
  padding:1rem 0.5%;
}
.tickets-direction h2 {
  text-align: center;
  margin-bottom:0.3rem;
}
.tickets-direction img {
  display:block;
  margin:0 auto;
  border:none;
  border-top: 5px solid #87B2CA;
  border-bottom: 5px solid #87B2CA;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

  table td.tdate {font-size:1.2rem;}

  table td.column-1 {
      width:15%;
    }
    
    table td.column-3 {
      width:25%;
      float:none!important;
    }
    table td.column-2 {background:#fff;}

  p.repl {color:transparent; line-height:5; margin-bottom:0;}
    .routeg {
      min-height: 110px;
      float: left;
      width: 278px;
    }
   
    .sf2brc {
      background:url(http://burnerexpress.org/wp-content/uploads/2014/03/sf2brc_c.png) no-repeat 50% 50%;
      background-size:97%;

    }
    .rn2brc {
      background:url(http://burnerexpress.org/wp-content/uploads/2014/03/reno2brc_c.png)no-repeat top center;
      background-size:90%;
        min-height: 110px;
    }
    .brc2sf {
      background:url(http://burnerexpress.org/wp-content/uploads/2014/03/brc2sfo_c.png)no-repeat top center;
      background-size:90%;
        min-height: 110px;
    }
    .brc2rn {
      background:url(http://burnerexpress.org/wp-content/uploads/2014/03/brc2renof.png)no-repeat top center;
      background-size:90%;
        min-height: 110px;
    }
    .tdetails {
  float: right;
  width: 25%;
  }
  .morinfo {line-height:1.2;}
  /*.price {
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
  padding-top: 10px;
  margin: 0px;
  color: #565656;
  border-bottom: 2px solid #666;
  padding-bottom: 0.2em;
  }*/
   .buyme {
      background:url(../img/BE-Bman.gif)no-repeat top center;
      padding:1.4em 0;
      text-align:center;
      
    }
    
.deptDate {width:50%; border-left: 1px solid #fff;}
.deptTime {border-right: 1px solid #fff;}

}

@media only screen and (min-width: 990px) {
  .ticketform {float:left; padding:1.5em 0;}
  .totf {float:right; width:auto;margin-top:0;} 
  .tdetails {width:35%;}
  
}
@media only screen and (min-width: 1024px) {
  .fullwidth-page.homepage {
  	max-width:60rem;
  	margin:0 auto;
  }

  .fullwidth-page.homepage #primary {margin-left:0!important;}
  .content-area .comment-form-comment textarea {width:100%;min-height:150px;}
  .tdetails p {margin-bottom:1rem;}
  .tdetails p.price {padding:0.8rem 0;}
  table td.tdate {
    font-size: 1.4rem;
  }
  .routeg {width:314px;}
  .scheduleTable td, .scheduleTable th {font-size: 1rem;}
  .deptDate {width:55%;}
  .button-complete {width:50%;}

  .instr {
    padding: 1.5rem;
  }
  .single-product #primary.fullwidth-page {
    width: 80%;
    margin: 0 auto 2rem!important;
    float: none;
  }
  .tickets-wrapper {max-width: 80%;margin:3rem auto 0;}
 
}