/* ------------------------------- */
/* WPBakery overrides */
/*
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0px;
}
*/

/* 70 px between rows */
/*
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 70px
}
*/

/* Makes the font-size small for all the WPBakery page modules */
.page-yellow p, .page-yellow ul  {
  border: 0px solid red;
  font-size: 14px;
}

.page-yellow .vc_row .wpb_row {
  border: 0px solid black;
}

.full-bleed-image {
  border: 0px solid red;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  margin-bottom: -35px;
  margin-left: 0px;
  margin-right: 0px;
}

.numbered-rules {
  border: 0px solid red;

}

div .vc_tta-panel-heading {

  border:  0px solid red !important;
  background:  transparent !important;
  border-radius:  none !important;
  border-bottom:  1px solid white !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {

  border-radius:  none !important;

}

.vc_tta-panel-body {
  background:  transparent !important;
  border:  none !important;
  border-radius: none !important;

  border-bottom-left-radius: none !important;
  border-bottom-right-radius: none !important;

}

.vc_tta-controls-icon, .vc_tta-controls-icon-plus {
  right:  10px !important;
  color:  red;
}

.vc_tta-title-text {
  text-transform: uppercase;
  font-size:  14px;
  font-weight:  bold;
  color:  black;

}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #000;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* left: 20px; */
    left: unset;
    right: 20px;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 0px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 20px;
}

.vc_section {
  /* margin-left: -7.5px; */
  /* margin-right: -7.5px; */
  /* margin-left: 0px; */
  /* margin-right: 0px; */
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*
 * Need this to make WPBakery modules stay within the keylines.
*/
.vc_row {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  border: 0px solid red;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
 * Need to get rid of this margin-bottom from WPBakery (usually 35px) because it
 * is breaking all the work being done by Boostrap.
 * Don't use "margin-bottom: 0 !important" here because it breaks the styling
 * on Rally Prices & Rules; it overrides the mb-40 class from bootstrap.
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
    /* margin-bottom: 0 !important; */
}

/* This fixes the bottom padding on Show events from WPBakery when in tabs.
 * Was looking differently on the Show page vs. Schedule/Spectator tix because
 * it was still inheriting the stock WPBakery 34px margin-bottom.
 * */
.tab-pane .wpb_button, .tab-pane .wpb_content_element, .tab-pane ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
    border: 0px solid red;
    /* margin-bottom: 0 !important; */
}

/*
 * Need this for embedding shortcodes within WPBakery
 * to make the content fill the keyline.
*/
.vc_column_container>.vc_column-inner {
  /* padding-left: 0; */
  /* padding-right: 0; */
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
 * This is basically an hr that is black
*/
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: black;
}

/*
.numbered-rules h5 {

  display: inline-block;
  border: 1px solid green;
  width: 100px;
  vertical-align: top;
}

.numbered-rules p {
  display: inline-block;
  border: 1px solid green;
  width: 500px;

}
*/

/*
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--green);
}
*/
