/*
	Theme Name: IWD Fitness
	Theme URI: http://iwdFitness.com
	Description: IWD Fitness WordPress Theme
	Version: 1.0.0
	Author: Daniel Gundi
	Author URI: http://www.developwordpress.com
	Tags: iwd, SASS, materialize, jQuery
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
  font-family: "Crocky";
  src: url("fonts/Crocky.woff") format("woff"), url("fonts/Crocky.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body {
  padding-top: 56px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  margin-bottom: 1rem;
  color: #8a8a8a;
  font-weight: 700;
  font-size: 1.5rem;
}
h2 span {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #232b2b;
  font-weight: 500;
  display: block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hidden {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.flex.stretch {
  align-items: stretch;
}

.flex-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.justify-content-center {
  justify-content: center;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.border-0 {
  border: 0 !important;
}

.list-none {
  margin-left: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.button-primary {
  background-color: #000;
  width: 100%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  /* background: #f8006f; */
  border-radius: 8px;
  font-weight: 700;
  padding: 0.65rem 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 1rem;
  margin-bottom: 0;
}

.button-secondary {
  margin: 3rem 0 0 !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #40A6BE;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #40A6BE;
  border-color: #40A6BE;
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 0.65rem 1.5rem;
  font-weight: 700;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.badge-primary {
  color: #fff;
  background-color: #40A6BE;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.relative {
  position: relative;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute !important;
  top: 8%;
  right: -15px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.promo-badge {
  width: 3rem;
  height: 3rem;
  padding-top: 0.7rem;
  right: -1.3rem;
  box-sizing: border-box;
  top: -1rem;
  line-height: 1;
  z-index: 1;
  display: block;
  /* width: 2.5rem; */
  /* height: 2.5rem; */
  /* padding-top: .6rem; */
  position: absolute;
  /* right: -1rem; */
  /* top: -1.3rem; */
  background: #37c2d2;
  color: #fff;
  font-size: 85%;
  border-radius: 100%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=hidden] {
  display: none;
  appearance: initial;
  background-color: initial;
  cursor: default;
  padding: initial;
  border: initial;
}

input[type=submit] {
  background-color: #ff838d;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  color: #fff;
}

section {
  width: 100%;
  padding: 50px 0;
  min-height: 450px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #e7e7eb;
  background-size: cover;
}

.owl-carousel img {
  display: block;
  width: auto;
  height: 45px;
  padding: 0 10px;
  opacity: 0.7 !important;
}

.nf-fields-wrap {
  display: flex;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-label {
  display: none;
}

.nf-field-container {
  margin-bottom: 10px !important;
}

.nf-form-cont {
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
}

.nf-form-content input[type=submit] {
  width: 100% !important;
}

.ninja-forms-field.nf-element input[type=submit], .nf-field-container .submit-container {
  margin-bottom: 0 !important;
}

.nf-form-content input[type=submit] {
  background: #40A6BE !important;
}

@media (min-width: 991.98px) {
  html,
  body {
    font-size: 16px;
  }
  body {
    padding-top: 64px;
  }
  .badge {
    top: -18px;
  }
}
.branded-divider {
  display: block;
  height: 5px;
  margin: 15px 0;
  position: relative;
  width: 100%;
  border: none;
  pointer-events: none;
}
.branded-divider .branded-divider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  height: inherit;
}
.branded-divider .branded-divider__inner:before {
  margin-right: 5px;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.branded-divider.single .branded-divider__inner:after, .branded-divider.single .branded-divider__inner:before {
  height: 2px;
}

.branded-divider__inner:after, .branded-divider__inner:before {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  content: "";
  display: block;
  height: 5px;
  background: repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 0 0/2px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 3px 0/3px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 7px 0/calc(100% - 14px) 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) calc(100% - 3px) 0/3px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 100% 0/2px 100% no-repeat;
}

.branded-divider__content {
  position: relative;
  top: 0;
  z-index: 1;
  color: #d5d5d5;
}

.branded-divider .brand-logo {
  width: 15px;
  height: auto;
  max-height: 35px;
  position: relative;
}

.brand-logo {
  height: 44px;
  width: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.branded-divider .brand-logo .sprite-icon {
  color: currentColor;
  width: 100%;
  height: 100%;
}

.branded-divider.single .branded-divider__inner:after, .branded-divider.single .branded-divider__inner:before {
  height: 2px;
}

.branded-divider__inner:after, .branded-divider__inner:before {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  content: "";
  display: block;
  height: 5px;
  background: repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 0 0/2px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 3px 0/3px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 7px 0/calc(100% - 14px) 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) calc(100% - 3px) 0/3px 100% no-repeat, repeating-linear-gradient(0deg, #d5d5d5, #d5d5d5 1px, hsla(0, 0%, 83.5%, 0) 0, hsla(0, 0%, 83.5%, 0) 2px) 100% 0/2px 100% no-repeat;
}

.branded-divider__inner:after {
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*\
    NAV
\*------------------------------------*/
header.header {
  margin-bottom: 10px;
  background-color: #000;
}
header.header .brand-name {
  height: 55px;
}
header.header .brand-name img {
  height: 55px;
  padding: 7px 0;
}
header.header .fa {
  color: #fff;
  font-size: 30px;
  height: 30px;
  width: 30px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar .offcanvas-nav {
  margin: 0;
  list-style-type: none;
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.navbar .offcanvas-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.navbar .offcanvas-nav li a {
  height: 11vh;
  line-height: 11vh;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  padding: 0;
  border-bottom: 1px solid #424242;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-decoration: none;
}
.navbar .offcanvas-nav li a span {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}
.navbar .offcanvas-nav li a span .badge {
  top: 15px;
}
.navbar .offcanvas-nav li a span .badge .fa {
  height: 15px;
  width: 15px;
  font-size: 17px;
}
.navbar .offcanvas-nav li:last-child a {
  border-bottom: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.brand-wrapper {
  padding: 0;
  margin-left: 15px;
}
.brand-wrapper .brand-name {
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: Crocky;
  font-size: 1.9rem;
  text-align: center;
}

.social-wrapper a {
  display: inline-block;
  margin-right: 0.3rem;
}
.social-wrapper a i.fa {
  color: #fff;
}

#breadcrumbs {
  min-height: 0;
  padding: 0;
  border-bottom: 1px solid #e7e7eb;
}
#breadcrumbs nav {
  line-height: 3rem;
  height: 3rem;
  margin: 0;
}
#breadcrumbs nav > span {
  color: #cacaca;
  position: relative;
  top: 1px;
  opacity: 1;
  word-spacing: 0.2rem;
}
#breadcrumbs nav .breadcrumb_last {
  color: #333;
}
#breadcrumbs nav a {
  color: #f8006f;
  text-decoration: none;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
  .navbar .offcanvas-nav li a {
    font-size: 1.1rem;
  }
  .navbar .offcanvas-nav li a span .badge {
    top: -22px;
  }
}
@media (min-width: 991.98px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
  header.header .fa {
    font-size: 26px;
    height: 26px;
    width: 26px;
  }
  .brand-wrapper {
    margin-left: 0;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar {
    padding: 0.3rem 0;
  }
  .navbar .offcanvas-nav {
    justify-content: flex-end;
  }
  .navbar .offcanvas-nav li {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar .offcanvas-nav li a {
    border: none;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
    height: auto;
    line-height: 1;
    padding: 0 0.8rem;
  }
  .social-wrapper a.youtube {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    height: fit-content;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #000;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-top: 1px solid #fff;
  }
}
/*------------------------------------*\
    Cards
\*------------------------------------*/
.card-deck .card {
  flex: 1 0 0%;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.card-overlay:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.35);
}

.card-overlay {
  overflow: hidden;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}

.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.card-img, .card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  top: auto;
  color: #fff;
  text-align: left;
}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  font-weight: 900;
}

.card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.equipment-card {
  height: 250px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .card-deck .card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .equipment-card {
    height: auto;
  }
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.hero-cta {
  margin: 0;
  flex-wrap: nowrap;
  padding: 10px 25px;
}
.hero-cta .cta-button-wrapper:first-child {
  padding: 0 10px 0 0;
}
.hero-cta .cta-button-wrapper:nth-child(2) {
  padding: 0 0 0 10px;
}
.hero-cta .cta-button-wrapper {
  max-width: 15rem;
}
.hero-cta .cta-button-wrapper a {
  background-color: #40A6BE;
  width: 100%;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
}
.hero-cta .cta-button-wrapper p {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.post-hero {
  height: 420px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0f0f0f;
  padding: 0;
}
.post-hero img {
  position: relative;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition: none;
  display: block;
  width: 100%;
}
.post-hero .hero-content {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  padding: 30px 0;
  position: absolute;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.post-hero .hero-content .post-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
}
.post-hero .hero-content .post-title h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.7em;
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .post-hero .hero-content .post-title h1 {
    font-size: 2em;
  }
}

section#hero {
  height: 50vw;
  max-height: 70vh;
  background-size: cover;
  background-position: top !important;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0;
  min-height: 450px;
}
section#hero .flex-right .hero-content {
  text-align: center;
}
section#hero .hero-content {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
section#hero .hero-content:before {
  content: "";
}
section#hero .hero-content h1 {
  font-size: 35px;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 15px;
}
section#hero .hero-content h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1;
}
section#hero .hero-wrapper.hero-image {
  width: 100%;
}
section#hero .hero-wrapper.hero-image img {
  max-width: 125px;
}

