body {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal; }

h2 {
  letter-spacing: 2px !important;
  font-weight: 400; }

h3 {
  letter-spacing: 3px !important;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100% !important; } }

.hide-header #header {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px); }

.fill-nav #header {
  background-color: rgba(0, 0, 0, 0.9); }
  .fill-nav #header .et_pb_row {
    padding: 10px 0px; }

.secondary-menu a[target="_blank"]:after {
  display: inline-block;
  content: "";
  background: url("../images/icon-external-link.svg") no-repeat;
  width: 19px;
  height: 19px;
  margin: 2px 0 0 6px;
  vertical-align: text-top; }

#header {
  transition: background-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, background-color 250ms;
  transition: transform 250ms, background-color 250ms, -webkit-transform 250ms;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 10px; }
  @media print {
    #header {
      display: none; } }
  #header .nav-link-wrap {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .nav-link-wrap:hover {
      cursor: pointer; }
    #header .nav-link-wrap .menu-search-icon-wrap {
      margin-right: 20px; }
  #header .secondary-menu {
    display: none;
    margin-right: 13px; }
    @media (min-width: 768px) {
      #header .secondary-menu {
        display: block; } }
    #header .secondary-menu li {
      display: inline-block;
      margin: 0 13px; }
      #header .secondary-menu li a {
        font-family: "Oswald", sans-serif;
        font-size: 15px;
        letter-spacing: 2px;
        color: #fff;
        text-transform: uppercase; }

.logo_wrap {
  float: left;
  text-align: left;
  padding-top: 5px; }
  .logo_wrap img {
    width: 200px; }
    .logo_wrap img:hover {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .logo_wrap img {
        width: 160px; } }

@media (min-width: 768px) {
  .fill-nav .header-wrap {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.header-wrap {
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  padding-top: 0px !important;
  width: 90% !important; }
  @media (min-width: 768px) {
    .header-wrap {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); } }

.menu-burger-wrap {
  background-color: #fff;
  height: 44px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1px;
  transition: background-color 0.3s ease-in-out; }
  .menu-burger-wrap span {
    transition: background-color 0.3s ease-in-out;
    width: 64%;
    height: 3px;
    background-color: #000;
    margin: 3px 0 3px 8px;
    display: block; }
    .menu-burger-wrap span:nth-child(2) {
      width: 32%; }
  .menu-burger-wrap:hover {
    background-color: #FF7F00; }
    .menu-burger-wrap:hover span {
      background-color: #fff; }

#main-nav-overlay {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 101%;
  z-index: 60;
  text-align: center;
  opacity: 0;
  padding-top: 21px;
  display: none; }
  #main-nav-overlay .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    #main-nav-overlay .mobile-nav li a {
      letter-spacing: 5px;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 20px;
      padding-bottom: 8px;
      border-bottom: 3px solid transparent;
      transition: border-color 0.25s ease; }
      #main-nav-overlay .mobile-nav li a:hover {
        border-bottom: 3px solid #EAD198; }
    #main-nav-overlay .mobile-nav li.current_page_item a {
      border-bottom: 3px solid #EAD198; }
  #main-nav-overlay .menu-close {
    position: absolute;
    right: 0; }
    #main-nav-overlay .menu-close:hover {
      cursor: pointer; }
  #main-nav-overlay .secondary-menu {
    margin-top: 15px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%; }
    #main-nav-overlay .secondary-menu li a {
      font-size: 16px;
      letter-spacing: 2px;
      margin-bottom: 4px;
      padding-bottom: 0; }

#menu-primary-nav {
  margin-top: -60px; }

#main-search-overlay {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 101%;
  z-index: 60;
  text-align: center;
  opacity: 0;
  padding-top: 21px;
  display: none; }
  #main-search-overlay .search-wrap {
    padding-top: 90px;
    text-align: center; }
    @media (min-width: 768px) {
      #main-search-overlay .search-wrap {
        padding-top: 150px; } }
    #main-search-overlay .search-wrap h1 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #main-search-overlay .search-wrap form {
      position: relative; }
      #main-search-overlay .search-wrap form input[type=text] {
        padding: 0 !important;
        background-color: transparent;
        border: none !important;
        color: #33323A !important;
        font-family: "Oswald", sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 20px;
        width: 100%;
        background-color: #fff;
        text-align: center;
        height: 60px; }
    #main-search-overlay .search-wrap .search-submit {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 25px;
      margin: auto; }
  #main-search-overlay .search-close {
    position: absolute;
    right: 0; }
    #main-search-overlay .search-close:hover {
      cursor: pointer; }
  #main-search-overlay input::-webkit-input-placeholder {
    color: #33323A;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px; }
  #main-search-overlay input::-moz-placeholder {
    color: #33323A;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px; }
  #main-search-overlay input:-moz-placeholder {
    color: #33323A;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px; }
  #main-search-overlay input:-ms-input-placeholder {
    color: #33323A;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px; }

body.menu-open {
  overflow-y: hidden; }
  body.menu-open #main-nav-overlay {
    opacity: 1;
    display: block; }

body.search-open {
  overflow-y: hidden; }
  body.search-open #main-search-overlay {
    opacity: 1;
    display: block; }

#signup-wrap {
  background-color: #33323A;
  padding: 70px 0px; }
  @media print {
    #signup-wrap {
      display: none; } }
  #signup-wrap .signup-content {
    text-align: center;
    padding: 70px 15px;
    border: 8px solid #59585E; }
    #signup-wrap .signup-content h3 {
      font-size: 19px;
      color: #EEE8C6; }
      @media (min-width: 768px) {
        #signup-wrap .signup-content h3 {
          font-size: 29px; } }
    #signup-wrap .signup-content p {
      color: #fff; }

#social-wrap {
  background: url(../images/social-bg.jpg);
  background-size: cover;
  padding: 50px 0px; }
  #social-wrap .social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #social-wrap .social-content a {
      transition: opacity 0.3s ease-in-out;
      margin: 0px 20px; }
      #social-wrap .social-content a:hover {
        opacity: 0.6; }
      #social-wrap .social-content a img {
        width: 35px; }

#primary-nav-wrap,
#bottom-footer {
  padding: 50px 0px; }
  @media print {
    #primary-nav-wrap,
    #bottom-footer {
      display: none; } }
  #primary-nav-wrap .footer-nav,
  #bottom-footer .footer-nav {
    text-align: center; }
    #primary-nav-wrap .footer-nav li,
    #bottom-footer .footer-nav li {
      display: block; }
      @media (min-width: 768px) {
        #primary-nav-wrap .footer-nav li,
        #bottom-footer .footer-nav li {
          display: inline; } }
      #primary-nav-wrap .footer-nav li a,
      #bottom-footer .footer-nav li a {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 10px 15px;
        font-family: "Oswald", sans-serif;
        display: inline-block; }
        @media (min-width: 768px) {
          #primary-nav-wrap .footer-nav li a,
          #bottom-footer .footer-nav li a {
            padding: 0px 15px; } }

