/* Custom easing */
/* Media Query Mixins */
body {
  font-size: 16px;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 600 !important;
}

.primary {
  color: #ea5152;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

h3.step-title {
  font-size: 2.5rem !important;
  margin: 1rem 0 0;
}

h3.step-title small {
  font-size: 2rem !important;
  color: #f04e50 !important;
  display: block;
  margin: 15px 0 0;
}

ol,
ul {
  padding: 0 0 0 30px !important;
}

img {
  max-width: 100%;
  height: auto;
}

section,
footer {
  padding: 0;
}

blockquote:not(.blockquote-link):not(.twitter-tweet) {
  background-color: #060a60 !important;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 0 !important;
  padding: 0 !important;
}

/* a,
a:focus {
  color: $primaryColor !important;

  &:hover {
    color: $hoverColor !important;
  }
} */
.left-col-border {
  border-left: 1px solid #e2e2e2;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

@media only screen and (max-width: 767px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

.social-list a {
  font-size: 16px !important;
}

.social-list a i {
  color: white !important;
}

.social-list a:hover i {
  color: #fdb234 !important;
}

#sidebar,
.main-sidebar {
  width: 100% !important;
  max-width: 100% !important;
}

.featured-image img {
  max-width: 100%;
}

h2.entry-title {
  color: #07074e;
  font-family: "Barlow", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h2.entry-title.wellness {
  font-size: 40px;
}

section#content ul,
section#content ol {
  margin: 10px 20px;
  padding: 10px;
  color: #000000;
  font-family: "Barlow", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
}

section#content p {
  color: #000000;
  font-family: "Barlow", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
}

.entry-date {
  color: #ea5152 !important;
  font-weight: 600 !important;
}

/* Post Navigation */
.single-post-navigation {
  display: block;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.post-navigation.prev {
  float: left;
}

.post-navigation.next {
  float: right;
}

.post-navigation {
  border: 1px solid #888888;
  float: left;
  padding: 10px 15px;
  width: auto;
  text-align: left;
  font-family: "Poppins";
  font-size: 13px;
  color: #1f1f1f !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.post-navigation:hover {
  background-color: #ea5152;
  border: 1px solid #ea5152;
  color: white !important;
}

.post-navigation .nav-next > a {
  float: right;
  text-align: right;
  width: auto;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-family: "Open sans";
  font-size: 13px;
  color: #999 !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

body.single section {
  padding: 72px 0 30px;
}

textarea.elementor-field-textual {
  height: 200px;
}

.elementor-widget-form .elementor-button {
  border: none;
  background-color: #fbad18 !important;
  padding: 10px 20px !important;
}

@media print {
  #main_header {
    visibility: hidden;
    display: none;
  }
  #print_btn {
    visibility: hidden;
    display: none;
  }
  footer {
    visibility: hidden;
    display: none;
  }
}

.mig-dashboard-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mig-dashboard-nav > li {
  margin: 0 0 10px;
}

.mig-dashboard-nav > li > a {
  width: 80%;
  text-align: left;
}

.mig-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2rem 0 0;
}

.page-title-large-center,
.page-title-large {
  height: 200px !important;
}

.heading-title {
  margin: 0 !important;
}

p.lead {
  display: none !important;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}

.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #ea5152;
}

.field-item input[type="checkbox"],
.field-item input[type="radio"] {
  margin: 7px 7px 0 0;
  float: left;
}

.field-item input[type="checkbox"]:hover,
.field-item input[type="radio"]:hover {
  cursor: pointer;
}

input[type="range"]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

.add-certification-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 2rem;
  margin: 0 0 .6rem;
}

.add-certification-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-certification-container > a {
  color: #242424;
  font-size: 1.4rem;
}

.add-certification-container > a:hover {
  color: #ea5152;
}

.add-certification-container > a:hover > span {
  background-color: #ea5152;
  border: 1px solid #ea5152;
}

.add-certification-container > a:hover > span::before {
  background-color: white;
}

.add-certification-container > a:hover > span::after {
  background-color: white;
}

.add-certification-container > a > span {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.add-certification-container > a > span::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #ea5152;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.add-certification-container > a > span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #ea5152;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
}

.inputfile + label > strong {
  background-color: #ea5152;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
}

.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #fdb234;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  width: 100%;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  position: absolute;
  left: -28px;
  top: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-certification-btn:hover {
  background-color: #ea5152;
  border: 1px solid #ea5152;
}

.delete-certification-btn:hover::after {
  background-color: white;
}