.right-image-section, .left-image-section, .left-form-section, .right-form-section {
  padding-bottom: 0;
}
.right-image-section h2, .left-image-section h2, .left-form-section h2, .right-form-section h2 {
  margin-bottom: 1rem;
  color: #8a8a8a;
  font-weight: 700;
  font-size: 1.5rem;
}
.right-image-section h2 span, .left-image-section h2 span, .left-form-section h2 span, .right-form-section h2 span {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #232b2b;
  font-weight: 500;
  display: block;
}
.right-image-section .section-content, .left-image-section .section-content, .left-form-section .section-content, .right-form-section .section-content {
  flex: 0 0 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.right-image-section .section-content p, .left-image-section .section-content p, .left-form-section .section-content p, .right-form-section .section-content p {
  color: #8a8a8a;
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.right-image-section .section-content .hero-cta, .left-image-section .section-content .hero-cta, .left-form-section .section-content .hero-cta, .right-form-section .section-content .hero-cta {
  padding: 0;
}
.right-image-section .section-content .hero-cta .cta-button-wrapper:first-child, .left-image-section .section-content .hero-cta .cta-button-wrapper:first-child, .left-form-section .section-content .hero-cta .cta-button-wrapper:first-child, .right-form-section .section-content .hero-cta .cta-button-wrapper:first-child {
  padding: 0;
}
.right-image-section .section-phone, .left-image-section .section-phone, .left-form-section .section-phone, .right-form-section .section-phone {
  flex: 0 0 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.right-image-section .section-phone img, .left-image-section .section-phone img, .left-form-section .section-phone img, .right-form-section .section-phone img {
  margin-bottom: 0;
}

.left-image-section > .container > .flex, .left-form-section > .container > .flex {
  flex-direction: row-reverse;
}

section:last-of-type .section-phone img {
  margin-bottom: 0;
}

.full-width-section .section-content {
  flex: 0 0 100%;
  margin: 0 auto;
}
.full-width-section .section-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #232b2b;
  font-weight: 700;
  line-height: 1;
}
.full-width-section .section-content h3 {
  color: #232b2b;
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.full-width-section .section-content p {
  color: #8a8a8a;
  line-height: 1.6;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.center-section-cta, .boxes-section {
  text-align: center;
}
.center-section-cta .section-content, .boxes-section .section-content {
  flex: 0 0 80%;
  margin: 0 auto;
}
.center-section-cta .section-content h2, .boxes-section .section-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #232b2b;
  font-weight: 700;
  line-height: 1;
}
.center-section-cta .section-content h3, .boxes-section .section-content h3 {
  color: #232b2b;
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.center-section-cta .section-content p, .boxes-section .section-content p {
  color: #8a8a8a;
  line-height: 1.6;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.center-section-cta .section-phone, .boxes-section .section-phone {
  flex: 0 0 70%;
  margin: 0 auto;
}

.boxes-section h2 {
  margin-top: 0;
}

.seperator {
  min-height: 0;
  background: rgba(77, 77, 77, 0.15);
  padding-top: 0.3125rem;
  height: 3.4375rem;
  overflow: hidden;
  margin: 25px 0;
}

.timer {
  min-height: 0;
  background: rgba(0, 0, 0, 0.7803921569);
  padding-top: 0.3125rem;
  height: 8.4375rem;
  margin-top: -4.4375rem;
  overflow: hidden;
  padding: 0 20px;
  border: none;
}
.timer h2 {
  text-align: center;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.timer .price-before {
  text-align: center;
  margin-bottom: 0 !important;
  color: white;
  width: 100%;
  margin-top: 0;
  text-decoration: line-through;
}
.timer .price-now {
  text-align: center;
  margin-bottom: 0 !important;
  color: #00ff00;
  font-size: 18px;
  width: 100%;
  margin-top: 0;
}

.box-carousel-section.post-list article {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  flex-direction: column-reverse;
}
.box-carousel-section.post-list article.section-post-half .post-image {
  min-height: 200px;
}
.box-carousel-section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
}
.box-carousel-section .owl-carousel .owl-nav button:focus {
  outline: none;
}
.box-carousel-section .owl-carousel .owl-nav button.owl-next, .box-carousel-section .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px;
  line-height: 20px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .hero-cta {
    margin: 10px 0 0;
    padding: 0;
  }
  .hero-cta .cta-button-wrapper p {
    font-size: 12px;
  }
  section#hero .flex-right {
    flex-direction: row-reverse;
  }
  section#hero .flex-right .hero-content {
    text-align: left;
  }
  section#hero .hero-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: transparent;
  }
  section#hero .hero-wrapper .hero-content {
    border-radius: 8px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
  section#hero .hero-wrapper .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  section#hero .hero-wrapper .hero-content h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
  }
  section#hero .hero-wrapper.hero-image {
    flex-direction: column;
  }
  section#hero .hero-wrapper.hero-image img {
    max-width: 250px;
    margin: 10px 0;
  }
  .center-section-cta .section-phone, .center-image-section .section-phone {
    flex: 0 0 30%;
  }
  .right-image-section .section-content, .left-image-section .section-content, .left-form-section .section-content, .right-form-section .section-content {
    flex: 0 0 50%;
    padding-bottom: 50px;
  }
  .right-image-section .section-phone, .left-image-section .section-phone, .left-form-section .section-phone, .right-form-section .section-phone {
    flex: 0 0 50%;
  }
  .right-image-section .section-phone img, .left-image-section .section-phone img, .left-form-section .section-phone img, .right-form-section .section-phone img {
    margin-bottom: -100px;
  }
  .box-carousel-section.post-list article {
    flex-direction: row;
  }
  .box-carousel-section.post-list article.section-post-half .post-image {
    min-height: 300px;
  }
}
/*------------------------------------*\
    BLOG LIST
\*------------------------------------*/
form.search {
  position: relative;
}
form.search .search-input {
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  margin: 10px 0;
  border-radius: 5px;
}
form.search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #e4e4e4;
}