#primary-nav-wrap {
  background-color: #E8E8E8; }
  #primary-nav-wrap .footer-nav li a {
    font-size: 1em;
    transition: color 0.3s ease-in-out;
    color: #CE4813; }
    #primary-nav-wrap .footer-nav li a:hover {
      color: #73081D; }

#bottom-footer {
  background-color: #DEDEDE; }
  #bottom-footer span {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    color: #59585E;
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 13px; }
  #bottom-footer .footer-nav {
    margin-bottom: 20px; }
    #bottom-footer .footer-nav li a {
      color: #73081D;
      transition: color 0.3s ease-in-out;
      font-size: 0.8em; }
      #bottom-footer .footer-nav li a:hover {
        color: #CE4813; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0 0; }
  .wpcf7-form input[type=email] {
    border: none;
    font-family: "Oswald", sans-serif;
    background-color: #59585E;
    padding: 0px 15px;
    height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 100%;
    color: #fff;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0px 16px 22px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .wpcf7-form input[type=email] {
        padding: 0px 30px; } }
  .wpcf7-form input[type=submit] {
    border-radius: 0px 3px 3px 0px;
    box-shadow: 0px 16px 22px rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    height: 60px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    background-color: #73081D;
    border: none;
    color: #fff;
    transition: background-color 0.3s ease-in-out; }
    .wpcf7-form input[type=submit]:hover {
      background-color: #5b0617;
      cursor: pointer; }
  .wpcf7-form input::-webkit-input-placeholder {
    color: #A5A5A8 !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 768px) {
      .wpcf7-form input::-webkit-input-placeholder {
        font-size: 16px; } }
  .wpcf7-form input::-moz-placeholder {
    color: #A5A5A8 !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 768px) {
      .wpcf7-form input::-moz-placeholder {
        font-size: 16px; } }
  .wpcf7-form input:-moz-placeholder {
    color: #A5A5A8 !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 768px) {
      .wpcf7-form input:-moz-placeholder {
        font-size: 16px; } }
  .wpcf7-form input:-ms-input-placeholder {
    color: #A5A5A8 !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 768px) {
      .wpcf7-form input:-ms-input-placeholder {
        font-size: 16px; } }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%; }

div.wpcf7-mail-sent-ok {
  color: #FF7F00; }

div.wpcf7-response-output {
  margin: 2em 0 1em; }

#page-container {
  padding-top: 0px !important; }

.container {
  max-width: 1188px !important;
  width: 90% !important; }

.et_pb_row {
  width: 90%;
  max-width: 1188px !important; }

#main-content .container {
  padding-top: 0px; }
  @media (min-width: 768px) {
    #main-content .container {
      padding-top: 58px; } }

.paged #blog-spotlight {
  display: none; }

.full-container .et_pb_row {
  width: 100%; }

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 90%; }

body #page-container .et_pb_cta_2.et_pb_promo .et_pb_button.et_pb_custom_button_icon:after,
body #page-container .et_pb_cta_3.et_pb_promo .et_pb_button.et_pb_custom_button_icon:after,
body #page-container .et_pb_cta_4.et_pb_promo .et_pb_button.et_pb_custom_button_icon:after,
body #page-container .et_pb_cta_5.et_pb_promo .et_pb_button.et_pb_custom_button_icon:after {
  font-size: 23px !important;
  line-height: 1.2em !important; }

#full-width-row .et_pb_row {
  width: 100%; }

.et_pb_slide_overlay_container {
  background: linear-gradient(45deg, rgba(25, 42, 87, 0.62) 0%, rgba(204, 96, 85, 0.53) 100%) !important; }

#home-slider .et_pb_slide {
  padding: 0% 0%; }
  #home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description {
    padding-left: 8% !important;
    text-align: center !important; }
    #home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description h2.et_pb_slide_title {
      text-align: center !important; }
    #home-slider .et_pb_slide:nth-child(2) .et_pb_container .et_pb_slide_description p {
      margin: 0 auto !important;
      max-width: 680px !important; }
#home-slider h2.et_pb_slide_title {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px; }
#home-slider .et_pb_container {
  max-width: 1180px !important;
  width: 90%; }
  #home-slider .et_pb_container .et_pb_slide_description {
    padding-left: 0px;
    text-align: left; }
    #home-slider .et_pb_container .et_pb_slide_description a.et_pb_button {
      color: #FF7F00 !important;
      padding-left: 22px !important;
      padding-right: 35px !important;
      padding-top: 4px !important;
      padding-bottom: 4px !important; }
#home-slider .et_pb_slide_content p {
  font-weight: 300; }
  @media (min-width: 768px) {
    #home-slider .et_pb_slide_content p {
      max-width: 900px; } }
#home-slider .et_pb_slide_content br {
  display: none; }
  @media (min-width: 768px) {
    #home-slider .et_pb_slide_content br {
      display: block; } }

.et-pb-controllers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  right: 0; }
  .et-pb-controllers a {
    border-radius: 1px;
    margin-right: 2px;
    height: 15px;
    width: 15px; }
  .et-pb-controllers a.et-pb-active-control {
    height: 25px;
    background-color: #FF7F00 !important; }

#slider-overlay {
  background: url(../images/gradient.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

#inner-hero .header-content h1 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 33px; }
  @media (min-width: 1025px) {
    #inner-hero .header-content h1 {
      font-size: 63px;
      margin-bottom: 10px; } }
#inner-hero .header-content span.et_pb_fullwidth_header_subhead {
  font-weight: 400;
  font-size: 28px;
  line-height: 37px; }

#inner-hero-overlay {
  background: linear-gradient(135deg, rgba(52, 73, 94, 0.99) 2%, rgba(52, 73, 94, 0.99) 21%, rgba(204, 96, 85, 0.99) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.9; }