.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #ea5152;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.error-message {
  color: #ea5152;
  font-size: 1.5rem;
  border: 1px solid #ba2c51;
  padding: 1rem 1.5rem;
  background-color: #e86084;
  color: white;
  margin: 5px 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type="text"]:focus {
  border: 1px solid #ea5152;
  background-color: #ea5152;
  color: white;
}

.form-message {
  font-size: 1.4rem;
  color: #ea5152;
}

select {
  margin-bottom: 8px !important;
}

/* Datepicker overrides */
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 2em !important;
}

.datepick-nav, .datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}

.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}

.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ea5152;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-certifications ul, .registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-sports ul, .registration-summary-sports ol {
  margin: 0 0 1rem 4rem;
}

.submit-registration-status {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10% 0;
}

.submit-registration-status.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #ea5152;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

.user-login-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.user-login-info > a {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.user-login-info > a > img {
  max-width: 100%;
  margin: 0 0 0 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.user-login-info p {
  font-size: 13px;
  color: white;
}

.user-info {
  background-color: #3a3a3a;
}

body.logged-in .user-info {
  margin-top: 20px;
}

.micro-header {
  padding: 10px 0;
  background-color: #060a60;
  margin-bottom: 0px;
}

.header-notice {
  background-color: #ea5152;
  padding: 10px 0;
}

.header-notice p {
  color: white;
}

footer {
  padding: 1rem 0 !important;
}

#site_footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 0 !important;
}

#copyright_footer {
  width: 100%;
  background-color: #f2b849;
  padding: 1.5rem 0 !important;
  margin: 3rem 0 0;
}

.footer-copyright {
  color: white;
  padding: 0;
  margin: 0;
}

.hidden {
  display: none !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

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

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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

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

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase;
}

.action-btn {
  padding: 0.7rem 1.5rem;
  text-align: center;
  color: white !important;
  background-color: #ea5152;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.action-btn.alternate {
  background-color: #f2b849;
  color: black;
}

.action-btn.alternate:hover {
  background-color: #666;
  color: white !important;
}

.action-btn.alternate.inactive:hover {
  background-color: #f2b849;
  color: black !important;
}

.action-btn.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}

.action-btn:hover {
  color: white !important;
  background-color: #f2b849;
}

.action-btn.step__btn {
  display: none;
}

.action-btn.step__btn.active {
  display: inline-block;
}

.action-btn.disabled {
  opacity: 0.3;
}

.textwidget a.action-btn {
  color: white !important;
}

.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, black 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
  background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
   background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #ea5152;
  padding: 1rem;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #666;
  cursor: pointer;
}

input[type="range"] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #f04e50;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#select-avatar:hover {
  color: black !important;
  background-color: #f2b849;
}

a#cancel-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.lds-dual-ring.centered {
  margin: 0;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}

.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* High resolution */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hidden-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}

/* Desktop - Laptop */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

/* Laptop - md-screen */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .hidden-mobile {
    display: none;
  }
  .col-100-mobile {
    width: 100%;
  }
  .no-padding-mobile {
    padding: 0 !important;
  }
  /* Navigation */
  .nav::after {
    content: "";
    height: 68px;
  }
  .nav {
    padding: 10px 0 !important;
    display: none !important;
    /* visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;

    @include transition(all, 0.3s); */
  }
  .menu-item a i {
    margin-right: 0px !important;
  }
  .pm-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
  .pm-nav > li.menu-item-has-children > span > a::after,
  .pm-nav > li.menu-item-has-children > a::after {
    content: none !important;
  }
}

