/*!
Theme Name: RefraClub (Kadence Child)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
body {
  --fcom-text-link: #064142 !important;
}

.search-head.wp-block-kadence-singlebtn {
  height: 43px;
  width: 43px !important;
}

.wp-block-kadence-advancedbtn.kb-buttons-wrap.cta-thin-btn {
  margin-left: auto;
}

.svg-right svg {
  transform: translateX(3px);
}

.svg-middle svg {
  transform: translate(0px, -2px);
}

.refra-events-latest {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.refra-events-latest li.refra-events-latest__item {
  padding: 15px 30px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}
.refra-events-latest li.refra-events-latest__item a {
  text-decoration: none;
}
.refra-events-latest li.refra-events-latest__item .refra-events-latest__date {
  display: block;
  font-weight: 400;
  color: #7c7c7c;
}
.refra-events-latest li.refra-events-latest__item .refra-events-latest__title {
  font-size: 22px;
  font-weight: 500;
}

.refra-card__list {
  margin-top: 0;
}

.refra-card__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.before-news > * {
  margin: auto;
  padding: 0 var(--global-content-edge-padding);
  max-width: var(--global-content-narrow-width);
}

.taxonomy-category.wp-block-post-terms a {
  background: var(--global-palette-highlight);
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 70%;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.post-thumbnail.article-post-thumbnail.kadence-thumbnail-position-behind {
  border-radius: 4px;
}

ol.refra-bc__list {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  ol.refra-bc__list {
    display: none;
  }
}
ol.refra-bc__list li.refra-bc__sepwrap {
  display: flex;
  padding: 0 1px;
}
ol.refra-bc__list svg.refra-bc__sep {
  height: 16px;
}
ol.refra-bc__list a {
  text-decoration: none;
}

body .ff_landing_form {
  box-shadow: none !important;
}

body .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border: none;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
}

label.ff-el-form-check-label.ff_tc_label {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 967px) {
  body .register-col-wrap .kt-inner-column-height-full:not(.kt-row-layout-row) {
    grid-auto-rows: auto !important;
  }
}
@media screen and (min-width: 968px) {
  body .rc-register-3cols > .kt-row-column-wrap {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 1fr;
  }
  body .rc-register-3cols > .kt-row-column-wrap .wp-block-kadence-column:nth-child(2) {
    align-self: center;
  }
}
body .ff-message-success {
  margin-bottom: 45px;
  background: #59b259;
  border-color: transparent;
  color: #fff;
  border-radius: 4px;
  font-weight: 300;
}
body .ff-message-success h2 {
  color: #fff !important;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  border: 1px solid rgba(6, 65, 65, 0.3019607843);
}

.wpcf7-form {
  max-width: 600px;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-form label > span:not(.wpcf7-list-item-label) {
  display: block;
}
.wpcf7-form .wpcf7-acceptance {
  display: block;
  margin: 20px 0 20px 0;
  font-size: 16px;
}
.wpcf7-form label input[type=text],
.wpcf7-form label input[type=email] {
  width: 100%;
  background: #f7f9f9;
}
.wpcf7-form .f-row {
  margin-bottom: 20px;
}
.wpcf7-form .f-row > * {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}
@media (min-width: 768px) {
  .wpcf7-form .f-row {
    display: flex;
    gap: 10px;
  }
}

.refra-card__row {
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 20px;
}

.refra-card__row dt {
  width: 150px;
  flex-shrink: 0;
  font-weight: 600;
  opacity: 0.85;
  color: #064141;
  white-space: nowrap;
}

.refra-card__row dd {
  margin: 0;
  flex: 1;
}

.refra-card__apply {
  padding-top: 30px;
  border-top: 1px solid rgba(124, 131, 131, 0.2588235294);
  color: #2b5d5d;
  margin-top: 40px;
}
.refra-card__apply .apply-h {
  color: #2b5d5d;
  font-size: 19px;
}

.ck-sharebar span.share-title {
  margin: 0 0 5px;
  display: block;
  font-size: 15px;
}
.ck-sharebar .ck-sharebar__inner {
  display: flex;
  gap: 10px;
}
.ck-sharebar .ck-sharebar__inner svg {
  width: 24px;
  height: 24px;
}

ul.wp-block-kadence-posts.kb-posts {
  min-height: 301px;
}

.benefit-boxes p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1600px) {
  :root {
    --global-content-width: 1250px !important;
  }
  .wp-block-kadence-header-row.kb-header-row-layout-standard .kadence-header-row-inner {
    max-width: 100% !important;
  }
  header .wp-block-site-logo img {
    max-width: 270px !important;
  }
  header nav ul > li a.kb-nav-link-content {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1400px) {
  header .wp-block-site-logo img {
    max-width: 270px !important;
  }
  header nav ul > li a.kb-nav-link-content {
    font-size: 16px;
  }
}
.wp-block-kadence-off-canvas-trigger,
.wp-block-kadence-off-canvas-trigger:active,
.wp-block-kadence-off-canvas-trigger:focus {
  background: transparent !important;
  color: #fff !important;
}

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