#featured-homepost .featured-homepost-wrap {
  border: 8px solid #59585E;
  padding: 20px; }
  #featured-homepost .featured-homepost-wrap article {
    margin-bottom: 0px; }
    #featured-homepost .featured-homepost-wrap article .entry-featured-image-url {
      box-shadow: 0px 16px 37px rgba(0, 0, 0, 0.3);
      float: left; }
      @media (min-width: 768px) {
        #featured-homepost .featured-homepost-wrap article .entry-featured-image-url {
          margin-top: -70px;
          width: 35%; } }
      #featured-homepost .featured-homepost-wrap article .entry-featured-image-url img {
        width: 100%; }
    #featured-homepost .featured-homepost-wrap article .post-meta, #featured-homepost .featured-homepost-wrap article .entry-title, #featured-homepost .featured-homepost-wrap article .post-content {
      float: left; }
      @media (min-width: 768px) {
        #featured-homepost .featured-homepost-wrap article .post-meta, #featured-homepost .featured-homepost-wrap article .entry-title, #featured-homepost .featured-homepost-wrap article .post-content {
          float: right;
          width: 60%; } }
    #featured-homepost .featured-homepost-wrap article .entry-title a {
      color: #EEE8C6;
      text-transform: uppercase;
      letter-spacing: 3px; }
    #featured-homepost .featured-homepost-wrap article .post-meta {
      color: #EAD198; }
    #featured-homepost .featured-homepost-wrap article .post-content p {
      margin-bottom: 20px; }
    #featured-homepost .featured-homepost-wrap article .post-content a {
      color: #FF7F00;
      text-transform: uppercase; }

#event-spotlight-content {
  padding-right: 5%; }
  #event-spotlight-content #event-spotlight-title p {
    padding-bottom: 5px;
    font-weight: 300;
    color: #EAD198; }
  #event-spotlight-content #event-spotlight-tax {
    margin-bottom: 10px; }
    #event-spotlight-content #event-spotlight-tax a {
      background-color: #222225;
      padding: 5px 15px;
      font-size: 12px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.6);
      pointer-events: none; }
  @media (min-width: 1025px) {
    #event-spotlight-content {
      float: right;
      padding-left: 30px; } }
  #event-spotlight-content #event-spotlight-content-wrap p {
    padding-bottom: 10px; }
  #event-spotlight-content #event-spotlight-content-wrap a {
    margin-top: 0px;
    border: none;
    position: relative;
    border-radius: 0px;
    padding: 0px;
    padding-right: 30px; }
    #event-spotlight-content #event-spotlight-content-wrap a:hover {
      background: none;
      color: #CE4813 !important; }
      #event-spotlight-content #event-spotlight-content-wrap a:hover:after {
        right: -5px;
        content: url(../images/arrow-dark-orange.svg); }
    #event-spotlight-content #event-spotlight-content-wrap a:after {
      opacity: 1;
      content: url(../images/inline-arrow.svg);
      margin-left: 10px;
      position: absolute;
      top: 5px;
      line-height: 0px;
      right: 0px;
      bottom: 0;
      margin: auto; }

#event-spotlight-image img {
  box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 2;
  bottom: 0; }
  @media (min-width: 1025px) {
    #event-spotlight-image img {
      top: 160px;
      position: absolute;
      right: -20%;
      left: 0;
      margin: auto; } }

@media (min-width: 768px) {
  #fullwidth-overlay {
    padding: 150px 0px; } }
#fullwidth-overlay .header-content h1 {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #EEE8C6;
  text-transform: uppercase;
  letter-spacing: 3px; }
#fullwidth-overlay .header-content span.et_pb_fullwidth_header_subhead {
  color: #fff;
  font-family: "Roberto", sans-serif;
  font-size: 39px;
  line-height: 40px;
  font-weight: 300 !important; }
  @media (min-width: 768px) {
    #fullwidth-overlay .header-content span.et_pb_fullwidth_header_subhead {
      max-width: 90%;
      font-size: 59px;
      line-height: 60px; } }
#fullwidth-overlay .header-content a {
  padding: 0.5em 2em; }

#gradient-overlay {
  background: url(../images/gradient.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100%;
  z-index: 1;
  width: 100%;
  opacity: 0.8; }

#white-section-title p {
  background-color: #fff; }
#white-section-title:before {
  background-color: #EEE8C6; }

#gray-section-title p {
  background-color: #59585e; }
#gray-section-title:before {
  background-color: #A5A5A8; }

#dark-section-title p {
  background-color: #33323A; }
#dark-section-title:before {
  background-color: #59585E; }

#tan-section-title p {
  background-color: #EEE8C6;
  color: #33323A; }
#tan-section-title:before {
  background-color: #EAD198; }
#tan-section-title a {
  color: #CE4813;
  border: 3px solid #CE4813;
  border-radius: 2px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.5px;
  margin-top: 0px;
  position: relative;
  padding: 5px 39px 5px 20px; }
  #tan-section-title a:hover {
    background-color: #CE4813;
    color: #fff; }
    #tan-section-title a:hover:after {
      content: url(../images/inline-arrow-white.svg); }
  #tan-section-title a:after {
    opacity: 1;
    content: url(../images/arrow-dark-orange.svg);
    margin-left: 10px;
    position: absolute;
    top: 10px;
    line-height: 0px;
    right: 10px;
    bottom: 0;
    margin: auto; }

#dark-section-title,
#gray-section-title,
#tan-section-title,
#white-section-title {
  position: relative; }
  #dark-section-title p,
  #gray-section-title p,
  #tan-section-title p,
  #white-section-title p {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    padding: 0px 20px;
    z-index: 9;
    position: relative;
    font-size: 19px; }
    @media (min-width: 768px) {
      #dark-section-title p,
      #gray-section-title p,
      #tan-section-title p,
      #white-section-title p {
        font-size: 29px; } }
  #dark-section-title:before,
  #gray-section-title:before,
  #tan-section-title:before,
  #white-section-title:before {
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    height: 3px;
    position: absolute; }

.blog-four-col article {
  float: left;
  padding: 0px 10px;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .blog-four-col article:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    .blog-four-col article:hover .entry-featured-image-url:before {
      opacity: 0; }
  @media (min-width: 768px) {
    .blog-four-col article {
      width: 50%; } }
  @media (min-width: 1025px) {
    .blog-four-col article {
      width: 25%; } }
  .blog-four-col article h2.entry-title {
    margin-top: 0px;
    font-size: 1em;
    letter-spacing: 0px !important;
    font-family: "Roberto", sans-serif;
    line-height: 1.2em;
    padding-bottom: 5px; }
    .blog-four-col article h2.entry-title a {
      color: #CC6600; }
  .blog-four-col article p.post-meta {
    margin: 0; }
    .blog-four-col article p.post-meta a {
      letter-spacing: 0px;
      text-transform: uppercase;
      color: #C1C1C1 !important;
      font-family: "Roberto", sans-serif;
      font-size: 12px;
      font-weight: bold; }
  .blog-four-col article .post-content p {
    font-size: 14px; }

.pagination a {
  color: #CE4813;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  border: 3px solid #CE4813;
  border-radius: 2px;
  width: 170px;
  padding: 5px 0px;
  text-align: center;
  margin: 0px 5px;
  position: relative;
  display: block; }
  .pagination a:after {
    content: url(../images/arrow-dark-orange.svg);
    position: absolute;
    line-height: 29px; }
.pagination .nav-prev a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px; }
.pagination .nav-next a:after {
  left: auto;
  right: 10px; }

#home-blog-listing .et_pb_post .entry-featured-image-url {
  border-radius: 2px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  #home-blog-listing .et_pb_post .entry-featured-image-url img {
    border-radius: 2px;
    vertical-align: middle; }
  #home-blog-listing .et_pb_post .entry-featured-image-url:before {
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    background: linear-gradient(45deg, rgba(25, 42, 87, 0.62) 0%, rgba(204, 96, 85, 0.53) 100%) !important; }

