.single-post .article__content h2 {
    /* font-size: 20px !important; */
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
}

.boxContainer {
    text-align: center;
}

.boxContainer p {
    text-align: left;
}


/*code from shahrin to fix sok-127*/
@media (max-width: 991px){
    .article__content img.size-full {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

/*css - NAIM -- APR 29, 2020*/
body .btn span,
body .load-more a span{
height:auto;
}

/* .home .newsletter-popup.visible,
.home #js-overlay-newsletter{
    display:none !important;
    opacity:1 !important;
    z-index:-999 !important;
    visibility:hidden !important;
} */

/* Klaviyo Newsletter */

.klaviyo-form-WT6GHC {
  width: 100%;
}

.klaviyo-form-WT6GHC div {
  border: none !important;
}

.klaviyo-form-WT6GHC form {
  margin-bottom: 50px !important;
  background-color: transparent !important;
}

.klaviyo-form-WT6GHC input {
  height: 50px !important;
  font-family: arial !important;
  background-color: #fff !important;
}

.klaviyo-form-WT6GHC input:placeholder {
  font-family: 'futura-pt,arial,sans-serif' !important;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick {
  height: 50px;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick > div {
  flex-direction: row !important;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick > div > div {
  flex-direction: column !important;
  flex: 1;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick > div > div:nth-child(1) {
  flex-basis: 34% !important;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick > div > div:nth-child(1) span:not(#klaviyo_ariaid_2) {
  font-size: 22px !important;
  white-space: nowrap;
}

.klaviyo-form-WT6GHC .klaviyo-form.needsclick > div > div:nth-child(2) span {
  display: none;
}

@media (max-width: 768px) {
  .klaviyo-form-WT6GHC .klaviyo-form.needsclick > div > div:nth-child(1) {
    flex-basis: 41% !important;
  }
}

/* Menu fix */
#wpmm-megamenu.wpmm-hidden:hover {
  visibility: visible;
  z-index: 110;
}

/* Newsletter form */
.wpforms-field-container,
.wpforms-submit-container {
  display: inline-block;
}

.wpforms-submit-container {
  float: right;
}

.wpforms-field {
  width: 235px;
}

.wpforms-field input {
  max-width: 100% !important;
}

.wpforms-submit {
  background-color: #a0d5d7 !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}