/* Tablet - sm-screen */
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
  .hidden-mobile {
    display: none;
  }
  .no-padding-mobile {
    padding: 0 !important;
  }
  /* Navigation */
  .nav::after {
    content: "";
    height: 68px;
  }
  .nav {
    padding: 10px 0 !important;
    display: none !important;
    /* visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;

    @include transition(all, 0.3s); */
  }
  .menu-item a i {
    margin-right: 0px !important;
  }
  .pm-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
  .pm-nav > li.menu-item-has-children > span > a::after,
  .pm-nav > li.menu-item-has-children > a::after {
    content: none !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

/* Mobile small */
@media (max-width: 320px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

/* body.fixed-nav .header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 2000;
} */
body.fixed-nav .menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
}

.menu-container {
  width: 100%;
  background-color: #f4f4f4;
  margin-top: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .menu-container {
    padding: 15px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .menu-container {
    padding: 15px 0 !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .menu-container .container {
    width: 100% !important;
    padding: 0 !important;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .menu-container .container {
    width: 100% !important;
    padding: 0 !important;
    max-width: initial;
  }
}

.mobile-btn {
  left: -30px;
}

.mobile-btn-container {
  padding: 20px 30px;
}

body.logged-in .menu-container {
  margin: 0px;
  padding: 0px !important;
}

.nav {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nav {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    padding-top: 0px;
  }
}

.pm-nav.mobile {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.nav-visible .pm-nav.mobile {
  display: none;
  position: relative;
  z-index: 1000;
  background-color: white;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  body.nav-visible .pm-nav.mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  body.nav-visible .pm-nav.mobile {
    display: block !important;
  }
}

.mobile-btn-container {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mobile-btn-container {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-btn-container {
    display: block;
  }
}

.pm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pm-nav > li {
  position: relative;
  padding: 0 0.9vw;
}

@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .pm-nav > li {
    padding: 0 0.6vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    padding: 0;
  }
}

.pm-nav > li::before {
  content: "";
  position: absolute;
  background-color: #060a60 !important;
  width: 100%;
  left: 0;
  height: 4px !important;
  top: 0px;
  bottom: auto;
  z-index: 1;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}

.pm-nav > li:hover::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav > li::after {
  content: "";
  position: absolute;
  background-color: #060a60 !important;
  width: 100%;
  left: 0;
  height: 4px !important;
  bottom: 0px;
  top: auto;
  z-index: 1;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li::after {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li::after {
    background-color: transparent !important;
  }
}

.pm-nav > li:hover::after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.pm-nav > li > a {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 16px;
  padding: 13px 0px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  z-index: 2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* @include hd-screen {
				font-size: 11px;
			}

			@include xl-screen {
				font-size: 12px;
			}

			@include laptop-screen {
				font-size: 11px;
			}

			@include lg-screen {
				font-size: 10px;
			} */
  /* @include laptop-screen {
				font-size: 0.9rem;
			}

			@include lg-screen {
				font-size: 0.8rem;
			} */
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav {
    display: none;
  }
}

.pm-nav > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li {
    display: block;
    padding: 6px 0 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    display: block;
    padding: 6px 0 0 !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li.current-menu-item {
    background-color: #060a60;
  }
  .pm-nav > li.current-menu-item span a {
    color: white !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item {
    background-color: #060a60;
  }
  .pm-nav > li.current-menu-item span a {
    color: white !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li.current-menu-item > span > a {
    color: white;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item > span > a {
    color: white;
    display: block;
  }
}

.pm-nav > li > span {
  line-height: 0;
}

.pm-nav > li > span > a {
  color: #323232;
  margin: 2.4rem 15px;
  position: relative;
  font-family: "Barlow";
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

.pm-nav > li > span.animate {
  top: 0px;
  opacity: 1;
}

.pm-nav > li > span > a:hover {
  text-decoration: none !important;
}

.pm-nav > li:last-child > span > a:hover::before {
  -webkit-transform: rotate(0deg) translateZ(0);
          transform: rotate(0deg) translateZ(0);
  width: 105%;
}

.pm-nav > li:first-child > span > a::after {
  content: none;
}

.pm-nav > li > span > a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #6953ac;
  position: absolute;
  left: -16px;
  bottom: 3px;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

.pm-nav > li.menu-item-has-children > span > a::after,
.pm-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #242424;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pm-nav > li.menu-item-has-children > span > a.active::after {
  top: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* Sub menu */
.pm-nav > li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 280px;
  padding: 0 !important;
  background-color: #060a60;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  -webkit-transform: "translateY" -10px;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

/* 2nd level sub menu */
.pm-nav > li > ul.sub-menu > li > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #030631;
  padding: 0 !important;
}

/* 3rd level sub menu */
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #030631;
}

.pm-nav > li ul.sub-menu ul {
  list-style: none;
}

.pm-nav > li ul.sub-menu > li {
  /* border-bottom: 1px solid #3f5577; */
  position: relative;
}

.pm-nav > li ul.sub-menu > li:last-child {
  border: none;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #ea5152;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #ea5152;
  }
}

.pm-nav > li ul.sub-menu > li a {
  color: white !important;
  display: block;
  font-family: "Barlow";
  margin: 0;
  padding: 13px 18px;
  font-weight: 500;
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #3b4042;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li ul.sub-menu > li a {
    padding: 11px 10px 15px 10px;
    text-align: center;
    margin: 0;
    font-size: 16px !important;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li a {
    padding: 11px 10px 15px 10px;
    text-align: center;
    margin: 0;
    font-size: 16px !important;
    height: 50px;
  }
}

/* .pm-nav > li ul.sub-menu > li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: white;
	position: relative;
	background-color: transparent;
	top: 1px;
	left: -10px;
	opacity: 0;

	@include rotate(-135deg);
	@include transition(all, 0.3s);
} */
.pm-nav > li ul.sub-menu > li a:hover {
  background-color: #ea5152;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu::before {
  content: none;
}

.pm-nav > li ul.sub-menu > li.current_page_item > a {
  background-color: #ea5152;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li ul.sub-menu > li.current_page_item > a {
    background-color: #66686a;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current_page_item > a {
    background-color: #66686a;
  }
}

/* .pm-nav > li ul.sub-menu > li a::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: $primaryColor;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

	@include transition(all, 0.3s);
}

.pm-nav > li ul.sub-menu > li a:hover::after {
	width: 100%;

	@include md-screen {
		width: 100%;
	}

	@include sm-screen {
		width: 100%;
	}
} */
.pm-nav > li.current_page_item::before,
.pm-nav > li.current-menu-ancestor::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav > li.current_page_item::after,
.pm-nav > li.current-menu-ancestor::after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

/* .pm-nav > li.current_page_item > a {
	color: white !important;
} */
.pm-nav > li ul.sub-menu > li.current_page_item a::after {
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

.pm-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
}

.pm-nav > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

/* Arrow */
/* .pm-nav li ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid $primaryColor;
	top: -9px;
	left: 20px;
} */
/* body.nav-visible {
	overflow: hidden;
} */
body.nav-visible .nav {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.nav-visible .nav::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

body.nav-visible .pm-nav > li:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
}

body.nav-visible .pm-nav > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: hidden;
  opacity: 0;
}

/* .micro-header {
  height: 50px;
  @include transition(all, 0.3s);
}

body.nav-visible .micro-header {
  height: 0px;
} */
/* Mobile menu toggle */
.pm-header__aside {
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pm-header__aside .mobile-btn {
  display: none;
}

.pm-header__aside .search-btn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 5px;
  padding-right: 5px;
  color: #060a60;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-header__aside .search-btn:hover {
  color: #ea5152;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  float: right;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  z-index: 6;
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mobile-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
  }
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  -webkit-transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: black;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
}

.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s 0.3s;
}

.sub-menu__btn,
.sub-sub-menu__btn,
.sub-sub-sub-menu__btn {
  position: absolute !important;
  display: block;
  width: 55px;
  height: 50px;
  background-color: #dddddd !important;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .sub-menu__btn,
  .sub-sub-menu__btn,
  .sub-sub-sub-menu__btn {
    width: 35px;
  }
}

.sub-menu__btn::after,
.sub-sub-menu__btn::after,
.sub-sub-sub-menu__btn::after {
  content: none !important;
}

.sub-menu__btn > i,
.sub-sub-menu__btn > i,
.sub-sub-sub-menu__btn > i {
  color: black;
  font-size: 10px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sub-menu__btn.active,
.sub-sub-menu__btn.active,
.sub-sub-sub-menu__btn.active {
  background-color: #dddddd !important;
}

.sub-menu__btn.active > i,
.sub-sub-menu__btn.active > i,
.sub-sub-sub-menu__btn.active > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Micro Menu */
.micro-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.micro-menu li {
  margin-left: 10px;
}

.micro-menu li a {
  color: white !important;
  font-family: "Barlow";
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.micro-menu li a:hover {
  color: #fdb234 !important;
}

.account-actions {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.account-actions li {
  margin-left: 25px;
}

.account-actions li:first-of-type {
  margin-left: 0px;
}

.account-actions li a {
  color: white;
  font-size: 14px;
}

.account-actions li a:hover {
  color: #fdb234;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .account-actions {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .account-actions li a {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .account-actions {
    margin: 10px 0 30px;
  }
}

#sidebar .widget,
.main-sidebar .widget {
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
  margin-bottom: 32px;
  border: 0px solid #e8e8e8 !important;
}

#sidebar .widget .title:before,
.main-sidebar .widget .title:before,
#sidebar .widgettitle:before,
.main-sidebar .widgettitle:before {
  left: 0 !important;
  right: 0 !important;
  bottom: 5px;
  border-bottom: 0px solid #e8e8e8;
  width: 40px;
  height: 3px;
  background-color: #ea5152;
}

.widget_recent_entries ul {
  margin: 0 !important;
  padding: 0 !important;
}

.widget_recent_entries ul li a {
  text-transform: none !important;
  font-size: 14px !important;
}
/*# sourceMappingURL=main.css.map */