.archive-page .et_pb_row {
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .archive-page .et_pb_row {
      padding-bottom: 20px; } }
  .archive-page .et_pb_row .et_pb_column {
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .archive-page .et_pb_row .et_pb_column {
        margin-bottom: 20px; } }

.sbi_item {
  width: 33% !important; }

.timeline-Tweet-text {
  font-size: 10px !important; }

.timeline-Tweet {
  border-bottom: 1px solid #eee !important; }

.MediaCard {
  display: none !important; }

.halfimage-overlay {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out; }
  .halfimage-overlay:hover h3 {
    border-bottom: 4px solid transparent !important; }
  .halfimage-overlay:hover #coming-soon {
    opacity: 1;
    top: 57%; }
  .halfimage-overlay:hover #hover-border {
    position: absolute;
    border-left: 4px solid rgba(238, 232, 198, 0.3);
    border-right: 4px solid rgba(238, 232, 198, 0.3);
    border-bottom: 4px solid rgba(238, 232, 198, 0.3);
    border-top: 4px solid rgba(238, 232, 198, 0.3);
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .halfimage-overlay .overlay-text-excerpt,
  .halfimage-overlay .overlay-text {
    margin-bottom: 0px !important;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    pointer-events: none; }
    .halfimage-overlay .overlay-text-excerpt h3,
    .halfimage-overlay .overlay-text h3 {
      transition: all 0.3s ease-in-out;
      color: #EEE8C6;
      font-size: 31px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 3.4px;
      border-bottom: 4px solid rgba(238, 232, 198, 0.3);
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 10px; }
  .halfimage-overlay .overlay-text-excerpt {
    height: 80%; }
  .halfimage-overlay .excerpt-text {
    position: relative;
    z-index: 2;
    padding: 15px 20px; }
    .halfimage-overlay .excerpt-text p {
      line-height: 22px;
      font-size: 16px; }
  .halfimage-overlay #hover-border {
    position: absolute;
    height: 90%;
    border-left: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    pointer-events: none; }
  .halfimage-overlay #goods-overlay {
    pointer-events: none;
    background: url(../images/goods-gradient.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
    z-index: 1;
    width: 100%; }
  .halfimage-overlay #coming-soon {
    position: absolute;
    color: #EEE8C6;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3.4px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 5;
    top: 63%; }

#goods-tiles .overlay-text {
  height: 80%; }
#goods-tiles .et_pb_text {
  margin-top: 0px; }
#goods-tiles #hover-border {
  bottom: auto;
  height: 71%;
  top: 10px; }
#goods-tiles #coming-soon {
  top: 55%; }
#goods-tiles .halfimage-overlay:hover #coming-soon {
  top: 45%; }

#spotlight-image-wrap {
  width: 50%; }
  #spotlight-image-wrap .musician-grid-item:hover #orange-btn {
    background-color: #CE4813; }
  #spotlight-image-wrap .musician-grid-item .name {
    padding-top: 32px;
    padding-bottom: 10px; }
    #spotlight-image-wrap .musician-grid-item .name h2 {
      font-size: 20px; }
  #spotlight-image-wrap .musician-grid-item .spotlight {
    bottom: 45px; }
  @media (min-width: 1025px) {
    #spotlight-image-wrap {
      padding: 20px; } }
  #spotlight-image-wrap .orange-arrow {
    top: -30px; }
  #spotlight-image-wrap .et_pb_row {
    padding: 0px; }
  @media (min-width: 1025px) {
    #spotlight-image-wrap {
      padding: 0px;
      position: absolute;
      z-index: 2;
      max-width: 790px; } }

#spotlight-content-wrap {
  padding: 20px 20px; }
  @media (min-width: 1025px) {
    #spotlight-content-wrap {
      max-width: 490px;
      padding: 7% 0px; } }

.image-right #spotlight-content-wrap a {
  padding-left: 20px !important;
  padding-right: 35px !important; }
@media (min-width: 1025px) {
  .image-right #spotlight-image-wrap {
    right: 0;
    margin-right: 0; } }
@media (min-width: 2200px) {
  .image-right #spotlight-image-wrap {
    right: 15%; } }
.image-right .three-grid-wrap .et_pb_column {
  right: auto;
  left: 0; }
.image-right .musician-grid-item .name,
.image-right .musician-grid-item #orange-btn {
  left: 0;
  right: auto; }
.image-right .musician-grid-item .spotlight {
  right: auto; }

.image-left #musician-overlay,
.image-right #musician-overlay {
  display: none; }
.image-left .spotlight,
.image-right .spotlight {
  bottom: 35px !important; }

@media (min-width: 1025px) {
  .image-left #spotlight-content-wrap {
    max-width: 490px;
    float: right; } }
.image-left #spotlight-content-wrap a {
  padding-left: 20px !important;
  padding-right: 35px !important; }
@media (min-width: 2200px) {
  .image-left #spotlight-image-wrap {
    left: 15%; } }

#image-left .et_pb_fullwidth_header {
  padding-top: 0px; }
  @media (min-width: 768px) {
    #image-left .et_pb_fullwidth_header {
      padding-top: 50px; } }
@media (min-width: 768px) {
  #image-left .header-content {
    width: 35%;
    float: right; } }
#image-left .et_pb_fullwidth_image {
  padding: 0px 20px;
  top: -40px;
  border-radius: 5px; }
  @media (min-width: 768px) {
    #image-left .et_pb_fullwidth_image {
      padding: 0px 0px;
      top: auto;
      box-shadow: 0px 28px 50px rgba(0, 0, 0, 0.23);
      position: absolute;
      left: 0;
      bottom: -50px;
      width: 50%;
      z-index: 3; } }

#social-feed-intro {
  margin-left: 10px !important;
  margin-right: 10px !important;
  border-bottom: 3px solid #DEDEDE; }
  #social-feed-intro .et_pb_promo_description {
    padding-bottom: 0px; }
    #social-feed-intro .et_pb_promo_description h2 {
      padding-bottom: 0px; }
  #social-feed-intro a {
    padding-left: 0px !important; }

.fluid-width-video-wrapper iframe {
  margin-top: 10px; }