#blog-categories {
  list-style: none;
  padding: 0;
  overflow: hidden;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
#blog-categories li {
  font-size: 1rem;
  padding: 1rem 1.5rem 0 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  list-style: none;
  display: inline-block;
}
#blog-categories li a {
  color: #bbb;
  padding-bottom: 6px;
}
#blog-categories li a.active {
  border-bottom: 4px solid #f8006f;
}

.blog-nav {
  background: #fcfcfc;
}

.blog-search form input {
  width: 100%;
  border: none;
}

.post-list {
  border-top: none;
  padding: 0;
  background: #fcfcfc;
}
.post-list .container > .flex {
  align-items: stretch;
}
.post-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.3);
}
.post-list article h2 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 300;
  padding-bottom: 7px;
  border-bottom: 0.1rem solid #d6d6d6;
}
.post-list article.post-full {
  flex: 0 0 calc(100% - 30px);
  min-height: 480px;
  overflow: hidden;
  margin-top: 0;
}
.post-list article.post-full .post-description {
  flex: 0 0 25%;
}
.post-list article.post-full .post-image {
  flex: 0 0 75%;
}
.post-list article.post-half {
  max-height: 300px;
}
@media (min-width: 768px) {
  .post-list article.post-half {
    flex: 0 0 calc(50% - 30px);
  }
}
.post-list article.post-half .post-description {
  flex: 0 0 50%;
}
.post-list article.post-half .post-image {
  flex: 0 0 50%;
}
.post-list article.section-post-half ul {
  list-style: none;
  padding: 0;
}
.post-list article.section-post-half li {
  padding-left: 1.3em;
  margin: 10px 0;
}
.post-list article.section-post-half li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: green;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.post-list article.section-post-half.mobile-image-top {
  flex-direction: column-reverse;
}
.post-list article.section-post-half.mobile-image-bottom {
  flex-direction: column;
}
@media (min-width: 768px) {
  .post-list article.section-post-half {
    flex: 0 0 calc(50% - 30px);
  }
  .post-list article.section-post-half.desktop-image-left {
    flex-direction: row-reverse;
  }
  .post-list article.section-post-half.desktop-image-right {
    flex-direction: row;
  }
}
.post-list article.section-post-half .post-title-box h2 span {
  font-size: 2.124rem;
}
.post-list article.section-post-half .post-title-box .hero-cta {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.post-list article.section-post-half .post-description {
  flex: 0 0 50%;
}
.post-list article.section-post-half .post-image {
  position: relative;
  flex: 0 0 50%;
  background-size: cover;
  background-position: bottom;
}
.post-list article.section-post-half .post-image h2 {
  color: #fff;
  padding: 10px !important;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 0;
}
.post-list article.section-post-half .post-image h2 span {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.post-list article.section-post-half .post-image img {
  visibility: hidden;
}
.post-list .post-description {
  padding: 1rem;
}
.post-list .post-description a {
  display: block;
}
.post-list .post-description .category-date {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.post-list .post-description .category-date .category {
  display: inline-block;
  color: #f8006f;
}
.post-list .post-description .category-date .seperator {
  background: none;
  color: #bbb;
  padding: 0 0.3rem;
}
.post-list .post-description .category-date .date {
  display: inline-block;
  color: #bbb;
}
.post-list .post-description .author {
  display: flex;
  margin-top: 2rem;
}
.post-list .post-description .author .author-image {
  border: 1px solid #e7e7eb;
  border-radius: 100%;
  background: 50% no-repeat;
  background-size: cover;
  flex: 0 0 20%;
}
.post-list .post-description .author .author-image img {
  border-radius: 100%;
}
.post-list .post-description .author .author-name {
  flex: 0 0 80%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.post-list .post-description .author .author-name p {
  margin: 0;
  font-size: 0.875rem;
  text-transform: capitalize;
  display: block;
  color: #8a8a8a;
}
.post-list .post-description .author .author-name p:nth-of-type(2) {
  font-size: 0.625rem;
}
.post-list .post-image {
  background-size: cover;
  background-position: bottom;
}
.post-list .post-image a {
  display: block;
}
.post-list .post-image a img {
  visibility: hidden;
}

.pagination {
  margin: 15px;
  display: flex;
  justify-content: center;
}
.pagination span {
  width: 32px;
  height: 32px;
  color: #fff;
  background: #f05;
  border-radius: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
}
.pagination a {
  margin: 0 1rem 0 0;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
  color: #cacaca;
}
.pagination a.next {
  width: auto;
  background: none;
}
.pagination a.prev {
  width: auto;
  background: none;
}

/*------------------------------------*\
    BLOG POST
\*------------------------------------*/
article.post .post-hero {
  height: 420px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0f0f0f;
  padding: 0;
}
article.post .post-hero img {
  position: relative;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition: none;
  display: block;
  width: 100%;
}
article.post .post-hero .hero-content {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  padding: 30px 0;
  position: absolute;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
article.post .post-hero .hero-content .post-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
article.post .post-hero .hero-content .post-title h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.7em;
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 768px) {
  article.post .post-hero .hero-content .post-title h1 {
    font-size: 2em;
  }
}
article.post .post-content p, article.post .post-content ol, article.post .post-content li, article.post .post-content ul {
  letter-spacing: 0.025em;
  line-height: 1.6;
}
article.post .post-content h2, article.post .post-content h3, article.post .post-content h4, article.post .post-content h5 {
  color: #f05;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
article.post .post-content h2 {
  font-size: 1.7rem;
}

/*------------------------------------*\
    MEMBERSHIP
\*------------------------------------*/
.pmpro-body-has-access .pmpro_table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pmpro-body-has-access .pmpro_table th, .pmpro-body-has-access .pmpro_table td {
  border: 1px solid #cecece;
  padding: 10px;
}
.pmpro-body-has-access #pmpro_account .pmpro_box {
  border: none;
}

#membership-tabs .tabs {
  flex: 0 0 100%;
}
#membership-tabs .tabs .post-description .post-title-box h3 {
  font-weight: 300;
  color: #333;
}
#membership-tabs .tabs .tablinks {
  opacity: 0.4;
}
#membership-tabs .tabs .tablinks.active {
  opacity: 1;
}
#membership-tabs .tab-content-wrapper {
  padding: 15px;
  flex: 0 0 70%;
}
#membership-tabs .tab-content-wrapper .tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
#membership-tabs .tab-content-wrapper ul {
  padding-left: 0;
  list-style: none;
}
#membership-tabs .tab-content-wrapper ul li .fa {
  padding-left: 0;
  list-style: none;
  color: #00c500;
  font-size: 22px;
  padding: 7px;
}

