html {
  overflow-x: hidden;
}
.newsletter-signup .t-pos-cntr.t-txt-wht {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
  background: transparent !important;
}
.ctct-form-label {
  display: none !important;
}

.ctct-gdpr-text {
  display: none !important;
}

.ctct-inline-form {
  display: inline-block;
  width: 100%;
  max-width: 493px;
}
.newsletter-signup .ctct-form-custom {
  display: flex;
  align-items: center;
}
.ctct-form-field {
  margin: 0;
}
div.ctct-form-embed form.ctct-form-custom {
  min-height: auto !important;
}
div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
  border-radius: 0 !important;
  height: 42px;
}
.ctct-form-defaults {
  background: transparent !important;
}
.ctct-form-custom .ctct-form-button {
  max-width: 120px !important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  padding: 8px 10px !important;
  border: 1px solid #ccc !important;
  font-size: 18px !important;
  position: relative !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  height: 42px !important;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  height: 42px !important;
  border-radius: 0 !important;
  max-width: 117px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 19px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background: #fff !important;
  color: #1cb8eb;
}

html.show-newsletter .newsletter-signup.t-bg-grey4.t-txt-cntr {
  height: auto !important;
}

.ctct-form-header {
  color: #fff !important;
}

/**
* Newsletter Page
*/
html.newsletter .mod-txt {
  overflow: auto;
}
html.newsletter .ctct-form-field {
  width: 100%;
  margin-right: 20px;
}
html.newsletter .ctct-form-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.newsletter div.ctct-form-embed div.ctct-form-defaults {
  height: auto !important;
}

.ctct-form-footer {
  display: none !important;
}

html.newsletter .ctct-form-element {
  margin-bottom: 22px;
}

html.newsletter .ctct-form-custom {
  max-width: 400px;
}

html.newsletter .ctct-form-header {
  color: #444 !important;
}
.ctct-form-text {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .newsletter .t-pos-cntr {
    flex-direction: column;
    padding: 0 20px;
  }
  .newsletter .ctct-form-custom {
    display: flex;
    flex-direction: column;
  }
  .newsletter .ctct-form-defaults {
    height: auto !important;
  }
  .newsletter .ctct-form-field {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 600px) {
  .newsletter .ctct-form-field {
    margin-bottom: 0 !important;
  }
}

.newsletter-signup .ctct-form-custom {
  flex-direction: row !important;
}
.newsletter-signup .ctct-form-element {
  margin-bottom: 0 !important;
}

.newsletter-signup .ctct-inline-form {
  display: flex;
  align-items: center;
}
.newsletter-signup .ctct-form-defaults {
  height: 100% !important;
}

.newsletter-signup div.ctct-form-success {
  min-height: auto !important;
}

.newsletter-signup .ctct-form-header {
  margin-bottom: 0 !important;
}
/**
* Newsletter Popup
*/
.ctct-popup-inner {
  max-width: 350px !important;
}
.ctct-popup-inner .ctct-form-custom .ctct-form-button {
  max-width: 100% !important;
}
.ctct-popup-inner .ctct-popup-close {
  position: absolute;
  top: 5px;
  right: 0;
}

.ctct-popup-inner .ctct-form-defaults::before {
  content: "";
  width: 180px;
  height: 180px;
  background: url("https://api.pushnami.com/api/push/icon/id/60df45e052e0c900107162e7")
    no-repeat center center;
  background-size: cover;
  display: block;
  margin: 0 auto 30px;
}

.ctct-popup-inner .ctct-form-text {
  display: block !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 15px !important;
}
.ctct-popup-inner .ctct-form-header {
  color: #323232 !important;
  text-align: center !important;
}

.ctct-popup-inner .ctct-form-success .ctct-form-text {
  display: none !important;
}

/*PREMIUM ADS*/

.premium-ads {
  display: grid;
  place-items: center;
}
.premium-ads .mobile {
  display: block;
}
.premium-ads .tablet {
  display: none;
}
.premium-ads .desktop {
  display: none;
}

.premium-ads.sticky_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483644;
  background-color: rgba(245, 245, 245, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
}

.premium-ads.sticky_footer .desktop,
.premium-ads.sticky_footer .tablet,
.premium-ads.sticky_footer .mobile {
  margin: 0;
}

.premium-ads.sticky_footer .sticky_footer__close {
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #7b7b7b;
  border: 1px solid #7b7b7b;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
}

.premium-ads.position-1 .desktop,
.premium-ads.position-1 .tablet,
.premium-ads.position-1 .mobile {
  margin: 0 40px 40px;
}

.premium-ads.position-1.is-single .desktop,
.premium-ads.position-1.is-single .tablet,
.premium-ads.position-1.is-single .mobile {
  margin: 60px 0 20px;
}

@media screen and (min-width: 576px) {
  .premium-ads .mobile {
    display: none;
  }
  .premium-ads .tablet {
    display: block;
  }
  .premium-ads__container {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .premium-ads .tablet {
    display: none;
  }
  .premium-ads .desktop {
    display: block;
  }
}

/**
* Home
*/

.clmn {
  float: none;
  left: auto;
}

.mantle-grid {
  display: block;
}

@media screen and (min-width: 767px) {
  .mantle-grid {
    display: block;
  }
  .mantle-grid .clmn {
    float: none;
    left: auto;
  }
  .mantle-grid .clmn1 {
    width: 100%;
  }

  .mantle-grid .clmn2 {
    width: 100%;
  }

  .mantle-grid .clmn3 {
    width: 100%;
  }
}
@media screen and (min-width: 985px) {
  .mantle-grid {
    display: flex;
  }
  .mantle-grid .clmn {
    float: none;
    left: auto;
  }

  .mantle-grid .clmn1 {
    width: auto;
    flex: 0 0 30%;
  }

  .mantle-grid .clmn2 {
    width: auto;
    order: 2;
  }

  .mantle-grid .clmn3 {
    width: auto;
    order: 3;
    flex: 0 0 348px;
  }
  .mantle-grid .clmn3 .article {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #3c3e3f;
  }
}

/**
* Modal
*/
.modal-container {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.modal__content {
  border-radius: 16px;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
}

.modal__image_wrapper {
}

.modal__btn {
  text-transform: uppercase;
  background: #1cb8eb;
  color: #fff;
}

.modal__btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.ctct-popup-form {
  display: none !important;
}

.banner-toolbar-mobile {
  display: block;
}

.banner-toolbar-mobile img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .banner-toolbar-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  ul.t-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32.3px;
    overflow: hidden;
  }
  ul.t-menu li {
    display: flex;
    align-items: center;
  }

  #menu-item-207814,
  #menu-item-206916 {
    padding: 0;
  }
  #menu-item-207814 a,
  #menu-item-206916 a {
    padding: 0;
  }
  #menu-item-207814 a::after,
  #menu-item-206916 a::after {
    display: none;
  }
  .become-member {
    font-size: 0;
    background: url("/wp-content/themes/kirk/assets/images/btn-toolbar-desktop.jpg")
      no-repeat;
    background-size: contain;
    width: 313px;
    height: 32.3px;
    display: block;
  }
}

.footer-become-member-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 32px;
  margin-bottom: 33px;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .footer-become-member-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 32px;
    margin-bottom: 33px;
    flex-direction: row;
  }
}

.footer-become-member-wrapper img {
  width: 100%;
  max-width: 360px;
  display: block;
}

.footer-become-member-wrapper a {
  display: inline-block;
  color: #fff;
  background: #bf0a30;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
}

.footer-become-member-wrapper a:hover {
  color: #fff;
}