.epyt-gallery {
  margin: 0px 10px; }

.epyt-gallery-img-box {
  margin-right: 10px !important; }

.epyt-gallery-thumb.epyt-listview {
  border-bottom: 1px solid #eee;
  margin: 8px 0 0px 0 !important; }

.epyt-gallery-title {
  padding: 8px 10px 10px 10px !important;
  font-size: 12px !important;
  color: #33323A; }

.timeline-Tweet:hover {
  background-color: transparent !important; }

#full-flex {
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1025px) {
    #full-flex {
      height: 450px; } }
  #full-flex .et_pb_promo {
    margin: 0 auto;
    max-width: 540px;
    padding-left: 15px !important; }

#page-intro .page-intro-wrap {
  border: 8px solid #59585E;
  padding: 15px 15px 15px 15px; }
  @media (min-width: 1025px) {
    #page-intro .page-intro-wrap {
      padding: 50px 40px 50px 80px; } }
  #page-intro .page-intro-wrap .et_pb_image img {
    border-radius: 3px;
    box-shadow: 0px 28px 50px rgba(0, 0, 0, 0.23); }
    @media (min-width: 1025px) {
      #page-intro .page-intro-wrap .et_pb_image img {
        position: absolute;
        top: -100px; } }

.timeline-year,
.timeline-main-title {
  display: none !important; }

.cool-timeline.white-timeline .timeline-post .icon-color-white, .cool-timeline.one-sided.white-timeline .timeline-post .icon-color-white {
  background: none !important;
  box-shadow: none !important; }

.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
  font-size: 27px !important;
  color: #eee8c6;
  background: #59585e; }

.cool-timeline-wrapper {
  margin: 0px auto !important; }

.timeline-content .content-title {
  padding: 12px 15px !important; }

#full-bleed-column .et_pb_promo {
  position: relative;
  z-index: 2; }
#full-bleed-column .et_pb_promo_button {
  color: #FF7F00; }
  #full-bleed-column .et_pb_promo_button:hover {
    background-color: #FF7F00;
    color: #fff; }

.bottom-shadow {
  box-shadow: 0px 28px 50px rgba(0, 0, 0, 0.23); }

ul.archive-years {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 !important; }
  ul.archive-years li {
    list-style-type: none; }
    ul.archive-years li a {
      color: #CE4813;
      font-family: "Oswald", sans-serif;
      float: left;
      text-align: center;
      background-color: #F7F7F7;
      padding: 25px 10px;
      transition: all 0.3s ease-in-out;
      border: 1px solid #fff; }
      ul.archive-years li a:hover {
        background-color: #CE4813;
        color: #F7F7F7; }
  ul.archive-years li.current-archive a {
    background-color: #CE4813;
    color: #F7F7F7; }

.post-meta {
  padding-bottom: 0px !important; }
  .post-meta p {
    display: inline; }

.post .et_pb_section {
  padding-top: 0px; }
  .post .et_pb_section .et_pb_row {
    padding-top: 0px; }

#blog-listing .et_pb_post {
  border-bottom: 3px solid #DEDEDE;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #blog-listing .et_pb_post .post-content-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    #blog-listing .et_pb_post .post-content-wrap .post-meta {
      letter-spacing: 2px;
      padding-bottom: 0px; }
      @media (min-width: 768px) {
        #blog-listing .et_pb_post .post-content-wrap .post-meta {
          margin-bottom: 0px; } }
      #blog-listing .et_pb_post .post-content-wrap .post-meta p {
        display: inline; }
    #blog-listing .et_pb_post .post-content-wrap .entry-title {
      margin-top: 0px;
      font-family: "Roberto", sans-serif;
      font-size: 22px;
        font-size-font-size: 29px; }
      #blog-listing .et_pb_post .post-content-wrap .entry-title a {
        font-weight: 600;
        transition: color 0.3s ease-in-out;
        letter-spacing: 0px; }
        #blog-listing .et_pb_post .post-content-wrap .entry-title a:hover {
          color: #73081D; }
  #blog-listing .et_pb_post .entry-featured-image-url {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px; }

