/**
    improve structure
*/
@import url(../css/old_custom.css);
.wpcf7-form select {
  font-family: 'Cooper Hewitt Medium', sans-serif !important;
  font-weight: 600; }

.wpcf7-form .acceptance {
  margin-top: 10px; }
  .wpcf7-form .acceptance span {
    float: left;
    font-size: 14px; }
    .wpcf7-form .acceptance span:nth-child(1) {
      width: 20px; }
    .wpcf7-form .acceptance span:nth-child(2) {
      width: calc(100% - 20px); }
      .wpcf7-form .acceptance span:nth-child(2) a {
        display: inline-block; }

.wpcf7-form .register_with_newsletter span {
  font-size: 14px; }

.wpcf7-form button {
  margin-bottom: 10px; }
  .wpcf7-form button:disabled {
    opacity: 0.4;
    cursor: not-allowed; }

.event--detail--content-section .wpb_content_element h3 {
  color: #AB7D20;
  font-size: 16px;
  line-height: 18px;
  font-family: "Cooper Hewitt Medium",sans-serif; }

.event--detail--content-section .wpb_content_element h1 {
  font-size: 30px;
  margin: 15px 0; }

.event--detail--form select {
  width: 100%;
  padding: 10px 5px;
  font-size: 14px;
  box-sizing: border-box; }

.event--detail--form .register_with_newsletter {
  margin-top: 10px; }
  .event--detail--form .register_with_newsletter input {
    float: left;
    width: 20px;
    margin-top: 5px;
    color: #333; }
  .event--detail--form .register_with_newsletter .wpcf7-list-item-label {
    display: inline-block;
    width: calc(100% - 20px); }

.event--detail--form .event-registration-forms .wpcf7 {
  display: block; }
  .event--detail--form .event-registration-forms .wpcf7:nth-child(2) {
    display: none; }

.event--detail--form .event-registration-forms.switched .wpcf7 {
  display: none; }
  .event--detail--form .event-registration-forms.switched .wpcf7:nth-child(2) {
    display: block; }

.footer-widget .widget-title {
  color: #c1ab7e; }

.cre_acceptCheckbox {
  width: unset;
  width: initial;
  margin-right: 2px; }
  .cre_acceptCheckbox input {
    float: left;
    width: 20px;
    margin-top: 2px; }
  .cre_acceptCheckbox .wpcf7-list-item.first.last {
    margin-right: 2px !important; }

.cre_accepted {
  display: none; }

.cre_submit:disabled {
  opacity: .4; }

.newsletterForm .acceptance {
  margin: 10px 0; }
  .newsletterForm .acceptance input {
    width: 20px;
    vertical-align: middle; }

.newsletterForm .introText {
  padding-bottom: 10px; }

.hideResponse .cr_response,
.hideResponse .cr_loading {
  display: none; }

#newsletterPopupForm {
  position: fixed;
  bottom: 20px;
  right: -100%;
  width: 500px;
  max-width: calc(100% - 40px);
  background: #fff;
  padding: 30px;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px; }
  #newsletterPopupForm .popupCloser {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer; }
    #newsletterPopupForm .popupCloser:after, #newsletterPopupForm .popupCloser:before {
      content: "";
      border-left: 2px solid #404040;
      height: 15px;
      position: absolute;
      left: 14px;
      top: 8px; }
    #newsletterPopupForm .popupCloser:after {
      transform: rotate(-45deg); }
    #newsletterPopupForm .popupCloser:before {
      transform: rotate(45deg); }
  #newsletterPopupForm h4,
  #newsletterPopupForm p,
  #newsletterPopupForm span,
  #newsletterPopupForm label,
  #newsletterPopupForm .acceptance {
    color: #404040 !important;
    font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif; }
  #newsletterPopupForm a {
    color: #c1ab7e !important;
    font-weight: bold;
    text-decoration: underline; }
  #newsletterPopupForm h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px; }
  #newsletterPopupForm label,
  #newsletterPopupForm h4 {
    font-weight: bold; }
  #newsletterPopupForm label {
    margin-top: 10px;
    display: block; }
  #newsletterPopupForm input {
    margin-top: 6px; }
  #newsletterPopupForm .accepted {
    float: left;
    width: 20px; }
    #newsletterPopupForm .accepted input {
      margin-top: 0; }
  #newsletterPopupForm.showPopup {
    transition: right .6s;
    right: 20px; }

.cr_response {
  padding: 1em 1.2em;
  text-align: center;
  font-weight: normal;
  font-size: 0.923em; }
  .cr_response:empty {
    display: none; }

#sgpb-popup-dialog-main-div {
  border: none !important; }

.sgpb-main-html-content-wrapper {
  padding: 90px 120px;
  background-color: white; }
  .sgpb-main-html-content-wrapper p {
    margin: 0;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .sgpb-main-html-content-wrapper p {
        font-size: 16px;
        line-height: 1;
        padding: 20px;
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .sgpb-main-html-content-wrapper {
      padding: 10px 10px; } }
  .sgpb-main-html-content-wrapper .amac-popup-button {
    padding: 20px 80px;
    background-color: #8a9cb1;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px; }
    .sgpb-main-html-content-wrapper .amac-popup-button:hover {
      background-color: #707e8e;
      text-decoration: none; }
    @media (max-width: 767px) {
      .sgpb-main-html-content-wrapper .amac-popup-button {
        padding: 20px 50px;
        font-size: 20px; } }

body .wpb_single_image .vc_figure-caption {
  margin-top: 7px;
  font-size: 12px;
  padding-top: 0;
  text-align: left; }

.tp-caption.rev-btn {
  white-space: nowrap !important; }

/* Layout Fixes after Total Theme update (26-02-2020) */
#top-bar-wrap #top-bar {
  display: block; }
  #top-bar-wrap #top-bar #top-bar-content {
    text-align: center; }

.navbar-style-one .dropdown-menu > li.menu-item > a > span.link-inner {
  padding: 1px 10px;
  border-radius: 0;
  line-height: 50px;
  cursor: pointer; }

.wpex-carousel.arrwpos-center .owl-nav .owl-prev,
.wpex-carousel.arrwpos-center .owl-nav .owl-next {
  color: #777777;
  font-size: 16px; }

.site-footer-top .wpex-fa-social-widget ul li > a span.ticon {
  color: #ffffff; }
