/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

.home.load-dark:before {
  background-color: #000000 !important;
}
.home.load-dark:after {
  color: #CFCD23 !important;
}
ul#mobile_menu_slide a:hover {
  text-decoration: underline !important;
}
div.social-structure {
  text-align: center;
}
h1, h2 {
  text-transform: uppercase !important;
}
a.social-icon {
  width: 64px;
  height: 64px;
  padding-top: 12px;
  margin: auto 12px;
  display: inline-block;
  font-size: 36px;
  color: #212121;
  text-align: center;
  vertical-align: bottom;
  background-image: url(../../../wp-content/uploads/2017/07/bg-social-button.png);
  background-repeat: no-repeat;
  background-size: contain;
}
a:hover {
  transition: 0.5s;
  text-decoration: underline;
}
a.social-icon:hover {
  color: #FFFFFF;
  transition: 0.25s;
}
ul#top-menu li {
  height: 64px;
}
ul#top-menu li a {
	display: none !important;
}
div.mobile_nav {
  height: 64px;
}
div.mobile_nav span.mobile_menu_bar {
  display: none;
}

.entry-content table,
body.et-pb-preview #main-content .container table {
  border: none !important;
}
.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
  border: none; 
}
table.tour-dates td {
  padding: 24px 6px;
  font-size: 15px;
  line-height: 19px;
  vertical-align: top;
}
table.tour-dates td.venue {
  font-weight: bold;
}
table.tour-dates td.tickets {
  text-align: right;
}
table.tour-dates tr {
  border-bottom: 1px solid #262626;
}
table.tour-dates td a {
  padding: 5px 10px;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
table.tour-dates td a:hover {
  color: #333;
  text-decoration: none;
  background: #FFCC00;
  border: 1px solid #FFCC00;
}
.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}
div.et_pb_video_overlay_hover a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  table.tour-dates td {
    width: 100%;
    padding: 5px 12px;
    display: block;
    text-align: center;
  }
  table.tour-dates td.date {
    padding-top: 32px;
  }
  table.tour-dates td.tickets {
    padding-top: 16px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize
  }
}
table.tour-dates tr.archive td {
  color: #555555;
}



/* HIDE NAV ON PRESS PAGE */
body.page-id-134 span.mobile_menu_bar,
body.page-id-134 header#main-header {
  display: none !important;
}