.archive .et_pb_post {
  border-bottom: 3px solid #DEDEDE; }

.et_pb_post {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .et_pb_post .entry-content {
    padding-top: 0px; }
    @media (min-width: 768px) {
      .et_pb_post .entry-content {
        padding-top: 30px; } }
  .et_pb_post img {
    border-radius: 2px; }
  .et_pb_post h2 a {
    font-family: "Roberto", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    color: #CE4813; }

.post-filter-wrap {
  background-color: #33323A;
  padding: 10px 0px; }
  .post-filter-wrap .post-filters .post-filter-wrapper {
    background-color: transparent; }
    .post-filter-wrap .post-filters .post-filter-wrapper li a {
      color: #fff;
      border-radius: 2px;
      display: inline-block; }
      .post-filter-wrap .post-filters .post-filter-wrapper li a:hover {
        background-color: #CE4813;
        color: #fff; }
    .post-filter-wrap .post-filters .post-filter-wrapper li.current-cat a {
      background-color: #CE4813;
      color: #fff; }
  .post-filter-wrap .post-filters:after {
    content: none; }

.post-filters {
  padding-left: 0px !important;
  position: relative; }
  .post-filters .post-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 290px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 2;
    position: relative; }
    .post-filters .post-filter-wrapper li {
      list-style-type: none; }
      .post-filters .post-filter-wrapper li a {
        text-transform: uppercase;
        border-radius: 2px;
        font-family: "Oswald", sans-serif;
        color: #33323A;
        font-size: 20px;
        margin: 0px 20px;
        padding: 10px;
        transition: all 0.3s ease-in-out; }
        .post-filters .post-filter-wrapper li a:hover {
          background-color: #CE4813;
          color: #fff; }
      .post-filters .post-filter-wrapper li a.selected {
        background-color: #CE4813;
        color: #fff; }
    .post-filters .post-filter-wrapper li.current-cat a {
      background-color: #CE4813;
      color: #fff; }
    .post-filters .post-filter-wrapper a.current-cat {
      background-color: #CE4813;
      color: #fff; }
  .post-filters:after {
    content: "";
    background-color: #EEE8C6;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }

.post-meta {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

hr.blog-divide {
  border-bottom: 3px solid #DEDEDE;
  border-top: none;
  margin-bottom: 40px; }

.social-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 1025px) {
    .social-post-share {
      margin-top: 25px;
      position: absolute;
      display: block; } }
  .social-post-share a {
    padding: 10px 0px;
    display: block;
    transition: opacity 0.3s ease-in-out; }
    .social-post-share a:hover {
      opacity: 0.7; }

.single-post-content {
  max-width: 850px;
  margin: 0 auto; }
  .single-post-content h2.post-title {
    margin-top: 0px;
    font-family: "Roberto", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    color: #CE4813; }
  .single-post-content .single-post-meta p {
    display: inline;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px; }

.tag-list {
  border-top: 3px solid #DEDEDE;
  border-bottom: 3px solid #DEDEDE;
  padding: 20px 0px;
  margin-bottom: 40px; }
  .tag-list a {
    display: inline-block;
    padding: 5px 9px;
    color: #fff;
    background-color: #59585E;
    line-height: 17px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Roberto", sans-serif;
    opacity: 0.4;
    font-weight: 600; }

.event-post-wrap .event-thumb {
  margin-top: 20px;
  display: block; }
.event-post-wrap .date-range {
  display: inline;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px; }
.event-post-wrap h2.entry-title {
  margin-top: 0px; }
  .event-post-wrap h2.entry-title a {
    font-family: "Roberto", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    color: #CE4813; }

#content-area #left-area {
  width: 65.666%;
  padding-right: 3%; }
#content-area #sidebar {
  width: 31.333%;
  float: right; }

#main-content .container:before {
  content: none !important; }

#sidebar {
  padding-left: 0px !important; }
  @media (min-width: 768px) {
    #sidebar {
      padding-left: 30px !important; } }

#sidebar .et_pb_widget,
.et_pb_sidebar_0 .et_pb_widget {
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 20px !important; }
  #sidebar .et_pb_widget form,
  .et_pb_sidebar_0 .et_pb_widget form {
    position: relative; }
    #sidebar .et_pb_widget form input#s,
    .et_pb_sidebar_0 .et_pb_widget form input#s {
      padding: 0 !important;
      background-color: transparent;
      border: none !important;
      color: #33323A;
      font-family: "Oswald", sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1.5 !important; }
    #sidebar .et_pb_widget form .search-submit,
    .et_pb_sidebar_0 .et_pb_widget form .search-submit {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 25px;
      margin: auto; }
  #sidebar .et_pb_widget h4,
  .et_pb_sidebar_0 .et_pb_widget h4 {
    color: #59585E;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px; }
  #sidebar .et_pb_widget .tagcloud a,
  .et_pb_sidebar_0 .et_pb_widget .tagcloud a {
    color: #fff;
    background-color: #59585E;
    font-family: "Roberto", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 2.3em;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px; }
    #sidebar .et_pb_widget .tagcloud a:hover,
    .et_pb_sidebar_0 .et_pb_widget .tagcloud a:hover {
      background-color: #33323A; }
#sidebar input::-webkit-input-placeholder,
.et_pb_sidebar_0 input::-webkit-input-placeholder {
  color: #33323A;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px; }
#sidebar input::-moz-placeholder,
.et_pb_sidebar_0 input::-moz-placeholder {
  color: #33323A;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px; }
#sidebar input:-moz-placeholder,
.et_pb_sidebar_0 input:-moz-placeholder {
  color: #33323A;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px; }
#sidebar input:-ms-input-placeholder,
.et_pb_sidebar_0 input:-ms-input-placeholder {
  color: #33323A;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px; }

.textwidget .social-sidebar-wrap li a {
  font-size: 15px;
  font-family: "Roberto", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CE4813;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 10px;
  transition: color 0.3s ease-in-out; }
  .textwidget .social-sidebar-wrap li a:hover {
    color: #73081D; }
  .textwidget .social-sidebar-wrap li a img {
    width: 25px;
    margin-right: 10px;
    float: left; }
.textwidget .social-sidebar-wrap li:last-child a {
  border-bottom: none; }

#text-2 {
  border: 4px solid #E8E8E8;
  background-color: #fff !important; }
  #text-2 h4 {
    margin-bottom: 0px; }
  #text-2 a {
    transition: color 0.3s ease-in-out;
    color: #CE4813;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    position: relative; }
    #text-2 a:hover {
      color: #73081D; }
    #text-2 a:after {
      content: url(../images/next-arrow.svg);
      margin-left: 10px; }

.post-navigiation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px; }
  .post-navigiation a:first-child img {
    left: 10px;
    right: auto; }
  .post-navigiation a {
    color: #CE4813;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    border: 3px solid #CE4813;
    border-radius: 2px;
    width: 170px;
    padding: 5px 0px;
    text-align: center;
    margin: 0px 5px;
    position: relative; }
    .post-navigiation a img {
      position: absolute;
      right: 10px;
      bottom: 0;
      top: 0;
      margin: auto; }
    .post-navigiation a:hover {
      background-color: #CE4813;
      color: #fff; }

#artist-featured .spotlight-image {
  z-index: 5; }
  @media (min-width: 1025px) {
    #artist-featured .spotlight-image {
      box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
      max-width: 760px;
      position: absolute;
      width: 50%;
      top: -50px; } }
  @media (min-width: 2200px) {
    #artist-featured .spotlight-image {
      left: 20%; } }
  #artist-featured .spotlight-image img {
    border-radius: 3px; }

#artist-spotlight {
  padding-top: 0px; }
  @media (min-width: 1025px) {
    #artist-spotlight {
      padding-top: auto; } }
  #artist-spotlight .artist-spotlight-content {
    padding: 0px 15px; }
    @media (min-width: 1025px) {
      #artist-spotlight .artist-spotlight-content {
        float: right; } }
    #artist-spotlight .artist-spotlight-content p {
      font-size: 16px; }
    #artist-spotlight .artist-spotlight-content a.et_pb_more_button {
      margin-top: 0px;
      position: relative;
      padding: 5px 40px 5px 20px;
      border: 3px solid #fff; }
      #artist-spotlight .artist-spotlight-content a.et_pb_more_button:hover {
        background: #fff;
        border: 3px solid #fff;
        color: #CE4813 !important;
        padding: 5px 40px 5px 20px; }
        #artist-spotlight .artist-spotlight-content a.et_pb_more_button:hover:after {
          content: url(../images/arrow-dark-orange.svg); }
      #artist-spotlight .artist-spotlight-content a.et_pb_more_button:after {
        opacity: 1;
        content: url(../images/inline-arrow-white.svg);
        margin-left: 10px;
        position: absolute;
        top: 9px;
        line-height: 0px;
        right: 10px;
        bottom: 0;
        margin: auto; }
  #artist-spotlight .spotlight-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2; }
    @media (min-width: 1025px) {
      #artist-spotlight .spotlight-image {
        height: 500px;
        position: absolute; } }
    #artist-spotlight .spotlight-image img {
      border-radius: 2px; }
      @media (min-width: 1025px) {
        #artist-spotlight .spotlight-image img {
          margin-bottom: 0px;
          z-index: 2;
          max-width: 687px;
          width: 100%; } }
  #artist-spotlight .spotlight-taxonomy {
    margin-bottom: 20px;
    display: inline-block; }
    #artist-spotlight .spotlight-taxonomy a {
      pointer-events: none;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      letter-spacing: 1.5px;
      font-size: 12px;
      padding: 2px 10px; }
  #artist-spotlight .spotlight-name {
    margin-bottom: 0px; }
    #artist-spotlight .spotlight-name a {
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
  #artist-spotlight .spotlight-content .et_pb_section {
    background-color: transparent; }
    #artist-spotlight .spotlight-content .et_pb_section p {
      color: #fff; }