.membership-tab-list {
  flex: 0 0 30%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.membership-tab-info {
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.membership-tab-info ul {
  list-style-type: none;
  padding-left: 0;
}

@media only screen and (min-width: 480px) {
  #membership-tabs .tabs {
    flex: 0 0 30%;
  }
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
  background: #ebebeb;
  border-top: 1px solid #e7e7eb;
  font-size: 0.875rem;
  color: #bbb;
  font-weight: 400;
  position: relative;
}
#footer .footer-inner {
  padding: 3rem 0 2rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#footer .footer-inner h3 {
  font-size: 0.875rem;
  color: #bbb;
  font-weight: 900;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  line-height: 3rem;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
#footer .footer-inner .footer-section {
  flex: 1;
  width: 100%;
  padding: 0 20px;
}
#footer .footer-inner .footer-section:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
#footer .footer-inner .footer-section .brand-wrapper .brand-name {
  text-align: left;
  color: #bbb;
  font-size: 2.3rem;
  margin-left: -5px;
  width: 125px;
}
#footer .footer-inner .footer-section .brand-wrapper h2 {
  font-size: 1rem;
  color: #bbb;
  font-weight: 900;
  font-family: Open Sans, sans-serif;
}
#footer .footer-inner .footer-section .social-wrapper a {
  display: inline-block;
  font-size: 2.25rem;
  color: #bbb;
  font-weight: 400;
  line-height: 1;
  margin-right: 1.3rem;
  margin-left: 0;
  padding: 0;
}
#footer .footer-inner .footer-section .social-wrapper a .fa {
  color: #bbb;
}
#footer .footer-inner .footer-section .footer-links {
  font-size: 0.875rem;
  color: inherit;
  font-weight: 400;
  margin: 0 0 1rem 0;
  padding: 0;
  display: none;
}
#footer .footer-inner .footer-section .footer-links li {
  margin-bottom: 10px;
}
#footer .footer-inner .footer-section .footer-links li a {
  color: #bbb;
  text-decoration: underline;
}
#footer .footer-inner .footer-section .footer-links li a:visited {
  color: #bbb;
}