.musician-grid-item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.2); }
  .musician-grid-item .spotlight {
    position: absolute;
    text-align: left;
    bottom: 25px;
    z-index: 2;
    pointer-events: none; }
  .musician-grid-item .name {
    bottom: 10px;
    padding-top: 15px; }
    .musician-grid-item .name h2 {
      padding-bottom: 10px; }
  .musician-grid-item .orange-arrow {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -21px;
    bottom: 70px; }
  .musician-grid-item #orange-btn {
    content: url(../images/inline-arrow-white.svg);
    position: absolute;
    padding: 15px 12px;
    background-color: #FF7F00;
    right: 0;
    transition: background-color 0.3s ease-in-out;
    top: -28px; }

.three-grid-wrap {
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10; }
  .three-grid-wrap:hover {
    cursor: pointer; }
  .three-grid-wrap .et_pb_column {
    background-color: rgba(51, 50, 58, 0.8);
    bottom: 20px;
    width: auto !important;
    right: 0;
    text-align: left;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px; }

.full-image img {
  border-radius: 2px;
  width: 100%; }

#musician-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cc6155;
  background: linear-gradient(135deg, rgba(204, 97, 85, 0.71) 0%, rgba(52, 73, 94, 0.51) 100%);
  transition: opacity 0.3s ease-in-out; }

#musician-grid-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #musician-grid-intro:after {
    content: "";
    border-left: 4px solid #EEE8C6;
    border-right: 4px solid #EEE8C6;
    border-top: 4px solid #EEE8C6;
    border-bottom: 4px solid #EEE8C6;
    position: absolute;
    width: 87%;
    height: 80%; }
  #musician-grid-intro h1 {
    color: #FFf;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 3px;
    font-family: "Oswald", sans-serif; }
  #musician-grid-intro p {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px !important;
    color: #FF7F00;
    text-transform: uppercase;
    font-weight: 500; }

#drummer-grid {
  position: relative; }
  #drummer-grid .et_pb_column {
    width: 100%; }
    @media (min-width: 768px) {
      #drummer-grid .et_pb_column {
        height: 800px; } }
    #drummer-grid .et_pb_column .et_pb_module {
      border-radius: 2px;
      top: 0;
      left: 0;
      background-position: top center;
      background-size: cover;
      position: relative; }
      @media (min-width: 768px) {
        #drummer-grid .et_pb_column .et_pb_module {
          position: absolute; } }
      #drummer-grid .et_pb_column .et_pb_module .et_pb_promo_description {
        background-color: rgba(51, 50, 58, 0.8);
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        padding: 20px; }
        #drummer-grid .et_pb_column .et_pb_module .et_pb_promo_description h2 {
          color: #EEE8C6 !important;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 1.5px !important;
          padding-bottom: 0px; }
        #drummer-grid .et_pb_column .et_pb_module .et_pb_promo_description p {
          color: #FF7F00;
          text-transform: uppercase;
          font-size: 20px !important;
          font-family: "Oswald", sans-serif;
          letter-spacing: 2px; }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(1) {
        height: 162px;
        background-color: #33323A; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(1) {
            width: 23.999%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(2) {
        height: 325px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(2) {
            left: 25.5%;
            width: 23.999%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(3) {
        height: 250px; }
        #drummer-grid .et_pb_column .et_pb_module:nth-child(3) .et_pb_promo_description {
          left: 50%; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(3) {
            left: 51%;
            width: 49.999%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(4) {
        height: 336px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(4) {
            top: 182px;
            width: 23.999%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(5) {
        height: 256px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(5) {
            top: 345px;
            width: 23.999%;
            left: 25.5%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(6) {
        height: 331px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(6) {
            left: 51%;
            top: 270px;
            width: 23.999%; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(7) {
        height: 225px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(7) {
            width: 23.999%;
            left: 77%;
            top: 270px; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(8) {
        height: 273px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(8) {
            width: 23.999%;
            top: 538px; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(9) {
        height: 193px; }
        #drummer-grid .et_pb_column .et_pb_module:nth-child(9) .et_pb_promo_description {
          left: 50%; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(9) {
            width: 49.999%;
            left: 25.5%;
            top: 618px; } }
      #drummer-grid .et_pb_column .et_pb_module:nth-child(10) {
        height: 296px; }
        @media (min-width: 768px) {
          #drummer-grid .et_pb_column .et_pb_module:nth-child(10) {
            width: 23.999%;
            left: 77%;
            top: 515px; } }

#guitarist-grid {
  position: relative; }
  #guitarist-grid .et_pb_column {
    width: 100%; }
    @media (min-width: 768px) {
      #guitarist-grid .et_pb_column {
        height: 811px; } }
    #guitarist-grid .et_pb_column .et_pb_module {
      top: 0;
      border-radius: 2px;
      left: 0;
      background-position: top center;
      background-size: cover;
      position: relative;
      background-color: #ccc; }
      @media (min-width: 768px) {
        #guitarist-grid .et_pb_column .et_pb_module {
          position: absolute; } }
      #guitarist-grid .et_pb_column .et_pb_module .et_pb_promo_description {
        background-color: rgba(51, 50, 58, 0.8);
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        padding: 20px;
        text-align: left; }
        #guitarist-grid .et_pb_column .et_pb_module .et_pb_promo_description h2 {
          color: #FF7F00 !important;
          text-transform: uppercase;
          font-size: 20px !important;
          font-family: "Oswald", sans-serif;
          letter-spacing: 2px;
          padding: 0px; }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(1) {
        height: 162px;
        background-color: #33323A; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(1) {
            width: 23.999%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(2) {
        height: 339px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(2) {
            left: 25.5%;
            width: 23.999%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(3) {
        height: 339px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(3) {
            left: 51%;
            width: 49.999%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(4) {
        height: 336px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(4) {
            top: 182px;
            width: 23.999%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(5) {
        height: 276px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(5) {
            top: 536px;
            width: 23.999%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(6) {
        height: 453px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(6) {
            left: 25.5%;
            top: 359px;
            width: 33%; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(7) {
        height: 236px; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(7) {
            width: 41%;
            left: 60%;
            top: 359px; } }
      #guitarist-grid .et_pb_column .et_pb_module:nth-child(8) {
        height: 199px; }
        #guitarist-grid .et_pb_column .et_pb_module:nth-child(8) .et_pb_promo_description {
          left: 50%; }
        @media (min-width: 768px) {
          #guitarist-grid .et_pb_column .et_pb_module:nth-child(8) {
            width: 41%;
            top: 613px;
            left: 60%; } }
  #guitarist-grid .et_pb_cta_1 .et_pb_promo_description,
  #guitarist-grid .et_pb_cta_3 .et_pb_promo_description,
  #guitarist-grid .et_pb_cta_4 .et_pb_promo_description,
  #guitarist-grid .et_pb_cta_5 .et_pb_promo_description {
    background-color: transparent !important; }

.single-musician #post-mantle {
  background-position: top center !important; }
.single-musician #left-area {
  padding-top: 20px; }
  @media (min-width: 1025px) {
    .single-musician #left-area {
      padding-top: 0px;
      width: 75% !important; } }

.bottom-pad {
  padding-bottom: 50px; }

#three-musicians {
  padding-top: 0px; }
  #three-musicians .et_cpt_container_column {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    #three-musicians .et_cpt_container_column:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
      #three-musicians .et_cpt_container_column:hover #orange-btn {
        background-color: #CE4813; }
      #three-musicians .et_cpt_container_column:hover #musician-overlay {
        opacity: 0; }

.one-third {
  float: left;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .one-third {
      margin-bottom: 0px;
      width: 33%;
      padding: 0px 30px; } }
  .one-third h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase; }
  .one-third p {
    color: #EEE8C6;
    padding-bottom: 0px; }
  .one-third hr {
    opacity: 0.49;
    border: 1px solid #A5A5A8; }

.drummers-template-default #main-content,
.guitarist-template-default #main-content {
  background-color: #33323A; }

.search-results h2 a {
  color: #CE4813; }

#search-mantle {
  border-bottom: 4px solid #CE4813; }
  #search-mantle .search-mantle-content {
    text-align: center;
    padding: 140px;
    max-width: 960px;
    margin: 0 auto; }
    #search-mantle .search-mantle-content h1 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-size: 2em;
      line-height: 1.2em;
      margin-bottom: 10px;
      letter-spacing: 0px; }
  #search-mantle .musician-mantle p {
    font-size: 28px;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    font-family: "Roberto", sans-serif; }

#post-mantle {
  border-bottom: 4px solid #CE4813; }
  #post-mantle .post-mantle-content {
    text-align: center;
    padding: 120px 0px;
    max-width: 960px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      #post-mantle .post-mantle-content {
        padding: 200px 0px; } }
    #post-mantle .post-mantle-content h1 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #EEE8C6;
      font-size: 1.5em;
      line-height: 1.2em;
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        #post-mantle .post-mantle-content h1 {
          font-size: 3.5em; } }
    #post-mantle .post-mantle-content p {
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      letter-spacing: 1.5px;
      color: #FF7F00;
      text-transform: uppercase; }
  #post-mantle .musician-mantle p {
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    font-family: "Roberto", sans-serif; }
    @media (min-width: 1025px) {
      #post-mantle .musician-mantle p {
        font-size: 28px; } }