.footer-signup {
  color: #fff;
  background-color: #000;
  text-transform: capitalize;
  position: fixed;
  padding: 0.5rem 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}
.footer-signup h3 {
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin: 0;
  flex: 1;
  display: none;
}
.footer-signup .flex {
  justify-content: space-between;
  align-items: center;
}
.footer-signup form.flex {
  flex-direction: row;
  margin-bottom: 2.5rem;
}
.footer-signup form .nf-fields-wrap {
  display: flex;
}
.footer-signup form .nf-form-fields-required {
  display: none;
}
.footer-signup form .nf-field-label {
  display: none;
}
.footer-signup form .nf-field-container {
  margin-bottom: 0;
}
.footer-signup form .nf-after-form-content {
  display: none;
}
.footer-signup form .nf-error .nf-error-msg {
  color: #fff;
  font-weight: bold;
}
.footer-signup form .nf-after-field {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  text-align: center;
}
.footer-signup form .nf-form-content input {
  height: 40px;
  padding: 0 12px;
}
.footer-signup form .nf-form-content input[type=button] {
  background-color: #ff838d;
}
.footer-signup form .nf-form-content input[type=button]:hover {
  background-color: #fdb7be;
  color: #fff;
}
.footer-signup input[type=email] {
  width: 16.875rem;
  min-width: 16.875rem;
  max-width: 16.875rem;
  margin-right: 0.4rem;
}

footer.copyright {
  display: block;
  font-size: 14px;
  background: #e1e1e1;
  color: #aeadad;
  padding: 20px 5px;
  text-align: center;
}
footer.copyright p {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-signup h3 {
    display: flex;
    font-size: 1rem;
  }
}
@media (min-width: 991.98px) {
  #footer .footer-inner {
    align-items: flex-start;
    flex-direction: row;
  }
  #footer .footer-inner h3 {
    line-height: 3rem;
    text-align: left;
    border: none;
  }
  #footer .footer-inner .footer-section {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-inner .footer-section:first-of-type {
    align-items: flex-start;
  }
  #footer .footer-inner .footer-section .footer-links {
    display: block;
  }
  .footer-signup {
    position: relative;
  }
  .footer-signup .flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .footer-signup h3 {
    display: flex;
  }
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 480px) {
  .show-sm {
    display: none;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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