.artist-content h2 {
  color: #fff; }
.artist-content p {
  color: #EEE8C6; }

#musician-meta {
  background-color: #59585E; }
  #musician-meta .one-third > span {
    float: left;
    width: 100%;
    color: #EEE8C6;
    border-bottom: 1px solid #7d7d81;
    padding: 20px 0; }
    #musician-meta .one-third > span:last-child {
      border-bottom: 0; }

#musician-shop {
  background-color: #ccc; }
  #musician-shop .shop-content {
    padding: 80px 15px;
    max-width: 1080px;
    margin: auto;
    text-align: center; }
    #musician-shop .shop-content h1 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #EEE8C6;
      font-size: 1.6em;
      letter-spacing: 3px; }
    #musician-shop .shop-content a {
      color: #FF7F00;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      letter-spacing: 2px;
      position: relative;
      padding-right: 30px; }
      #musician-shop .shop-content a:hover {
        border-bottom: 1px solid #fff;
        color: #fff; }
        #musician-shop .shop-content a:hover:after {
          content: url(../images/inline-arrow-white.svg); }
      #musician-shop .shop-content a:after {
        opacity: 1;
        content: url(../images/inline-arrow.svg);
        margin-left: 10px;
        position: absolute;
        top: 8px;
        line-height: 0px;
        right: 0px;
        bottom: 0;
        margin: auto; }

.right-area {
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .right-area {
      width: 25%; } }
  .right-area .social-sidebar-wrap {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px; }
    .right-area .social-sidebar-wrap li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      border-bottom: 1px solid #C1C1C1;
      color: #CE4813;
      font-size: 15px;
      font-weight: 600;
      font-family: "Roberto", sans-serif; }
      .right-area .social-sidebar-wrap li a img {
        width: 20px;
        margin-right: 10px; }

.pagination a {
  color: #CE4813;
  border: 3px solid #CE4813;
  padding: 5px;
  border-radius: 2px;
  letter-spacing: 1.5px;
  font-size: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }
  .pagination a:hover {
    background-color: #CE4813;
    color: #fff; }

#error-mantle {
  border-bottom: 4px solid #CE4813; }
  #error-mantle .error-mantle-content {
    text-align: center;
    padding: 100px 0px;
    max-width: 960px;
    margin: 0 auto; }
    #error-mantle .error-mantle-content h1 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #EEE8C6;
      font-size: 3.5em;
      line-height: 1.2em; }
    #error-mantle .error-mantle-content p {
      font-size: 1.5em;
      font-weight: 300;
      color: #fff;
      margin-bottom: 30px; }
    #error-mantle .error-mantle-content a {
      color: #FF7F00;
      border: 2px solid #FF7F00;
      padding: 5px;
      border-radius: 3px;
      font-weight: 600; }

/*ARTIST DETAIL PAGE */
.right-area .social-sidebar-wrap {
  margin: 40px 0; }

.right-area .social-sidebar-wrap li:last-child a {
  border: none; }

.single-musician h2 {
  text-transform: uppercase; }

/*FEATURED ARTIST MODULE */
#spotlight-image-wrap .orange-arrow img {
  border-radius: 0px !important; }

.three-grid-wrap .et_pb_column {
  padding-right: 20px; }

@media (min-width: 1025px) {
  #spotlight-content-wrap {
    max-width: 450px !important;
    padding: 5% 0 9% 0px !important; } }

/* PhotoSwipe Gallery */
.psgal figure figcaption {
  line-height: 1.3;
  padding-top: 5px; }

/*# sourceMappingURL=default.css.map */