@import url('https://www.faq-mac.com/wp-content/themes/generik-child/../generik/style.css');

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }

/*FILESTART  /home/faq-mac/www/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/lrm-core-compiled.css */
/*! ====================================
    Public styles for LRM
    Compiled from SCSS
====================================*/
/* modal.scss */
.lrm-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 999999;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.lrm-user-modal.is-visible {
  visibility: visible !important;
  opacity: 1;
}
.lrm-user-modal.is-visible .lrm-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

ul.lrm-switcher {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lrm-user-modal-container-inner {
  background: #FFF;
}

.lrm-user-modal-container {
  position: relative;
  width: 98%;
  max-width: 540px;
  margin: 3em auto 4em;
  cursor: auto;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 600px) {
  .lrm-user-modal-container {
    width: 90%;
  }
}
@media only screen and (min-width: 600px) {
  .lrm-user-modal-container .lrm-user-modal-container {
    margin: 4em auto;
  }
}
.lrm-user-modal-container .lrm-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.lrm-user-modal-container ul.lrm-switcher li {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li {
  width: 50%;
  float: left;
}
.lrm-user-modal-container .lrm-switcher a {
  display: block !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
}
@media only screen and (min-width: 600px) {
  .lrm-user-modal-container .lrm-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.lrm-switch-to-link:before {
  line-height: 1;
  content: "";
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 3px;
  height: 24px;
}

/* form.scss */
.lrm-form {
  padding: 1.4em 0 0 !important;
  margin: 0;
}
.lrm-btn-style--full-width .lrm-form {
  padding-bottom: 0 !important;
}
.lrm-form .fieldset {
  position: relative;
  margin: 0 0 1.4em 0;
  padding: 0 5px !important;
  clear: both;
}
@media only screen and (min-width: 600px) {
  .lrm-form .fieldset .lrm-form .fieldset {
    margin: 2em 0 !important;
  }
}
.lrm-form .gform_wrapper ul.gform_fields li.gfield,
.lrm-form .gform_wrapper,
.lrm-form .lrm-fieldset-wrap,
.lrm-form #buddypress #register-page,
#buddypress .lrm-form #register-page,
.lrm-form .fieldset--default {
  padding: 0 1.4em !important;
}
@media only screen and (min-width: 600px) {
  .lrm-form .gform_wrapper ul.gform_fields li.gfield .lrm-form .fieldset,
.lrm-form .gform_wrapper .lrm-form .fieldset,
.lrm-form .lrm-fieldset-wrap .lrm-form .fieldset,
.lrm-form #buddypress #register-page .lrm-form .fieldset,
#buddypress .lrm-form #register-page .lrm-form .fieldset,
.lrm-form .fieldset--default .lrm-form .fieldset {
    padding: 0 2em !important;
  }
}
.lrm-form .fieldset--full-width {
  margin-bottom: 0 !important;
}
.lrm-form label {
  font-size: 14px;
}
.lrm-form.--registration-done {
  padding-bottom: 1em !important;
}
.lrm-form.--registration-done > div:not(.lrm-form-message-wrap) {
  display: none;
}
.lrm-form [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 1s 1s ease;
  transition: opacity 1s 1s ease;
  opacity: 0;
  color: inherit;
}

/* It's a Honeypot field! */
.fieldset--login {
  display: none;
}

.lrm-form label.image-replace,
.lrm-form .lrm-image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 21px;
  width: 22px;
  overflow: hidden;
  color: rgb(210, 216, 216);
  white-space: nowrap;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 0 !important;
}
.lrm-font-svg .lrm-form label.image-replace,
.lrm-font-svg .lrm-form .lrm-image-replace {
  height: 20px;
  color: transparent;
}
[dir=rtl] .lrm-form label.image-replace, [lang=ar] .lrm-form label.image-replace,
[dir=rtl] .lrm-form .lrm-image-replace,
[lang=ar] .lrm-form .lrm-image-replace {
  right: 15px;
  left: auto;
}
.lrm-form input, .lrm-form select {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  height: auto !important;
}
.lrm-form input.full-width,
.lrm-form select.full-width,
.lrm-form button.full-width {
  width: 100% !important;
  box-sizing: border-box;
}
.lrm-form input.has-padding,
.lrm-form select.has-padding,
.lrm-form button.has-padding {
  padding: 12px 20px 12px 50px;
}
[dir=rtl] .lrm-form input.has-padding, [lang=ar] .lrm-form input.has-padding,
[dir=rtl] .lrm-form select.has-padding,
[lang=ar] .lrm-form select.has-padding,
[dir=rtl] .lrm-form button.has-padding,
[lang=ar] .lrm-form button.has-padding {
  padding: 12px 50px 12px 20px;
}
@media only screen and (min-width: 600px) {
  .lrm-form input.has-padding input.has-padding,
.lrm-form input.has-padding button.has-padding,
.lrm-form select.has-padding input.has-padding,
.lrm-form select.has-padding button.has-padding,
.lrm-form button.has-padding input.has-padding,
.lrm-form button.has-padding button.has-padding {
    padding: 16px 20px 16px 50px !important;
  }
  .lrm-form input.has-padding button[type=submit],
.lrm-form input.has-padding input[type=submit],
.lrm-form input.has-padding #buddypress input[type=submit],
.lrm-form select.has-padding button[type=submit],
.lrm-form select.has-padding input[type=submit],
.lrm-form select.has-padding #buddypress input[type=submit],
.lrm-form button.has-padding button[type=submit],
.lrm-form button.has-padding input[type=submit],
.lrm-form button.has-padding #buddypress input[type=submit] {
    padding: 16px 0 !important;
  }
}
.lrm-form input.has-border,
.lrm-form select.has-border {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.lrm-form input.has-border:focus,
.lrm-form select.has-border:focus {
  outline: none;
}
.lrm-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.lrm-form a.button,
.lrm-form button[type=submit],
.lrm-form #buddypress input[type=submit],
.lrm-form .gform_wrapper input.gform_button[type=submit],
.lrm-form input[type=submit] {
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: auto;
  border-radius: 5px;
  width: 100% !important;
}
.lrm-btn-style--full-width .lrm-form a.button,
.lrm-btn-style--full-width .lrm-form button[type=submit],
.lrm-btn-style--full-width .lrm-form #buddypress input[type=submit],
.lrm-btn-style--full-width .lrm-form .gform_wrapper input.gform_button[type=submit],
.lrm-btn-style--full-width .lrm-form input[type=submit] {
  border-radius: 0;
}
.lrm-form a.button,
.lrm-form button {
  font-size: 16px;
  padding: 8px 5px;
}
.lrm-form button[type=submit],
.lrm-form #buddypress input[type=submit],
.lrm-form input[type=submit] {
  font-size: 20px;
  padding: 16px 5px;
}

.no-touch .lrm-form input[type=submit]:hover,
.no-touch .lrm-form input[type=submit]:focus,
.no-touch .lrm-form button[type=submit]:hover,
.no-touch .lrm-form button[type=submit]:focus {
  background: #3599ae;
  outline: none;
}

.lrm-form .hide-password {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 21px;
  width: 22px;
  overflow: hidden;
  color: rgb(210, 216, 216);
  white-space: nowrap;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  left: unset;
  border-left: 1px solid black;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  background-position: center;
  padding: 10px 12px;
  right: 5px;
}
.lrm-font-svg .lrm-form .hide-password {
  height: 20px;
  color: transparent;
}
[dir=rtl] .lrm-form .hide-password, [lang=ar] .lrm-form .hide-password {
  right: 15px;
  left: auto;
}
[dir=rtl] .lrm-form .hide-password, [lang=ar] .lrm-form .hide-password {
  left: 0;
  right: unset;
  border-right: 1px solid black;
  border-left: none;
}

.lrm-form .lrm-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.lrm-form .lrm-error-message::after {
  /* triangle */
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.lrm-form .lrm-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}

.lrm-form-message {
  padding: 0.35em 0 0.3em 0.7em;
  font-size: 14px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin: 5px 0 0;
  border-left: 4px solid #6d6d6d;
}
@media only screen and (min-width: 600px) {
  .lrm-form-message .lrm-form-message {
    padding: 0.6em 0 0.5em 1em;
  }
}
.lrm-form-message:empty {
  display: none;
}
.lrm-form-message.lrm-is-error {
  border-left-color: #dc3232;
}
[dir=rtl] .lrm-form-message.lrm-is-error, [lang=ar] .lrm-form-message.lrm-is-error {
  border-left-color: transparent;
  border-right-color: #dc3232;
}
[dir=rtl] .lrm-form-message, [lang=ar] .lrm-form-message {
  border-right: 4px solid #6d6d6d;
  border-left: none;
  padding: 0.35em 0.3em 0 0.7em;
}

p.lrm-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -32px;
  text-align: center;
  font-size: 14px;
  margin: 0 !important;
}

.lrm-user-modal p.lrm-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.lrm-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/cd-icon-close.svg') no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

/*@media only screen and (min-width: 1170px) {*/
/*.lrm-close-form {*/
/*display: none;*/
/*}*/
/*}*/
.lrm-inline .lrm-close-form {
  display: none !important;
}

.lrm-signin-section,
.lrm-signup-section,
.lrm-reset-password-section {
  display: none;
}

.lrm-signin-section.is-selected,
.lrm-signup-section.is-selected,
.lrm-reset-password-section.is-selected {
  display: block;
}

/*
=== INLINE ===
*/
.lrm-inline p.lrm-form-bottom-message a {
  color: inherit;
}

/* loader.scss */
/* Loader animation */
.lrm-button-loader {
  text-align: center;
  width: 60px;
  height: 22px;
  x-display: none;
  overflow: hidden;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.lrm-button-loader svg {
  width: 100%;
  height: 100%;
}

/* helpers.scss */
html.html-has-lrm {
  overflow: auto !important;
}

.lrm-position-relative {
  position: relative;
}

.lrm-clearfix:after,
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.lrm-col {
  position: relative;
  margin: 0 0 1.4em 0;
}

.lrm-row {
  margin: 1.4em 0;
}

@media only screen and (min-width: 600px) {
  .lrm-col-half-width,
.lrm-col-1-2 {
    width: 50%;
  }
  .lrm-col-1-3 {
    width: 33.333%;
  }
  .lrm-col-2-3 {
    width: 66.666%;
  }
  .lrm-col-1-4 {
    width: 25%;
  }
  .lrm-col {
    float: left;
    clear: none;
    padding: 0 5px 0 !important;
  }
  .lrm-row {
    margin: 1.4em 0;
  }
}
/* integrations.scss */
.lrm-integrations label {
  font-weight: bold;
}

.lrm-form .lrm-integrations input[type=text],
.lrm-form .lrm-integrations input[type=tel],
.lrm-form .lrm-integrations input[type=email],
.lrm-form .lrm-integrations input[type=number],
.lrm-form .lrm-integrations input[type=url],
.lrm-form .lrm-integrations input[type=date],
.lrm-form .lrm-integrations input[type=password],
.lrm-form .lrm-integrations textarea,
.lrm-form .lrm-integrations select {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100% !important;
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 16px;
}

.lrm-form .lrm-integrations input[type=text]:focus,
.lrm-form .lrm-integrations input[type=tel]:focus,
.lrm-form .lrm-integrations input[type=number]:focus,
.lrm-form .lrm-integrations input[type=email]:focus,
.lrm-form .lrm-integrations input[type=url]:focus,
.lrm-form .lrm-integrations input[type=date]:focus,
.lrm-form .lrm-integrations input[type=password]:focus,
.lrm-form .lrm-integrations textarea:focus .lrm-form .lrm-integrations select:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}

.lrm-form .acf-field {
  text-align: left;
}

.lrm-form .acf-input-prepend,
.lrm-form .acf-input-append {
  padding: 13px 7px;
}

.lrm-form input.has-error {
  border: 1px solid #d76666;
}

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

.lrm-integrations,
.lrm-integrations label,
.lrm-integrations p {
  font-size: 16px;
}

.lrm-integrations br {
  display: none;
  text-align: center;
}

/*
==== lrm-pass-strength-result ====
@since 1.1
*/
.lrm-pass-strength-result {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #23282d;
  margin: 1px 5px 5px 1px;
  padding: 3px 5px;
  text-align: center;
  width: 25em;
  opacity: 0;
  display: none;
  width: 100%;
}
.lrm-pass-strength-result[data-status] {
  display: inline-block;
}

.lrm-pass-strength-result[data-status=short] {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}

.lrm-pass-strength-result[data-status=bad] {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}

.lrm-pass-strength-result[data-status=good] {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}

.lrm-pass-strength-result[data-status=strong] {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}

.lrm-pass-strength-result[data-status=empty] {
  display: none;
}

/* Catcha PLUGIN */
.lrm-integrations .cptch_input {
  padding: 6px 8px;
  font-size: 16px !important;
}

.wp-social-login-provider-list img {
  display: inline-block;
}

/**
    Jetpack
*/
#jetpack-sso-wrap {
  margin-top: 10px;
}

a.jetpack-sso {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.jetpack-sso-or {
  margin-bottom: 16px;
  position: relative;
  text-align: center;
}

.jetpack-sso-or:before {
  background: #E5E5E5;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.jetpack-sso-or span {
  background: #fff;
  color: #777;
  position: relative;
  padding: 0 8px;
  text-transform: uppercase;
}

.jetpack-sso.button {
  height: 36px;
  line-height: 34px;
  float: none;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}

.jetpack-sso.button > span {
  position: relative;
  padding-left: 30px;
}

.jetpack-sso.button .genericon-wordpress {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 24px;
}

@media screen and (max-width: 782px) {
  .jetpack-sso.button {
    line-height: 22px;
  }
}
/* UltimateMember Registration form customization */
.lrm-signup-section .um-button.um-alt {
  display: none;
}

.lrm-signup-section .um-col-alt .um-right.um-half {
  display: none;
}

.lrm-signup-section .um-col-alt .um-half {
  width: 100%;
}

.lrm-signup-section .um-register.um {
  max-width: unset !important;
  margin-bottom: 0;
}

.lrm-signup-section #um-submit-btn {
  width: 100% !important;
}

.lrm-signup-section .um-form {
  padding: 0 1.4em !important;
}
@media only screen and (min-width: 600px) {
  .lrm-signup-section .um-form {
    padding: 0 2em !important;
  }
}

.lrm-signup-section .um-field {
  margin-top: 15px;
}

@media (min-height: 33.875em) {
  .um .picker--opened .picker__frame {
    top: 50%;
  }
}
.lrm-grecaptcha > div {
  margin: auto;
}

.lrm-form .lrm-math-captcha-wrap {
  padding: 5px 0;
  text-align: center;
}
.lrm-form .lrm-math-captcha-wrap input.has-border {
  width: 64px !important;
  text-align: center;
}
.lrm-form .lrm-math-captcha-wrap input.has-border[disabled] {
  color: gray;
}
.lrm-user-modal-container .lrm-form .lrm-math-captcha-wrap input.lrm-match-value {
  font-weight: bold;
}
.lrm-form .lrm-math-captcha-wrap .lrm-math-captcha-label {
  font-weight: bold;
}

.lrm-form .rcp_form label {
  text-align: left;
}

.lrm-integrations .mc4wp-checkbox {
  text-align: left;
}
.lrm-integrations .mc4wp-checkbox label span {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: grey;
  line-height: 17px;
  display: inline-block;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox] {
  display: none;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked + span:after {
  border-color: #0b76ef;
  background: #0b76ef;
}
.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 9px;
  width: 5px;
  height: 11px;
  transform: rotate(40deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  z-index: 1;
}
.lrm-integrations .mc4wp-checkbox label span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e8e8eb;
  border-radius: 3px;
}

/**
    !! Gravity Forms !!
    @since PRO 2.01
 **/
.lrm-signup-section .ginput_container_password button {
  color: black !important;
}
.lrm-signup-section .gform_wrapper .gform_footer {
  text-align: center;
}
.lrm-signup-section .gform_wrapper .gform_ajax_spinner {
  padding: 0;
  display: inline-block;
}
@media only screen and (min-width: 641px) {
  .lrm-signup-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
.lrm-signup-section .gform_confirmation_message {
  font-size: 24px;
  margin: 20px 0;
  padding: 0 1.4em !important;
}

.lrm-nice-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
}
.lrm-nice-checkbox__label {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  vertical-align: middle;
  margin: 13px 0 3px;
  display: block;
  font-weight: 400;
  line-height: 20px;
}
body.rtl .lrm-nice-checkbox__label {
  padding-right: 27px;
  padding-left: 0;
}
.lrm-nice-checkbox__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}
body.rtl .lrm-nice-checkbox__indicator {
  left: unset;
  right: 0;
}
.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
  background: transparent;
  border: 2px solid #e8e8eb;
  border-radius: 3px;
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
  background: #0b76ef;
  border-color: #0b76ef;
}
.lrm-nice-checkbox__label:hover input:not([disabled]):checked ~ .lrm-nice-checkbox__indicator, .lrm-nice-checkbox__label input:checked:focus ~ .lrm-nice-checkbox__indicator {
  background: #0b76ef;
}
.lrm-nice-checkbox__label input:disabled ~ .lrm-nice-checkbox__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
.lrm-nice-checkbox__indicator:after {
  position: absolute;
  display: none;
  content: "";
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator:after {
  display: block;
}
.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator:after {
  top: 0px;
  left: 5px;
  width: 5px;
  height: 11px;
  transform: rotate(40deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.lrm-font-icomoon .lrm-ficon-user:before {
  content: "\e904";
}
.lrm-font-material .lrm-ficon-user:before {
  content: "\e901";
}
.lrm-font-fa4 .lrm-ficon-user:before {
  content: "\f007";
}
.lrm-font-fa5-free .lrm-ficon-user:before {
  content: "\f007";
}

.lrm-font-icomoon .lrm-ficon-eye:before {
  content: "\e902";
}
.lrm-font-material .lrm-ficon-eye:before {
  content: "\e8f4";
}
.lrm-font-fa4 .lrm-ficon-eye:before {
  content: "\f06e";
}
.lrm-font-fa5-free .lrm-ficon-eye:before {
  content: "\f06e";
}

.lrm-font-icomoon .lrm-ficon-eye-blocked:before {
  content: "\e901";
}
.lrm-font-material .lrm-ficon-eye-blocked:before {
  content: "\e8f5";
}
.lrm-font-fa4 .lrm-ficon-eye-blocked:before {
  content: "\f070";
}
.lrm-font-fa5-free .lrm-ficon-eye-blocked:before {
  content: "\f070";
}

.lrm-font-icomoon .lrm-ficon-key:before {
  content: "\e903";
}
.lrm-font-material .lrm-ficon-key:before {
  content: "\e0da";
}
.lrm-font-fa4 .lrm-ficon-key:before {
  content: "\f13e";
}
.lrm-font-fa5-free .lrm-ficon-key:before {
  content: "\f084";
}

.lrm-font-icomoon .lrm-ficon-lock:before {
  content: "\e900";
}
.lrm-font-material .lrm-ficon-lock:before {
  content: "\e897";
}
.lrm-font-fa4 .lrm-ficon-lock:before {
  content: "\f023";
}
.lrm-font-fa5-free .lrm-ficon-lock:before {
  content: "\f023";
}

.lrm-font-icomoon .lrm-ficon-mail:before {
  content: "\e906";
}
.lrm-font-material .lrm-ficon-mail:before {
  content: "\e0e1";
}
.lrm-font-fa4 .lrm-ficon-mail:before {
  content: "\f003";
}
.lrm-font-fa5-free .lrm-ficon-mail:before {
  content: "\f0e0";
}

.lrm-font-icomoon .lrm-ficon-login:before {
  content: "\e908";
}
.lrm-font-material .lrm-ficon-login:before {
  content: "\e879";
}
.lrm-font-fa4 .lrm-ficon-login:before {
  content: "\f090";
}
.lrm-font-fa5-free .lrm-ficon-login:before {
  content: "\f2f6";
}

.lrm-font-icomoon .lrm-ficon-register:before {
  content: "\e907";
}
.lrm-font-material .lrm-ficon-register:before {
  content: "\e7fe";
}
.lrm-font-fa4 .lrm-ficon-register:before {
  content: "\f234";
}
.lrm-font-fa5-free .lrm-ficon-register:before {
  content: "\f234";
}

.lrm-font-icomoon .lrm-ficon-close:before {
  content: "\e914";
}
.lrm-font-material .lrm-ficon-close:before {
  content: "\e902";
}
.lrm-font-fa4 .lrm-ficon-close:before {
  content: "\e901";
}
.lrm-font-fa5-free .lrm-ficon-close:before {
  content: "\f00d";
}

.lrm-font-icomoon .lrm-ficon-phone:before {
  content: "\e90a";
}
.lrm-font-material .lrm-ficon-phone:before {
  content: "\e0cd";
}
.lrm-font-fa4 .lrm-ficon-phone:before {
  content: "\f095";
}
.lrm-font-fa5-free .lrm-ficon-phone:before {
  content: "\f095";
}

.lrm-font-icomoon .lrm-ficon-mobile-phone:before {
  content: "\e909";
}
.lrm-font-material .lrm-ficon-mobile-phone:before {
  content: "\e324";
}
.lrm-font-fa4 .lrm-ficon-mobile-phone:before {
  content: "\f10b";
}
.lrm-font-fa5-free .lrm-ficon-mobile-phone:before {
  content: "\f3cd";
}
.lrm-ficon-mobile-phone:before {
  top: 1px;
  position: relative;
}

.lrm-font-icomoon .lrm-ficon-location:before {
  content: "\e90d";
}
.lrm-font-material .lrm-ficon-location:before {
  content: "\e568";
}
.lrm-font-fa4 .lrm-ficon-location:before {
  content: "\f041";
}
.lrm-font-fa5-free .lrm-ficon-location:before {
  content: "\f3c5";
}
.lrm-ficon-location:before {
  top: 1px;
  position: relative;
}

.lrm-font-icomoon .lrm-ficon-map:before {
  content: "\e90b";
}
.lrm-font-material .lrm-ficon-map:before {
  content: "\e55b";
}
.lrm-font-fa4 .lrm-ficon-map:before {
  content: "\f278";
}
.lrm-font-fa5-free .lrm-ficon-map:before {
  content: "\f279";
}

.lrm-font-icomoon .lrm-ficon-compass:before {
  content: "\e90c";
}
.lrm-font-material .lrm-ficon-compass:before {
  content: "\e7f1";
}
.lrm-font-fa4 .lrm-ficon-compass:before {
  content: "\f124";
}
.lrm-font-fa5-free .lrm-ficon-compass:before {
  content: "\f124";
}
.lrm-ficon-compass:before {
  top: 1px;
  position: relative;
}

[class^=lrm-ficon-], [class*=" lrm-ficon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
[class^=lrm-ficon-]:before, [class*=" lrm-ficon-"]:before {
  font-size: 20px;
}
.lrm-font-material [class^=lrm-ficon-]:before, .lrm-font-material [class*=" lrm-ficon-"]:before {
  font-size: 22px;
}
[class^=lrm-ficon-].lrm-switch-to-link:before, [class*=" lrm-ficon-"].lrm-switch-to-link:before {
  font-size: 24px;
  margin-top: -2px;
}

.lrm-font-svg .lrm-switch-to-link:before {
  width: 22px;
  vertical-align: text-bottom;
}
.lrm-font-svg .lrm-switch-to--login:before {
  background: url(https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/./img/login.png) no-repeat center center;
  background-size: 100%;
}
.lrm-font-svg .lrm-switch-to--register:before {
  background: url(https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/user.png) no-repeat center center;
  background-size: 100%;
}
.lrm-font-svg .lrm-form label.lrm-username,
.lrm-font-svg .lrm-form .lrm-ficon-user {
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/cd-icon-username.svg');
}
.lrm-font-svg .lrm-form label.lrm-email,
.lrm-font-svg .lrm-form .lrm-ficon-mail {
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/cd-icon-email.svg');
}
.lrm-font-svg .lrm-form label.lrm-password,
.lrm-font-svg .lrm-form .lrm-ficon-key {
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/cd-icon-password.svg');
}
.lrm-font-svg .lrm-form label.lrm-user_role {
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/lock.svg?v=2');
}
.lrm-font-svg .lrm-form .hide-password,
.lrm-font-svg .lrm-form .lrm-ficon-eye {
  padding: 20px 21px;
  background-size: 24px;
  text-indent: -300px;
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/iconmonstr-eye-4.svg');
}
.lrm-font-svg .lrm-form .hide-password.hide-password--on, .lrm-font-svg .lrm-form .hide-password.lrm-ficon-eye-blocked,
.lrm-font-svg .lrm-form .lrm-ficon-eye.hide-password--on,
.lrm-font-svg .lrm-form .lrm-ficon-eye.lrm-ficon-eye-blocked {
  background-image: url('https://www.faq-mac.com/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/assets/img/iconmonstr-eye-8.svg?v3');
}

.lrm-is-font .hide-password {
  width: 42px;
  height: auto;
}
.lrm-font-icomoon .hide-password--on:before {
  content: "\e901";
}
.lrm-font-material .hide-password--on:before {
  content: "\e8f5";
}
.lrm-font-fa4 .hide-password--on:before {
  content: "\f070";
}
.lrm-font-fa5-free .hide-password--on:before {
  content: "\f070";
}

/*# sourceMappingURL=lrm-core-compiled.css.map */


/*FILESTART  /home/faq-mac/www/wp-content/plugins/ajax-login-and-registration-modal-popup-pro/free/skins/default/skin.css */
.lrm-inline .lrm-user-modal-container { border: 2px solid #d2d8d8; }

.lrm-user-modal-container-inner {
    border-radius: 0.25em;
    overflow: hidden;
}


/* TABS */
.lrm-user-modal-container { x-border-radius: 0.25em; }
.lrm-user-modal-container .lrm-switcher a { background: #d2d8d8; color: #809191; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected { background: #FFF; color: #505260; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:first-child a { border-radius: 0.25em 0 0 0; }
.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:last-child a { border-radius: 0 0.25em 0 0; }
.lrm-user-modal-container .lrm-switcher.-is-login-only li a { border-radius: 0.25em 0.25em 0 0; }

.lrm-form input.has-border, .lrm-form select.has-border { border: 1px solid #d2d8d8; }

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] { background: #2f889a; color: #FFF; }

.lrm-form .hide-password { border-color: #d2d8d8; color: #343642; }

.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea { background-color: #f7f7f7; color: #000; font-weight: 300; box-shadow: none; border-radius: 0.25em; }
.lrm-user-modal-container .input-text:focus, .lrm-user-modal-container input[type=email]:focus, .lrm-user-modal-container input[type=password]:focus, .lrm-user-modal-container input[type=search]:focus, .lrm-user-modal-container input[type=tel]:focus, .lrm-user-modal-container input[type=text]:focus, .lrm-user-modal-container input[type=url]:focus, .lrm-user-modal-container select:focus, .lrm-user-modal-container textarea:focus { border: 1px solid #d2d8d8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

 .lrm-form a.button,.lrm-form button,.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form .gform_wrapper input.gform_button[type=submit],.lrm-form input[type=submit]{color: #ffffff;}  .lrm-form a.button,.lrm-form button,.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form .gform_wrapper input.gform_button[type=submit],.lrm-form input[type=submit]{background-color: #2f889a;}  .lrm-user-modal-container .lrm-switcher a{background-color: #d2d8d8;}  .lrm-user-modal-container .lrm-switcher a{color: #809191;}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}


/*FILESTART  /home/faq-mac/www/wp-content/plugins/related-posts-by-taxonomy/includes/assets/css/styles.css */
.rpbt-post-date {
	display: block;
	font-size: smaller;
}

.rpbt-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
}

/*FILESTART  /home/faq-mac/www/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/font-awesome.min.css */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.faq-mac.com/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*FILESTART  /home/faq-mac/www/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/stcr-style.css */
.stcr-pagination-links {
  display: flex;
  flex-wrap: wrap;
}
.stcr-pagination-links .stcr-page-link {
  display: block;
  padding: 5px 15px;
  margin-left: -1px;
  border: 1px solid #eaeaea;
}
.stcr-pagination-links .stcr-page-link:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.stcr-pagination-links .stcr-page-link:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*FILESTART  /home/faq-mac/www/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css */

.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}

/*FILESTART  /home/faq-mac/www/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*FILESTART  /home/faq-mac/www/wp-content/themes/generik/style.css */
/*
Theme Name: Generik
Theme URI: http://jellywp.com/wp/generik
Description: Multipurpose WordPress Blog Magazine Theme
Author: Jellywp
Author URI: http://themeforest.net/user/jellywp
Version: 1.25
License: GNU General Public License
License URI: license.txt
Tags: two-columns
Text Domain: generik
*/

/*-------------------------------------------------------------------------------------

    + CSS Reset
    + Header slider and carousel post
    + Menu and megamenu
    + Header (Mobile Menu, Top-search, Main Menu Menu)
    + Blog large layout with sidebar (Feature-two-column, Three columns, Tab, Image feature, Pagination, widget)
    + woocommerce
    + Audio player
    + Share Post
    + Animation CSS
    + Go to top
    + Dark mode
    + Footer

-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
CSS Reset
-------------------------------------------------------------------------------------*/



* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;

}
body,
p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #818181;
    -moz-osx-font-smoothing: grayscale;
}
p{
    margin: 0px 0px 25px;
}
p iframe{
    margin-bottom: 0px;
}
iframe{
    margin-bottom: 40px !important;
}

a,
a:hover {
    color: #000;
    outline: none;
    text-decoration: none !important;
     -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    text-decoration: none !important;
    color: #f75454;
}
h1 {
    font-size: 40px;
    margin-bottom: 10px
}
h2 {
    font-size: 32px;
    margin-bottom: 10px
}
h3 {
    font-size: 28px;
    margin-bottom: 10px
}
h4 {
    font-size: 24px;
    margin-bottom: 10px
}
h5 {
    font-size: 20px;
    margin-bottom: 10px
}
h6 {
    font-size: 16px;
    margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.mejs-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.embed_wrapper {
    margin: 30px 0px !important;
}
blockquote.quote_content {
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}
hr,
address{
    clear: both;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    color: #000;
    letter-spacing: 0em;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 28px;
    clear: both;
} 
.container{
    max-width: 1200px;
    width: 100%;
}
::selection {
    background-color: #f75454;
    color: #FFF;
}
blockquote.quote_content {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #888;
}
blockquote{
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    text-align: left;
    float: left;
    width: 100%;
    background: #f8f9fa;
}
.jl_radius blockquote{
    border-radius: 0px;
}
blockquote p{
    font-size: 23px !important;
    color: #000;
    font-weight: bold !important;
    margin-bottom: 0px;
}

blockquote cite{
    margin-top: 15px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    display: block;
}
table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
table td, table th{
    padding: 9px 20px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wp-block-image figcaption{
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #0a0a0a;
    padding: 13px 0;

}
#gallery-1 img{
    border: 0px !important;
}
.dropcap_style{
    font-size: 60px;
    line-height: 73px;
    float: left;
    padding: 5px 10px;
    text-align: center;
    display: block;
    background-color: #0D1217;
    color: #fff;
    margin: 8px 15px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
p img{
    margin-bottom: 0px !important;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/** input */
textarea {
    display: block;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 1.7;
}
button, input, optgroup, select, textarea{
    border-radius: 0px;
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'],
input[type='url'], input[type='search'], input[type='number'] {
    padding: 10px 25px;
    max-width: 100%;
    outline: none !important;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    font-weight: 400;
    font-size: .875rem;
    line-height: 22px;
    border-radius: 0px;
}
.wp-block-search .wp-block-search__input{
    height: 40px;
}
input[type='submit'], button {
    display: block;
    float: left;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0px 30px;
    margin-top: 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border:0px;
    outline: none;
}

footer .widget ul {
    float: left;
    width: 100%;
    padding: 0px;
}
body:not(.jl-has-sidebar) #sidebar{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
body:not(.jl-has-sidebar) #content,
body:not(.jl-has-sidebar) #sidebar{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.admin-bar .menu_sticky.stick{    top: 32px !important;}
#sidebar select {
    width: 100%;
    font-size: 16px;
}
.wp-caption.alignnone {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
    margin-bottom: 30px !important;
    padding: 0px;
    background: none;
    color: #000;
    font-style: italic;
}
.wp-caption p{
    margin-bottom: 0px;
}
.wp-caption.alignleft {
    margin: 5px 30px 30px 0%;
}
.wp-caption.alignright {
    margin: 5px 0% 30px 30px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-style: normal;
    letter-spacing: -0.03em;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #888;
    line-height: 17px;
    margin: 8px 0 0;
}
.wp-caption-text {
    margin-top: 5px;
    font-style: italic;
    font-size: 0.923em;
    text-align: center;
    color: #b4b4b4;
}
.gallery-caption {
    visibility: visible;
    opacity: 1;
}
.bypostauthor {
    visibility: visible;
    opacity: 1;
}
a img.alignright {
    float: right;
    margin: 10px 0 30px 30px;
}
a img.alignnone {
    margin: 0px;
}
a img.alignleft {
    float: left;
    margin: 10px 30px 30px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignleft {
    display: block;
    float: left;
    margin: 5px 30px 30px 0 !important;
}
.alignright {
    display: block;
    float: right;
    margin: 5px 0 20px 20px !important;
}
.aligncenter {
    display: block;
    margin: auto;
}
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.page_error_404 {
    text-align: center;
    margin-bottom: 100px;
}
.page_error_404 .link_home404{
    height: 40px;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 40px;
    padding: 0 40px;
    color: #FFF;
    background: #000000;
    cursor: pointer;
    border: 0px;
    margin-top: 10px;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    border-radius: 0px;
}
.page_error_404 .link_home404:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.page_error_404 h1 {
    font-size: 120px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0px;
}
.grid_no_margin {
    margin-top: -30px;
}
.jp-type-playlist {
    opacity: 0.7;
}
h1, h2, h3, h4, h5, h6, .postnav #prepost, .postnav  #nextpost, .bbp-forum-title, .single_post_arrow_content #prepost, .single_post_arrow_content #nextpost{
    text-transform: capitalize;
}
.cus_sec_title{
    display: block;
}
.cus_sec_title.sec_style1 h3{
    margin-bottom: 5px;
}
.cus_sec_title.sec_style2 h3 span{
    display: block;
}
.cus_sec_title.sec_style2 h3:after{
    content: "";
    display: inline-block;
    width: 32px;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}
.cus_sec_title.sec_style2 p{
    margin-top: 5px;
}
.cus_sec_title.sec_style3 h3 span:before, .cus_sec_title.sec_style3 h3 span:after{
    content: '';
    display: inline-block;
    width: 30px;
    margin: 0px 11px 0px 0;
    border-bottom: 1px solid #555;
}
.cus_sec_title.sec_style3 h3{
    display: inline-flex;
}
.cus_sec_title.sec_style3 h3 span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cus_sec_title.sec_style3 h3 span:after{
    margin: 0px 0 0px 11px;
}
.cus_sec_title h3{
    display: block;
    position: relative;
    margin-bottom: 0px;
}
.cus_sec_title h3 span{
    display: inline-block;
}
.jl-w-slider .swiper-container {
    width: 100%;
    height: 400px;
}
.jl-w-slider:after{
    display: table;
    content: '';
    clear: both;
}
.jl-w-slider .swiper-slide {
    overflow: hidden;
}
.jl_ar_top, .jl-w-slider, .jl-eb-slider{
    float: left;
    width: 100%;
}
.jl-eb-slider div{
    outline: none;
}
.jl_ar_top .jl-slider-next{
    top: 20px;
    right: 20px;
}
.jl_ar_top .jl-slider-prev{
    top: 20px;
    right: 60px;
}
.jl-slider-next, .jl-slider-prev{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1 !important;
    background: #000;
    background: rgb(255, 255, 255,.3);
    outline: none;
}
.jl_w_slider .jl-slider-next, .jl_w_slider .jl-slider-prev{
    color: #fff;
    background: rgba(52,58,64,.75);
}
.jl_w_slider .jl-slider-prev i{
    margin-left: -2px;
}
.jl_sec_title{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_sec_title p{
    line-height: 1.2;
    margin-bottom: 0px;
}
.jl_sec_title .jl_title_c{
    margin-bottom: 0px;
    font-size: 26px;
    padding-bottom: 5px;
    width: 100%;
}
.widget_jl_wrapper h5, .widget-title .jl_title_c{
    padding-bottom: 15px;
    float: left;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.jlm_w{
    display: inline-flex;
    width: 22px;
    height: 23px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
    transform: scale(.9);
}
.jlm_w span{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #0a0a0a;
    left: 0;
}
.jlm_w .jlma{
    top: 4px;
}
.jlm_w .jlmb{
    top: 10px;
}
.jlm_w .jlmc{
    top: 16px;
}
.header-wraper .cart-link{
    position: relative;
    display: flex;
    display: -webkit-flex;
    min-width: 26px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.navbar-right {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-end;
}

.navbar-right > * {
    position: static;
    display: flex;
    display: -webkit-flex;
    margin-left: 7px;
    flex-flow: row nowrap;
    align-items: center;
}
.header-wraper .jl_h_cart{
    float: right;
    margin-left: 13px;
}
.header-wraper .jl_h_cart .jl_l_cart{
    height: 75px;
    float: left;
}

.header-wraper .cart-link,
.off-canvas-wrap .cart-link {
    font-size: 24px;
}

.jl_i_cart{
    display: flex;
    display: -webkit-flex;
    line-height: 28px;
    align-items: flex-start;
    position: relative;
}

.jl_count_cart {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    background: #f75454;
    border-radius: 50%;    
    font-style: normal;
    font-weight: 400;
}

.jl-hshow {
    position: absolute;
    top: 100%;
    top: 70px;
    right: 0;
    left: auto;
    z-index: 1000;
    display: block;
    visibility: hidden;
    padding: 20px;
    width: 320px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;    
}

.is-hover:hover .jl-hshow{
    visibility: visible;
    opacity: 1;
}
.elementor{
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
layout main right
-------------------------------------------------------------------------------------*/
.jl-layout-m-r-w{
    float: left;
    width: 100%;
}
.jl_layout_mr{
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.jl_layout_mrw{
    width: 100%;
    height: 600px;
    position: relative;
}
.jl_post_fr_w .jl_layout_mrw .jl_f_img_link{
    opacity: 0 !important;
}
.jl_layout_mrw .jl_f_postbox{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 40px;
    background-image: -owg-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -moz-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -o-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: linear-gradient(transparent,rgba(0,0,0,.55));
}
.jl_layout_mrw .jl_f_postbox .jl_f_title a, .jl_layout_mrw .jl_f_postbox .jl_f_cat a, .jl_layout_mrw .jl_f_postbox .jl_post_meta span, .jl_layout_mrw .jl_f_postbox .jl_post_meta span a{
    color: #fff !important;
}
.jl_layout_mrw .jl_f_postbox .jl_f_title{
    margin-bottom: 0px;
    font-size: 35px;
}
.jl_mb_wrap_l .jl_post_fr_w .jl_m_right_content .entry-title{
    font-size: 20px;
}
.jl_m_right.jl_l_mr{
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.jl_m_right.jl_l_mr:last-child{
    margin-bottom: 0px;
}
.jl_m_right.jl_l_mr .jl_m_right_img{
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
}
.jl_m_right.jl_l_mr .jl_m_right_content{
    margin-left: 30px;
}
/*-------------------------------------------------------------------------------------
Feature post 1
-------------------------------------------------------------------------------------*/

.jl_f_post01{
    float: left;
    width: 100%;
    height: 700px;
    position: relative;
}
.jl-carousel:after, .jl_f_post01:after{
    display: table;
    content: '';
    clear: both;
}
.jl_f_post01 .jl_f_post01_m{
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
    width: 100%;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_f_post01 .jl_f_postbox{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 80px;    
}
.jl_f_post01 .jl_f_cat{
    margin-bottom: 15px;
}
.jl_none_img .jl_f_cat{
    margin-bottom: 13px;
}
.jl_f_cat{
    float: left;
    width: 100%;
}
.jl_f_cat a{
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    padding-left: 14px;
}
.jl_f_cat.jl_lb2 a, .jl_f_cat.jl_lb3 a, .jl_f_cat.jl_lb4 a,
.jl_cmlist_w .jl_f_cat.jl_lb2 a, .jl_cmlist_w .jl_f_cat.jl_lb3 a, .jl_cmlist_w .jl_f_cat.jl_lb4 a{
    padding: 4px 7px !important;
    margin: 0px 1px 2px 1px;
    color: #fff !important;
}
.jl_f_cat a .jl_cat_t, .jl_f_cat.jl_lb2 a:hover, .jl_f_cat.jl_lb3 a:hover, .jl_f_cat.jl_lb4 a:hover{
    color: #fff !important;
}
.jl_f_cat.jl_lb2 span, .jl_f_cat.jl_lb3 span, .jl_f_cat.jl_lb4 span{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    margin: 0px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 0
}
.jl_f_cat.jl_lb2 .jl_cat_t, .jl_f_cat.jl_lb3 .jl_cat_t, .jl_f_cat.jl_lb4 .jl_cat_t{
    text-decoration: none;
    z-index: 1;
    position: relative;
}
.jl_f_cat.jl_lb3 span{
    border-radius: 3px;
}
.jl_f_cat.jl_lb4 span{
    border-radius: 0px;
}
.options_dark_skin .jl_f_cat a:hover{
    color: #fff !important;
}
.jl_f_cat a span{
    position: absolute;
    background: #000;
    left: 0px;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -1px;
    border-radius: 10px;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_f_cat a:hover{
    color: #000 !important;
    text-decoration: none !important;
}
.jl_f_post01 .jl_f_post01_m h3{
    margin: 0px;
    font-size: 40px;
}
.jl_f_post01 .jl_f_post01_m h3 a{
    color: #fff;    
}
.jl_f_post01 .jl_f_post01_m h3 a:hover, .jl_f_post01 .jl_f_cat a{
    text-decoration: none !important;
    color: #fff !important;
}
.jl_f_post01 .jl_f_postboxs{
    width: 20%;
    float: left;
    padding: 0px 15px 30px 15px;
    text-align: center;
}
.jl_f_post01 .jl_f_postboxs .jl_flink{
    display: inline-block;
    margin: 0px 35px 10px 35px;
    border-radius: 100px;
    overflow: hidden;
}
.jl_f_post01 .jl_f_postboxs h3{
    margin: 0px 0px 15px 0px;
    font-size: 17px;
}
.jl_f_post01 .jl_f_postboxs *{
    color: #fff;
}
.jl_f_post01 .jl_f_postboxs h3 a{
    color: #ececec;    
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.7em;
}
.jl_f_post01 .jl_f_postboxs h3 a:hover{
    color: #fff !important;
}
.jl_f_post01 .jl_post_meta span, .jl_f_post01 .jl_post_meta span a, .jl_f_post01 .jl_post_meta span a:hover{
    color: #fff !important;    
}
.jl_f_post01 .jl_post_meta .post-read-time{
    display: none;
}
.jl_f_post01 .jl_f_post01_s{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.jl_f_post01 .jl_f_post01_s .row{
    margin-bottom: 0px;
}
.jl_f_post01 .jl_f_post01_s .jl_f_post01_sw{
    float: left;
    margin: 0px -20px;
}

.jl_f_post01 .jl_f_img_link{    
    background: #000000;
    opacity: .2;
}


.jl_f_img_bg{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_f_img_link{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
/*-------------------------------------------------------------------------------------
Feature grid 3
-------------------------------------------------------------------------------------*/
.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s{
    margin-top: 15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span, .jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span a, .jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span a:hover{
    color: #fff !important;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_post{
    margin: 0px -15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_main{
    width: 50%;
    padding: 0px 15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_author_img{
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main{
    width: 46%;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s{
    width: 27%;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s .jl_f_title{
    font-size: 20px;
}
.jl_mgo_wrapper .jl_mgo_main{
    float: left;
    width: 60%;
}
.jl_mgo_wrapper .jl_mgo_main .jl_grid_verlay_wrap{
    height: 500px;
}
.jl_mgo_wrapper .jl_mgo_sm{
    float: left;
    width: 40%;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_grid_verlay_wrap{
    height: 250px;
}
.jl_mgo_wrapper .jl_f_cat a, .jl_mgo_wrapper .jl_f_cat a:hover{
    color: #fff !important;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_f_title{
    font-size: 20px;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_post_meta{
    margin-top: 15px;
}
.jl_mgo_wrapper .jl_f_title{
    margin-bottom: 0px;
}
.jl_mgo_wrapper .jl_f_title a,
.jl_mgo_wrapper .jl_f_title a:hover{
    color: #fff !important;
}
.jl_mgo_wrapper .jl_post_meta span, .jl_mgo_wrapper .jl_post_meta span a{
    color: #fff !important;
}
.jl_mgo_wrapper .jl_f_img_link{
    top: 0px;
    background: #444;
    opacity: .28;
}
.jl_mgo_wrapper .jl_f_postbox{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
}
.jl_post_meta_s{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_post_meta_s .jl_author_img{
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    position: relative !important;
    display: block;
    float: left;
}
.jl_post_meta_s .jl_author_img img{
    border-radius: 100px;
}
.jl_post_meta_s .jl_meta_t{
    position: relative;
    margin-left: 15px;
    line-height: 1.2;
}
.jl_post_meta_s .jl_meta_t .jl_author_img_w{
    float: none;
    display: block;
    margin-bottom: 3px;
}
.jl_single_style1 .jl_post_meta_s .jl_meta_t .jl_author_img_w a:hover,
.jl_single_style5 .jl_post_meta_s .jl_meta_t .jl_author_img_w a:hover{
    color: #000 !important;
}
.jl_post_meta_s .jl_meta_t .post-date, .jl_post_meta_s .jl_meta_t .post-read-time{
    float: left;
}
.options_dark_skin .jl_post_meta_s .jl_meta_t .post-date, .options_dark_skin .jl_post_meta_s .jl_meta_t .post-read-time{
    color: #fff !important;
}
.jl_post_meta_s .jl_meta_t .post-read-time:before{
    content: "\00b7";
    font-weight: 600;
    margin-right: 8px;
    margin-left: 8px;
}
/*-------------------------------------------------------------------------------------
Feature main grid
-------------------------------------------------------------------------------------*/
.jl_mg_wrapper .jl_mg_post{
    margin: 0px -15px;
}
.jl_mg_wrapper .jl_mg_main{
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.jl_mg_wrapper .jl_mg_main .entry-title{
    margin-bottom: 0px;
}
.jl_mg_wrapper .jl_mg_main .jl_img_box{
    margin-bottom: 23px;
}
.jl_mg_wrapper .jl_mg_main .jl_post_meta{
    margin-top: 15px;
}
.jl_mg_wrapper .jl_f_cat{
    margin-bottom: 13px;
}
.jl_mg_wrapper .jl_mg_main p{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
}
.jl_mg_wrapper .jl_mg_sm{
    float: left;
    width: 25%;
    margin-bottom: 35px;
    padding: 0px 15px;
}
.jl_mg_wrapper .jl_mg_sm .entry-title{
    font-size: 17px;
    margin-bottom: 0px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_mg_wrapper .jl_mg_sm .jl_f_img{
    margin-bottom: 20px;
}
.jl_mg_wrapper .jl_mg_sm .jl_post_meta{
    margin-top: 15px;
}
/*-------------------------------------------------------------------------------------
Feature mix
-------------------------------------------------------------------------------------*/
.jl_mix_post{
    margin: 0px -20px;
}
.jl_mix_post .jl_m_left{
    float: right;
    width: 25%;
    padding: 0px 15px;
}
.jl_mix_post .jl_m_right{
    float: left;
    width: 37%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.jl_mix_post .jl_m_right:last-child{
    margin-bottom: 0px;
}
.jl_m_left .jl_m_left_w{
    float: left; width: 100%;
}
.jl_m_left .jl_m_left_w:first-child{
    margin-bottom: 30px;
}
.jl_m_left .jl_m_left_w .jl_img_box{
    position: relative;
}
.jl_img_box .jl_f_cat{
    position: absolute;
    left: 20px;
    top: 20px;
}
.jl_m_left .jl_m_left_w .jl_f_cat{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.jl_mix_post .jl_m_left h3{
    margin: 10px 0px 0px 0px;
    line-height: 0px;
}
.jl_mix_post .jl_m_left h3 a{
    font-size: 20px;
    line-height: 1.2;
}
.jl_mix_post .jl_m_left .jl_post_meta{
    margin-top: 7px;
}
.jl_mix_post .jl_m_center{
    width: 63%;
    float: left;
    padding: 0px 20px;
}
.jl_mix_post .jl_m_2{
    float: left;
    width: 37%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.jl_mix_post .jl_m_2 .jl_m_m_f{
    height: 230px;
    position: relative;
}
.jl_mix_post .jl_m_2 .jl_f_cat{
    position: absolute;
    left: 20px;
    top: 20px;
}
.jl_mix_post .jl_m_2 .text-box{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.jl_mix_post .jl_m_2 .text-box h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.jl_m_center h3{
    margin: 0px;
}
.jl_m_center .jl_m_center_w{
    float: left;
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
}
.jl_m_center .jl_f_img_link{
    top: 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent 65%,rgba(0,0,0,.5) 100%);
}
.jl_m_center .text-box{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 40px;   
}
.jl_m_center .text-box .jl_f_cat{
    margin-bottom: 15px;
}
.jl_m_center .text-box .jl_post_meta{
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28,28,28,.1);
}
.jl_m_center .text-box .jl_f_cat a, .jl_m_center .text-box .jl_f_cat a:hover,
.jl_m_center .jl_post_meta_s span, .jl_m_center .jl_post_meta_s span a{
    color: #fff !important;
}
.jl_m_center .jl_post_meta_s{
    margin-top: 15px;
}
.jl_m_center .text-box h3{
    float: left;
    width: 100%;
    font-size: 35px;
}
.jl_m_center .text-box h3 a, .jl_m_center .text-box h3 a:hover{
    color: #fff !important;
}
.jl_m_center .text-box p{
    color: #ffffff;
    transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.jl_m_center .jl_post_meta span, .jl_m_center .jl_post_meta span a, .jl_m_center .jl_post_meta span a:hover,
.options_dark_skin .jl_m_center .jl_post_meta span, .options_dark_skin .jl_m_center .jl_post_meta span a, .options_dark_skin .jl_m_center .jl_post_meta span a:hover{
    color: #fff !important;
}
.jl_m_right.jl_m_right_f .jl_m_right_w{
    padding-top: 0px;
    border-top: 0px solid #e9e9e9;
}
.jl_m_right .jl_m_right_w{
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bt_post_widget .jl_m_right:last-child .jl_m_right_w{
    padding: 0px;
}
.jl_m_right .jl_m_right_img{
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    position: relative !important;
    display: block;
    float: left;
}
.jl_mix_post .jl_m_right .jl_m_right_img{
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
}
.jl_m_right .jl_m_right_content{
    position: relative;
    margin-left: 20px;
    top: 0px;
}
.jl_m_right .jl_m_right_content h3{
    font-size: 16px;
    margin: 0px;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_m_right .jl_m_right_content .jl_f_cat{
    margin-bottom: 13px;
}
.jl_m_right .jl_m_right_content .jl_post_meta{
    margin-top: 13px;
}
.jl_m_right .jl_m_right_content p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.jl_radus_e{
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

/*-------------------------------------------------------------------------------------
Feature grid
-------------------------------------------------------------------------------------*/
.jl_grid_w{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.jl_grid_w .jl_img_box{
    margin-bottom: 23px;
}
.jl_grid_w .jl_img_box img{
    width: 100%;
}
.jl_grid_w .jl_img_box a{
    display: block;
}
.jl_grid_w .text-box .jl_f_cat{
    margin-bottom: 13px;
    line-height: 10px;
}
.jl_grid_w .text-box h3{
    margin-bottom: 0px;
    float: left;
    width: 100%;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_grid_w .text-box h3{
    font-size: 22px;
    display: block;
}
.jl_grid_w .text-box p{
    margin: 10px 0px 0px 0px;
    float: left;
    width: 100%;
    word-break: break-word;
}
.jl_grid_w .jl_post_meta{
    margin-top: 13px;
}
.jl_grid_wrap_f.g_style2 .jl_grid_w{
    background: #fff;
}
.options_dark_skin .jl_grid_wrap_f.g_style2 .jl_grid_w{
    background: #494949;
}
.jl_grid_wrap_f.g_style2 .jl_img_box{
    margin-bottom: 0px;
}
.jl_grid_wrap_f.g_style2 .text-box{
    float: left;
    width: 100%;
    padding: 30px;
}
.jl_grid_wrap_f{
    margin-bottom: 0px;
    float: left;
}
.jl_grid_wrap_f .jl-roww:after{
    content: '';
    display: table;
    clear: both;
}
.jl_grid_wrap_f .jl-roww{
    display: flex;
    flex-flow: row wrap;
    margin: 0px -15px;
    float: left;
    counter-reset: count;
}
.jl_grid_wrap_f.jl_grid_c .jl_grid_w{
    text-align: center;
}
.jl_grid_wrap_f.jl_grid_c .jl-col3 .jl-grid-cols .jl_img_box{
    border-radius: 150px;
    max-width: 80%;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
}
.jl_grid_c .jl_grid_w .text-box h3{
    font-size: 16px;
}
.jl_grid_c .jl_grid_w .text-box h3 a{
    font-size: inherit;
}
.jl_grid_wrap_f.jl_grid_c .text-box{
    text-align: center;
}
.jl_grid_wrap_f.jl_grid_c .text-box .jl_f_cat{
    line-height: 10px;
}
.jl_grid_wrap_f.jl_grid_c .text-box .jl_f_cat a{
    display: inline-block;
    float: none;
}
.jl_sf_grid.jl_grid_wrap_f.jl_xsgrid .jl-col3 .jl-grid-cols{
    width: 33.333%;
    margin-bottom: 35px;
}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_img{
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;

}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_img a:before{
    font-size: 25px;
    color: #fff;
    counter-increment: count;
    content: counter(count);
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_img a:after{
    content: '';
    position: absolute;
    background: #000;
    opacity: .1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_content{
    margin-left: 20px;
}
.jl_sf_grid.jl_xsgrid .jl_sm_list .entry-title{
    font-size: 18px;
}
.jl_sf_grid.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 50%;
}
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_2col .jl_grid_overlay_col{
    width: 50%;
}
.g_3col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_3col .jl_grid_overlay_col{
    width: 33.333%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_4col .jl_grid_overlay_col{
    width: 25%;
}
.g_5col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_5col .jl_grid_overlay_col{
    width: 20%;
}
.g_6col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_6col .jl_grid_overlay_col{
    width: 16.666667%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl_post_meta .post-read-time{
    display: none;
}
.g_4col.jl_grid_wrap_f .text-box h3 a{
    font-size: 19px;
}
.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 33.333%;
    padding: 0px 15px;
}
.jl-sm-grids .jl_post_type_icon{
    top: 10px;
    right: 10px;
}
.jl-sm-grids .jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 20%;
}
.jl-sm-grids .jl_grid_w .jl_img_box{
    margin-bottom: 15px;
}
.jl-sm-grids .jl_grid_w .jl_post_meta{
    margin-top: 10px;
}
.jl-sm-grids .jl_grid_w .text-box h3 a{
    font-size: 15px;
}
.jl_grid_wrap_f .jl-roww .jl_sec_title{
    padding: 0px 15px;
}
.jl_l_wrap_f .jl_grid_w .text-box, .jl_l_wrap_f .jl_grid_w .jl_img_box, .jl_l_wrap_f .jl_grid_w .text-box-info{
    float: left;
    width: 100%;
}
.jl_l_wrap_f .jl_grid_w .text-box h3, .jl_l_wrap_f .jl_grid_w .text-box-info p{
    max-width: 80%;
    float: none;
    display: inline-block;
}
.jl_l_wrap_f .jl_grid_w .text-box .jl_f_cat a{
    float: none;
    display: inline-block;
    margin-right: 2px;
}
.jl_l_wrap_f .jl_grid_w .jl_img_box{
    margin-top: 40px;
    margin-bottom: 30px;
}
.jl_l_wrap_f .jl_grid_w .text-box-info .l_more{
    display: inline-flex;
}
.jl_l_wrap_f .jl_grid_w .text-box-info p{
    margin-bottom: 15px;
}
.jl_l_wrap_f .jl_grid_w .text-box-info .l_more a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px !important;
}
.jl_l_wrap_f .jl_grid_w .text-box-info .l_more a:hover{
    color: #000 !important;
}
.options_dark_skin .jl_l_wrap_f .jl_grid_w .text-box-info .l_more a:hover{
    color: #fff !important;
}
.jl_l_wrap_f .jl_grid_w .text-box-info .l_more a:before, .jl_l_wrap_f .jl_grid_w .text-box-info .l_more a:after{
    content: '';
    display: inline-block;
    width: 30px;
    margin: 0px 11px 0px 0;
    border-bottom: 1px solid #555;
}
.jl_l_wrap_f .jl_grid_w .text-box-info .l_more a:after{
    margin: 0px 0 0px 11px;
}
.jl_m_list{
    float: left;
    width: 100%;
}
.jl_m_list .jl_m_right_w{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.jl_cw_wrap_f .jl_lmore_wrap{
    margin-top: 50px;
}
.jl_cw_wrap_f .pagination-nextprev{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.options_dark_skin .jl_m_list .jl_m_right_w{
    border-bottom: 1px solid #494949;
}
.jl_m_list:last-child .jl_m_right_w{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}
.jl_m_list:last-child .jl_m_right_w{
    margin-bottom: 0px;
}
.jl_m_list .jl_m_right_img{
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
}
.jl_m_list .jl_m_right_content{
    margin-left: 30px;
}
.jl_m_list .jl_m_right_content .jl_f_cat{
    margin-bottom: 13px;
}
.jl_m_list .jl_m_right_content .entry-title{
    font-size: 23px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.jl_m_list .jl_m_right_content .jl_post_meta{
    margin-top: 13px;
}
.jl_m_list .jl_m_right_content p{
    margin-top: 10px;
}
.jl_cpost_w .jl_cpost_col{
    margin-bottom: 0px;
    width: 25%;
    float: left;
    border: 1px solid #e9e9e9;
    padding: 25px;
    margin-top: -1px;
    margin-left: -1px;
}
.jl_c_post{
    float: left;
    width: 100%;
    text-align: center;
}
.jl_c_post .entry-title{
    line-height: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
}
.jl_c_post .jl_post_meta{
    line-height: 1.2;
    margin-top: 10px;
}
.jl_c_post .entry-title a{
    line-height: 1.2;
    font-size: 16px;
}
.jl_c_post .post-thumbnail img{
    width: 140px;
    border-radius: 100px;
}
.jl_c_post .jl_f_cat{
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
}
.jl_c_post .jl_f_cat a{
    display: inline-block;
    float: none;
    margin: 0px 2px;
}
.jl_c_post .jl_post_meta .post-date{
    display: inline-block;
    float: none;
    line-height: 1.2;
}

/*-------------------------------------------------------------------------------------
Feature full
-------------------------------------------------------------------------------------*/
.jl_full_feature{
    width: 100% !important;
    float: left;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.jl_full_feature .jl_f_img_link{
    background: #000;
    opacity: .35;
}
.jl_full_feature .jl_f_postbox .jl_f_cat{
    margin-bottom: 20px;
    line-height: 1.2;
}
.jl_full_feature .jl_f_postbox .jl_post_meta{
    margin-top: 20px;
}
.jl_full_feature .jl_f_postbox .jl_f_cat a{
    display: inline-block;
    float: none;
    color: #fff;
}
.jl_full_feature .jl_f_postbox{
    float: left;
    position: absolute;
    top: 50%;
    left: 23%;
    right: 23%;
    text-align: center;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_full_feature .jl_f_postbox .jl_f_title{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 35px;
}
.jl_full_feature .jl_f_postbox .jl_post_meta{
    text-shadow: 1px 1px 2px rgba(28,28,28,.1);
}
.jl_full_feature .jl_f_postbox .jl_f_title a{    
    color: #fff;
    display: inline;    
}
.jl_full_feature .jl_f_postbox .jl_f_title a:hover{
    color: #fff !important;
}
.jl_full_feature .jl_post_meta .jl_author_img_w img, .jl_full_feature .jl_post_meta .jl_author_img_w a:hover{
    display: inline-block;
    float: none;
}
.jl_full_feature .jl_post_meta span, .jl_full_feature .jl_post_meta span a{
    float: none;
    display: inline-block;
    color: #fff !important;
}
.jl_full_feature .jl_post_meta .post-date, .jl_main_list .jl_post_meta .post-date{
    padding-left: 7px;
}
.jl_full_feature .jl_post_meta .post-date:before, .jl_main_list .jl_post_meta .post-date:before{
    content: "";
    background: #fff;
    width: 2px;
    height: 2px;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_slide_wrap_s{
    position: relative;
    float: left;
    width: 100%;
}
.jl_full_feature_w .jl-slider-prev, .jl_full_feature_w .jl-slider-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    opacity: 0 !important;
    border-radius: 5px;
}
.jl_full_feature_w .jl-slider-prev:hover, .jl_full_feature_w .jl-slider-next:hover{
    background: #222;
}
.jl_full_feature_w:hover .jl-slider-prev, .jl_full_feature_w:hover .jl-slider-next{
    opacity: 1 !important;
}
.jl_full_feature_w .jl-slider-prev{
    left: 40px;
}
.jl_full_feature_w .jl-slider-next{
    right: 40px;
}

/*-------------------------------------------------------------------------------------
carousel style
-------------------------------------------------------------------------------------*/
.carousel1 .jelly_loading_pro.slick-initialized .jl_f_img_link{
    opacity: .3 !important;
}
.carousel1 .jelly_loading_pro.slick-initialized .item-slide:hover .jl_f_img_link{
    opacity: .6 !important;
}
.carousel2 .jl_grid_w .text-box h3, .carousel3 .jl_grid_w .text-box h3{
    -webkit-line-clamp: inherit;
    max-height: inherit;
}
.options_dark_skin .carousel3 .jl_s_pagination li button, .options_dark_skin .carousel2 .jl_s_pagination li button{
    background: #fff !important;
}
.carousel3 .jl_s_pagination li button, .carousel2 .jl_s_pagination li button{
    background: #000 !important;
    opacity: .2;
}
.carousel3 .jl_s_pagination .slick-active button, .carousel2 .jl_s_pagination .slick-active button{
    opacity: 1;
}
.carousel2 .text-box, .carousel3 .text-box{
    float: left;
    width: 100%;
}
.carousel2 .jl_img_box{
    margin-bottom: 0px;
}
.options_dark_skin .carousel2 .text-box{
    background: #494949 !important;
}
.carousel2 .text-box{
    background: #fff1ea;
    padding: 25px;
}
.carousel2 .jl_f_cat a, .carousel3 .jl_f_cat a{
    float: none;
}
.carousel2 .jl_grid_w, .carousel3 .jl_grid_w{
    margin-bottom: 60px;
}
.options_dark_skin .jl_full_feature.jl_capbg .jl_f_cat a, .options_dark_skin .jl_full_feature.jl_capbg .jl_f_cat a:hover, .options_dark_skin .jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span, .options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span, .options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span, .options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a{
    color: #fff !important
}
.jl_full_feature.jl_capbg .jl_f_cat a, .jl_full_feature.jl_capbg .jl_f_cat a:hover, .jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title a,
.jl_full_feature.jl_capbg .jl_post_meta span, .jl_full_feature.jl_capbg .jl_post_meta span a{
    color: #000 !important
}
.jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title{
    text-shadow: none;
}
.jl_full_feature.jl_capbg .jl_s_pagination{
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    left: 25%;
}
.options_dark_skin .jl_full_feature.jl_capbg{
    background: #555555;
}
.slider3 .jl_s_pagination{
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    transform: translate3d(0,0,0) perspective(1px) translateX(-25%);
    left: 25%;
}
.jl_full_feature.jl_capbg{
    background: #f7f7f7;
}
.jl_full_feature.jl_capbg .jl_f_img_bg, .jl_full_feature.jl_capbg .jl_f_img_link{
    width: 50%;
    left: 0px;
    top: 0px;
}
.jl_full_feature.jl_capbg .jl_f_postbox{
    left: auto;
    right: 0px;
    width: 50%;
}
.jl_full_feature.jl_capbg .jl_f_postbox{
    padding: 30px 40px;
}
.jl_full_feature.jl_capbg .jl_f_more{
    display: inline-block;
    float: none;
    color: #fff;
    background: #000;
    border-color: transparent;
}
.jl_full_feature.jl_capbg .jl_f_more:hover{
    color: #fff !important;
}
.jl_full_feature.jl_capcus .jl_f_cat a:hover, .jl_full_feature.jl_capcus .jl_post_meta a:hover{
    color: #fff !important;
}
.jl_full_feature.jl_capbottom .jl_f_postbox{
    top: auto;
    left: 50px;
    right: auto;
    bottom: 50px;
    text-align: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 50%;
}
.jl_full_feature.jl_capbottom .jl_f_postbox .jl_f_cat{
    margin-bottom: 15px;
}
.jl_full_feature.jl_capbottom .jl_post_meta_s{
    margin-top: 15px;
}

.jl_full_feature.jl_capbottom .jl_author_img_w a, .jl_full_feature.jl_capbottom .jl_author_img_w a:hover, .jl_full_feature.jl_capbottom .jl_meta_t span{
    color: #fff !important;
}
.jl_full_feature.jl_fullcenter .jl_f_postbox{
    top: auto;
    bottom: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jl_full_feature.jl_fullleft .jl_f_postbox{
    top: auto;
    bottom: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jl_s_pagination{
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    left: 50%;
    bottom: 20px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;    
}
.jl_s_pagination li{
    list-style: none;
    display: inline-block;
}
.jl_s_pagination li button{
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .4;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    margin: 0 3px;
    padding: 0px;
    font-size: 0px;
    color: transparent;
}
.jl_s_pagination .slick-active button{
    background: #fff;
    transform: scale(1.3);
    opacity: 1;
}

/*-------------------------------------------------------------------------------------
Feature main list
-------------------------------------------------------------------------------------*/
.jl_m_b_overlay_w{
    margin-bottom: 30px;
}
.widget_jl_wrapper .jl_sm_list{
    margin-bottom: 30px;
}
.widget_jl_wrapper .jl_sm_list:last-child{
    margin-bottom: 0px;
}
.jl_m_b_overlay{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.jl_m_b_overlay .jl_m_right_content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.jl_sf_grid .jl_ml .jl_m_right_img{
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    width: 170px;
}
.jl_sf_grid .jl_ml .jl_m_right_content{
    margin-left: 25px;
}
.jl_sf_grid .jl_sm_list .entry-title{
    font-size: 20px;
    margin-bottom: 0px;
}
.jl_sf_grid .jl_sm_list p{
    margin-top: 10px;
}
.jl_sf_grid .jl-grid-cols{
    margin-bottom: 50px;
}
.jl_ml .jl_m_right_img{
    overflow: hidden;
}
.jl_m_right_img a{
    display: block;
}
.jl_m_right_img img{
    width: 100%;
}
.jl_m_b_overlay .jl_m_right_content .entry-title{
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.jl_m_b_overlay .jl_m_right_content .entry-title a, .jl_m_b_overlay .jl_m_right_content .entry-title a:hover, .jl_m_b_overlay .jl_m_right_content .jl_post_meta .post-date{
    color: #fff !important;
}
.jl_m_b_overlay .jl_m_right_content .jl_post_meta{
    margin-top: 10px;
}
.jl_m_b_overlay .jl_m_right_content .jl_f_cat{
    margin-bottom: 10px;
}
.jl_sm_list .entry-title{
    font-size: 16px;
    margin-bottom: 0px;
}
footer .jl_sm_list .entry-title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_m_right_wc .jl_m_right:last-child .jl_m_right_w{
    padding-bottom: 0px;
}
.category_image_wrapper_main{
    margin-left: -15px;
    margin-right: -15px;
}
.category_image_wrapper_main:after{
    display: table;
    content: '';
    clear: both;
}
.footer-columns .jl_cat_img_w:last-child{
    margin-bottom: 0px;
}
.column1 .jl_cat_img_w{
    width: 100%;
}
.column2 .jl_cat_img_w{
    width: 50%;
}
.column3 .jl_cat_img_w{
    width: 33.333333%;
}
.column4 .jl_cat_img_w{
    width: 25%;
}
.column5 .jl_cat_img_w{
    width: 20%;
}
.column6 .jl_cat_img_w{
    width: 16.666667%;
}
.jl_cat_img_w{
    float: left;
    padding: 0px 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.jl_cat_img_w:last-child{
    margin-bottom: 0px;
}
.style1 .jl_cat_img_w .jl_cat_img_c{
    height: 80px;
    position: relative;
}
.jl_cat_img_w .category_image_bg_image{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.style1 .jl_cat_img_w .jl_cm_overlay{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    color: #000;
}
.style1 .jl_cat_img_w .jl_cat_img_c{
    background: #ccc
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_count{
    font-size: 12px;
    color: #fff;
    width: 30px;
    text-align: center;
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_name{
    background: #000;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_name, .style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_count{
    line-height: 30px;
    height: 30px;    
    float: left;
}
.style2 .jl_cat_img_c{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.style2 .jl_cat_img_w .category_image_bg_image{
    width: 80%;
    height: auto;
    z-index: 2;
    position: inherit;
    padding-bottom: 80%;
    border-radius: 200px;
    margin: 0px auto;
}
.style2 .jl_cm_overlay{
    text-align: center;
    margin-top: 10px;
    display: block;
}
.style2 .jl_cm_overlay span{
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.style2 .jl_cat_img_w .jl_cm_overlay .jl_cm_name{
    font-size: 14px;
}
.style2 .jl_cat_img_w .jl_cm_overlay .jl_cm_count{
    font-size: 12px;    
    padding: 0px 6px;
    color: #fff;
    min-width: 20px;
    margin-left: 5px;
    border-radius: 10px;
    background: #222;
}
.style3 .jl_cat_img_c{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #222;
}
.style3 .jl_cat_img_w .category_image_bg_image{
    width: 100%;
    height: auto;
    z-index: 2;
    position: inherit;
    padding-bottom: 100%;
    margin: 0px auto;
}
.style3 .jl_cm_overlay{
    text-align: center;
    padding: 15px 5px;
    display: block;
}
.style3 .jl_cm_overlay span{
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.style3 .jl_cat_img_w .jl_cm_overlay .jl_cm_name{
    font-size: 14px;
    color: #fff;
}
.style3 .jl_cat_img_w .jl_cm_overlay .jl_cm_count{
    font-size: 12px;    
    padding: 0px 6px;
    color: #fff;
    min-width: 20px;
    margin-left: 5px;
    border-radius: 10px;
    background: #222;
}
.jl_cat_img_w .category_image_link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
/*-------------------------------------------------------------------------------------
Feature main list
-------------------------------------------------------------------------------------*/
.jl_main_list_w{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_main_list{
    width: 100%;
    float: left;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.jl_main_list .jl_f_img_link{
    background: #000;
    opacity: .3;
}
.jl_main_list .jl_f_postbox .jl_f_cat{
    margin-bottom: 13px;
    line-height: 1.2;
}
.jl_main_list .jl_f_postbox .jl_f_cat a{
    float: none;
    display: inline-block;
}
.jl_main_list .jl_f_postbox .jl_f_cat .post-category-color-text, .jl_main_list .jl_f_postbox .jl_f_cat .post-category-color-text:hover{
    color: #fff !important;
}
.jl_main_list .jl_f_postbox .jl_f_title{
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.jl_main_list .jl_f_postbox .jl_post_meta{
    margin-top: 15px;
}
.jl_main_list .jl_f_postbox{
    float: left;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
}
.jl_main_list .jl_post_meta .jl_author_img_w img{
    display: inline-block;
    float: none;
}
.jl_main_list .jl_post_meta .jl_author_img_w a, .jl_main_list .jl_post_meta .jl_author_img_w a:hover{
    float: none;
}
.jl_main_list .jl_post_meta span{
    display: inline-block;
    float: none;
}
.jl_main_list .jl_post_meta .jl_author_img_w a, .jl_main_list .jl_post_meta span{
    color: #fff !important;
}
.jl_main_list .jl_f_postbox .jl_f_title a, .jl_main_list .jl_f_postbox .jl_f_title a:hover{
    color: #fff !important;    
}

.jl_m_right.main_2col_l .jl_m_right_w{
    border-top: 0px;
}
.jl_m_center.main_2col_m{
    margin-bottom: 10px;
}
.jl_m_center.main_2col_m .jl_m_center_w{
    height: 500px;
}

/*-------------------------------------------------------------------------------------
Feature grid overlay
-------------------------------------------------------------------------------------*/
.jl_grid_overlay{
    margin-right: -15px;
    margin-left: -15px;
}
.jl_grid_overlay .jl_sec_title{
    padding: 0px 15px;
}
.jl_grid_overlay .jl_grid_overlay_col{
    width: 33.333%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.jl_grid_overlay .jl_grid_verlay_wrap{
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
}
.jl_grid_overlay .jl_f_postbox{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 70px 30px 30px 30px;
    text-align: center;
    background-image: -owg-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -moz-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: -o-linear-gradient(transparent,rgba(0,0,0,.55));
    background-image: linear-gradient(transparent,rgba(0,0,0,.55));
}
.jl_grid_overlay .jl_f_cat a, .jl_grid_overlay .jl_post_meta span, .jl_grid_overlay .jl_post_meta span a, .jl_grid_overlay .jl_post_meta span a:hover{
    color: #fff !important;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.jl_grid_overlay .jl_f_postbox .jl_f_cat{
    margin-bottom: 13px;
    list-style: 1.2;
}
.jl_grid_overlay .jl_f_postbox .jl_f_cat a{
    float: none;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title a, .jl_grid_overlay .jl_f_postbox .jl_f_title a:hover{
    color: #fff !important;
    font-size: 23px;
    margin-bottom: 0px;
    display: block;
}
.jl_grid_overlay .jl_f_postbox .jl_post_meta{
    margin-top: 13px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col{
    width: 25%;
    margin-bottom: 0px;
}
.jl_w_menu.jl_grid_overlay .jl_grid_overlay_col{
    width: 100%;    
}
.jl_w_menu.jl_grid_overlay .jl_grid_overlay_col:last-child{
    margin-bottom: 0px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay{
    margin: 0px -15px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col{
    padding: 0px 15px;
}
.jl_w_menu.jl_grid_overlay .jl_f_cat a{
    padding: 3px 7px;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    float: left;
}
.jl_w_menu.jl_grid_overlay .jl_f_cat a:hover{
    color: #fff !important;
}
.jl_w_menu.jl_grid_overlay .jl_f_title a{
    letter-spacing: 0px;
    padding: 0px;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox{
    padding: 0px 30px 30px 30px;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w, .jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_post_meta span{
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    color: #fff !important;
    font-size: 12px !important;
    float: left;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_post_meta .post-read-time{
    display: none;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w a{
    padding: 0px;
    float: none !important;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w a:hover{
    color: #fff !important;
}
#sidebar .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col, .elementor-widget-container .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col, .footer-columns .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col{
    width: 100%;
}
#sidebar .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap, .elementor-widget-container .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap, .footer-columns .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap{
    padding-bottom: 60%;
}


.is-hidden {
    display: none !important;
}

.jl_hide {
    opacity: 0 !important;
}

.show_block {
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.end-list {
    width: 100%;
}
.jl_end_wrp{
    line-height: 1.2;
}
.pagination-nextprev{
    text-align: center;
}
.pagination-nextprev .pagination-link{
    background: #222;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    width: 100px;
    text-align: center;
}
.pagination-nextprev .pagination-link:hover{
    color: #fff !important;
}
.pagination-nextprev .pagination-link i{
    font-size: 8px;
}
.pagination-nextprev .ajax-prev i{
    margin-right: 5px;
}
.pagination-nextprev .ajax-next i{
    margin-left: 5px;
}
.jl_lmore_wrap, .jl_end_wrp{
    float: left;
    width: 100%;
    text-align: center;
}
.jl_lmore_wrap .jl-load-animation{
    top: 50%;
    left: 0%;
    right: 0%;
    width: 100%;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    display: none;
}
.jl-load-animation span, .load-animation span{
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin-top: 8px;
  display: inline-block;
}
.jl-load-animation span:after, .load-animation span:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 16px;
}
.jl-load-animation span:before, .load-animation span:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 16px;
}
.load-animation span{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    border: 3px solid #000;
    border-right-color: transparent;
}
.load-animation span:after{
    background: #000;    
}
.load-animation span:before{
    background: #000;
}
.options_dark_skin .load-animation span{
    border: 3px solid #fff;
    border-right-color: transparent;
}
.options_dark_skin .load-animation span:after{
    background: #fff;    
}
.options_dark_skin .load-animation span:before{
    background: #fff;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.jl_lmore_c.jl_hide_pagination{
    display: none;
}
.jl_lmore_c{
    height: 50px;
    position: relative;
    display: inline-block;    
    background: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_lmore_c .jl-load-link{
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 0px 40px;
    min-width: 300px;

}
.jl_lmore_c .jl-load-link:hover{
    text-decoration: none !important;
    color: #fff !important;
}

.jl_lmore_c:hover{
    background: #f75454;
}

/*Full with right*/
.jl_post_fr_w{
    position: relative;
    margin: 0px -15px;
    cursor: auto;
}
.jl_post_fr_w.swiper-wrapper{
    display: block;
    margin: 0px;
}
.jl_post_fr_w .row{
    position: relative;
    height: 600px;
    margin-bottom: 0px;
}
.jl_post_fr .jl_f_postbox, .jl_post_fr .jl_post_fr_s{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_post_fr .jl_f_postbox .jl_f_cat a, .jl_post_fr .jl_f_postbox .jl_f_cat a:hover{
    color: #fff !important;
}
.jl_post_fr_w .jl_f_img_link{
    background: #000;
    top: 0px;
    opacity: .2 !important;
}
.jl_post_fr .jl_f_postbox{
    width: 60%;
    left: 15px;
}
.jl_post_fr .jl_post_fr_s{
    width: 350px;
    right: 15px;
}
.jl_post_fr .jl_m_right .jl_m_right_w:last-child{
    padding: 0px 0px 30px 0px;

}
.jl_post_fr .jl_post_fr_sw{    
    padding: 0px;
}
.jl_post_fr_sw:after{
    display: table;
    content: '';
    clear: both;
}
.jl_post_fr_sw .jl_f_cat{
    margin-bottom: 10px;
}
.jl_post_fr_sw .jl_post_meta{
    margin-top: 9px;
}
.jl_post_fr_sw .jl_post_meta, .jl_post_fr_sw .jl_post_meta span{
    line-height: 1.2;
}
.jl_post_fr_s .entry-title{
    float: left;
    width: 100%;
    font-size: 15px;
}
.jl_f_postbox .post_subtitle_text{
    color: #fff !important;
    margin-bottom: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.7em;
}
.jl_f_postbox .jl_f_cat{
    margin-bottom: 13px;
}
.jl_f_postbox .jl_post_meta{
    margin-top: 15px;
}
.jl_f_postbox .jl_f_more{
    margin-top: 30px;
    border: 1px solid #fff;
    float: left;
    height: 40px;
    line-height: 38px;
    display: block;
    color: #000;
    background: #fff;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 0px 25px;
}
.jl_f_postbox .jl_f_more:hover{
    background: #fff;
    color: #000 !important;
}
.jl_post_fr .jl_f_title{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 40px;
}
.jl_post_fr .jl_f_title a{
    color: #fff;    
}
.jl_post_fr .jl_m_right_img{
    overflow: hidden;
}
.jl_post_fr .jl_f_title a:hover, .jl_post_fr_s .entry-title a, .jl_post_fr_s .entry-title a:hover{
    color: #fff !important;
}
.jl_post_fr_s .entry-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_post_fr .jl_post_meta span, .jl_post_fr .jl_post_meta span a, .jl_post_fr .jl_post_meta span a:hover{
    color: #fff !important;
}

/*-------------------------------------------------------------------------------------
Main below list
-------------------------------------------------------------------------------------*/
.jl_clear_at:after{
    content: '';
    display: table;
    clear: both;
}
.jl_m_below_w .jl_m_below{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_m_below_w .jl_m_below_c{
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_m_below_w .jl_m_below_img{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    float: left;
    height: 380px;
    overflow: hidden;
}
.jl_m_below_w .text-box{
    position: relative;
    margin-left: 40px;
    top: 0px;
}
.jl_m_below_w .text-box .jl_ssider_more{
    float: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #222;
    margin-top: 20px;
}
.jl_m_below_w .text-box .jl_ssider_more:hover{
    text-decoration: none !important;
    background: #f75454;
    color: #fff !important;
}

.jl_m_below_w .text-box .jl_f_cat{
    margin-bottom: 13px;
}
.jl_m_below_w .text-box .entry-title{
    font-size: 30px;
    margin-bottom: 0px;
}
.jl_m_below_w .text-box p, .jl_m_below_w .text-box .jl_post_meta{
    margin-bottom: 0px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.jl_m_below_w .jl_mb_list{
    width: 25%;
    float: left;
    padding-right: 30px;
}
.jl_m_below_w .jl_mb_list .entry-title{
    font-size: 17px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.jl_m_below_w .jl_mb_list .entry-title a{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_m_below_w .jl_mb_list .jl_f_cat{
    margin-bottom: 10px;
}
.jl_m_below_w .jl_mb_list .jl_post_meta{
    margin-bottom: 0px;
    margin-top: 10px;
}

/*-------------------------------------------------------------------------------------
Category header
-------------------------------------------------------------------------------------*/
.jl_none_title{
    font-size: 32px;
    margin-bottom: 20px;
}
.jl_cat_mid_title{
    margin-bottom: 50px;
}
.jl_cat_mid_title .categories-title{
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: -10px;
}
.jl_cat_mid_title p{
    margin-top: 5px;
    margin-bottom: 0px;
    max-width: 80%;
}
.jl_cat_head .jl_grid_overlay .jl_f_img_link{
    opacity: .5;
}
.jl_cat_head .jl_m_below_w .jl_m_below{
    margin-bottom: 0px;
}
.jl_cat_2col.jl_grid_overlay{
    margin: 0px -1px;
}
.jl_cat_2col.jl_grid_overlay .jl_grid_overlay_col{
    width: 50%;
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_2col.jl_grid_overlay .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 80%;
}
.jl_cat_2col.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 25px;
}

.jl_cat_3col.jl_grid_overlay{
    margin: 0px -1px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col{
    width: 33.333333%;
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 110%;
}
.jl_cat_3col.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 23px;
}
.jl_cat_3mcol.jl_grid_overlay{
    margin: 0px -1px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_grid_overlay_col{
    width: 60%;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a{
    font-size: 33px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col{
    margin-bottom: 2px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col, .jl_cat_3mcol.jl_grid_overlay.cat_col3 .jl_grid_overlay_col{
    width: 40%;
}
.jl_cat_3mcol.jl_grid_overlay .jl_grid_overlay_col{    
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 75%;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_3mcol.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 56.1%;
}

.jl_cat_5col.jl_grid_overlay{
    margin: 0px -1px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col{
    width: 50%;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a{
    font-size: 33px;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col{
    margin-bottom: 2px;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col{
    width: 25%;
}
.jl_cat_5col.jl_grid_overlay .jl_grid_overlay_col{    
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 90%;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 90%;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_f_postbox, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_f_postbox, .jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col .jl_f_postbox, .jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col .jl_f_postbox{
    padding: 0px 20px 20px 20px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_post_meta .post-read-time{
    display: block;
}
.jl_cat_5col.jl_grid_overlay .jl_post_meta .post-read-time{
    display: none;
}
.jl_cat_5col.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 16px;
}
.breadcrumbs_options{
    font-size: 11px;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.breadcrumbs_options a{
    color: #000 !important;
}
.breadcrumbs_options i{
    margin: 0px 5px;
}
.breadcrumbs_options a:hover{
    color: #f75454;
    text-decoration: none !important;
}
#content_main .single_pl{
    margin-bottom: 60px;
}
.content_single_page {
    margin-bottom: 50px !important;
    float: left;
    width: 100%;
    padding: 0px;
}
.content_single_page p:last-child{
    margin-bottom: 0px;
}
.content_single_page.page{
    margin-top: -7px;
    margin-bottom: 50px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: transparent;
}
.content_single_page.page #respond{
    padding: 0px;
    margin-bottom: 0px;
}
#content .content_single_page.page form, #content .content_single_page.page form .form-submit, #content .content_single_page.page form #submit{
    margin-bottom: 0px;
}

.content_single_page.type-page .comments-area .comments-title, .content_single_page.type-page .comment-respond .comment-reply-title{
    margin-top: 0px;
}
.content_single_page.type-page .single_section_comment{
    margin-top: 15px;
    padding: 0px;
}
.content_single_page.type-page .single_section_comment .comment-edit-link:hover,
.content_single_page.type-page .single_section_comment .comment-reply-link:hover{
    color: #fff !important;
}
.content_single_page .image-post-thumb {
    margin-bottom: 20px;
}
.content_single_page a:hover {
    color: #f75454;
}
.page-full {
    padding-bottom: 0px;
}
.page-full#content{
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.content_page_padding {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.assistive-text.section-heading{
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0px;
    line-height: 40px;
}

#comment-nav-below{
    float: left;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
}

#comment-nav-below .nav-previous{
    float: left;
    margin: 0px 10px 0px 0px;
}
#comment-nav-below .nav-previous a, #comment-nav-below .nav-next a{
    padding: 5px 12px;
    background: #f4f4f4;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}
#comment-nav-below .nav-previous a:hover, #comment-nav-below .nav-next a:hover{
    text-decoration: none !important;
    opacity: 0.8;
}
#comment-nav-below .nav-next{
    float: left;
    margin: 0px;
}
#mainmenu li a i{
    margin-right: 5px;
}
#mainmenu > li > a:hover, .navigation_wrapper #mainmenu.jl_main_menu > li li > a:hover{
    color: #000 !important;
}
.options_dark_skin #mainmenu > li:hover a,
.options_dark_skin #mainmenu > li > a:hover,
.options_dark_skin #mainmenu.jl_main_menu > li li > a:hover{
    color: #fff !important;
}
/* black sections */
#mainmenu li:hover > a .jl_menu_lb{
    left: auto;
}
.jl_menu_lb{
    left: auto;
    position: relative !important;
    bottom: auto !important;
    background: rgba(160,160,160,.2)!important;
    color: #7a7a7a;
    line-height: 14px;
    height: 14px !important;
    font-size: 70%;
    padding: 0px 5px;
    letter-spacing: 0px !important;
    width: unset !important;
    display: inline-block !important;
    border-radius: 2px;
    margin: auto auto auto 5px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    vertical-align: baseline;
}

/*-------------------------------------------------------------------------------------
Dark Skin
-------------------------------------------------------------------------------------*/
.options_dark_skin.options_layout_wrapper{
    background: #1a1a1a;
}
.options_dark_skin a,
.options_dark_skin h1,
.options_dark_skin h2,
.options_dark_skin h3,
.options_dark_skin h4,
.options_dark_skin h5,
.options_dark_skin h6{
    color: #fff;
}
.options_dark_skin p{
    color: #cacaca;
}
.options_dark_skin .jl_post_meta,
.options_dark_skin .jl_post_meta a,
.options_dark_skin .jl_post_meta .post-date,
.options_dark_skin .jl_post_meta .post-read-time{
    color: #8b8b8b !important;
}
.options_dark_skin .jl_lmore_c{
    background: #484848;
}
.options_dark_skin .jl_lmore_c:hover{
    background: #f75454;
}
.options_dark_skin .elementor-section.elementor-section-stretched[data-settings*="background_background"]{
    background-color: #000 !important;
}
.options_dark_skin .jl_m_below_w .text-box .jl_ssider_more{
    background-color: #484848;
}
.options_dark_skin .enable_footer_columns_dark,
.options_dark_skin .enable_footer_copyright_dark{
    background: #000;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper{
    border-bottom: 1px solid #494949;
    background: #1a1a1a;
}
.options_dark_skin .header_magazine_full_screen .menu_wrapper{
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #494949 !important;
}
.options_dark_skin .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a,
.options_dark_skin .header_magazine_full_screen .navigation_wrapper .jl_main_menu li:hover{
    color: #fff;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a,
.options_dark_skin .search_header_menu i,
.options_dark_skin .search_header_menu i:hover,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover,
.options_dark_skin .jl_post_fr .jl_post_meta .jl_author_img_w,
.options_dark_skin .jl_post_fr .jl_post_meta .jl_author_img_w a,
.options_dark_skin .jl_post_fr .jl_post_meta .post-date,
.options_dark_skin .jl_post_fr .jl_post_meta .post-read-time,
.options_dark_skin .jl_full_feature .jl_post_meta span,
.options_dark_skin .jl_full_feature .jl_post_meta span a,
.options_dark_skin .jl_grid_overlay .jl_post_meta span,
.options_dark_skin .jl_grid_overlay .jl_post_meta span a,
.options_dark_skin .jl_main_list .jl_post_meta .jl_author_img_w a,
.options_dark_skin .jl_main_list .jl_post_meta span,
.options_dark_skin .jl_cat_img_w .jl_cm_overlay .jl_cm_name,
.options_dark_skin .jl_cat_img_w .jl_cm_overlay .jl_cm_count,
.options_dark_skin .widget_jl_wrapper h5,
.options_dark_skin .widget-title .jl_title_c,
.options_dark_skin .jl_sec_title .jl_title_c,
.options_dark_skin .navigation_wrapper .jl_main_menu > li li a,
.options_dark_skin .navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after{
    color: #fff !important;
}
.options_dark_skin .jlm_w span{
    background: #fff;
}
.options_dark_skin .jl_day_night .jl-night-toggle-icon{
    background: rgba(255,255,255,.20);
}
.options_dark_skin .jl_day_night .jl-night-toggle-icon i,
.options_dark_skin .jl_day_night .jl-night-toggle-icon i:hover{
    color: #000 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > ul, .options_dark_skin  .navigation_wrapper .jl_main_menu > li > .sub-menu,
.options_dark_skin .navigation_wrapper .jl_main_menu ul, .options_dark_skin .navigation_wrapper .jl_main_menu .sub-menu{
    background: #1a1a1a !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li, .options_dark_skin  .navigation_wrapper .jl_main_menu .sub-menu li{
    border-bottom: 0;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li, .options_dark_skin  .navigation_wrapper .jl_main_menu .sub-menu li{
    border-bottom: 1px solid #494949 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul, .navigation_wrapper .jl_main_menu .sub-menu{
    border: 1px solid #494949;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li:last-child{
    border-bottom: 0px solid #494949 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu li li:hover > a,
.options_dark_skin .navigation_wrapper .jl_main_menu li li.current-menu-item > a{
    background: #222 !important;
}
.options_dark_skin .navigation_wrapper .sub-menu li:first-child > .sub-menu{
    margin-top: -1px !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature{
    border: 1px solid #494949;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature > li,
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature > li:last-child{
    border: 0px !important;
}
.options_dark_skin header .jl_logo_n, .options_dark_skin .jl_mobile_nav_inner .jl_logo_n{
    opacity: 0 !important;
}
.options_dark_skin header .jl_logo_w, .options_dark_skin .jl_mobile_nav_inner .jl_logo_w{
    opacity: 1 !important;
}
.options_dark_skin .search_form_menu_personal{
    background: rgba(26, 26, 26, .98);
}
.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn{
    color: #fff;
    border-bottom: 2px solid #fff !important;
}
.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder{
    color: #fff !important;
}
.options_dark_skin .jl_close_wapper .jl_close_1,.options_dark_skin .jl_close_wapper .jl_close_2{
    background: #fff;
}
.options_dark_skin #content_nav{
    background: #1a1a1a;
    color: #fff;
}
.options_dark_skin .mobile_menu_active.mobile_menu_overlay{
    background: rgba(0, 0, 0, 0.9);
}
.options_dark_skin #content_nav .menu_moble_slide li a,
.options_dark_skin #content_nav a .arrow_down i{
    color: #fff;
}
.options_dark_skin .jl-hshow{
    background-color: #1a1a1a;
    border: 1px solid #494949;
}
.options_dark_skin .woocommerce ul.product_list_widget .woocommerce-mini-cart-item .quantity{
    color: #cacaca;
}
.options_dark_skin .woocommerce-mini-cart__total{
    border-top: 1px solid #494949;
}
.options_dark_skin li.woocommerce-mini-cart-item a:not(.remove):hover,
.options_dark_skin .single_post_entry_content .single_post_title_main{
    color: #fff;
}
.options_dark_skin .single_post_tag_layout li a{
    border: 1px solid #555;
    background: #555 !important;
}
.options_dark_skin .single-post-meta-wrapper.jl_sfoot i{
    border: 1px solid #555;
    color: #fff;
}
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .view_options span, .options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like span{
    background: #555;
}
.options_dark_skin .auth .author-info{
    background: #494949;
}
.options_dark_skin blockquote{
    background: #494949;
}
.options_dark_skin blockquote p{
    color: #fff;
}
.options_dark_skin .auth{
    border-top: 1px solid #1a1a1a;
}
.options_dark_skin .widget_jl_wrapper h5, .options_dark_skin .widget-title .jl_title_c{
    border-bottom: 1px solid #494949;
}
.options_dark_skin .single_post_entry_content .post_subtitle_text{
    color: #cacaca;
    border-top: 1px solid #494949;
}
.options_dark_skin .auth .author_postcount, .options_dark_skin .auth .author_commentcount{
    background: #484848;
}
.options_dark_skin .jl_main_menu > li > a > .border-menu{
  background: #fff !important;
}
.options_dark_skin .menu_wrapper .jl_main_menu > li:hover > a > .border-menu{
   background: #fff !important;
}
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span a,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span.post-author a,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like, 
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like:hover,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .view_options{
    color: #8b8b8b !important;
}
.options_dark_skin blockquote:before,
.options_dark_skin blockquote cite,
.woocommerce .options_dark_skin div.product .product-loop-content .price *,
.woocommerce .options_dark_skin .summary .price *,
.woocommerce .options_dark_skin .woocommerce-breadcrumb,
.woocommerce .options_dark_skin .woocommerce-breadcrumb a,
.options_dark_skin .product_meta > *,
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .options_dark_skin table.shop_attributes th{
    color: #cacaca;
}
.options_dark_skin textarea,
.options_dark_skin .woocommerce form .form-row input.input-text,
.options_dark_skin .woocommerce form .form-row textarea,
.options_dark_skin .woocommerce form .select2-container--default .select2-selection--single{
    background-color: #494949;
    border: 1px solid #494949;
    color: #fff;
}
.options_dark_skin .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
.options_dark_skin .comment-form-author input,
.options_dark_skin .comment-form-email input,
.options_dark_skin .comment-form-url input,
.options_dark_skin #content input[type="text"],
.options_dark_skin #content input[type="password"],
.options_dark_skin #content input[type="email"],
.options_dark_skin #content textarea,
.options_dark_skin .comment-form-comment textarea,
.options_dark_skin #content select{
    background-color: #494949;
    border: 1px solid #494949;
    color: #fff;
}
.options_dark_skin .comment-form-comment textarea:focus,
.options_dark_skin .comment-form-author input:focus,
.options_dark_skin .comment-form-email input:focus,
.options_dark_skin .comment-form-url input:focus,
.options_dark_skin #content input[type="text"]:focus,
.options_dark_skin #content input[type="password"]:focus,
.options_dark_skin #content input[type="email"]:focus,
.options_dark_skin #content textarea:focus{
    color: #fff;
    border: 1px solid #494949;
}
.options_dark_skin #commentform #submit,
.options_dark_skin .wpcf7-form-control.wpcf7-submit{
    background-color: #484848;
}
.woocommerce .options_dark_skin div.product form.cart .button{
    background-color: #484848;
    opacity: 1;
}
.woocommerce .options_dark_skin .quantity .qty{
    color: #fff;
}
.woocommerce .options_dark_skin .quantity{
    border: 1px solid #484848;
}
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li:hover a{
    border-color: #fff;
    color: #fff !important
}

.woocommerce .options_dark_skin #reviews #comments ol.commentlist li .comment-text{
    background-color: #494949;
}
.woocommerce .options_dark_skin #respond input#submit,
.woocommerce .options_dark_skin a.button,
.woocommerce .options_dark_skin button.button,
.woocommerce .options_dark_skin input.button,
.woocommerce .options_dark_skin a.added_to_cart{
    background: #484848;
}
.options_dark_skin .jlb-btn.up:after{
    border-top: 1px solid #fff;
}
.options_dark_skin .jlb-btn:before{
    border-top: 1px solid #fff;
}
.woocommerce-cart .options_dark_skin .woocommerce-cart-form .actions button.button,
.options_dark_skin .woocommerce button.button.disabled,
.options_dark_skin .woocommerce button.button:disabled[disabled],
.options_dark_skin .woocommerce input.button.disabled,
.options_dark_skin .woocommerce input.button:disabled[disabled],
.woocommerce-page .options_dark_skin #payment #place_order{
    background: #484848;
}
.woocommerce-cart .options_dark_skin .woocommerce-cart-form .actions button.button:hover,
.options_dark_skin .woocommerce button.button.disabled:hover,
.options_dark_skin .woocommerce button.button:disabled[disabled]:hover,
.options_dark_skin .woocommerce input.button.disabled:hover,
.options_dark_skin .woocommerce input.button:disabled[disabled]:hover,
.woocommerce-page .options_dark_skin #payment #place_order:hover,
.woocommerce-page .options_dark_skin #payment #place_order:hover{
    background: #000;
}
.woocommerce-cart .options_dark_skin .wc-proceed-to-checkout a.checkout-button{
    background-color: #484848;
}
.options_dark_skin table.cart tr.cart_item td.product-remove a:before,
.woocommerce-cart .options_dark_skin table.shop_table th.product-name,
.woocommerce-cart .options_dark_skin table.shop_table th{
    color: #fff;
}
.woocommerce-cart .options_dark_skin .woocommerce table.cart tr.cart_item td{
    color: #cacaca;
}
.woocommerce-page .options_dark_skin .product-name a,
.woocommerce .options_dark_skin table.wishlist_table td.product-name a{
    color: #fff;
}
.options_dark_skin .woocommerce .quantity .qty{
    color: #fff;
}
.options_dark_skin .woocommerce table.shop_table tr,
.options_dark_skin .woocommerce table.wishlist_table tr{
    border-bottom: 1px solid #484848;
}
.woocommerce-page .options_dark_skin .cart_totals table.shop_table_responsive th,
.woocommerce-page .options_dark_skin .cart_totals table.shop_table_responsive td{
    color: #fff;
}
.options_dark_skin .woocommerce div.product .product-loop-content .price *{
    color: #cacaca;
}
.woocommerce-cart.woocommerce-page .options_dark_skin .woocommerce-cart-form .coupon input.input-text{
    border: 1px solid #494949 !important;
    background-color: #494949 !important;
    color: #fff;
}
.options_dark_skin #add_payment_method .cart-collaterals .cart_totals tr td,
.options_dark_skin #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .options_dark_skin .cart-collaterals .cart_totals tr td,
.woocommerce-cart .options_dark_skin .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .options_dark_skin .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .options_dark_skin .cart-collaterals .cart_totals tr th{
    border-top: 1px solid #484848;
}
.options_dark_skin .woocommerce .quantity{
    border: 1px solid #484848;
}
.options_dark_skin .woocommerce-info,
.options_dark_skin .woocommerce-message{
    border-color: #484848;
    color: #cacaca;
}
.options_dark_skin .woocommerce-info a:hover,
.options_dark_skin .woocommerce-message a:hover{
    color: #cacaca !important;
}
.woocommerce .options_dark_skin #review_form #respond{
    color: #cacaca;
}
.woocommerce .options_dark_skin .woocommerce-ordering select{
    background-color: #484848;
    color: #fff;
}
.woocommerce .options_dark_skin .woocommerce-ordering:before{
    background: #484848;
    color: #fff;
}
.options_dark_skin .product-buttons a.button,
.options_dark_skin .product-buttons a.added_to_cart{
    background: #000;
}
.options_dark_skin .woocommerce-error{
    color: #cacaca;
}
.options_dark_skin .woocommerce-checkout-review-order table.shop_table th{
    color: #fff;
}
.options_dark_skin .woocommerce table.shop_table tfoot tr:first-child th,
.options_dark_skin .woocommerce table.shop_table tfoot tr:first-child td,
.options_dark_skin .woocommerce table.shop_table tfoot td,
.options_dark_skin .woocommerce table.shop_table td{
    color: #fff;
}
.options_dark_skin #payment ul.payment_methods li label{
    color: #fff;
}
.woocommerce-page .options_dark_skin #payment div.payment_box{
    background-color: #494949;
}
.woocommerce-page .options_dark_skin #payment div.payment_box:before{
    border: 1em solid #494949;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;

}
.options_dark_skin .woocommerce-mini-cart__buttons .button:not(.checkout),
.options_dark_skin .woocommerce-mini-cart__buttons .button.checkout{
    background-color: #484848;
}
.options_dark_skin .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.options_dark_skin .woocommerce-mini-cart__buttons .button.checkout:hover{
    background-color: #000;
}
.options_dark_skin .product_meta a:hover{
    color: #fff;
}
.options_dark_skin .page_error_404 .link_home404{
    background-color: #484848;
}
.options_dark_skin .page_error_404 .link_home404:hover{
    background: #000;
}
.options_dark_skin .single_post_tag_layout li a,
.options_dark_skin .single_post_tag_layout li a:hover{
    color: #fff !important;
    background: #494949;
}
.options_dark_skin .jellywp_pagination ul li .page-numbers.dots,
.options_dark_skin .woocommerce .woocommerce-error strong,
.options_dark_skin .single_section_content .post_content,
.options_dark_skin .single-product-wrap,
.options_dark_skin .woocommerce-customer-details,
.options_dark_skin .content_single_page{
    color: #cacaca;
}

.options_dark_skin .woocommerce table.shop_table th{
    color: #fff;
}
.options_dark_skin .woocommerce .woocommerce-customer-details address{
    border: 1px solid #484848;
}
.options_dark_skin .woocommerce table.my_account_orders .button{
    padding: 0px 40px !important;
    background: #484848;
}
.options_dark_skin .woocommerce table.my_account_orders .button:hover{
    background: #000;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation{
    background-color: #494949;
    color: #fff;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation li.is-active{
    background-color: #484848;
}
.woocommerce-account:not(.logged-in) .options_dark_skin .content_page_padding .woocommerce{
    border: 1px solid #494949;
}
.woocommerce-account:not(.logged-in) .content_page_padding .woocommerce{
    margin-right: auto;
    margin-left: auto;
    padding: 25px 30px 20px 30px;
    max-width: 400px;
    border: 1px solid #eee;
}
.woocommerce-account:not(.logged-in) .content_single_page .content_page_padding .woocommerce h2{
    font-size: 25px;
}
.woocommerce-account:not(.logged-in) .content_single_page .content_page_padding .woocommerce .woocommerce-form label{
    font-size: 16px !important;
}
.options_dark_skin .table td, .options_dark_skin table th, .options_dark_skin table td{
    border-bottom: 1px solid #484848;
}
.options_dark_skin .woocommerce table.shop_table td{
    border-top: 1px solid #484848;
}
 .jl_day_night{
     position: relative;
     float: right;
     height: 40px;
     line-height: 40px;
}
 .jl_day_night.jl_night_en .jli-moon{
     display: none;
}
 .jl_day_night.jl_night_en .jli-sun{
     display: block;
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}
 .jl_day_night.jl_day_en .jli-moon{
     display: block;
}
 .jl_day_night.jl_day_en .jli-sun{
     display: none;
}
 .jl_day_night .g1-button-none {
     padding: 0;
     border-width: 0;
     box-shadow: none;
     text-align: inherit;
     border-color: transparent;
     background-color: transparent;
     color: inherit;
}
 .jl_day_night .jl-night-toggle-icon{
     overflow: hidden;
     position: relative;
     font-size: 16px;
     display: inline-block;
     width: auto;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     width: 40px;
     background: #000;
     border-radius: 100px;
}
.jl-night-toggle-icon.active i, .jl-night-toggle-icon.active:hover i{
    color: #000 !important;
}
.jl_day_night .jl_sun, .jl_day_night .jl_moon{
    float: left;
    width: 100%;
}
 .jl_day_night .jl-night-toggle-icon:before, .jl_day_night .jl-night-toggle-icon:after{
     -webkit-transition: -webkit-transform 375ms ease-in-out;
     -moz-transition: -moz-transform 375ms ease-in-out;
     -o-transition: -o-transform 375ms ease-in-out;
     transition: transform 375ms ease-in-out;
}
 .jl_day_night .jl-night-toggle-icon i{
    height: 17px;
    width: 17px;
    line-height: 17px;
    margin: 2px;
    font-size: 12px !important;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    transition: .25s;
}
 .jl_day_night .jl-night-toggle-icon i, .jl_day_night .jl-night-toggle-icon i:hover{
    color: #000 !important;
}
.options_dark_skin.jl_en_day_night .jl_day_night .jl-night-toggle-icon i:hover{
    color: #000 !important;
}

.jl_menu_sticky{
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.jl_blank_nav{
    float: left;
    width: 100%;
}
.admin-bar .jl_menu_sticky.jl_sticky{
    top: 32px;
}
.jl_menu_sticky.jl_sticky{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.jl_top_blank_nav{
    float: left;
    width: 100%;
    height: 55px;
}
.jl_topa_blank_nav{
    float: left;
    width: 100%;
    height: 70px;
}
.jl_topb_blank_nav{
    float: left;
    width: 100%;
    height: 100px;
}
.jl_top_menu_sticky, .jl_topa_menu_sticky, .jl_topb_menu_sticky{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100 !important;
}
.admin-bar .jl_topa_menu_sticky{
    top: 32px !important;
}

.admin-bar .jl_large_menu_logo.jl_topb_menu_sticky{
    top: 32px !important;
}
.admin-bar .header_layout_style6_custom .menu_wrapper{
    top: 32px !important;
}
.admin-bar .header_magazine_style.header_layout_style3_custom .menu_wrapper{
    top: 32px !important;
}

/*-------------------------------------------------------------------------------------
header slider and carousel post
-------------------------------------------------------------------------------------*/

.options_layout_wrapper{
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.options_layout_wrapper .options_layout_container{
    float: left;
    width: 100%;
}

.headcus5_custom.header_layout_style5_custom .logo_link, 
.header_magazine_full_screen.jlsh5 .jlm_w span{
    background: transparent;
}
.header_magazine_full_screen.jlsh5 .search_header_menu .search_header_wrapper .jli-search,
.header_magazine_full_screen.jlsh5 .search_header_menu .search_header_wrapper .jli-search:hover,
.header_magazine_full_screen.jlsh5 .search_header_menu .jli-bag,
.header_magazine_full_screen.jlsh5 .search_header_menu .jli-bag:hover{
    color: #fff !important;
}
.header_magazine_full_screen.jlsh5 .social_icon_header_top.jl_socialcolor li a i{
    color: #fff !important;
    font-size: 14px;
}
.header_magazine_full_screen.jlsh5 .social_icon_header_top.jl_socialcolor li a{
    height: 54px;
    line-height: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl_day_night,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl_h_cart .jl_l_cart,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper i{
    height: 54px;
    line-height: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl-hshow{
    top: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl_day_night .jl-night-toggle-icon{
    background: #404040;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper i{
    float: left;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jli-bag{
    font-size: 17px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_menu .jli-search{
    font-size: 16px;
}
.header_magazine_full_screen.jlsh5 .logo_link{
    margin: 0;
    display: inline-block;
    position: relative;
    float: none;
}
.headcus5_custom.header_layout_style5_custom .logo_link img,
.header_magazine_full_screen.jlsh5 .logo_link img{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    max-height: 100%;
    max-width: 270px;
}
.options_dark_skin .headcus5_custom.header_layout_style5_custom .logo_link .jl_logo_n{
    opacity: 0;
}
.options_dark_skin .headcus5_custom.header_layout_style5_custom .logo_link .jl_logo_w{
    opacity: 1;
}
.headcus5_custom.header_layout_style5_custom .logo_link .jl_logo_w,
.header_magazine_full_screen.jlsh5 .logo_link .jl_logo_w{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.header_magazine_full_screen.jlsh5 .jl_main_menu > li > a > .border-menu,
.header_magazine_full_screen.jlsh5 .jl_main_menu > li:hover > a > .border-menu,
.header_magazine_full_screen.jlsh5 .jl_main_menu > li > a:hover > .border-menu{
    background: #fff !important;
    bottom: 15px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_h_cart{
    margin-top: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_h_cart .jl_l_cart{
    height: 40px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 #mainmenu > li > a{
    height: 60px;
    line-height: 60px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper{
    border:0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_cus_share_mnu{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_cus_share_mnu{
    border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_main_menu .sub-menu.menu_post_feature{
    left: 0px;
    right: 0px;
}
.jlsh6.tp_head_on .jl_day_night .jl-night-toggle-icon{
    background: rgba(255,255,255,.20);
}
.jlsh6.tp_head_on{
    position: absolute;
    top: 0px;
    left: 0px;
}
.jlsh6.tp_head_on .jl_sticky .jl_cus_share_mnu{
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
.jlsh6.tp_head_on .jl_sticky.menu_wrapper{
    border-top: 1px solid transparent;
    background: #fff;    
}
.jlsh6.tp_head_on .menu_wrapper{
    background: transparent;
}
.jlsh6.tp_head_on .logo_link .jl_logo_n{
    opacity: 0;
}
.jlsh6.tp_head_on .logo_link .jl_logo_w{
    opacity: 1;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .social_icon_header_top li a:hover i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky #mainmenu > li > a,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky #mainmenu > li > a:hover{
    color: #000 !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .jl_main_menu > li > a > .border-menu{
    background: #000 !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_main_menu > li > a > .border-menu{
    background: #fff !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on #mainmenu > li > a,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on #mainmenu > li > a:hover{
    color: #fff !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_cus_share_mnu{
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 0px solid rgba(255,255,255,.3);
}
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .jlm_w span{
    background: #fff;
}
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .jli-bag,
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .social_icon_header_top li a:hover i{
    color: #fff !important;
}
.options_dark_skin .jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i,
.options_dark_skin .jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover i{
    color: #fff !important
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 #mainmenu > li:first-child{
    padding-left: 0px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 #mainmenu > li{
    padding: 0px 17px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jlh6sh{
    right: 15px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper .jl_main_menu > li > a > .border-menu{
    bottom: 18px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a{
    font-size: 15px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a:hover i{
    color: #000 !important;
}
.jl_logo6{
    padding: 30px 0px;
}
.jl_logo6 .row{
    margin-bottom: 0px;
}
.jl_logo6 .logo_link img{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    max-height: 100%;
    max-width: 170px;
}
.jl_logo6 .logo_link .jl_logo_w{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.headcus5_custom.header_layout_style5_custom .menu_wrapper .jl_main_menu{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.options_dark_skin .headcus5_custom.header_layout_style5_custom .menu_wrapper .jl_main_menu{
    border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
}
.headcus5_custom.header_layout_style5_custom .jl_main_menu{
    text-align: center !important;
    float: left !important;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-left: 0px;
    bottom: auto;
    height: 40px;
    overflow: visible;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li{
    margin-right: 5px;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a img{
    max-width: 60%;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 0px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1) !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 17px;
}

.headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li > a{ 
    height: 60px;
    line-height: 60px;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper{
    padding: 50px 0px;
}
.headcus5_custom.header_layout_style5_custom #mainmenu > li > a{
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
    position: relative;
}
.options_dark_skin .headcus5_custom.header_layout_style5_custom #mainmenu > li > a{
    color: #fff !important;
}
.headcus5_custom.header_layout_style5_custom .jl_main_menu > li > a > .border-menu{
    bottom: 10px !important;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a{
    color: #fff;
}
.jl_post_meta{
    float: left;
    width: 100%;
    margin-top: 0px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
}
.jl_post_meta .jl_author_img_w{
    float: none;
    margin-right: 8px;
    margin-bottom: 0px;
    display: inline-block;
    color: #6f6f6f;
}
.jl_post_meta .jl_author_img_w img{
    width: 20px !important;
    height: 20px !important;
    float: none;
    display: inline-block;
    margin-left: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_post_meta .jl_author_img_w a{
    color: #6f6f6f;
}
.jl_post_meta .jl_author_img_w a:hover{
    color: #6f6f6f !important;
}
.jl_post_meta a, .jl_post_meta a:hover{
    color: #6f6f6f !important;
    text-decoration: none !important;
    line-height: 1.2;
}
.jl_post_meta .post-date, .jl_post_meta .post-read-time{
    float: none;
    display: inline-block;
    color: #6f6f6f;
    line-height: 1.2;
    margin-right: 8px;
    position: relative;
}
.jl_post_meta span:last-child{
    margin-right: 0px;
    padding-right: 0px;
}
.jl_post_meta .post-read-time:before, .jl_post_meta .post-date:before{
    content: "\00b7";
    font-weight: 600;
    margin-right: 8px;
}
.enable_footer_columns_dark .jl_post_meta .jl_author_img_w, .enable_footer_columns_dark .jl_post_meta .jl_author_img_w a, .enable_footer_columns_dark .jl_post_meta .post-date, .enable_footer_columns_dark .jl_post_meta .post-read-time{
    color: #999;
}
.enable_footer_columns_dark .jl_post_meta .jl_author_img_w a{
    color: #999 !important;
}
.jl_post_meta i{
    margin-right: 5px;
}
.jl_post_meta .jli-pen{
    font-size: 12px;
}
.jl_post_meta .jli-watch-2{
    font-size: 14px;
    margin-left: -3px;
    margin-right: 3px;
}
.jl_main_menu > li > a > .border-menu{
  position: absolute !important;
  width: 0 !important; 
  height: 1px !important;
  display: block !important;
  bottom: 22px !important;
  right: 0 !important;
  background: #000 !important;
  transition: width .2s ease !important;
  -webkit-transition: width .2s ease !important;
}
.menu_wrapper .jl_main_menu > li:hover > a > .border-menu{
    width: 100% !important;
   left: 0 !important;
   background: #000 !important;
}

/*-------------------------------------------------------------------------------------
Header menu style 1
-------------------------------------------------------------------------------------*/
.header_layout_style1_custom.navigation_wrapper{
  position: absolute !important;
  width: auto !important;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.header_layout_style1_custom.navigation_wrapper .jl_main_menu{
    text-align: center;
    position: static !important;
}
/*-------------------------------------------------------------------------------------
Header menu style 2
-------------------------------------------------------------------------------------*/
.header_layout_style2_custom.navigation_wrapper{
  float: right;
  right: 0px;
  width: 100%;
  z-index: 1;
  position: absolute;
  text-align: right;
}
.header_layout_style2_custom.navigation_wrapper > ul > li:last-child{
    margin-right: 85px !important;
}
.header_layout_style2_custom.navigation_wrapper .sub-menu.menu_post_feature{
    width: 100%;
}
.menu_grid12 .col-md-12{
  float: left;
  width: 100%;
}
/*-------------------------------------------------------------------------------------
Header menu style 3
-------------------------------------------------------------------------------------*/
.jl_top_bar_dis.header_top_bar_wrapper{
    height: 0px;
    overflow: hidden;
}
.header_top_bar_wrapper:after{
    display: table;
    content: '';
    clear: both;

}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li > a{
    color: #fff !important;
    letter-spacing: 0.10em;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu{
    position: relative;
    z-index: 999;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li ul{
    z-index: 999;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a, .header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a, .header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a, .header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a{
    color: #fff;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a{
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li a{
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    letter-spacing: 0;
}
.header_top_bar_wrapper .jl_top_bar_right{
    height: 45px;
    line-height: 45px;
    color: #fff;
    float: right;
    font-size: 13px;
}
.jl_current_title{
    display: inline-block;
    background: rgba(255,255,255,.15) !important;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li{
    float: left;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul{
    margin-left: 50px !important;
    float: left;
    width: auto;
    z-index: 222;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu{
    width: auto;
    top: 0px;
    margin-right: 50px;
    margin-top: 0px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li{
    list-style: none;
    float: left;
    padding:0px;
    margin: 0px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top{
    margin-right: 15px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a{
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i{
    font-size: 14px;
    color: #fff !important;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a:hover{
    opacity: 0.7;
}
.header_layout_style3_custom .header_top_bar_wrapper .menu_mobile_icons i, .header_layout_style3_custom .header_top_bar_wrapper .search_header_wrapper i{
    color: #fff !important;
    font-size: 15px;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper{
    margin-right: 1px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #f75454;
    text-align: center;
    cursor: pointer;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i{
    line-height: 35px;
    float: none !important;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons{
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #f75454;
    text-align: center;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i{
    line-height: 35px;
    float: none !important;
}

.header_layout_style3_custom .logo_position_wrapper{
  text-align: left;
}
.header_layout_style3_custom .menu_wrapper.stick{

  
}
.header_layout_style3_custom .menu_wrapper.stick .navigation_wrapper{
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.header_magazine_style.header_layout_style3_custom .menu_wrapper{
  border: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #222;
}
.header_layout_style3_custom.top_bar_menu_black .menu_wrapper{
  background: #1f1f1f;
  border: 0px;
}

.header_layout_style3_custom .navigation_wrapper > ul > li{
  float: none;
  margin-right: 10px;
  margin-left: 10px;
}
.header_layout_style3_custom .navigation_wrapper > ul > li:first-child{
    margin-left: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper > ul{
    position: static;
}
.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper{
  background: transparent;
  width: auto;
}
.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a{
  height: 55px;
  line-height: 55px;  
}
.header_layout_style3_custom .navigation_wrapper > ul > li > a{
  padding: 0px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a{
    color: #fff;
}
.header_layout_style3_custom.top_bar_menu_black .navigation_wrapper > ul > li > a{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.header_layout_style3_custom .navigation_wrapper .jl_main_menu > li:hover > a{
  color: #f75454;
}
.header_layout_style3_custom .search_header_menu{
    overflow: visible;
    margin: auto;
    margin-right: 15px;
    z-index: 9;
    
}
.header_layout_style3_custom .search_header_menu .menu_mobile_icons i, .header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i, .header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i{
  color: #000;
  float: left;
}
.header_layout_style3_custom .search_header_menu i{
  font-size: 17px;
}
.header_layout_style3_custom .jl_random_post_link{
    position: absolute;
    top: 9px;
    font-size: 20px;
    right: 15px;
}

.jl_top_social_menu.header_layout_style3_custom .menu_wrapper .container{
    max-width: 95%;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header{
    z-index: 999;
    bottom: auto;
    top: 18px;
    line-height: 1.2;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li{
    line-height: 1.2;
    margin-right: 12px;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li a{
    font-size: 15px;
    color: #fff;
}
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons i, .jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper i, .jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i, .jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i, .jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i{
    color: #fff;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu{
    top: 20px;
}

/*-------------------------------------------------------------------------------------
Header menu style 5
-------------------------------------------------------------------------------------*/
.header_layout_style5_custom .jl_header5_logo{
    float: left !important;
    height: 80px;
    line-height: 80px;
    position: absolute;
}
.header_layout_style5_custom .jl_header5_logo a{
    margin-top: 0px !important;
}
.header_layout_style5_custom .jl_header5_logo img{
    height: 40px;
}
.header_layout_style5_custom .main_menu .navigation_wrapper{
    padding-right: 0px;
}
.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li:last-child{
    padding-right: 25px;
}
.header_layout_style5_custom .main_menu .navigation_wrapper, .header_layout_style5_custom .main_menu .jl_main_menu{
    float: right;
    text-align: right;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a, .header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a, .header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a, .header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a{
    color: #fff;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a{
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li{
    float: left;
    margin-right: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul{
    margin-left: 50px !important;
    float: left;
    width: auto;
    z-index: 222;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu{
    width: auto;
    top: 0px;
    margin-right: 50px;
    margin-top: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li{
    list-style: none;
    float: left;
    padding:0px;
    margin: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top{
    margin-right: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a{
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a i{
    font-size: 14px;
    color: #fff !important;
}
.header_layout_style5_custom .header_top_bar_wrapper .menu_mobile_icons i, .header_layout_style5_custom .header_top_bar_wrapper .search_header_wrapper i{
    color: #fff !important;
    font-size: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper{
    margin-right: 1px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #f75454;
    text-align: center;
    cursor: pointer;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i{
    line-height: 35px;
    float: none !important;
}
.jl_center{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.header_layout_style5_custom .menu_mobile_icons.jl_mm{
    right: 0px;
}
.header_layout_style5_custom .search_header_wrapper.jl_ms{
    left: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons{
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #f75454;
    text-align: center;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i{
    line-height: 35px;
    float: none !important;
}
.header_layout_style5_custom .logo_position_wrapper{
  text-align: left;
}
.header_layout_style5_custom .menu_wrapper.stick .navigation_wrapper{
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.header_magazine_style.header_layout_style5_custom .menu_wrapper{
  border: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #000;
}
.header_layout_style5_custom.top_bar_menu_black .menu_wrapper{
  background: #1f1f1f;
  border: 0px;
}

.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li{
  float: none !important;
  margin-right: 25px;
}
.jl_header_magazine_style.header_layout_style5_custom #menu_wrapper .navigation_wrapper{
  border-bottom: 3px solid #000;
  background: #fff;
}
.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a{
  height: 70px;
  line-height: 70px;  
}
.header_layout_style5_custom .navigation_wrapper > ul > li > a{
  padding: 0px;
  height: 80px;
  line-height: 80px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a{
    color: #fff;
}
.header_layout_style5_custom.top_bar_menu_black .navigation_wrapper > ul > li > a{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > li:hover > a{
  color: #f75454;
}
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > li:hover > a, .header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-item > a, .header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-parent > a, .header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a{
    z-index: auto;
}
.header_layout_style5_custom .jl_random_post_link{
    position: absolute;
    top: 23px;
    font-size: 20px;
    right: 15px;
    color: #000;
}
.header_layout_style5_custom .jl_random_post_link:hover{
    color: #f75454;
}
.header_layout_style5_custom .main_menu .search_header_wrapper{right: 50px;}
.header_layout_style5_custom #menu_wrapper .navigation_wrapper{
    background: none !important;
    border: 0px !important;
}
.jl_header_magazine_style.two_header_top_style.header_layout_style5_custom .header_main_wrapper.header_style_3_opt{
    border-bottom: 1px solid #e4e4e4 !important;
    background: #f7f7f7;
}
.header_layout_style5_custom .menu_wrapper{
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
    margin-bottom: 0px;
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
}
.options_dark_skin .header_layout_style5_custom .menu_wrapper{
    background: #1a1a1a;
}
.header_layout_style5_custom #mainmenu > li > a{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.header_layout_style5_custom .jl_main_menu > .current-menu-parent > a, .header_layout_style5_custom #mainmenu > li > a{
    color: #000 !important;
}
.header_layout_style5_custom #mainmenu > li > a:hover{
    opacity: 1;
}

/*-------------------------------------------------------------------------------------
Header menu style 6
-------------------------------------------------------------------------------------*/
.header_layout_style6_custom .menu_wrapper{
    float: left;
    width: 100%;
    z-index: 9999;
    margin-bottom: -1px;
    background: #161616;
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
}
.header_layout_style6_custom .jl_top_blank_nav{
    height: 50px;
}
.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.header_layout_style6_custom .search_header_menu .menu_mobile_icons i, .header_layout_style6_custom .search_header_menu .search_header_wrapper i, .header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i, .header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i, .header_layout_style6_custom .search_header_menu .search_header_wrapper:hover i{
    color: #fff;
}
.header_layout_style6_custom .navigation_wrapper ul{
    text-align: left;
}
.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a{
    padding: 0px 20px 0px 0px;
}
.header_layout_style6_custom .menu_wrapper .search_header_menu{
    position: absolute;
    height: auto;
    top: 15px;
    bottom: auto;
}
.header_layout_style6_custom .header_main_wrapper .search_header_menu{
    display: none;
}

.navigation_wrapper #mainmenu.jl_main_menu > li li > a{
    letter-spacing: 0em;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 39px;
}

/*-------------------------------------------------------------------------------------
Header with social header top share
-------------------------------------------------------------------------------------*/
.jl_cus_top_share.header_layout_style3_custom .search_header_menu{
    position: relative;
    -webkit-transform: auto;
    -ms-transform: auto;
    transform: auto;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover{
    background: transparent !important;
    text-decoration: none !important;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a{
    background: transparent !important;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl_hfollow{
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-transform: capitalize;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a{
    color: #fff !important;
    font-size: 13px;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl_h_cart{
    margin-top: -16px;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl-hshow{
    top: 57px;
}
.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper.jl_cus_share_mnu{
    float: left !important;
}
.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper > ul > li:last-child{
    padding-right: 0px !important;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a{
    margin-left: 0px;
    height: auto;
    line-height: 1.2;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i{
    color: #999 !important;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover i, .jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover{
    opacity: 1 !important;
    color: #fff !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_wrapper{
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i{
    line-height: 1.2 !important;
    float: left !important;
    color: #999 !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i:hover, .jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i:hover{
    color: #fff !important;
}
.jl_cus_top_share.header_layout_style3_custom .menu_mobile_icons{
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    background: transparent !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i{
    line-height: 1.2 !important;
    float: left !important;
    color: #999 !important;
}
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i, .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover{
    color: #000 !important;
    opacity: 1 !important;
    font-size:  16px !important;
}
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i, .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i:hover{
    color: #000 !important;
    opacity: 1 !important;
    font-size:  16px !important;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper{
    right: 45px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons{
    right: 0px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper, .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons{
    margin-right: 0px;
    margin-left: 5px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    width: 30px !important;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper i, .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons i{
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 42px !important;
    width: 30px !important;
}

/*====================*/

.menu_mobile_share_wrapper .menu_mobile_share{
  float: right;
  margin-right: 18px;
  padding-bottom: 11px;
}
.menu_mobile_share_wrapper .menu_mobile_share i{
  color: #000;
}

.menu_mobile_share_wrapper .social_icon_header{
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
    left: auto;
    right: 0px;
    top: 19px;
    bottom: auto;
    width: 201px;
    padding: 0px;
    margin-left: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    overflow: visible;
    height: auto !important;
    visibility: hidden;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
    -webkit-transition-delay: 0.55s, 0.175s, 0.175s;
    -moz-transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, -moz-transform 0.375s ease-in-out 0.175s;
    -o-transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, -o-transform 0.375s ease-in-out 0.175s;
    transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.top_bar_menu_black .menu_mobile_share_wrapper .social_icon_header{
    top: 14px !important;
}
.menu_mobile_share_wrapper:hover .social_icon_header{
  visibility:visible;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
  -webkit-transition:visibility 0s ease-in-out,
  opacity 0.375s ease-in-out,
  -webkit-transform 0.375s ease-in-out;
  -webkit-transition-delay:0.175s,0.175s,0.175s;
  -moz-transition:visibility 0s ease-in-out 0.175s,
  opacity 0.375s ease-in-out 0.175s,
  -moz-transform 0.375s ease-in-out 0.175s;
  -o-transition:visibility 0s ease-in-out 0.175s,
  opacity 0.375s ease-in-out 0.175s,
  -o-transform 0.375s ease-in-out 0.175s;
  transition:visibility 0s ease-in-out 0.175s,
  opacity 0.375s ease-in-out 0.175s,
  transform 0.375s ease-in-out 0.175s
  }
.menu_mobile_share_wrapper{
  float: right;
  position: relative;
}
.menu_mobile_share_wrapper .social_icon_header li{
  float: left;
  margin: 0px;
}
.menu_mobile_share_wrapper .social_icon_header li a{
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  border: 1px solid #ececec;
  border-left: 0px;
  border-bottom: 0px;
}
.menu_mobile_share_wrapper .social_icon_header li a i{
  color: inherit;
  font-size: 15px;
}

.menu_mobile_share_wrapper .social_icon_header li a.facebook{
    color: #3b5999;
}
.menu_mobile_share_wrapper .social_icon_header li a.google_plus{
    color: #dd4b39;
}
.menu_mobile_share_wrapper .social_icon_header li a.behance{
    color: #0b66ff;
}
.menu_mobile_share_wrapper .social_icon_header li a.vimeo{
    color: #1ab7ea;
}
.menu_mobile_share_wrapper .social_icon_header li a.youtube{
    color: #410093;
}
.menu_mobile_share_wrapper .social_icon_header li a.tumblr{
    color: #34465d;
}
.menu_mobile_share_wrapper .social_icon_header li a.instagram{
    color: #3f729b;
}
.menu_mobile_share_wrapper .social_icon_header li a.linkedin{
    color: #0077B5;
}
.menu_mobile_share_wrapper .social_icon_header li a.pinterest{
    color: #bd081c;
}
.menu_mobile_share_wrapper .social_icon_header li a.twitter{
    color: #55acee;
}
.menu_mobile_share_wrapper .social_icon_header li a.deviantart{
    color: #34465d;
}
.menu_mobile_share_wrapper .social_icon_header li a.dribble{
    color: #ea4c89;
}
.menu_mobile_share_wrapper .social_icon_header li a.dropbox{
    color: #007ee5;
}
.menu_mobile_share_wrapper .social_icon_header li a.rss{
    color: #ff6600;
}
.menu_mobile_share_wrapper .social_icon_header li a.skype{
    color: #00AFF0;
}
.menu_mobile_share_wrapper .social_icon_header li a.stumbleupon{
    color: #eb4924;
}
.menu_mobile_share_wrapper .social_icon_header li a.wordpress{
    color: #21759b;
}
.menu_mobile_share_wrapper .social_icon_header li a.yahoo{
    color: #410093;
}
.menu_mobile_share_wrapper .social_icon_header li a.flickr{
    color: #ff0084;
}
.menu_mobile_share_wrapper .social_icon_header li a.soundcloud{
    color: #ff5700;
}

/*-------------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------------*/
.navigation_wrapper {
  float: left;
  text-align: center;
  color: #161616;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  z-index: -1;
}
.navigation_wrapper > ul{
    float: left;
    width: 100%;
}
.navigation_wrapper ul {
  list-style: none;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}
.navigation_wrapper .jl_main_menu a:hover{
    text-decoration: none !important;
}
.navigation_wrapper ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navigation_wrapper .jl_main_menu li > a {
  float: left;
  padding: 0;
  color: inherit;
}
.navigation_wrapper .jl_main_menu > li > a {
padding: 0 13px;
height: 45px;
line-height: 45px;
}
.navigation_wrapper .menu-item-has-children > a:after, .navigation_wrapper .menupost > a:after {
  display: inline-block;
  content: "\e95f";
  margin-left: 5px;
  font-family: "jl_font";
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation_wrapper .jl_main_menu > li:hover > a,
.navigation_wrapper .jl_main_menu > .current-menu-item > a,
.navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
  
}
.navigation_wrapper li:hover > a:after,
.navigation_wrapper .current-menu-item > a:after,
.navigation_wrapper .current-menu-parent > a:after,
.navigation_wrapper .current-menu-ancestor > a:after {
  
}
.header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > .sub-menu{
    margin-left: -8px !important;
}
.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > .sub-menu{
    margin-left: -11px !important;
}
.navigation_wrapper .jl_main_menu > li > ul, .navigation_wrapper .jl_main_menu > li > .sub-menu {
  top: 100%;
  margin-left: -22px !important;
  margin-top: -1px;
  background: #fff !important;
}
.navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature {
  margin-left: 0px !important;
  padding: 30px !important;
}


.navigation_wrapper .jl_main_menu ul, .navigation_wrapper .jl_main_menu .sub-menu{
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 0px !important;
    background: #fff;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: 100;
    line-height: 1.8666;
    border: 1px solid #f0f0f0;
}
.navigation_wrapper .jl_main_menu li li {
  display: block;
}
.navigation_wrapper .jl_main_menu ul ul{
    left: 100%;
    top: 0;
    margin-left: 0;
}
.navigation_wrapper .jl_main_menu .jl_menu_tl ul{
    left: auto !important;
    right: 100% !important;
}
.navigation_wrapper .jl_main_menu li li{
    display: block;
}
.navigation_wrapper .jl_main_menu ul li, .navigation_wrapper .jl_main_menu .sub-menu li {
    float: none;
    min-width: 210px;
    max-width: 350px;
    border-top: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e9ecef;
}
.navigation_wrapper .jl_main_menu ul li, .navigation_wrapper .jl_main_menu .sub-menu li:last-child{
    border-bottom: 0px;
}
.navigation_wrapper .jl_main_menu > li li a {
  float: none;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 0px 22px;
    border-top: 0px solid #e9ecef;
    font-size: 11px;
    pointer-events: none;
    color: #000;
    letter-spacing: .15em;
}
.navigation_wrapper .jl_main_menu > li:hover li a {
  pointer-events: auto;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
  float: none;
  min-width: 210px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
}
.navigation_wrapper .jl_main_menu > li li:first-child > a {
  border-top: 0;
  box-shadow: none;
}
.navigation_wrapper .sub-menu li > .sub-menu {
  margin-top: -1px !important;
}
.navigation_wrapper .jl_main_menu ul, .navigation_wrapper .jl_main_menu .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  z-index: 100;
  line-height: 1.8666;
}
.navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after {
  line-height: 1;
  content: "\e962";
  position: absolute;
  top: 50%;
  right: 16px;
  color: #000;
  -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
  -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
  transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.navigation_wrapper .jl_main_menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}
.navigation_wrapper li:hover > ul,
.navigation_wrapper li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#mainmenu li:hover > a,
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
  color: #000;
}
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a{
    background: #f6f7f9 !important;
}
.mobile-menu-container {
  display: none;
}
.navigation_wrapper .mega-menu {
  left: 0;
}
.navigation_wrapper .mega-menu .sub-cats {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 12px 30px;
  width: 19.5%;
  height: 100%;
  border-right: 1px solid #ebebeb;
}
.navigation_wrapper .mega-menu .sub-cats li {
  min-width: initial;
  max-width: initial;
}
.navigation_wrapper .mega-menu .sub-cats a {
  padding: 11px 0;
  font-weight: 600;
}
.navigation_wrapper .mega-menu .sub-cats li:last-child a {
  border-bottom: 1px solid #ebebeb;
}
.navigation_wrapper .jl_main_menu .mega-menu {
  display: table;
  table-layout: fixed;
}
.navigation_wrapper .jl_main_menu > li:hover > a,
.navigation_wrapper .jl_main_menu > .current-menu-item > a,
.navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {

}
.navigation_wrapper li:hover > a:after,
.navigation_wrapper .current-menu-item > a:after,
.navigation_wrapper .current-menu-parent > a:after,
.navigation_wrapper .current-menu-ancestor > a:after {

}


.jl_social_counter{
    float: left;
    width: 100%;
}
.jl_count_style_2 .jl-facebook{
    background: #45629f;
}
.jl_count_style_2 .jl-twitter{
    background: #5eb2ef;
}
.jl_count_style_2 .jl-pinterest{
    background: #e60023;
}
.jl_count_style_2 .jl-instagram{
    background: #125d8f;
}
.jl_count_style_2 .jl-youtube{
    background: #c61d23;
}
.jl_count_style_2 .jl-soundcloud{
    background: #f80;
}
.jl_count_style_2 .jl-vimeo{
    background: #1ab7ea;
}
.jl_count_style_2 .jl-dribbble{
    background: #ec498a;
}
.jl_count_style_2 .jl-vk{
    background: #5081b8;
}

.jl_count_style_2 .jlsocial-element{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 7px;
    padding: 5px 0px;
}
.jl_count_style_2 .jlsocial-element:last-child{
    margin-bottom: 0px;
}
.jl_count_style_2 a{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.jl_count_style_2 .jlsocial-element-left{
    float: left;
}
.jl_count_style_2 i{
    font-size: 12px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: rgba(255,255,255,.2);
    margin-left: 10px;
    margin-top: 3px;
}
.jl_count_style_2 .num-count{
    float: left;
    font-size: 13px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0;
    font-weight: 400;
    color: #fff;
}
.jl_count_style_2 .jlsocial-element-right{
    font-size: 13px;
    color: #fff;
    display: block;
    line-height: 35px;
    float: right;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
}

/*-------------------------------------------------------------------------------------
Loading
-------------------------------------------------------------------------------------*/
.jl-loadmore-btn-w{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.jl_btn_load{
    position: relative;
    width: 194px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    background: #222;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_btn_load:focus{
    text-decoration: none;
    color: #fff;
}
.jl_btn_load:hover{
    text-decoration: none !important;
    color: #fff;
    background: #222;
    -webkit-transform:translatey(-3px);
    transform:translatey(-3px);
    -webkit-box-shadow:0 20px 30px rgba(0,0,0,.2);
    box-shadow:0 20px 30px rgba(0,0,0,.2);
}

.jelly_loading_pro {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.jelly_loading_pro div {
    opacity: 0;
}
.jelly_loading_pro .jl_f_img_link{
    opacity: 0 !important;
}
.jl-fixslider{
    float: left;
    width: 100%;
}
.jl-fixslider.jelly_loading_pro:after{
    opacity: 0;
}
.options_dark_skin .jelly_loading_pro:after {
    border: 4px solid #fff;
    border-right-color: transparent;
}
.jelly_loading_pro:after {
    content:'';
    width: 30px;
    height: 30px;
    border: 4px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    animation: loader-rotate 1s linear infinite;
    margin-top: 8px;
    left: 50%;
    top: 50%;
    margin-left: -17px !important;

    
}

.jelly_loading_pro.slick-initialized{
    height: auto;
}
.jelly_loading_pro.slick-initialized div {
    opacity: 1;
}
.jelly_loading_pro.slick-initialized .jl_f_img_link{
    opacity: .2 !important;
}
.jelly_loading_pro.slick-initialized:after {
    display: none;
}


/*-------------------------------------------------------------------------------------
Social icons
-------------------------------------------------------------------------------------*/
.jellywp_about_us_widget_wrapper{
    text-align: left;
    float: left;
    width: 100%;
}
.social-icons-list-widget {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: left;
    
}
.social-icons-list-widget li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 9px;
}
.social-icons-list-widget.iconss_widget_display{
    margin-right: -1px !important;
    margin-left: -1px !important;
    width: auto;
}
.social-icons-list-widget.iconss_widget_display li {
    margin-right: 0px;
    margin-bottom: 2px;
    width: 50%;
    padding-right: 1px;
    padding-left: 1px;
    float: left;
    opacity: 0.9;
}
.social-icons-list-widget.iconss_widget_display{
    margin: 0px;
}
footer .social-icons-list-widget.iconss_widget_display li a {
    color: #FFF;
}
.social-icons-list-widget.iconss_widget_display li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.social-icons-list-widget.iconss_widget_display li a i{
    margin-right: 5px !important;
    background: #000;
    background-color: rgba(0,0,0,.08);
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 13px;
    text-align: center;
}
.social-icons-list-widget.iconss_widget_display li a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.social-icons-list-widget.iconss_widget_display li a{
    background: #222;
}
.header_social_icons_jl{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.header_social_icons_jl .social-icons-list-widget{
      margin-top: 10px;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a{
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff;
    float: left;
    padding: 13px 0px;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a:hover{
    color: #fff !important;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a i{
    margin-right: 0px;
    display: block;
}
#content_nav .widget:last-child{
    margin-bottom: 40px !important;
}
.social-icons-list-widget li a i{
  margin-right: 0px !important;
}
.social-icons-list-widget li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px !important;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3a3939;
    border-radius: 5px;
}
.social-icons-list-widget li a:hover {
    color: #fff;
}

.social-icons-list-widget.icons_about_widget_display li a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.wp-block-latest-comments{
    padding: 0px;
}
.wp-block-tag-cloud a, .wp-block-latest-posts a, .wp-block-latest-comments a, .wp-block-calendar a, .wp-block-archives a{
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

/*-------------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------------*/

#content form {
    margin-bottom: 30px;
}
#content fieldset {
    margin-bottom: 20px;
}

#content form .logged-in-as, #content form .comment-notes{
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 0em;
}
.content_single_page .logged-in-as a{
    text-decoration: none !important;
    color: #000 !important;
}
#content .col-md-4, .comment-form-author, .comment-form-email, .comment-form-url{
    width: 33.33333333%;
}
.form-fields.row input{
    margin-bottom: 0px !important;
}
.comment-form-comment{
    margin-bottom: 0px;
}
.wpcf7, .wpcf7 .form-fields.row{
    margin-top: 25px;
}
.form-fields.row{
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-fields.row .col-md-4{
    margin-top: 30px;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus,
#content textarea:focus{
    border-color: #000;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content textarea,
.comment-form-comment textarea,
#content select{
    font-size: 14px;
    border: solid 1px #dfdfdf;
    padding: 10px;
    outline: none;
    line-height: 20px;
    margin: 0;
    color: #555;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.comment-form-cookies-consent{
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0px 0px 0px;
}
.comment-respond .form-submit{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.form-submit .submit{
    margin-top: 30px;
}
.comment-form-cookies-consent input{
    -webkit-flex: 0 0 13px;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    width: 13px;
    position: relative !important;
    display: block;
    float: left;
    margin-top: -1px;
}
.comment-form-cookies-consent label{
    position: relative;
    margin-left: 5px;
    top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}
#content select {
    padding: 0;
}
.comment-form-comment textarea:focus,
#content textarea:focus {
    color: #444;
    border: solid 1px #000;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus{
    color: #444;
}
#content textarea {
    min-height: 60px;
}
#content label,
#content legend {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
#content select {
    width: 220px;
}
#content input[type="checkbox"] {
    display: inline;
}
.wpcf7-form-control-wrap{
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.wpcf7-not-valid-tip{
    color: #f00 !important;
}
#respond{
    float: left;
    width: 100%;    
    margin-top: 35px;

}
.logged-in-as a{
    border-bottom: 0px !important;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.logged-in-as a:hover{
    color: #f75454;
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------------*/
.single_post_title {
    padding-bottom: 45px !important;
}
.page-title,
.single_post_title {
    margin: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 1.2;
    margin-top: -5px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.main_title_wrapper.jl_na_bg_title, .main_title_wrapper.jl_na_bg_title.category_title_section{
    background: #f8f9fa;
}
.main_title_wrapper.jl_na_bg_title .categories-title.title{
    color: #000;
}
.main_title_wrapper{
    float: left;
    width: 100%;
    text-align: left;
    padding: 50px 0px 43px 0px;
    background: transparent;
    border-bottom: 0px solid #e5e5e5;
    overflow: hidden;
}
.main_title_wrapper.category_title_section.jl_cat_img_bg .categories-title{
    color: #fff;
}
.main_title_wrapper.category_title_section{
    text-align: left;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.main_title_wrapper.category_title_section .category_image_bg_image, .main_title_wrapper.category_title_section .category_image_bg_ov{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-attachment: fixed;
}
.main_title_wrapper.category_title_section .category_image_bg_ov{
    background: #000;
    opacity: 0.5;
}
.main_title_wrapper.category_title_section .jl_cat_title_wrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}
.main_title_wrapper .row{
    margin-bottom: 0px;
}
.main_title_wrapper .jl_cat_mid_title{
    width: 100%;    
}
.main_title_wrapper .categories-title.title{
    font-size: 35px;
    margin: 0px 0px 0px 0px;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}

.main_title_wrapper.jl_cat_img_bg p{
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    float: left;
    width: 50%;
}

.single-post-title,
.datepost-title {
    font-size: 30px;
    margin-bottom: 10px;
}
#sidebar .widget_container{
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
    background: #FFF;
}
.post_list_widget.comment_widget{
    margin-bottom: 50px !important;
}
.post_list_widget.comment_widget .image_post{
    width: 90px !important;
}
#sidebar .widget_container .widget{
    margin-bottom: 0px;
}

.tab_widget .widget_container{
    padding: 0px !important;
}

.tab_widget .widget_container .tab-container{
    padding:6px 0px 25px 0px !important;
}

#sidebar .widget_container,
footer .widget_container {
    float: left;
}
.social-twitter,
.social-facebook,
.social-youtube,
.social-google-plus {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.social-twitter .icon {
    background: #4099FF;
}
.social-facebook .icon {
    background: #3B5998;
}
.social-youtube .icon {
    background: #CD332D;
}
.social-google-plus .icon {
    background: #DD4B39;
}
.social-twitter .icon,
.social-facebook .icon,
.social-youtube .icon,
.social-google-plus .icon {
    float: left;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}
.social-twitter h2,
.social-facebook h2,
.social-youtube h2,
.social-google-plus h2 {
    font-size: 20px !important;
    margin: 0px;
    line-height: 20px;
}
.social-twitter p,
.social-facebook p,
.social-youtube p,
.social-google-plus p {
    font-size: 13px !important;
    margin: 0px !important;
}
.ads300x250-thumb {
    text-align: center;
}
.panel-grid .ads_widget_container, .panel-grid .ads_widget_container .widget{
    padding: 0px !important;
    background: none !important;
}
.panel-grid .ads_widget_container{margin-bottom: 30px;}
.panel-grid .ads_widget_container:last-child{
    margin-bottom: 0px !important;
}
.adss_header{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}
.adss_header .widget.ads_widget_container{
    margin-bottom: 0px;
}
.widget_jl_wrapper.ads_widget_container{
    float: none;
}
footer .recent_post_large_widget{
    border-bottom: 1px solid #232323;
}
.recent_post_large_widget .image_post{
  position: relative;
}
.recent_post_large_widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.recent_post_large_widget .wrap_box_style_main.post_meta_overlay_img{
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: auto;
}

.recent_post_large_widget .meta-category-small{
    margin: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.recent_post_large_widget .meta-category-small a:hover{
    color: #fff !important;
}
.recent_post_large_widget .meta-category-small a{
    padding: 7px 15px 7px;
    margin-bottom: 1px;
    letter-spacing: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    background: #000;
    width: auto !important;
    float: left !important;
}
.recent_post_large_widget .post-meta{
    float: left;
    width: 100%;
    color: #737373;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 1.2;
}
.recent_post_large_widget .post-meta a{
    color: #444;
    font-weight: 400;
}
.recent_post_large_widget .post-meta a:hover{
    text-decoration: none !important;
    float: none !important; 
}
.post-meta .post-author:hover a, .post-meta .post-author a:hover{
    margin: 0px !important;
    padding: 0px !important;
    line-height: auto;
    float: none !important;
    text-decoration: none !important;
}
.recent_post_large_widget:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #EDEDED;
    padding-bottom: 0px;
}
.recent_post_large_widget .image_post a.feature-link {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    background: #eee;
}
.jl_radius .recent_post_large_widget .image_post a.feature-link{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.layout_magazine_video .overlay_icons{
    display: none;
}

.layout_magazine_video .post_type_icon, .layout_magazine_video .header_small_carousel_post .post_type_icon{
    display: block;
}

.post_type_icon, .header_small_carousel_post .post_type_icon{
    display: none;
    color: #FFF;
    border: 3px solid #fff;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -17px !important;
    margin-top: -17px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}

.post_type_icon:before{
    margin-left: 14px !important;
    font-size: 18px;
    margin-top: -2px !important;
    float: left;
}

.feature-post-list .post_type_icon, .recent-grid-post-widget .post_type_icon, .recent_post_large_widget .post_type_icon{
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.feature-post-list .post_type_icon:before, .recent-grid-post-widget .post_type_icon:before, .recent_post_large_widget .post_type_icon:before{
    margin-left: 11px !important;
    font-size: 15px;
    margin-top: -2px !important;
}

.recent_post_large_widget .image_post a:hover img {
    opacity: 1;
}
.recent_post_large_widget .overlay_icon {
    font-size: 20px;
    margin-top: 5px;
    color: #333;
    float: right;
    padding: 0px;
}
.recent_post_large_widget .meta-category {
    float: left;
    margin-bottom: 10px;
}
.recent_post_large_widget .meta-category a {
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    background: #f75454;
    float: left;
    padding: 0px 7px;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
}

.recent_post_large_widget .meta-category a:hover {
    background: #333 !important;
    text-decoration: none !important;
}
.recent_post_large_widget img,
.recent_post_large_widget .image_post {
    float: left;
    width: 100%;
}
.recent_post_large_widget .image_post{
    margin-bottom: 20px;
}
.recent_post_large_widget .wrap_box_style_main {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.recent_post_large_widget .recent_list_item_number{
    background: #f75454;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: -20px;
    position: absolute;
    top: 16%;
    left: -10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper{
    float: left;
}
.menu_post_feature .recent_post_large_widget .post-meta, .menu_post_feature .recent_post_large_widget .meta-category-small{
    display: none !important;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main, .menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front{
    display: inherit !important;
    margin-bottom: 10px;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main{
    margin-top: 2px;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main a{
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    float: left !important;
    letter-spacing: 0em !important;
    height: auto !important;
    line-height: 10px !important;
    padding: 0px !important;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front{
    margin-top: 0px;
}
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main, .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front{
    display: none;
}
.recent_post_large_widget .jl_count_num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background: #f75454;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
.recent_post_large_widget .wrap_box_style_main h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span i {
    margin-right: 5px;
}
.jellywp_about_us_widget_wrapper .footer_logo_about {
    margin-bottom: 30px;
    float: none;
    display: inline-block;
    width: 130px;
}
.jellywp_about_us_widget_wrapper .jl_img_sign{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.post-meta a:hover{
    color: #f75454 !important;
}


.menu_post_feature, .menu_post_feature .category_post_ajax_wrap{
    float: left;
    width: 100%;
    position: relative;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style{
    width: 246px !important;
    float: left;
    background: #efeeee !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-left: -20px;
    margin-top: -20px;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li{
        border-bottom: 1px solid #dcdcdc !important;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 39px;
    padding: 0px 0px 0px 15px !important;
    margin: 0 0 0 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    color: #000 !important;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post, .menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post:hover{
    background: #fff !important;
}
.menu_post_feature .builder_cat_title_list_style{
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;    
}
.navigation_wrapper .menu_post_feature .builder_cat_title_list_style{
    padding-bottom: 500px !important;
    padding-top: 20px !important;
    position: absolute !important;
    left: 0px;
    bottom: 0px;
    display: none !important;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.navigation_wrapper > ul > li:hover .menu_post_feature .builder_cat_title_list_style{
    display: block !important;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.menu_post_feature .builder_cat_title_list_style li{
    color: #000;
    text-align: left;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat{
    width: 79.5% !important;
    float: right !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .row{
    min-width: 100%;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat{
    padding: 20px 25px 20px 20px !important; 
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link{
    line-height: 1.2 !important;
    padding: 0px;
    height: auto !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link a{
    padding: 0px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .post-date{
    line-height: 1.2;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget{
    float: left !important;
    width: 270px !important;
    border: 0px solid #000;
    margin-left: 20px;
    margin-right: 0px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a, .menu_post_feature .image-post-title a{
    text-transform: capitalize;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a:hover, .menu_post_feature .image-post-title a:hover{
    color: #000 !important;
}
.menu_post_feature .jelly_category_ajax_widget{
    margin-bottom: 0px !important;
}

.menu_post_feature .image-post-thumb > a{
    height: auto !important;
}
.menu_post_feature .image_post > .feature-link img, .menu_post_feature .image-post-thumb > a img{
    width: 100% !important;
    max-height: 100% !important;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main h3 a{
    font-size: 17px !important;
    letter-spacing: -0.03em !important;
    float: left;
    width: 100%;
}
.menu_post_feature .recent_post_large_widget .feature-link img{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*-------------------------------------------------------------------------------------
Top menu
-------------------------------------------------------------------------------------*/
.header_main_wrapper.header_style_3_opt{
    padding: 50px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu{
    width: auto !important;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i:hover{
    color: #fff !important;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i{
    font-size: 15px;
}
.home.header_layout_6 .header_main_wrapper.header_style_3_opt, .home.homeslider_full_tab .header_main_wrapper.header_style_3_opt{
    border-bottom: 0px solid #e4e4e4;
}
.home.home_single_slider.header_layout_6 .large_center_slider_container.jl_single_slider_box{
    margin-top: 0px !important;
}
.jl_header_magazine_style.two_header_top_style .header_main_wrapper.header_style_3_opt{
    border-bottom: 0px solid #e4e4e4 !important;
}
.logo-position-top .logo_position_wrapper{
    text-align: center;
}
.header_layout_style3_custom .logo-position-top .logo_position_wrapper{
    margin-top: 0px;
}
.header_date_display{
    float: left;
    height: 23px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    background: #222;
    padding: 0px 10px;
    border-radius: 2px;
    margin-top: 7px;
}
.menu_wrapper {
    width:100%;
    z-index: 999;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.jl_nav_height{
    float: left;
    width: 100%;
}
.jl_menu_sticky.jl_on_sticky{
    position: fixed;
    left:0;
    top:0;
    width:100%;
}
.logo-position h1{ line-height:0px; margin:0px;}
/*-------------------------------------------------------------------------------------
Megamenu
-------------------------------------------------------------------------------------*/
.jl_main_menu > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0px;
    padding: 25px 0px 25px 0px;
    background-color: #fff;
    margin-top: 0px;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu>li {
    background: none !important;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu>li:hover>.sf-with-ul{
    
}


.jl_main_menu > ul > li.megamenu > ul.sub-menu > li > ul > li > a:before{
    content: "\f105";
    margin-right: 10px;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu li {
    background: none;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul > li {
    float: left;
    padding: 0px 15px;
    background: none !important;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul li{
    border-top: 0px !important;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul > li:last-child {
    border: 0px;
}
.jl_main_menu > ul > li.megamenu.columns-4 > ul > li {
    width: 24.99% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.jl_main_menu > ul > li.megamenu.columns-4 > ul > li:last-child {
    border: 0px;
}
.jl_main_menu > ul > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!Important;
    filter: alpha(opacity=100);
    left: 0px!important;
    position: relative!important;
    margin: 0px;
}
.jl_main_menu > ul > li.megamenu ul li a {
    padding: 9px 15px;
}
.megamenu li a,
.megamenu li.current-menu-item a {
    background: none !important;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul > li > a {
    font-size: 15px;
    text-transform: uppercase;
    background: none !important;
}
.jl_main_menu > ul > li.megamenu > ul ul li a:hover{
    background: #f2f2f2 !important;
}

.jl_main_menu > ul > li.megamenu > ul > li .sf-with-ul:after{
    display: none !important;
}
.jl_main_menu > ul > li.megamenu li:first-child a{
    border-top: 0px !important
}
/*-----------------------------------------------------------------------------------*/
/*  menu post tab
/*-----------------------------------------------------------------------------------*/
.menu_post_feature {
    margin-top: 0px !important;
    width: 100% !important;
    background: #FFF !important;
    float: left;
    padding: 20px 0px;
    padding-bottom: 0px !important;
    overflow: hidden !important;
}

.menu_post_feature ul.hover_tab_post_large {
    background: #2C3242 !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-top: -30px;
}

.menu_post_feature ul.hover_tab_post_large li {
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #616161 !important;
}


.menu_post_feature .builder_cat_title_list_style{
    width: 20% !important;
    float: left;
    background: #f75454 !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 30px !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
}
.menu_post_feature .builder_cat_title_list_style li{
    border-bottom: 1px solid #fff !important;
    border-bottom: 1px solid rgba(225,225,225,0.3) !important;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 39px;
    padding: 0px 0px 0px 25px !important;
    margin: 0 0 0 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    color: #fff !important;
}
.menu_post_feature .builder_cat_title_list_style li{
    letter-spacing: 0.03em;
    font-weight: 600 !important
}
.menu_post_feature .builder_cat_title_list_style li.current_cat_post, .menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover{
    background: #fff !important;
    color: #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover{
    background: #fff !important;
}
.menu_post_feature .wrapper_display_post_cat{
    float: left;
    position: relative;
    width: 870px !important;
    margin-left: 0px;
    margin-top: 0px;
}

.menu_post_feature .wrapper_display_post_cat .image-post-title a{
    font-size: 15px !important;
    letter-spacing: 0px !important;
}
.menu_post_feature .wrapper_display_post_cat .image-post-title a:hover{
    opacity: 0.8 !important;
}

.menu_post_feature .cat_post_nav{
    float: left;
    width: 57px;
    margin: 20px 0px 0px 0px !important;
}
.menu_post_feature .cat_post_nav a.next{
    float: right !important;
}
.menu_post_feature .cat_post_nav a.prev{
    float: left !important;
    margin-left: 0px;
}
.menu_post_feature .cat_post_nav a{
    height: 25px !important;
    line-height: 23px !important;
    width: 25px !important;
    padding: 0px !important;
    text-align: center !important;
}
.menu_post_feature .cat_post_nav .prev.nav_blank_link{
    float: left;
    margin-left: 0px !important;
}
.menu_post_feature .cat_post_nav .next.nav_blank_link{
    float: right !important;
    margin-left: 0px;
}
.menu_post_feature .cat_post_nav a i{
    float: none !important;
    margin: 0px !important;
}
.menu_post_feature li {
    white-space: normal !important;
    background: none !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.menu_post_feature li:hover, .menu_post_feature:hover li {
    background: none !important;
}


.menu_post_feature .two-content-wrapper {
    float: left !important;
    width: 247px !important;
    margin: 0px 10px !important;
}

.menu_post_feature .two-content-wrapper a.feature-link {
    height: 160px !important;
}

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

.menu_post_feature .menu_post_cat_color:hover {
    text-decoration: underline !important;
}

.menu_post_feature .widget-title, .menu_post_feature .homepage_builder_title {
    display: none !important;
}

.menu_post_feature .feature-post-title a {
    height: auto !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
}

.menu_post_feature h3 a.image-post-title-link {
    background: none !important;
    text-transform: none !important;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 25px !important;
}

.menu_post_feature h3 a:hover {
    text-decoration: underline !important;
    background: none !important;
    color: #FFF !important;
}

.menu_post_feature .post-meta {
    margin: 0px !important;
    float: left !important;
}

.menu_post_feature .post-author a {
    display: inherit !important;
    padding: 0px !important;
    padding-right: 5px !important;
    background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #B0B0B8 !important;
}

.menu_post_feature ul {
    position: static !important;
    display: block !important;
}

.options_dark_skin .menu_post_feature .jl_post_meta .jl_author_img_w a{
    color: #8b8b8b !important;
}
.menu_post_feature .jl_post_meta .jl_author_img_w a{
    color: #6f6f6f !important;
}
.menu_post_feature .jl_post_meta .post-date{
    color: #6f6f6f;
}
.menu_post_feature .jl_post_meta .jl_author_img_w a:hover{
    color: #6f6f6f !important;
}
.menu_post_feature .image-post-thumb a{
    height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .image-post-title{
    margin:0px;
}
.menu_post_feature .image-post-title a{
    padding: 0px !important;
    color: #000;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.menu_post_feature .image-post-title a:hover, .menu_post_feature .image-post-title:hover, .menu_post_feature a:hover{
    color: #000 !important;
}

.menu_post_feature .right-post-display-content{
    float: left;
    width: 760px;
}
.menu_post_feature .right-post-display-content .image_post{
    height: auto !important;
    padding: 0px !important; 
}

.menu_post_feature .right-post-display-content ul{
    float: left;
    width: 100%;
}
.menu_post_feature .right-post-display-content ul li{
    float: left;
    width: 350px;
    height: auto !important;
    margin: 0px 0px 15px 20px !important;
    padding: 0px 0px 15px 0px !important;
}
.menu_post_feature .right-post-display-content ul li:last-child{
    border-bottom: 1px solid #EDEDED;
}
.menu_post_feature .right-post-display-content ul li a{
    padding: 0px;
    color: #000;
    height: auto !important;
    line-height: 1.2;
}
.menu_post_feature .right-post-display-content ul li .post-meta.meta-main-img, .menu_post_feature .right-post-display-content .post-meta.meta-main-img{
    display: block !important;
}
.menu_post_feature .mainpost_with_list_widget .blog_grid_post_style .content_post_grid{
    display: none;
    border-bottom: 0px !important;
}
.menu_post_feature .blog_grid_post_style{
    margin-bottom: 0px !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style{
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 25px !important;
    position: relative;
}
.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(140%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .home_page_front_view{
    top: 10px;
    bottom: auto;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 {
    margin: 5px 0px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 a, .widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 a:hover {
    color: #fff !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content .post-meta span {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #FFF !important;
    text-transform: uppercase;
}
.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content .post-meta span a{
    color: #fff !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-meta span, .widget_home-main-post-style.main_post_style .blog_grid_post_style .post-meta span a{
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #929292 !important;
}
.jl_cmlist_w .jl_img_box a{
    padding: 0px !important;
}
.jl_cmlist_w .jl_cmlist_w{
    float: left;
    width: 100%;
}
.jl_cmlist_w .jl_mlist_mian{
    width: 20%;
    float: left;    
    padding-right: 30px;
}
.options_dark_skin .jl_cmlist_w .jl_mlist_mian .jl_cat_lists{
    border-right: 0px solid #494949;
}
.options_dark_skin .jl_cmlist_w .jl_mlist_item:first-child a{
    border-top: 0px solid #494949;
}
.options_dark_skin .jl_cmlist_w .jl_mlist_item a{
    border-bottom: 0px solid #494949;
}
.jl_cmlist_w .jl_mlist_mian .jl_cat_lists{
    padding-bottom: 500px;
    margin: -30px 0px -500px -30px;
    border-right: 0px solid #ebebeb;
    padding-top: 30px;
    position: relative;
}
.jl_cmlist_w .jl_mlist_mian .jl_cat_lists:after{
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
}
.jl_cmlist_w .jl_cat_container{
    float: left;
    width: 80%;
}
.jl_cmlist_w .jl_grid_w{
    width: 25%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 0px;
}
.jl_cmlist_w .feature-post-list{
    margin: 0px -15px;
}
.jl_cmlist_w .jl_f_cat a, .jl_cmlist_w .jl_mlist_item a, .jl_post_meta a, .jl_cmlist_w .text-box h3 a{
    padding: 0px !important;
}
.jl_cmlist_w .jl_post_meta{
    text-align: left;
}
.jl_cmlist_w .text-box h3 a{
    font-size: 16px !important;
}
.jl_cmlist_w .jl_f_cat{
    text-align: left;
    float: left;
    width: 100%;
    line-height: 1.2;
}
.jl_cmlist_w .jl_f_cat a{
    width: auto;
    display: inline-block !important;
    padding-left: 13px !important;
}
.jl_cmlist_w .jl_mlist_item:first-child a{
    border-top: 0px solid rgba(255,255,255,.3);
}
.jl_cmlist_w .jl_mlist_item a{
    height: 35px;
    line-height: 35px;
    border-bottom: 0px solid rgba(255,255,255,.3);
    padding-right: 25px !important;
    padding-left: 25px !important;
    position: relative;
    transition: none;
}
.jl_cmlist_w .jl_mlist_item a:after{
    font-family: "jl_font";
    content: "\e962";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 8px;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
/*-------------------------------------------------------------------------------------
menu post
-------------------------------------------------------------------------------------*/
.main_post_style .feature-link img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main_post_style .feature-link:hover img{
}
.menu_post_feature>li, .menu_post_feature .main_post_style{
    width: 100%;
    padding:0px;
    margin: 0px;
    background: transparent;
}
.menu_post_feature .widget.main_post_style{
    margin-bottom: 0px !important;
}

.menu_post_feature .widget.main_post_style .jl_recent_large{
    padding: 20px 10px 0px 10px;
    float: left;
    width: 100%;
}

.menu_post_feature>li{
    float: left;
    width: 100%;
    padding: 0px !important;
    padding-left: 20px !important;
    margin-bottom: 20px;
    border: 0px solid #000 !important;
}

.menu_post_feature .recent_post_large_widget{
    float: left !important;
    width: 25% !important;
    border: 0px solid #000;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.menu_post_feature .image_post a.feature-link{
    height: auto !important;
    line-height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title{
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
    float: left;
    width: 100%;
}
.menu_post_feature .wrap_box_style_main .image-post-title a{
    font-size: 16px !important;
    line-height: 1.3 !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #000 !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title a:hover, .menu_post_feature .post-entry-content .image-post-title a:hover, .menu_post_feature .item-details .feature-post-title a:hover{
    color: #000 !important;
    text-decoration: none !important;
}
.menu_post_feature .post-entry-content .image-post-title a, .menu_post_feature .item-details .feature-post-title a{
    text-transform: capitalize !important;
}

.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img{
    display: none !important;
    margin-top: 6px !important;
}
.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img a{
    font-size: 11px !important;
    text-transform: uppercase !important;
}

.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a{
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.header_magazine_full_screen .menu_wrapper{
  border: 0px !important;
  position: relative;
}
.header_magazine_full_screen .menu_wrapper.menu_sticky.jquery-stickit-spacer{
    height: auto !important;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li{
    padding: 0 13px;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a{
    position: relative;
    padding: 0px;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a{
    color: #000 !important;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a > span{
  position: absolute;
  width: 0; 
  height: 0px;
  display: block;
  bottom: 25px;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a > span{
   width: 100%;
   left: 0;
   background: #000;
}
.jl_head_lobl #menu_wrapper{
    float: left;
    width: 100%;
    height: 54px;
    position: relative;
}
.jl_head_lobl.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a{
    height: 54px;
    line-height: 54px;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu{
    position: relative;
    float: right;
}
.jl_head_lobl.header_magazine_full_screen.jlsh5 .navigation_wrapper #mainmenu.jl_main_menu > li > a,
.jl_head_lobl.header_magazine_full_screen.jlsh5 .navigation_wrapper #mainmenu.jl_main_menu > li > a:hover{
    color: #fff !important;
}
.jl_head_lobl.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons, .jl_cus_sihead.header_magazine_full_screen .search_header_wrapper{
    height: 54px;
    line-height: 54px !important;
}
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper .jli-search{
    height: 70px;
    line-height: 70px;
}
.options_dark_skin .header_magazine_full_screen .search_header_wrapper .jli-search:hover,
.options_dark_skin .header_magazine_full_screen .search_header_menu i:hover{
    color: #fff !important;
}
.jl_cus_sihead.header_magazine_full_screen .jl_h_cart .jl_l_cart{
    height: 70px;
    line-height: 70px;
}
.jl_cus_sihead.header_magazine_full_screen .jl_day_night{
    height: 70px;
    line-height: 70px;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu{
    height: 54px;
    margin-right: 0px;
}
.jl_head_lobl.header_magazine_full_screen .jl_left_share{
    float: left;
}
.jl_head_lobl.header_magazine_full_screen.jl_cus_sihead .menu_wrapper .jl_main_menu > li:hover > a{
    color: #fff !important;
}
.page-template-home-page-builder .jl_head_lobl .jl_logo_tm{
    border-bottom: 0px;
}
.page-template-home-page-builder .jl_head_lobl .jl_logo_tm .jl_lgin{
        padding: 50px 0px;
}
.jl_head_lobl .jl_logo_tm{
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;    
}
.jl_head_lobl .jl_logo_tm .row{
    margin-bottom: 0px;
}
.jl_head_lobl .jl_logo_tm .jl_lgin{
    float: left;
    width: 100%;
    padding: 50px 0 50px 0;
}
.header_magazine_full_screen.jlsh5 .jlm_w span{
    background: #fff !important;
}
.jl_head_lobl .jl_topa_blank_nav{
    height: 54px
}
.jl_head_lobl.header_magazine_full_screen .logo_link img{
    max-height: 120px;
    max-width: 320px;
}
.jl_head_lobl.header_magazine_full_screen .menu_wrapper{
    background-color: #222 !important;
    border-bottom: 0px solid #f0f0f0 !important;
}
.jl_cus_sihead.header_magazine_full_screen .search_header_menu{
    width: auto;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top{
    padding: 0px;
    margin: 0px;
    float: right;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li{
    float: left;
    list-style: none;
    margin-right: 15px;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a img{
    width: 22px;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a{
    float: left;
    height: 50px;
    line-height: 50px;
}
.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons, .jl_cus_sihead.header_magazine_full_screen .search_header_wrapper{
    height: 70px;
    line-height: 70px !important;
}
.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li{
    padding: 0 10px;
}

.social_icon_header_top.jl_socialcolor li a.facebook i{
    color: #45629f;
}
.social_icon_header_top.jl_socialcolor li a.google_plus i{
    color: #df5443;
}
.social_icon_header_top.jl_socialcolor li a.behance i{
    color: #43638b;
}
.social_icon_header_top.jl_socialcolor li a.behance i{
    color: #0057ff;
}
.social_icon_header_top.jl_socialcolor li a.vimeo i{
    color: #1ab7ea;
}
.social_icon_header_top.jl_socialcolor li a.youtube i{
    color: #c61d23;
}
.social_icon_header_top.jl_socialcolor li a.instagram i{
    color: #125d8f;
}
.social_icon_header_top.jl_socialcolor li a.Linkedin i{
    color: #0077B5;
}
.social_icon_header_top.jl_socialcolor li a.pinterest i{
    color: #f75454;
}
.social_icon_header_top.jl_socialcolor li a.twitter i{
    color: #5eb2ef;
}
.social_icon_header_top.jl_socialcolor li a.deviantart i{
    color: #c9dd44;
}
.social_icon_header_top.jl_socialcolor li a.dribble i{
    color: #f5669a;
}
.social_icon_header_top.jl_socialcolor li a.dropbox i{
    color: #0077fa;
}
.social_icon_header_top.jl_socialcolor li a.rss i{
    color: #ff8d36;
}
.social_icon_header_top.jl_socialcolor li a.skype i{
    color: #00bcf2;
}
.social_icon_header_top.jl_socialcolor li a.stumbleupon i{
    color: #f56132;
}
.social_icon_header_top.jl_socialcolor li a.wordpress i{
    color: #1a87aa;
}
.social_icon_header_top.jl_socialcolor li a.yahoo i{
    color: #5729bb;
}
.social_icon_header_top.jl_socialcolor li a.sound_cloud i{
    color: #b19ba5;
}
.social_icon_header_top.jl_socialcolor li:hover a i{
    color: inherit !important;
}


.header_magazine_full_screen .search_header_menu{
  margin-right: 15px;
}
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li:hover > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
}
.header_magazine_full_screen .navigation_wrapper li:hover > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-item > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-parent > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-ancestor > a:after {
}
.header_magazine_full_screen .logo_white{ display: none;}
.full_screen_slider_home_height_menu .logo_white{ display: block;}
.full_screen_slider_home_height_menu .logo_black{ display: none;}
.full_screen_slider_home_height_menu.dark_header_menu .logo_white{ display: none;}
.full_screen_slider_home_height_menu.dark_header_menu .logo_black{ display: block;}
.header_magazine_full_screen .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat,
.menu_with_logo_header_style .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat{width: 902px !important;}

/*-------------------------------------------------------------------------------------
Header large height sitcky
-------------------------------------------------------------------------------------*/
.header-wraper.jl_large_menu_logo.jl_custom_height_small .navigation_wrapper .jl_main_menu > li > a{
    height: 60px;
    line-height: 60px;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_small_wrapper_table{
    height: 60px;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_link img, .header-wraper.jl_large_menu_logo .logo_link img{
    max-height: 25px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small, .header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .menu_mobile_icons, .header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .search_header_wrapper{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*-------------------------------------------------------------------------------------
Header large height
-------------------------------------------------------------------------------------*/
.header-wraper.jl_large_menu_logo .menu_wrapper{
    background: #fff !important;
    border-bottom: 1px solid #eaeaea !important;
}
.header-wraper.jl_large_menu_logo .navigation_wrapper .jl_main_menu > li > a{
    height: 100px;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding: 0 8px;
    letter-spacing: 0.03em;
}
.header-wraper.jl_large_menu_logo .search_header_menu i{
    color: #000;
}
.header-wraper.jl_large_menu_logo .search_header_menu i:hover{
    color: #000;
}
.header-wraper.jl_large_menu_logo .logo_small_wrapper_table{
    height: 100px;
}
.header-wraper.jl_large_menu_logo .logo_link img{
    max-height: 40px;
}
/*-------------------------------------------------------------------------------------
Header 06
-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
Header full screen
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen .logo_small_wrapper_table{
    display: table;
    padding: 0;
    height: 70px;
    float: left;
    width: auto;
    margin-right: 0px;
    margin-left: 0px !important;
    position: relative;
    z-index: 33;
}
.header_magazine_full_screen.menu_grid12 .logo_small_wrapper_table{
    margin-left: 0px !important;
    position: relative;
    z-index: 2;
}
.header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper{
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.full_screen_slider_home_height_menu.header_magazine_full_screen .menu_wrapper{
    border-top: 0px solid #e4e4e4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.2) !important;

}
.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .menu_wrapper, .header_magazine_full_screen .menu_wrapper{
    background-color: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.header_magazine_full_screen.dark_header_menu .menu_wrapper{
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.07);
    box-shadow: 0 2px 5px rgba(0,0,0,.07);
}
.header_magazine_full_screen .logo_link{
    margin: 0;
    display: inline-block;
}
.header_magazine_full_screen .logo_link img{
    max-height: 40px;
    max-width: 140px;
}
.header_magazine_full_screen .main-menu{
    float: left;
    position: static;
}

.header_magazine_full_screen .search_header_menu{
    height: 70px;

}
.header_magazine_full_screen .search_header_wrapper{
    margin-top: 0px;
    height: 100px;
    line-height: 100px !important;
}
.header_magazine_full_screen .menu_mobile_icons{
    margin-top: 0px;
    height: 100px;
    line-height: 100px !important;
}
.search_header_menu i:hover{
    color: #000 !important;
}
.header_magazine_full_screen .search_header_menu i:hover{
    color: #000 !important;
}
.menu_mobile_icons.mobile_close_icons.closed_menu i, .search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i{
    color: #000 !important;
}
.header_magazine_full_screen .search_form_menu_personal{
     top: 15px;
}
.jl_desk_hide{
    display: none !important;
}
/*-------------------------------------------------------------------------------------
Header 5
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen.jl_sh5 .container{
    max-width: 100%;
    padding: 0px 50px;
}

/*-------------------------------------------------------------------------------------
Header Magazine style
-------------------------------------------------------------------------------------*/
.jl_header_magazine_style .header_top_bar_wrapper .row{
    margin-bottom: 0px;
}
.jl_header_magazine_style .header_top_bar_wrapper .navigation_wrapper{
    width: auto;
}
.jl_header_magazine_style .header_top_bar_wrapper .jl_top_cus_social .search_header_menu{
    margin-right: 0px;
}
.jl_header_magazine_style .navigation_wrapper > ul > li{
    float: left;
}
.jl_header_magazine_style.two_header_top_style.jl_cus_top_share .header_top_bar_wrapper{
    background: #000;
}
.jl_header_magazine_style.two_header_top_style .navigation_wrapper > ul{
    margin-left: 0px !important;
}
.header_layout_style3_custom.jl_cusdate_head.jl_header_magazine_style.two_header_top_style .search_header_menu{
    margin-right: 15px;
}
.jl_header_magazine_style.two_header_top_style .search_header_menu{
    width: auto;
    margin-right: 13px;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top{
    padding: 0px;
    margin: 0px;
    float: right;
    line-height: 1.2;
    margin-top: 0px;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li{
    list-style: none;
    float: left;
    margin-left: 15px;
    line-height: 1.2;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a img{
    max-width: 60%;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a{
    width: auto;
    height: 40px;
    line-height: 40px
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.headcus5_custom.jl_header_magazine_style.two_header_top_style .social_icon_header_top li{
    margin-left: 5px;
}
.headcus5_custom.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a{
    width: 25px;
    height: 30px;
    line-height: 30px;
    border: 0px solid #eaeaea;
    border-radius: 100px;
    display: block;
    font-size: 17px;    
}
.options_dark_skin .headcus5_custom.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a i{
    color: #fff !important;
}
.headcus5_custom.header_layout_style5_custom .menu_mobile_icons.jl_mm{
    right: 7px;
}
.headcus5_custom.header_layout_style5_custom .search_header_wrapper.jl_ms{
    left: 4px;
    margin-left: 0px;
    cursor: pointer;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper{
    position: relative;
    z-index: 999;
}
.headcus5_custom.header_layout_style5_custom .search_header_wrapper.jl_ms i{
    font-size: 18px;
}
.headcus5_custom.header_layout_style5_custom .jl_l_cart{
    height: 40px;
}
.headcus5_custom.header_layout_style5_custom .search_header_menu{
    margin-right: 15px;
}
.headcus5_custom.header_layout_style5_custom .search_header_menu .menu_mobile_icons,
.headcus5_custom.header_layout_style5_custom .search_header_menu .search_header_wrapper, .headcus5_custom.header_layout_style5_custom .search_header_menu .search_header_wrapper i{
    height: 40px;
    line-height: 40px;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header_top{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
}
.jl_header_magazine_style .navigation_wrapper{
    width: auto;
}
.jl_header_magazine_style .header_main_wrapper.header_style_3_opt{
    padding: 25px 0px 25px 0px;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table{
    float: left;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link{
    float: left;
    height: 80px;
    line-height: 80px;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link img{
    max-height: 30px;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > ul, .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > .sub-menu{
    margin-left: 0px !important;   
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper{
    border-top: 0px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li{
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 10px;
}
.jl_header_magazine_style.header_layout_style3_custom #jl_top_menu > li > a{
    letter-spacing: 0.0em;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a{
    padding: 0px;
    height: 75px;
    line-height: 75px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    letter-spacing: -0.01em;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a:hover, .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li:hover > a{
    color: #000;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li > a > span{
  position: absolute;
  width: 0; 
  height: 0px;
  display: block;
  bottom: 15px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li:hover > a > span{
   width: 100%;
   left: 0;
   background: #fff;
}
.logo_small_wrapper_table{
    display: table;
    padding: 0;
    height: 75px;
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.logo_small_wrapper_table .logo_small_wrapper{
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.logo_small_wrapper_table .logo_small_wrapper a{
    margin: 0;
    display: inline-block;
    position: relative;
}
.logo_small_wrapper_table .logo_small_wrapper a:hover{
    text-decoration: none !important;
}
.logo_small_wrapper_table .logo_small_wrapper a img{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    max-height: 30px;
}
.logo_small_wrapper_table .logo_small_wrapper a .jl_logo_w{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.jl_header_magazine_style .jl_ads_header_pos{
    float: right;
    width: 70%;

}
.jl_header_magazine_style .jl_ads_header_pos .ads300x250-thumb{
    text-align: right;
}
.jl_header_magazine_style .jl_ads_header_pos .widget{
    margin-bottom: 0px;
}
.jl_header_magazine_style .navigation_wrapper{
    width: 100%;
}
.jl_main_menu > .megamenu{
    position: initial !important;
}

.jl_main_menu .sub-menu.menu_post_feature{
    width: auto !important;
    float: left;
    position: absolute;
    left: 15px;
    right: 15px;
}

.jl_main_menu .sub-menu.menu_post_feature > li{
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px !important;
}

.jl_main_menu .recent_post_large_widget .recent_list_item_number_left{
    display: none;
}
.jl_main_menu .recent_post_large_widget .wrap_box_style_main .title_content_wrapper{
    border-left: 0px solid #000;
    padding-left: 0px;
    margin-left: 0px;
    float: left;
    max-width: 100%;
    margin-top: 0px;
}
.jl_main_menu .home_page_front_view{
    display: none;
}




/*-------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------*/
.header-top-right ul {
    margin: 0px;
    float: right;
}
.header-top-left h1 {
    line-height: 0px;
    margin-bottom: 0px;
}
.header-top-left .widget {
    margin-bottom: 0px !important;
    float: inherit;
}
.header-top-right ul.menu-top li {
    height: 40px;
    line-height: 40px;
    border-top: 3px solid transparent;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
}
.header-top-right ul.menu-top li.current_page_item {
    border-top: 3px solid #fff;
}
.header-top-right ul.menu-top li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}
.header-wraper .main_menu {
    float: right;
    z-index: 998;
    position: relative;
}
.header-main-position {
    position: relative;
}
.header-wraper .menu-position {
    position: static;
}
.header-wraper .main_menu .grid_8 {
    width: 882px;
    margin: 0px;
}
.header-wraper .main_menu .grid_4 {
    width: 200px;
    margin: 0px;
}

.header_top_wrapper {
    background: #000000;
    float: left;
    width: 100%;
}
.header_top_wrapper .row {
    padding: 0px 7px;
}
.header_top_wrapper .row,
.news_ticker_wrapper .row,
.header_top_wrapper form,
.header_top_wrapper p {
    margin-bottom: 0px;
}
.header-wraper{
    float: left;
    width: 100%;   
    z-index: 9999;
    position: relative;
}
.header-wraper:after{
    display: table;
    content: '';
    clear: both;
}
.header_main_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.header_layout_style3_custom.top_bar_menu_black .header_main_wrapper{
    background: #36ffe7;
}
.header_main_wrapper .logo_link img{
    max-width: 200px;
}
.header_magazine_style .header_main_wrapper img{
    width: auto !important;
}
.header_main_wrapper .row,
.header_main_wrapper img {
    margin-bottom: 0px;
}
.menu_wrapper {
    display: block;
    width: 100%;
    z-index: 9999;
    margin-bottom: -1px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.menu_wrapper:after{
    display: table;
    content: '';
    clear: both;
}
.body_wraper_box .menu_wrapper {
    max-width: 1150px;
}
.sticky-wrapper {
    clear: both;
}
.menu_wrapper .row {
    margin-bottom: 0px;
}
.row {
    margin-bottom: 40px;
}
.body_wraper_box {
    background: #FFF;
    width: 100%;
    max-width: 1150px;
    min-width: 300px;
    margin: 0 auto;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #F0420B;
}
#progressBar {
    width: 100%;
    background: #EDEDED;
}
.full_width_caption_with_post_format .single_post_share_icon_post_top{
    margin-bottom: 25px !important;
}

/*-------------------------------------------------------------------------------------
Header layout 6
-------------------------------------------------------------------------------------*/
.header_layout_black_custom .header_top_main_wrapper{
    background: #000 !important;
}
.header_layout_black_custom .header_main_wrapper{
    background: #fff !important;
    
}

.header_layout_black_custom .menu_wrapper{
    border-bottom: 0px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03) !important;
}
.header_layout_black_custom .search_form_menu_click{
    margin-top: 4px !important;
}


#sidebar table thead {
    background: #2f88d6;
}


.post_list_widget li{
  position: relative;
}
.post_list_widget .recent_list_item_number{
    background: #f75454;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: -20px;
    position: absolute;
    top: 16%;
    left: -10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;z-index: 99;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_border_radius .feature-image-link.image_post{
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.feature-image-link.image_post {
    width: 100px;
    position: relative !important;
    display: block;
    float: right;
}
.jl_radius .feature-image-link.image_post .jl_small_list_num{
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;   
    border-radius: 10px 0px 0px 0px;
}
.feature-image-link.image_post .jl_small_list_num{
    position: absolute;
    top: 0%;
    left: 0%;
    background: #f84126;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;     
}
.feature-image-link.image_post .background_over_image:before, .feature-image-link.image_post .background_over_image:after{
    display: none;
}

.jl_radius .feature-image-link.image_post img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}
.feature-image-link.image_post img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-image-link.image_post:hover img{
}

.feature-image-link.image_post .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.feature-image-link.image_post:hover .overlay_icons{
    margin-top: -4px;
    opacity: 0;
}
.feature-image-link.image_post .alignnone {
    margin: 0px !important;
}
.feature-post-list li {
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
    border-bottom: 0px solid #e4e4e4;
}
.feature-post-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #e4e4e4;
}
.post_list_widget ul,
.feature-post-list {
    padding: 0px;
    margin-bottom: 0px;
}
.feature-item img {
    width: 100%;
}
.feature-post-list .item-details {
    position: relative;
    margin-right: 120px;
    top: 0px;
}
.feature-post-list .item-details p{
    margin-bottom: 0px;
}
#tab3 .feature-post-list .item-details, .comment_widget .feature-post-list .item-details{
    margin-left: 105px;
}
.feature-post-list-number .item-details {
    position: relative;
    margin-left: 85px;
    top: 0px;
}
.feature-post-list .item-details .meta-category-small{
    margin-bottom: 10px;
}
.feature-post-list .item-details .meta-category-small a{
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    margin-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.feature-post-list .item-details h3 {
    margin: 0px 0px 10px 0px  !important;
    text-transform: capitalize;
    float: left;
    width: 100%;
}
.feature-post-list .item-details h3 a{
    font-size: 16px;
}
.feature-post-list .item-details .post-meta{
    float: left;
    width: 100%;
    line-height: 1.2;
}
footer .feature-post-list .item-details h3 {
    margin-bottom: 5px;
}
footer .feature-post-list .item-details .post-meta,
footer .feature-post-list .item-details .post-meta a {
    color: #444;
}    
.feature-post-list .item-details .post-meta,
.feature-post-list .item-details .post-meta a {
    color: #555;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.auto_image_with_date .post-date{
    margin-top: 0px;
    float: left;
    margin-left: 0px;
    text-transform: capitalize;
    color: #818181;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
}
.feature-post-list .item-details .post-meta a:hover{
    text-decoration: none !important;
    float: none !important;
    color: #000 !important;
}
.feature-post-list .item-details .post-meta a{
    font-weight: 700;
}
.feature-post-list .item-details .post-meta .post-author {
    margin-right: 10px;
}
.feature-post-list .item-details .post-meta i {
    margin-right: 5px;
}
.feature-post-list .feature-post-title,
.box-1 .inside h3 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0px !important;
}
.jl_recent_post_number .meta-category-small-text{
    float: left;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
}
.jl_recent_post_number .meta-category-small-text a{
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-weight: 400;
    float: left;
}
.jl_recent_post_number .meta-category-small-text a:hover{
    text-decoration: none !important;
}
.jl_recent_post_number .meta-category-small-text a:after{
    content: ' ,';
}
.jl_recent_post_number .meta-category-small-text a:last-child:after{
    content: '';
}
.jl_recent_post_number{
    float: left;
    width: 100%;
}
.jl_recent_post_number > li{
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}
.jl_recent_post_number > li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
.jl_recent_post_number > li .jl_list_bg_num{
    position: absolute;
    z-index: 1;
    font-weight: 800;
    font-size: 80px;
    line-height: 1.2;
    top: -25px;
    right: 0px;
    color: #f5f5f5;
}
.jl_recent_post_number > li .item-details{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.jl_recent_post_number .meta-category-small{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.jl_recent_post_number .meta-category-small a{
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.jl_recent_post_number .feature-post-title{
    font-size: 17px;
    margin-top: 0px !important;
    float: left;
    width: 100%;
}
.jl_recent_post_number .feature-post-title a{
    font-size: 17px !important;
}
.jl_recent_post_number .post-meta{
    float: left;
    width: 100%;
}
.jl_recent_post_number .post-meta .post-date i{
    margin-right: 5px;
}

/*-------------------------------------------------------------------------------------
tag
-------------------------------------------------------------------------------------*/
.tagcloud {
    padding: 0;
    list-style: none;
}
footer .tagcloud a{
    color: #FFF;
}
.options_dark_skin .tagcloud a{
    color: #fff;
    background: #494949;
}
.tagcloud a {
    float: left;
    margin: 0px 8px 8px 0px;
    font-size: 13px !important;
    color: #000;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 0px 13px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize;
    text-decoration: none !important;
}
.tagcloud a:hover,
.tag-cat a:hover {
    text-decoration: none !important;
    background: #f75454;
    color: #FFF !important;
}
/*-------------------------------------------------------------------------------------
Info box
-------------------------------------------------------------------------------------*/
.jl_box_c{
    display: block;
    width: 100%;
}
.jl_box_w{
    display: flex;
    flex-flow: row wrap;
    margin: 0px -15px;
}
.jl_box_info_w{
    padding: 0px 15px;    
}
.d_col3 .jl_box_info_w{
    width: 33.333%;
}
.d_col4 .jl_box_info_w{
    width: 25%;
}
.d_col5 .jl_box_info_w{
    width: 20%;
}
.jl_box_info{
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jl_box_info .jl_box_title{
    position: relative;
    z-index: 2;
    margin: 0px;
    background: #fff;
    padding: 10px 16px;
    font-size: 11px;
    color: #000;
}
.jl_box_info .jl_box_link{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 3;
}
.jl_box_info .jl_box_bg{
    z-index: 1;
}
/*-------------------------------------------------------------------------------------
Pagination
-------------------------------------------------------------------------------------*/
.jellywp_pagination {
    margin: 0px !important;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.jellywp_pagination ul{
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
    display: block;
    text-align: center;
    margin: 40px 0px 0px 0px;
}
.jellywp_pagination ul li{
    float: none;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    list-style: none;
    margin: 0 2px;
}
.jellywp_pagination ul li a{
    font-size: 12px;
    margin-right: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.jellywp_pagination ul li a i{
    font-size: 9px;
}
.jellywp_pagination ul li span{
    font-size: 12px;
    margin-right: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #f75454;
    color: #fff;
    border-radius: 100px;
}
.jellywp_pagination ul li .page-numbers.dots{
    background: transparent !important;
    color: #000;
    width: 10px;
    margin: 0px;
}
.jellywp_pagination ul li a:hover {
    text-decoration: none !important;
    background: #f75454;
    color: #FFF !important;
}


.jelly-infinite-scroll{
    float: left;
    width: 100%;
    display: block !important;
    text-align: center;
}
.jelly-infinite-scroll a{
    position: relative;
    z-index: 2;
    padding: 7px 25px;
    width: 220px;
    max-width: 100%;
    line-height: 20px;
    border: 3px solid #ececec;
    background: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.jelly-infinite-scroll a:hover, .jelly-infinite-scroll a:focus{
    border: 3px solid #d8d8d8;
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
Author box
-------------------------------------------------------------------------------------*/
.jl_auth_head_w{
    float: left;
    width: 100%;
    margin-top: 60px;
}
.jl_auth_head_w .row{
    margin-bottom: 0px;
}
.jl_info_auth{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_info_auth .author-avatar{
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    position: relative !important;
    display: block;
    float: left;
}
.jl_radius .auth .author-info{
    border-radius: 0px;
}
.jl_info_auth.author-info .author-description{
    position: relative;
    margin-left: 20px;
    top: 0px;
}
.auth .author-info.jl_auth_head{
    background: transparent;
    padding: 0px 20%;
    text-align: center;
    margin-bottom: 0px;
}
.author-info.jl_auth_head .author-avatar{
    float: none;
    display: block;
}
.author-info.jl_auth_head .avatar{
    border-radius: 100px;
    width: 100px !important;
}
.author-info.jl_auth_head .author-description h5{
    font-size: 23px;
    margin-top: 10px;
}
.author-info.jl_auth_head .author-description{
    float: none;
    display: block;
    margin: 0px;
}
.author-info.jl_auth_head .author-description p{
    margin-bottom: 5px;
}
.author-info.jl_auth_head .jl_auth_link{
    position: relative;
    list-style: 1.2;
    margin-top: 10px;

}

.main_title_col .auth{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px !important;
}
.main_title_col .auth .jl-author-link a{
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main_title_col .auth .jl-author-link{
    margin-bottom: 10px;
}
.auth .author_postcount, .auth .author_commentcount{
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    background: #000;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 100px;
}
.auth .socialmedia span {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
}
.auth .socialmedia span a {
    display: block;
}
.auth .socialmedia span a i {
    color: #FFF;
    font-size: 13px;
}
.auth .socialmedia span.globe {
    background: #ff835e;
}
.auth .socialmedia span.facebook {
    background: #3b5999;
}
.auth .socialmedia span.twitter {
    background: #00aced;
}
.auth .socialmedia span.googleplus {
    background: #d61e1e;
}
.auth .author_avata img {
    position: relative;
    float: left;
    padding-right: 15px;
}
.auth{
    float: left;
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 0px solid #ebebeb;    
}
.auth .author-info{
    margin-bottom: 0px;
    background: #f9f9f9;
    padding: 30px;
}
.auth h5 {
    margin: 0px;
}
.auth i {
    font-size: 20px;
}
.auth span {
    padding-right: 10px;
}
.auth p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.auth .jl-author-link{
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.2;
}
.auth .jl-author-link li{
    list-style: none;
    float: left;
    margin-right: 5px;
}
.auth .jl-author-link a{
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    border-radius: 100px;
}
.auth .jl-author-link a:hover{
    color: #000;
}
.auth .jl-author-link a i{
    font-size: 13px;
}
.jl_auth_link{
    padding: 0px;
    margin-bottom: 0px;
}
.jl_auth_link li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.2;
}
.jl_auth_link li a{
    line-height: 1.2;
}
.jl_auth_link li a:hover{
    text-decoration: none !important;
}
.jl_auth_link li a i{
    font-size: 10px;
}
.jl_auth_link li a .jli-mail{
    font-size: 14px;
}
.auth .jl_auth_link{
    line-height: 1.2;
    margin-left: 15px;
    display: block;
    display: inline-flex;
}
/*-------------------------------------------------------------------------------------
Author profile
-------------------------------------------------------------------------------------*/

.author-info {
    margin-bottom: 25px;
}
.author-info .author-avatar {
    float: left;
}
.author-info .author-description {
    margin-left: 120px;
    position: relative;
}
.author-info .author-description h5 {
    font-size: 18px;
    text-transform: capitalize;
    display: inline-flex;
}
.author-info .author-description h2 {
    font-size: 25px;
}
.author-info img.avatar {
    margin: 0px;
    width: 95px !important;
    border-radius: 100px;
}
.author-description h2 {
    color: #656d78;
    line-height: 18px;
}
.auth .social-icons-list-widget {
    margin-top: 10px;
    text-align: left;
}
.auth .social-icons-list-widget li{
    float: left;
}
.auth .social-icons-list-widget a{
    color: #222;
    font-size: 12px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.auth .social-icons-list-widget a:hover{
    color: #f75454;
}
.auth .social-icons-list-widget i {
    font-size: 15px;
}
.tag-cat i{
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.tag-cat .tag_title{
    background: #222 !important;
    color: #fff !important;
    letter-spacing: 0px;
}
.tag-cat a, .tag-cat .tag_title {
    margin-top: 3px;
    background: #EAE9E9;
    float: left;
    margin-right: 3px;
    padding: 0px 10px;
    color: #000;
    font-size: 12px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.tag-cat a:hover {
    background: #f75454;
    color: #FFF;
}
.single_post_tag_layout{ float: left; padding: 0px; margin: 0px;}
.single_post_tag_layout li{ float: left; list-style: none;}
.single_post_tag_layout li a:before{
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    content: "#";
    margin-right: 3px;

}
.single_post_tag_layout li a{
    border:1px solid #000;
    background: #000;
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 6px;
    text-align: center;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.single_post_tag_layout li a:hover{
    color: #fff !important;
}
.mashsb-buttons a:hover{
    text-decoration: none !important;
}
.options_dark_skin .single_tag_share{
    border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
}
.single_tag_share {
    float: left;
    width: 100%;
    padding: 30px 0px 25px 0px;
    margin: 40px 0px 0px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: -1px;
}
.single_tag_share.jl_tag_none{
    border: 0px;
    padding: 0px;
}
.single_section_content .mashsb-count{
    font-family: inherit !important;
}
.single_section_content .counts.mashsbcount{
    color: #f75454;
    font-family: inherit;
    letter-spacing: -3px;
    padding-top: 3px;
}
.single_section_content .mashsb-sharetext{
    font-family: inherit;
    color: #8A8C8E;
    font-weight: 400;
}
.single_tag_share .tag-cat{
    float: left;
    margin-top: 0px;
}
.single-post-meta-wrapper .post-author{
    padding: 0px;
    margin-right: 10px;
}
.single-post-meta-wrapper .post-date, .single-post-meta-wrapper .meta-comment{
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
}
.single-post-meta-wrapper .post-date:before, .single-post-meta-wrapper .meta-comment:before{
    content: "";
    background: #666666;
    width: 2px;
    height: 2px;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.single-post-meta-wrapper.jl_sfoot{
    width: 100%;
    margin-top: 0px !important;
}
.single-post-meta-wrapper.jl_sfoot a{
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.single-post-meta-wrapper.jl_sfoot span, .single-post-meta-wrapper.jl_sfoot a{
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.single-post-meta-wrapper.jl_sfoot a i{
    float: left;
    font-size: 14px;
}
.single-post-meta-wrapper.jl_sfoot .jl-spin{
    position: absolute;
    top: 0px;
    right: -9px;
    width: auto;
    height: auto;
    line-height: 1.2;
    padding: 0px;
    border:0px !important;
}
.single-post-meta-wrapper.jl_sfoot a .jl-spin{
    font-size: 11px;
    margin-right: 0px;    
}
.single-post-meta-wrapper.jl_sfoot i{
    float: left;
    display: inline-block;
    padding: 0px;
    color: #000;
    text-align: center;
    margin-right: 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #ebebeb;
}
.single-post-meta-wrapper.jl_sfoot .view_options span,
.single-post-meta-wrapper.jl_sfoot .jm-post-like span{
    background: #000;
    height: 15px;
    line-height: 15px;
    padding: 0px 6px;
    border-radius: 100px;
    font-size: 10px;
    color: #fff !important;
    position: absolute;
    top: 0px;
    right: -5px;
}
.single-post-meta-wrapper.jl_sfoot .jm-post-like, .single-post-meta-wrapper.jl_sfoot .jm-post-like:hover{
    color: #000 !important;
    font-size: 14px !important;
}
.single-post-meta-wrapper.jl_sfoot .view_options{
    color: #000 !important;
    font-size: 14px;    
    margin-left: 0px;
    position: relative;
}
.single-post-meta-wrapper.jl_sfoot span{
    margin: 0px;
}
.jl-spin {
    -webkit-animation: jl-spin 2s infinite linear;
    animation: jl-spin 2s infinite linear
}

@-webkit-keyframes jl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes jl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


/*-------------------------------------------------------------------------------------
Ads
-------------------------------------------------------------------------------------*/
.jl_ads_section{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -30px;
}
.jl_ads_section.jl_before_comment{
    margin-bottom: -25px;
    margin-top: 30px;
}
.jl_ads_section iframe, .jl_ads_section .widget{
    margin-bottom: 0px !important;
}
.jl_ads_section p{
    margin-bottom: 0px;
}
.jl_ads_u_title{
    text-align: center;
    float: left;
    width: 100%;
}
.jl_ads_u_title.image_ads_bl{
    margin-top: 30px;
}
.jl_ads_u_title.image_ads_bl .widget_text.widget{
    margin-bottom: 0px !important;
}
/*-------------------------------------------------------------------------------------
Post nav
-------------------------------------------------------------------------------------*/
.jl_navpost{    
    position: fixed;
    top: 50%;
    z-index: 2;
    width: 340px;
    height: 200px;
    overflow: hidden;
    border:1px solid transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-transition: all .4s cubic-bezier(.24,.6,.25,1);
    -moz-transition: all .4s cubic-bezier(.24,.6,.25,1);
    -o-transition: all .4s cubic-bezier(.24,.6,.25,1);
    transition: all .4s cubic-bezier(.24,.6,.25,1);
}
.jl_navpost.jlnavposts{
    opacity: 1;
    visibility: visible;
}
.jl_navpost.postnav_left img{
    right: 50px;
}
.postnav_left{
    right: calc(100% - 50px);
}
.postnav_left:hover{
     right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.postnav_right{
    left: calc(100% - 50px);
}
.postnav_right:hover{
     left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.jl_navpost img{
    object-fit: cover;
    position: absolute;
    top: 0px;
    height: 100% !important;
}
.jl_navpost:hover .jl_f_img_link{
    background: rgba(0,0,0,.3);
}
.options_dark_skin .jl_navpost .jl_nav_label{
    color: #fff;
}
.jl_navpost .jl_nav_label{
    color: #000;
    position: absolute;
    top: 0px;
    writing-mode: vertical-rl;
    right: 0px;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 2;
    letter-spacing: 0.05em;
}
.options_dark_skin .jl_navpost:hover .jl_nav_label{
    background: #000;
}
.jl_navpost:hover .jl_nav_label{
    background: #fff;
}
.jl_navpost.postnav_right img{
    left: 50px;
}
.jl_navpost.postnav_right .jl_nav_label{
    right: auto;
    left: 0px;
}
.jl_navpost.postnav_right .jl_cpost_title{
    left: 80px;
    right: 30px;
}
.jl_cpost_title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 70px;
    color: #fff;
    line-height: 1.2;
}
/*-------------------------------------------------------------------------------------
Related post
-------------------------------------------------------------------------------------*/
.options_dark_skin .jl_relsec{
    background: #494949;
}
.options_dark_skin .related-posts .text-box{
    background: #1a1a1a;
}
.jl_relsec{
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 50px 0px 40px 0px;
}
.jl_relsec .row{
    margin-bottom: 0px;
}
.related-posts {
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 0px;
    position: relative;
}
.related-posts h4{
    float: left;
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.related-posts .jl_img_box{
    margin-bottom: 0px;
}
.related-posts .text-box{
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
}
.related-posts .single_related_post{
    display: flex;
    flex-flow: row wrap;
    margin: 0px -15px;
}
.related-posts .blog_grid_post_style{
    width: 25%;
    padding: 0px 15px;
}
.related-posts .jl_grid_w{
    margin-bottom: 20px;
}
.related-posts .jl_grid_w .text-box h3 a{
    font-size: 18px;
}



.no_feature_image_post_small_grid{
    height: 13px;
    width: 100%;
    float: left;
}
.no_feature_image_post_medium_grid{
    height: 0px;
    width: 100%;
    float: left;
}
.blog_list_post_style .post-entry-content.list_no_feature_image_post{
    float: left !important;
    width: 100% !important;
    margin-left: 0px !important;
    padding: 0px;
}
.hide_feature_post_sign{
    display: none !important;
}
.single-meta-category-small{
    float: left;
    width: 100%;
}
.single-meta-category-small a{
    float: left;
    margin-bottom: 5px;
}
.jl_main_b_grid_builder{
    float: left;
    width: 100%;
}
.jl_main_b_grid_builder .jl_main_b_grid_container{
    margin-left: -15px;
    margin-right: -15px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item_w{
    padding: 0px 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.jl_main_b_grid_builder .jl_main_b_grid_item{
    float: left;
    width: 100%;
    position: relative;
}
.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_border_radius .jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin{
    height: 365px;
    position: relative;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .jl_post_meta span{
    color: #fff !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay{
    position: absolute;
    width: auto;
    left: 20px;
    top: 20px;
    z-index: 2;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay a{
    float: left;
    color: #fff;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.jl_main_b_grid_builder .jl_main_b_grid_item .image_grid_header_absolute{
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    padding: 0px 25px 25px 25px;    
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .post-category-color-text{
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 4px 10px 4px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a, .jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a:hover{
    color: #fff !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span, .jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span a{
    color: #fff !important;
}
.widget.widget_generik_main_b_gridwidgets{
    margin-bottom: 20px !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper{
    float: left;
    width: 100%;
    border: 1px solid #e9ecef;
}
.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper .wrap_box_style_main{
    background: #fff;
    padding: 20px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small{
    top: 20px;
    left: 20px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin{
    height: 170px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small{
    float: left;
    width: auto;
    margin-bottom: 0px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small a{
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title{
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title.wrap_box_style_main{
    margin-bottom: 0px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .post-meta{
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*-------------------------------------------------------------------------------------
Comment box
-------------------------------------------------------------------------------------*/
.comments-area .commentlist .comment {
    position: relative;
    float: left;
    width: 100%;
}
.comments-area .commentlist .comment-meta {
    position: relative;
    float: left;
    width: 100%;
}
.comments-area .commentlist .comment-meta img {
    margin-right: 20px;
    float: left;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100px;
}
.comments-area .commentlist .comment-meta .comment-author-name{
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #202020;
    margin-top: 0px;
    font-weight: 400;
}
.comment-meta .comment-author-name a:hover{
    text-decoration: none !important;
    color: #f75454;
}
.content_single_page .comment-reply-link, .content_single_page .comment-edit-link, .content_single_page .comment-meta .comment-author-date{
    text-decoration: none !important;
}
.content_single_page .comment-author-name a{
    color: #000;
    text-decoration: none !important;
}
.comment-meta .comment-author-date{
        display: block;
        margin-top: 0px;
        margin-bottom: 5px;
        -webkit-box-shadow: inset 0 -1px 0 transparent !important;
        -moz-box-shadow: inset 0 -1px 0 transparent !important;
        box-shadow: inset 0 -1px 0 transparent !important;
}
.comment-meta .comment-author-date:hover, .comment-meta .comment-author-date:hover time{
    color: #f75454;
    text-decoration: none !important;
}


.comments-area .commentlist .comment-meta cite {
    display: block;
    font-size: 16px;
    padding-bottom: 0px;
}
.comments-area .commentlist .comment-content {
   display: block;
   margin-top: 20px;
   float: left;
   width: 100%;
   border-bottom: 1px solid #f0f0f0;
   padding-bottom: 20px;
}
.options_dark_skin .comments-area .commentlist .comment-content{
    border-bottom: 1px solid #494949;
}
.options_dark_skin #go-top a{
    background: #484848;
}
.comment-reply-link, .comment-edit-link{
    font-size: 10px;
    background-color: #F1F1F1;
    color: #313131 !important;
    height: 20px;
    line-height: 20px;
    margin-left: 0px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0px;
    right: 0px;
    float: left;
    text-align: center;
    padding: 0px 10px;
    margin-top: 3px;
    text-transform: uppercase;
}
.options_dark_skin .comment-reply-link, .options_dark_skin .comment-edit-link{
    background: #484848;
    color: #fff !important;
}
.comment-edit-link{    
    margin-right: 5px;
}
.comment-reply-link:hover, .comment-edit-link:hover{
    color: #fff !important;
    background: #f75454;
    text-decoration: none !important;
}
.comment time {
    font-weight: 300;
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    letter-spacing: 0em;
}
.comments-area .comments-title{
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 0px;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.comments-area ul, .comments-area ol{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.comments-area ul ul{
    margin-bottom: 0px;
}
.comments-area li > ol{
    margin-bottom: 0px;
}
.comments-area .commentlist > li, .comments-area .children > li{
    list-style: none !important;
}
.comments-area .commentlist li.comment {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 25px;
}
.comments-area .commentlist > li.comment:first-child{
    padding-top: 0px;
}
.comments-area li #respond{
    margin-bottom: 30px;
    margin-top: 20px;
}
dd{
    margin-bottom: 20px;
}
#commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #FFF;
    background: #f75454;
}
.single_section_comment p{
    position: relative;
    width: 100%;
    float: left;
}
.single_section_comment p:last-child{
    margin-bottom: 0px;
}
.single_section_comment .comment-form-comment .u-full-width{
    float: left;
    width: 100%;
}
.single_section_comment .form-fields.row{
    float: left;
}
.single_section_comment .comment-form-cookies-consent{
    margin-top: 10px;
    position: relative;
}
.single_section_comment .comment-form-cookies-consent input[type="checkbox"]{
    float: left;
    position: relative !important;
    display: block;
}
.single_section_comment .comment-form-cookies-consent label{
    position: relative;
    margin-left: 5px;
    line-height: 1.2;
}
.single_section_comment .form-submit input,
.single_section_comment .form-submit{
    margin-bottom: 0px !important;
}
.single_section_comment .form-submit{
    margin-top: 0px;
}
.single_section_comment {
    border: 0px solid #EAEAEA;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    margin-top: -1px;
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
}
.single_section_comment #respond{
    margin-top: 0px;
}
.comment-respond form{
     margin-bottom: 0px;
}
.single_section_comment .commentlist{ padding: 0px; float: left; width: 100%; margin-bottom: 30px;}
.single_section_comment .commentlist:last-child{
    margin-bottom: 0px;
}
.single_section_comment .commentlist .children{
    float: left;
    width: 100%;
}
.single_section_comment .commentlist .children:last-child{
    margin-bottom: 0px;
}
.comments-area textarea,
.comments-area input[type="text"] {
    width: 100%;
}
.comments-area h3#reply-title {
    margin: 0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.comments-area .logged-in-as{
    margin-bottom: 15px;
}
.comments-area .form-allowed-tags {
    font-size: 12px;
}
.required {
    position: relative;
    color: #900;
}
.post-password-form input[type="password"]{
    width: 300px !important;
    height: 40px;
    display: block;
}
/*-------------------------------------------------------------------------------------
Comment List
-------------------------------------------------------------------------------------*/
.jl_comment_post{
    float: left;
    width: 100%;
}
.jl_comment_post li{
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}
.jl_comment_post li:first-child{
    margin-top: -10px;
}
.jl_comment_post li:last-child{
    margin-bottom: 0px;
}
.jl_comment_post li p{
    margin-bottom: 0px;
    line-height: 1.2;
}
.jl_comment_post li .jl_comment_title{
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
}
.jl_comment_post li .jl_comment_title a{
    font-weight: 17px;
}
.jl_comment_post li a:hover{
    text-decoration: none !important;
    opacity: 1;
}
.jl_comment_post li span{
    margin-right: 5px;
}
.jl_comment_post li span a{
    font-size: 11px;
    text-transform: uppercase !important;
}
.jl_comment_post li span a:hover{
    text-decoration: none !important;
}
.jl_comment_post li .jl_item_comment{
    padding-left: 30px;
}
.jl_comment_post li .jl_item_comment i{
    position: absolute;
    top: 5px;
    left: 0px;
    color: #999;
    font-size: 14px;
}

/*-------------------------------------------------------------------------------------
Menu slide
-------------------------------------------------------------------------------------*/
#content_nav .widget{
    padding: 0px 30px !important;
}
#content_nav .feature-image-link.image_post{
    width: 90px;
}
#content_nav .feature-post-list .item-details{
    margin-left: 105px;
}
.mobile_close_icons.closed_menu{
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.mobile_close_icons.closed_menu i {
    font-size: 20px !important;
    margin-top: 0px !important;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
}
#content_nav .widget{
    border: 0px;
}
#content_nav .widget .widget-title{
    margin: 0px 0px 30px 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}
#content_nav select{
    width: 100%;
}
#content_nav .widget .widget-title h2{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    background: none;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0px;
}
#content_nav .widget .widget-title h2:after{
    display: none;
}
#content_nav .post_list_widget, #content_nav .jellywp_about_us_widget{
    padding: 0px;
}
#content_nav .cfs_from_wrapper{
  padding: 7px;
}
#content_nav .cfs_from_wrapper .cfs_form_title{
  font-size: 16px;
}
.jl_mobile_nav_inner{
    float: left;
    width: 100%;
    flex: 1;
}
.nav_mb_f{
    padding: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav_mb_f .social_icon_header_top{
    padding: 0px;
}
.nav_mb_f .social_icon_header_top li{
    display: inline-block;
    list-style: none;
    margin-right: 12px;
}
.nav_mb_f .social_icon_header_top li:hover, .nav_mb_f .social_icon_header_top li a:hover{
    color: #000 !important;
}
.options_dark_skin .nav_mb_f .social_icon_header_top li:hover a i, .options_dark_skin .nav_mb_f .social_icon_header_top li a:hover{
    color: #fff !important;
}
.nav_mb_f .social_icon_header_top li a{
    color: #000;
    font-size: 16px;
}
.active_mobile_nav_class{
    overflow: hidden;
}
#content_nav .search_form_menu{
    padding: 0px 40px;
    float: left;
    width: 100%;
    margin: 40px 0px 20px 0px;
}
#content_nav .search_form_menu .button{
    border: 0px !important;
    line-height: 36px !important;
    margin-right: 5px;
    background: none;
    color: #000 !important;
    right: 0px;
    top: 0px;
}
#content_nav .search_form_menu .search_btn{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 0px solid #000;
    background: #ececec;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    color: #000;
}
.menu_mobile_icons{
    float: right;
    cursor: pointer;
    color: #fff;
}
.menu_mobile_icons i{
    margin-top: 5px;
}
.menu_mobile_icons.closed_menu .fa-bars{
    display: none;
}
.menu_mobile_icons .fa-times{
    display: none;
}
.menu_mobile_icons.closed_menu .fa-times{
    display: block;
}
#content_nav .logo_link{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

#content_nav.jl_mobile_nav_wrapper{
    visibility: hidden;
    display: flex;
    flex-direction: column;
}
#content_nav.jl_mobile_nav_wrapper.jl_mobile_nav_open{
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible !important;      
}
.jl_mobile_nav_wrapper .logo_small_wrapper_table{
    margin-left: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
    height: auto;
}
.jl_mobile_nav_wrapper .logo_link{
    margin-bottom: 0px;
}
#content_nav {
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    width: 350px;
    padding: 30px 0px 0px 0px;
    color: #000;
    position: fixed;
    background: #fff;
    overflow-y: scroll !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate(480px, 0px);
    -ms-transform: translate(480px, 0px);
    transform: translate(480px, 0px);
    -o-transform: translate(480px, 0px);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
}

#content_nav .menu_moble_slide li a{
    padding: 7px 0px !important;
    font-weight: 600;
    display: block;
    color: #000;
}
#content_nav .menu_moble_slide li a:hover{
    color: #797979 !important;
}

#content_nav .menu_moble_slide > li {
    border-top: 0px solid #DADADA;
}
#content_nav .menu_moble_slide > li a {
    padding-left: 30px !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px
}
#content_nav .sub-menu li {
    border-top: 0px solid #DADADA;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#content_nav .menu_moble_slide li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    position: relative;
}
#content_nav .sub-menu .sub-menu a {
    padding-left: 30px;
}
#content_nav .menu_moble_slide li a:hover {
    text-decoration: none;
}
#content_nav .sub-menu > li a {
    padding-left: 50px !important;
}
#content_nav .sub-menu .sub-menu > li a {
    padding-left: 60px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 80px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 100px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 120px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 140px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 160px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 180px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 200px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 220px !important;
}
.menu_moble_slide{
    border-bottom: 0px solid #DADADA;
    margin-bottom: 25px;
}
#content_nav .menu_moble_slide li a,
#content_nav .menu_moble_slide {
    width: 100% !important;
    text-decoration: none !important;
    padding: 0px;
}
#content_nav a .arrow_down {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#content_nav a .arrow_down i{
    margin: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 11px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#content_nav ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 0px;
}
#content_nav .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}

.mobile_menu_active.mobile_menu_overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
}

.mobile_menu_overlay {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: transparent;
    transition: all 0.3s ease;
}






.sb-toggle-left {
    display: none;
    width: 40px;
    height: 38px;
    margin-left: 15px;
    float: right !important;
    padding: 11px 8px 8px 8px;
    background: #151515;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #FFF;
}
.mobile_menu_meg {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}
#nav-wrapper {
    background-color: #151515;
    text-align: left;
    float: left;
    width: 100% !important;
    position: absolute;
    display: none;
    z-index: 9999;
}
#nav-wrapper #menu-main-menu {
    margin: 0px;
    padding: 0px;
}
#nav-wrapper .jl_main_menu > li {
    border-top: 1px solid #212121;
}
#nav-wrapper .jl_main_menu > li a {
    padding-left: 30px !important;
}
#nav-wrapper .sub-menu li {
    border-top: 1px solid #212121;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#nav-wrapper #menu-main-menu li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 6px 0px;
}
#nav-wrapper .sub-menu .sub-menu a {
    padding-left: 30px;
}
#nav-wrapper #menu-main-menu li a:hover {
    text-decoration: none;
}
#nav-wrapper .sub-menu > li a {
    padding-left: 50px !important;
}
#nav-wrapper .sub-menu .sub-menu > li a {
    padding-left: 70px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 90px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 110px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 130px !important;
}
#nav-wrapper a,
#nav-wrapper #menu-main-menu {
    color: #FFF;
    width: 100% !important;
    text-decoration: none !important;
}
#nav-wrapper li:hover a {
    color: #ccc;
}
#nav-wrapper a .arrow_down {
    background-color: #212121;
    border: 1px solid #333;
    padding: 0px 6px;
    margin-left: 20px;
}
#nav-wrapper ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 10px;
}
#nav-wrapper .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}

/* =================================== List post Style 2 ===================================*/
.home_with_list_post #content-loop-list-post, .post_category_list_display #content-loop-list-post{
}
.blog-list-padding{
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post {
    float: left;
    width: 100%;
    padding: 0px; 
    margin-bottom: 0px !important;
}
.loop-list-post-display #content-loop-list-post .appear_animation{
    float: left;
    width: 100%;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style{
    float: left;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .post-entry-content{
    padding-left: 0px !important; 
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span, .loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span a{
    color: #202020;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_content{
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_footer_wrapper{
    float: left;
    width: 100%;
}

.loop-list-post-display #content-loop-list-post .main_list_wrapper{
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content{
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content{
    text-align: left;
}

.post_content input[type="submit"]{
    outline: none;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding: 0 40px;
    color: #FFF;
    background: #000;
    cursor: pointer;
    border: 0px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.page-links{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
}
.page-links > span{
    background: #f75454;
}
.page-links a{
    background: #000;
    color: #fff !important;
}
.page-links a.post-page-numbers:hover{
    background: #f75454;
    text-decoration: none !important;
    color: #fff !important;
}
.content_single_page .page-links a, .page-links a, .page-links > span{
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    font-size: 12px;
    list-style: none;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-right: 5px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

.page-links a:hover{
    background: #222;
    color: #fff !important;
}
.page-links a:hover li{
    background: no-repeat;
}

.page-links a li{
    margin-right: 0px;
    padding: 0px;
}




.blog_list_post_style {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px !important;
    border-bottom: 0px solid #e4e4e4;
}
.blog_list_post_style:last-child{
    border-bottom: 0px;
}
.blog_list_post_style .large_continue_reading {
    margin-bottom: 0px !important;
}
.blog_list_post_style .meta-category-small {
    width: 100%;
    float: left;
}
.blog_list_post_style .image-post-thumb {
    position: relative;
    width: 50% !important;
    float: left;
}
.blog_list_post_style .image-post-thumb .jl_img_container{
    width: 100%;
    padding-bottom: 65%;
}
.blog_list_post_style .image-post-thumb .jl_img_container .image_grid_header_absolute{
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.image-post-thumb > a{
    float: left;
    width: 100%;
}
.image-post-thumb > a img{
    float: left;
    width: 100%;
}
.blog_list_post_style .post-entry-content {
    width: 50% !important;
    padding: 0px 0px 0px 25px; 
    text-align: left;
}
.blog_list_post_style .image-post-title {
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left !important;
    text-transform: capitalize;
}
.blog_list_post_style .post-meta {
    float: left;
    color: #444;
    font-size: 11px !important;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}
.blog_list_post_style .post-meta a{
    color: #444;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.blog_list_post_style .post-meta a:hover{
    float: none !important;
    text-decoration: none !important;
}
.blog_list_post_style .post-meta span.author-avatar-image{
    margin-right: 0px !important;
}
.blog_list_post_style .post-meta span {
    float: left;
    margin-right: 10px;
    color: #777;
    font-size: 13px;
}
.blog_list_post_style .post-meta span i {
    margin-right: 5px;
}
.blog_list_post_style .large_continue_reading {
    text-align: left;
    margin: 0px;
    border: 0px;
    float: left;
    margin-top: 7px;
}
.blog_list_post_style .post_type_icon {
    color: #FFF;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}
.jl_radius .blog_list_post_style .image-post-thumb{    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.blog_list_post_style .image-post-thumb {
    position: relative;
    overflow: hidden;
}
.blog_list_post_style .image-post-thumb .meta-category-small{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* =================================== Header social icons ===================================*/

.social_icon_header {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin: auto;
    margin-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30px;
  
}
.social_icon_header li {
    float: left;
    list-style: none;
    margin-right: 18px;
    text-align: center;
        -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.social_icon_header li a {
    float: left;
    color: #000;
    font-size: 13px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
     -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.personal_magazine_style .social_icon_header li a:hover{
    color: #f75454;
}


.logo_link {
    position: relative;
    z-index: 99;
    display: inline-block;
}
.search_header {
    overflow: auto;
    margin: auto;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
}
.search_header form {
    width: 200px;
    float: right;
}
.searchform_theme {
    position: relative;
    height: 42px;
    overflow: hidden;
}
.jl_search_none{
    text-align: center;
    padding: 50px 15px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.jl_search_none .description{
    margin-bottom: 20px;
}
.searchform_theme .search_btn, .searchform_theme #sbtn, .searchform_theme .s {
    border: 1px solid #c6c6c6;
    border-radius: 0px;
    float: left;
    padding: 0px 20px !important;
    width: 100%;
    color: #000;
    outline: none;
    background: #fff;
    background: rgba(255,255,255,0.2);
    height: 40px;
    line-height: 40px !important;
}
.searchform_theme .s::-webkit-input-placeholder{
    color: #313131;
}
.searchform_theme .button {
    background: none;
    border: 0px solid #202020 !important;
    border-left: 0px solid #202020 !important;
    border-bottom: 0px;
    color: #000;
    border-radius: 0 2px 2px 0 !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    line-height: 43px !important;
    text-align: center;
    padding: 0px 20px;
    position: absolute !important;
    right: 0px;
    top: 0px;
    outline: none !important;
    border-bottom: 0px !important;
    font-size: 15px;
    margin: 0px;
}

.search_form_menu .button{
    line-height: 43px !important;
}

.elementor-col-100 .searchform_theme .search_btn{
    background: #fff;
    border:0px;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
}
.elementor-col-100 .searchform_theme{
    height: 50px;
}
.elementor-col-100 .searchform_theme .button{
    height: 50px !important;
    line-height: 53px !important;
    background: #f23a3a;
    color: #fff;
    border-radius: 0 5px 5px 0 !important;
    padding: 0px 40px;
    font-size: 20px;
}

/*jl_post_type_icon*/
.jl_small_format .jl_post_type_icon, .jl_small_format .jl_post_type_icon i{
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.jl_post_type_icon{
    color: #fff;
    font-size: 16px !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 20px;
    position: absolute;
    text-align: center;
    top: 20px;
    z-index: 1;
    background: rgba(52,58,64,.55);
    border-radius: 100px;
}
.jl_post_type_icon .jli-quote-2{
    font-size: 25px;
}
.jl_post_type_icon i{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-weight: normal;
}

/* =================================== search and menu ===================================*/
.search_header_menu{
    margin: auto;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 70px;
    z-index: 2;
}
.search_header_menu i{    
    color: #000;
    cursor: pointer;
}
.search_header_menu .jli-bag{
    font-size: 17px;
}
.search_header_menu .jli-search{
    font-size: 16px;
}
.search_header_menu .search_header_wrapper{
    float: right;
    margin-left: 13px;
}
.search_form_menu_personal .searchform_theme {
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    overflow: hidden;
    float: none;
}
.jl-insta-foot{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jl-insta-foot .i_foot_l{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    padding: 0 18px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 35px;
    transition: none;
}
.jl-insta-foot .i_foot_l i{
    margin-right: 5px;
}
.jl-insta-foot .i_foot_l a, .jl-insta-foot .i_foot_l a:hover{
    color: #000 !important;
}
#footer-container .searchform_theme .search_btn{
    background: #fff;
}
.searchform_theme .search_btn {
    font-size: 16px;
}
.search_form_menu_personal .searchform_theme .search_btn {
    background: none;
    border: 0;
    border-bottom: 2px solid #444 !important;
    color: #000;
    float: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}
.search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder{color: #000 !important;}
.search_form_menu_personal .searchform_theme .search_btn::-moz-placeholder{color: #000 !important;}
.search_form_menu_personal .searchform_theme .search_btn:-ms-input-placeholder{color: #000 !important;}
.search_form_menu_personal .searchform_theme .search_btn:-moz-placeholder{color: #000 !important;}

.search_form_menu_personal .searchform_theme .button {
    display: none;
}
.search_header_menu .search_header_wrapper i:hover{
    color: #000;
}
.search_header_menu .menu_mobile_icons{
    display: inherit;
    float: right;
    font-size: 20px !important;
    line-height: 0px;
    margin-left: 14px;
}
.search_header_menu .menu_mobile_icons i{
    margin: 0px;
    cursor: pointer;
    font-size: 17px;
}
.search_header_menu .menu_mobile_icons i:hover{
    color: #000;
}
.search_form_menu_personal{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255,255,255,.97);
    opacity: 0;
    position: fixed;
    top: 0 !important;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
}
.search_form_menu_personal_active{
    opacity: 1 !important;
    
    visibility: visible !important;
}
.menu_mobile_large_close{
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 9999;
}
.jl_close_wapper{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.jl_close_wapper .jl_close_1, .jl_close_wapper .jl_close_2{
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.jl_close_wapper .jl_close_1{
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.jl_close_wapper .jl_close_2{
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_mobile_large{
    cursor: pointer;
    height: 90px;
    line-height: 90px !important;
    display: inherit;
    float: right;
    font-size: 20px !important;
    margin-left: 18px;
    position: relative;
    width: 30px;
}

.search_close_btn_pop{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0px !important;
}
.search_close_btn_pop i{
  font-size: 20px !important;
  color: #fff;
  float: left !important;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.search_close_btn_pop:hover i{
  color: #fff !important;
}

.searchform_theme.pop_search_form{
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    overflow: hidden;
    float: none;
}
.searchform_theme.pop_search_form .search_input_pop{
    background: none;
    border: 0;
    border-bottom: 2px solid #444 !important;
    color: #444;
    float: left;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}

.search_form_menu_personal .search_btn, .search_form_menu_personal #sbtn{
    padding: 0px !important;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

h2.notfound_p_title{
    color: #222;
    text-transform: capitalize;
}
p.notfound_p_text{
    margin-bottom: 40px;
}
.searchform_theme .search_btn, .searchform_theme #sbtn::-webkit-input-placeholder{
    color: #313131;
}
.search_content_page{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

/*Post format*/

.format-link .image-post-thumb a {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 40px 20px 20px 20px;
    color: #FFF;
    font-size: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(3%, rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(100%, rgba(0, 0, 0, 0.97)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f7000000', GradientType=0);
    }
.format-link .image-post-thumb a:hover {
    text-decoration: none;
}
.format-link .image-post-thumb a i {
    margin-right: 10px;
}


/*Grid layout*/
#wrapper_masonry.show3_post_col_home{
  padding-top: 60px;
}
.jl_hide_m_top .headcus5_custom.header_layout_style5_custom .menu_wrapper{
    border-bottom: 0px;
}
.jl_hide_m_top .jl_home_bw{
    padding-top: 0px;
}
.jl_hide_m_top #wrapper_masonry{
    padding-top: 0px;
}
.jl_home_bw{
    float: left;
    width: 100%;
}
.jl_home_bw .row{
    margin-bottom: 0px;
}
.jl_search_rel#wrapper_masonry{
    padding-top: 50px;
}
.jl_spost .post_content > p{
    margin-top: 0px;
    margin-bottom: 25px;
}
.mejs-controls a.mejs-horizontal-volume-slider{
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.jl_spost .post_content p:last-child{
    margin-bottom: 0px;
}
#wrapper_masonry, #content_main {
    clear: both;
    padding-top: 60px;
    padding-bottom: 0px;
}
.jl_front_b_cont{
    margin-bottom: 0px !important;
}
.jl_front_b_cont .jl_mid_main_3col, .jl_front_b_cont .jl_3col_wrapin, .jl_front_b_cont .panel-layout{
    float: left;
    width: 100%;
}
.jl_home_bw .jl_mid_main_3col, .jl_home_bw .jl_3col_wrapin, .jl_home_bw .panel-layout{
    float: left;
    width: 100%;
}
#wrapper_masonry .row{
    margin-bottom: 60px;
}
#wrapper_masonry #sidebar .widget:last-child{
    margin-bottom: 0px !important;
}
.jl_grid_mian{
    float: left;
    width: 100%;
}
.jl_grid_mian_overlay .post_grid_more_meta_wrapper .meta-category-small,
.jl_grid_mian_overlay .image-post-title,
.jl_grid_mian_overlay .single-post-meta-wrapper{
    text-align: center !important;
}
.jl_grid_mian_overlay .image-post-title{
    margin-top: 12px !important;
}
.jl_grid_bellow_mian{
    float: left;
    width: 100%;
}
.jl_cgrid{
    display: flex;
    flex-flow: row wrap;
}
#content_masonry {
    margin: 0px -15px 0px -15px;
}
#content_masonry .meta-category-small a:before{
        border-top: 20px solid rgba(255,255,255,0);
}
#content_masonry .meta-category-small a:after{
        border-bottom: 20px solid rgba(255,255,255,0);
}

/*Grid overlay center*/
.jl_post_overlay_center .post_grid_content_wrapper{
    width: 100% !important;
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #ececec;
    float: left;
}
.jl_post_overlay_center .image_grid_header_absolute{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jl_post_overlay_center .link_grid_header_absolute{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}
.jl_post_overlay_center .post-entry-content{
    background: none;
    padding: 50px 30px 30px 30px !important;
    width: auto;
    padding: 0;
    bottom: auto;
    text-align: left;
    float: none !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.jl_post_overlay_center .post-entry-content .jl_post_meta{
    margin-top: 10px;
}
.jl_post_overlay_center .post-entry-content .jl_post_meta .post-date, .jl_post_overlay_center .post-entry-content .jl_post_meta .jl_author_img_w a{
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content .image-post-title, .jl_post_overlay_center .post-entry-content .single-post-meta-wrapper{
    text-align: left !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper{
    margin-bottom: 0px !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span{
    float: left !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span a:hover{
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper .post-author{
    margin-left: 0px !important;
}
.jl_post_overlay_center .meta-category-small{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.jl_post_overlay_center .meta-category-small a{
    color: #fff !important;
}
.grid-sidebar .box.jl_post_overlay_center .post-entry-content .image-post-title{
    font-size: 20px !important;
}
.jl_post_overlay_center .post-entry-content h3 a, .jl_post_overlay_center .single-post-meta-wrapper span, .jl_post_overlay_center .single-post-meta-wrapper span a, .jl_post_overlay_center .single-post-meta-wrapper span a:hover {
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content h3 a:hover{
    opacity: 0.8;
}

/*Title above image*/
.jl_post_title_top{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 35px;
}
.jl_post_title_top .image-post-title{
    text-align: left !important;
    font-size: 30px !important;
    float: left;
    width: 100%;
    margin-top: 15px !important;
}
.jl_post_title_top .image-post-title a{
    font-size: 30px;
}
.jl_post_title_top .meta-category-small{
    text-align: center !important;
}
.jl_post_title_top .meta-category-small a{
    float: none !important;
    color: #fff;
    margin: 0px 3px;
}
.jl_post_title_top .single-post-meta-wrapper{
    text-align: left !important;
    line-height: 1.2;
    margin-bottom: 0px !important;
}

.jl_post_title_top.jl_large_format{
    margin-top: 0px;
}
.jl_post_title_top.jl_large_format .meta-category-small{
    margin-top: -1px;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span, .jl_post_title_top.jl_large_format .single-post-meta-wrapper span a{
    font-size: 13px;
    color: #818181 !important;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span{
    letter-spacing: 0px;
    margin-right: 5px !important;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span:after{
    display: none !important;
}
/*Grid layout with sidebar*/
.grid-sidebar .box.sticky .large_post_content{
    padding: 30px;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.grid-sidebar .grid-sizer{
    width: 50%;
}
.grid-sidebar .box {
    margin-bottom: 0px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;    
}
.grid-sidebar .box:last-child .jl_grid_w, .grid-sidebar .box:nth-last-child(2) .jl_grid_w{
    margin-bottom: 0px;
}
.box .post_grid_content_wrapper{
    float: left;
    width: 100%;
}

.box .post_grid_content_wrapper .meta-category-small{
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    text-align: left;
}
.box .post_grid_content_wrapper .meta-category-small a{
    float: none;
    display: inline-block;
    color: #fff !important;
}
.box .post_grid_content_wrapper .post-author img{
    width: 20px !important;
    height: 20px !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper{
    margin-bottom: 5px;
    padding: 0px;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span{
    font-weight: 400;
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span.post-author a{
    font-weight: 400;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span a{
    font-weight: 400;
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span a:hover{
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span, .box .post_grid_content_wrapper .single-post-meta-wrapper span a{
    font-size: 11px;
    color: #000;
    letter-spacing: 0.05em;
}
.grid-sidebar .box .image-post-title {
    float: left;
    width: 100%;
    font-size: 22px;
    letter-spacing: -0.025em;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0px;
}
.grid-sidebar .box .image-post-title, .show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title{
    text-align: left;
}
.grid-sidebar .box .image-post-thumb{
    margin-bottom: 20px;
}
.box .large_post_content{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.box .large_post_content .meta-category-small{
    float: left;
    width: auto;
    margin-right: 10px;
}
.box .large_post_content .meta-category-small a{
    float: left;
}
.box .large_post_content .auto_image_with_date{
    float: left;
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.jl_grid_more{
    float: left;
    width: 100%;
}
.jl_grid_more .jl_slider_readding{
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    padding: 0px 30px 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #fff;
    margin-top: 20px;
}
.jl_grid_more .jl_slider_readding:hover{
    text-decoration: none !important;
    background: #000;
    color: #fff;
}
.box .large_post_content p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
}
.box .large_post_content .jl_continue_reading{
    margin: 25px 0px 15px 0px;
}
/*Large Main Grid layout with sidebar*/
.search_page_result{
    height: auto;
}
#content-large-main-grid-post{
    width: auto !important;
    margin: 0px -15px 0px -15px;
    float: none !important;
    display: block;
    clear: both;
}
#content-large-main-grid-post,
#content-loop-main-grid-post,
.main-grid-post-display .blog_large_post_style {
    width: 100%;
    float: left;
    padding: 0px !important;
}

#content-large-main-grid-post .meta-category-small a:before{ border-top: 20px solid rgba(255,255,255,0);}
#content-large-main-grid-post .meta-category-small a:after{ border-bottom: 20px solid rgba(255,255,255,0);}

.main-grid-post-display .blog_large_post_style{
    width: 100% !important;
}

.main-grid-post-display .box{
    margin-bottom: 40px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
    position: relative;
}
.main-grid-post-display .box .large_continue_reading{
    margin: 0px;
}
.main-grid-post-display .box .image-post-title {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.blog_grid_post_style .post-entry-content .post-entry-content-wrapper{
    padding: 0px;
}
.blog_grid_post_style .post-entry-content .post-entry-content-wrapper, .main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper, .grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper{
    float: left;
    width: 100%;
}

/*grid layout 1*/
.jl_grid_layout1.sticky h3 a:after{
    display: inline-block;
    content: "\e90f";
    font-family: "jl_font";
    position: relative;
    font-size: 18px;
    color: #ffca00;
    margin-left: 7px;
}
.box.jl_grid_layout1.blog_large_post_style .single-post-meta-wrapper > span,
.box.jl_grid_layout1 .post_grid_content_wrapper .single-post-meta-wrapper > span{
    margin: 0px 10px 0px 0px;
}
.single_section_content .single-post-meta-wrapper > span:after, .single_section_content .single-post-meta-wrapper .jm-post-like:after{
    background: #000;
}
.single-post-meta-wrapper .post-author span{
    padding-right: 0px !important;
}
.single-post-meta-wrapper > span:last-child:after{
    display: none;
}
/*grid layout 2*/
.box.jl_grid_layout2 .large_post_content p{
    text-align: center;
}
.show3_post_col_home .grid4_home_post_display .box.jl_grid_layout2 .image-post-title{
    text-align: center;
}
.box.jl_grid_layout2.blog_large_post_style .image-post-title,
.box.jl_grid_layout2 .image-post-title{
    text-align: center;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper{
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .meta-category-small,
.box.jl_grid_layout2 .meta-category-small {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper{
    text-align: center;
}
.box.jl_grid_layout2 .large_post_content{
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout2 .large_continue_reading{
    margin-top: 20px !important;
}
#content .box.jl_grid_layout2.blog_grid_post_style .meta-category-small a{
    font-weight: 700 !important;
    margin: 0px 5px !important;
}
.box.jl_grid_layout2 .meta-category-small a, .box.jl_grid_layout2.blog_grid_post_style .meta-category-small a{
    float: none;
    margin: 0px 5px !important;
    padding: 0px !important;
    background: none !important;
    float: none;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
/*grid layout 3*/
.box.jl_grid_layout3 .large_post_content p{
    text-align: center;
}
.box.jl_grid_layout3.blog_large_post_style .image-post-title,
.box.jl_grid_layout3 .image-post-title{
    text-align: center !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper{
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .meta-category-small,
.box.jl_grid_layout3 .meta-category-small {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper{
    text-align: center;
}
.box.jl_grid_layout3 .large_post_content{
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout3 .large_continue_reading{
    margin-top: 20px !important;
}
.box.jl_grid_layout3 .large_continue_reading span a{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.box.jl_grid_layout3 .meta-category-small a, .box.jl_grid_layout3.blog_grid_post_style .meta-category-small a, #content .box.jl_grid_layout3.blog_grid_post_style .meta-category-small a{
    margin: 0px 5px !important;
    padding: 0px !important;
    background: none !important;
    float: none;
    font-weight: 700 !important;
    font-size: 12px !important;
}
/*grid layout 4*/
.box.jl_grid_layout4 .large_post_content p{
    text-align: left;
}
.box.jl_grid_layout4 .image-post-title{
    text-align: left;
    margin-bottom: 5px !important;
}
.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper{
    margin-bottom: 5px !important;
    text-align: left;
}
.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper > span{
    margin: 0px 10px 0px 0px;
}
.box.jl_grid_layout4.blog_large_post_style .single-post-meta-wrapper > span{
    margin: 0px 10px 0px 0px !important;
}
.box.jl_grid_layout4.blog_large_post_style .meta-category-small,
.box.jl_grid_layout4 .meta-category-small {
    text-align: left;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout4 .meta-category-small a{
    float: none;
}
.box.jl_grid_layout4 .large_post_content{
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout4 .large_continue_reading{
    margin-top: 20px !important;
}
.box.jl_grid_layout4 .large_continue_reading span a{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.box.jl_grid_layout4 .meta-category-small a{
    margin: 0px 5px 0px 0px !important;
    padding: 0px !important;
    background: none !important;
    float: left;
}
.blog_large_post_style .jl_love_view_social{
    background: #030303;
}
.blog_large_post_style .jl_love_view_social .jm-post-like, .blog_large_post_style .jl_love_view_social .view_options, .blog_large_post_style .jl_love_view_social .jl_foot_con_readding, .blog_large_post_style .jl_love_view_social .jl_footer_social li a{
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blog_large_post_style .jl_love_view_social .jl_foot_share_col{
    border-right: 1px solid #444444;
}
.jl_footer_share{
    padding: 0px;
}
.jl_footer_social_wrapper .row{
    margin-bottom: 0px;
}
.jl_footer_social_wrapper{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.jl_footer_copy_right{
    font-size: 13px;
    color: #818181;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.jl_footer_social{
    border-bottom: 1px solid #202020;   
    padding: 0px;
    margin: 0px;
}
.jl_footer_social li{
    padding: 0px;
    list-style: none;
    display: inline-block;
    margin: 0 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}
.jl_footer_social li a{
    color: #fff;
    float: left;
    margin-top: 40px;
    margin-bottom: 33px;
}
.jl_footer_social li i{
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.jl_footer_social li a:hover{
    text-decoration: none !important;
}
.jl_love_view_social{
    font-size: 11px;
    border-top: 1px solid #efefef;
    padding: 0px;
    float: left;
    width: 100%;
}
.jl_love_view_social .jl_foot_share_col{
    float: left;
    text-align: center;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #efefef;
}
.jl_love_view_social .jl_foot_share_col.jl_foot_last_child{
    border-right: 0px solid #efefef;
}
.jl_love_view_social .jm-post-like{
    margin-right: 10px;
    float: left;
    line-height: 1.2;
    font-size: 11px;
    color: #000;
}
.jl_love_view_social .jm-post-like i{
    margin-right: 5px;
}
.jl_love_view_social .jm-post-like{
    float: none;
    display: inline-block;
}
.jl_love_view_social .view_options{
    float: none;
    display: inline-block;
    line-height: 1.2;
    color: #000;
}
.jl_love_view_social .view_options i{
    margin-right: 5px;
}
.jl_love_view_social .jl_footer_social{
    list-style: none;
    padding: 0px;
    float: none;
    display: inline-block;
    margin: 0px;
    border-bottom: 0px;
}
.jl_love_view_social .jl_footer_social li{
    float: left;
    margin: 0px 5px;
}
.jl_love_view_social .jl_footer_social li a{
    font-size: 13px;
    color: #000;
    padding: 0px !important;
    margin: 0px;
}
.jl_love_view_social .jl_footer_social li a, .jl_love_view_social .jl_footer_social li a i{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px !important;
    font-size: 13px;
}
.jl_love_view_social .jl_foot_con_readding{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jl_love_view_social .jl_foot_con_readding:hover{
    text-decoration: none !important;
}
.loop-large-post .box .jl_love_view_social .jl_foot_share_col.jl_read_more{
    display: block !important;
}
.grid-sidebar .box .jl_love_view_social .jl_foot_share_col.jl_read_more, .grid_home_3col .box .jl_love_view_social .jl_foot_share_col.jl_read_more{
    display: none;
}
.loop-large-post .box .jl_love_view_social .jl_foot_share_col{
    width: 33.33333333% !important;
}
.grid-sidebar .box .jl_love_view_social .jl_foot_share_col, .grid_home_3col .box .jl_love_view_social .jl_foot_share_col{
    width: 50%;
}
.box.blog_large_post_style .post-entry-content{
    position: relative;
    z-index: 9;
    text-align: left;
}
.jl_single_style1{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.jl_single_style1 .single_content_header.jl_single_feature_below .jlsingle-title-above{
    margin-top: 30px;
}
.jl_single_style1 .jl_f_cat, .jl_single_style5 .jl_f_cat{
    margin-bottom: 15px;
}
.jl_single_style1 .jl_post_meta_s{
    margin-top: 15px;
}
.jl_single_style1 .jl_slide_wrap_s{
    margin-top: 30px;
}
.jl_single_style1 .qoute_large_background{
    margin-top: 30px;
}
.jl_single_style1 .single_meta_category{
    margin-bottom: 13px;
}
.jl_single_style1 .single-post-meta-wrapper span.post-author a{
    color: #000 !important;
}
.jl_single_style1 .single-post-meta-wrapper span, .jl_single_style1 .single-post-meta-wrapper span a{
    color: #000 !important;
}
.jl_single_style1 .single_post_entry_content{
    margin-bottom: 0px;
}
.jl_single_style1 .single_post_entry_content .meta-category-small, .jl_single_style1 .single_post_entry_content .single_post_title_main, .jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper{
    text-align: left;
}
.jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper{
    margin-top: 15px;
}
.blog_large_post_style .jl_single_style1 .image-post-thumb{
    margin-bottom: 30px !important;
    overflow: hidden;    
}
.jl_single_style1 .jl_mt_wrap, .jl_single_style5 .jl_mt_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.jl_single_style1 .jl_mt_wrap .jl_post_meta_s, .jl_single_style5 .jl_mt_wrap .jl_post_meta_s{
    width: auto;
    margin-top: 0px;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post i, .jl_single_style5 .jl_mt_wrap .jl_sm_post i{
    font-size: 25px;
}
.jl_sover_b .jl_sm_post i, .jl_single_style6 .jl_sm_post i, .jl_m_center_w .jl_sm_post i{
    font-size: 15px;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post, .jl_single_style5 .jl_mt_wrap .jl_sm_post, .jl_sover_b .jl_sm_post, .jl_m_center_w .jl_sm_post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jl_single_style1 .jl_sf{
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;

}
.jl_single_style1 .image-post-thumb iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jl_sover_b .jl_sm_post, .jl_single_style6 .jl_sm_post, .jl_m_center .jl_sm_post{
    position: absolute;
    top: 30px;
    z-index: 3;
    right: 30px;
    background: rgba(255,255,255,.1);
    padding: 4px 12px 4px 7px;
    border-radius: 100px;
}
.jl_sm_post .jl_meta_comment i{
    margin-right: 2px;
}
.jl_sover_b .jl_sm_post span, .jl_sover_b .jl_sm_post span i, .jl_sover_b .jl_sm_post a, .jl_sover_b .jl_sm_post a:hover,
.jl_single_style6 .jl_sm_post span, .jl_single_style6 .jl_sm_post span i, .jl_single_style6 .jl_sm_post a, .jl_single_style6 .jl_sm_post a:hover,
.jl_mright_wrapper .jl_sm_post span, .jl_mright_wrapper .jl_sm_post span i, .jl_mright_wrapper .jl_sm_post a, .jl_mright_wrapper .jl_sm_post a:hover{
    color: #fff;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post span, .jl_single_style1 .jl_mt_wrap .jl_sm_post a,
.jl_single_style5 .jl_mt_wrap .jl_sm_post span, .jl_single_style5 .jl_mt_wrap .jl_sm_post a,
.jl_sover_b .jl_sm_post span, .jl_sover_b .jl_sm_post a,
.jl_single_style6 .stub_wrap span, .jl_single_style6 .stub_wrap .jl_sm_post a,
.jl_mright_wrapper .jl_sm_post span, .jl_mright_wrapper .jl_sm_post a{
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_single_style1 .jl_sm_post .jl_mt_count, .jl_single_style5 .jl_sm_post .jl_mt_count, .jl_sover_b .jl_sm_post .jl_mt_count, .jl_sover_b .jl_sm_post .jl_mt_count, .jl_single_style6 .jl_sm_post .jl_mt_count, .jl_m_center_w .jl_sm_post .jl_mt_count{
    font-size: 13px !important;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post .jl_view_options, .jl_single_style5 .jl_mt_wrap .jl_sm_post .jl_view_options, .jl_sover_b .jl_sm_post .jl_view_options, .jl_m_center_w .jl_sm_post .jl_view_options{
    margin-right: 13px;
    color: #ff3419;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post .jl_meta_comment i, .jl_single_style5 .jl_mt_wrap .jl_sm_post .jl_meta_comment i, .jl_sover_b .jl_sm_post .jl_meta_comment i, .jl_single_style6 .jl_sm_post .jl_meta_comment i{
    margin-right: 3px;
}
.jl_single_style1 .image-post-thumb img{
    margin-top: 30px;
}
.jl_sover_b{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.jl_sover_b .single_post_entry_content{
    width: auto;
    top: auto;
    left: 40px;
    right: 40px;
    bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    margin-bottom: 0px;
}
.jl_sover_b .single_post_entry_content a:hover, .jl_sover_b .single_post_entry_content a, .jl_sover_b .single_post_entry_content  span{
    color: #fff !important;
}
.jl_sover_b .single_post_entry_content .single_post_title_main{
    text-align: left;
    color: #fff;
    margin: 15px 0px 15px 0px;
    font-size: 37px;
    max-width: 80%;
}
.jl_sover_b .single_content_header{
    padding-bottom: 70%;
}
.jl_sover_b .jl_f_img_link{
    background: #000;
    opacity: .3;
}
.jl_single_style4{
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    position: relative;
}
.jl_single_style4 .jl_f_cat a, .jl_single_style4 .jl_meta_t span, .jl_single_style4 .jl_meta_t span a{
    color: #fff !important;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width:after{
    opacity: 1;
    transition: opacity .4s ease-in-out;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent 65%,rgba(0,0,0,.5) 100%);
}
.jl_single_style4 .single_post_entry_content .meta-category-small, .jl_single_style4 .single_post_entry_content .single_post_title_main, .jl_single_style4 .single_bellow_left_align .single-post-meta-wrapper{
    text-align: left !important;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper{
    text-align: left !important;
    margin-top: 15px;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content{
    padding: 0px !important;
    left: 15px;
}
.jl_single_style5{
    float: left;
    width: 100%;
    position: relative;
}
.jl_single_style4 .single_post_entry_content .meta-category-small{
    margin-bottom: 15px;
}
.jl_single_style4 .single-post-meta-wrapper > span:after, .jl_single_style4 .single-post-meta-wrapper .jm-post-like:after{
    display: none;
}
.jl_single_style4 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover{
    color: #fff !important;
}

.jl_single_style5 .single_captions_bottom_image_full_width{
    height: 500px;
}
.jl_single_style5 .jl_mt_w .jl_post_meta_s {
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style5 .single-post-meta-wrapper span.post-author a{
    font-weight: 500;
}
.jl_single_style5 .single-post-meta-wrapper > span:after, .jl_single_style5 .single-post-meta-wrapper .jm-post-like:after{
    display: none;
}
.jl_single_style5 .single_captions_bottom_image_full_width_wrapper{
    z-index: 2;
    position: inherit;
    margin-top: 60px;
    margin-bottom: 30px;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t {
    margin-left: 8px;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t .jl_author_img_w, .jl_single_style5 .jl_post_meta_s .jl_meta_t .post-date, .jl_single_style5 .jl_post_meta_s .jl_meta_t .post-read-time {
    float: left;
}
.options_dark_skin .jl_single_style5 .jl_post_meta_s .jl_meta_t span{
    color: #fff;
}
.jl_single_style5 .single_post_entry_content{
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.single_s5w{
    max-width: 60%;
    display: inline-block;
}
.jl_single_style5 .single_post_entry_content .single_s5w h1{
    font-size: 45px;
}
.jl_single_style5 .jl_post_meta_s .jl_author_img{
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
}
.jl_single_style5 .jl_mt_wrap .jl_post_meta_s{
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t .post-date:before {
    content: "\00b7";
    margin-right: 8px;
    margin-left: 8px;
}
.jl_single_style5 .single_post_entry_content .single_post_title_main{
    max-width: 100%;
}
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper span, .jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a, .jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a:hover{
    color: #fff !important;
}
.jl_single_style5 .jl_f_cat a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
}
.jl_single_style6{
    float: left;
    width: 100%;
    margin-top: 60px;
}
.jl_single_style6 .row{
    margin-bottom: 0px;
}
.jl_single_style6 .stub_cw{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_single_style6 .stub_cw .stub_wrap{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    margin-bottom: 0px;
}
.jl_single_style6 .jl_sm_post .jl_view_options{
    margin-right: 13px;
}
.jl_single_style6 .jl_sover_b .single_post_entry_content h1{
    margin: 0px;
}
.jl_single_style6 .jl_sover_b .jl_f_cat{
    margin-bottom: 15px;
}
.jl_single_style6 .jl_sover_b .jl_post_meta_s{
    margin-top: 15px;
}
.jl_single_style6 .jl_sover_b .single_post_entry_content h1, .jl_single_style6 .jl_post_meta_s span, .jl_single_style6 .jl_sover_b a, .jl_single_style6 .jl_sover_b a:hover {
    color: #000 !important;
}
.options_dark_skin .jl_single_style6 .jl_sover_b .single_post_entry_content h1, .options_dark_skin .jl_single_style6 .jl_post_meta_s span, .options_dark_skin .jl_single_style6 .jl_sover_b a, .options_dark_skin .jl_single_style6 .jl_sover_b a:hover {
    color: #fff !important;
}
.jl_single_style6 .single_captions_only_full_width_wrapper{
    margin-top: 40px;
}
.jl_single_style6 .single_post_entry_content, .jl_single_style6 .jl_sover_b{
    padding: 0px !important;
    margin-bottom: 0px;
    bottom: auto;
    position: relative;
    margin-left: 20px;
    left: 0px;
    right: 0px;
}
.jl_single_style6 .single-post-meta-wrapper{
    text-align: left !important;
    margin-top: 15px;
}
.jl_single_style6 .single_post_entry_content .single_meta_category{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.jl_single_style6 .single_post_title_main{
    max-width: 100% !important;
    font-size: 50px !important;
}
.jl_single_style6 .single_post_entry_content .meta-category-small, .jl_single_style6 .single_post_entry_content .single_post_title_main, .jl_single_style6 .single_bellow_left_align .single-post-meta-wrapper{
    text-align: left !important;
}
.jl_single_style6 .single-post-meta-wrapper span, .jl_single_style6 .single-post-meta-wrapper span a{
    color: #000 !important;
}
.jl_single_style6 .single-post-meta-wrapper .jm-post-like:after, .jl_single_style6 .single-post-meta-wrapper > span:after{
    display: none;
}
.jl_single_style6 .single-post-meta-wrapper span.post-author a{
    font-weight: 500;
    color: #000 !important;
}
.jl_single_style7{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff9e4;
    border-bottom: 1px solid #f0f0f0;
}
.options_dark_skin .jl_single_style7{
    background: #fff9e4;
    border-bottom: 1px solid #494949;
}
.jl_single_style7 .stub_wrap{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    float: left;
    height: 600px;
    overflow: hidden;
}
.jl_single_style7 .jl_sover_b .single_post_entry_content .single_post_title_main{
    font-size: 45px;
}
.jl_single_style7 .single_content_header{
    margin-left: 40px;
}
.jl_single_style7 .jl_sover_b .single_post_entry_content{
    position: static;   
}
.jl_single_style7 .jl_sover_b .single_post_entry_content h1,
.jl_single_style7 .jl_post_meta_s span,
.jl_single_style7 .jl_sover_b a,
.jl_single_style7 .jl_sover_b a:hover{
    color: #000 !important;
}
.jl_single_style8{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 60px;
}
.jl_single_style8 .jl_single_full_box{
    margin-bottom: 0px !important;
}
.jl_single_style8 .single_captions_aboves_image_full_width_wrapper{
    margin-top: 0px;
}
.jl_single_style8 .single_captions_aboves_image_full_width_wrapper .row .col-md-12{
    padding-top: 0px;
}
.jl_single_style8 .single_post_entry_content .meta-category-small, .jl_single_style8 .single_post_entry_content .single_post_title_main, .jl_single_style8 .single_bellow_left_align .single-post-meta-wrapper{
    text-align: left;
}
.jl_single_style8 .single_post_entry_content .meta-category-small{
    margin-bottom: 15px;
}
.jl_single_style8 .single-post-meta-wrapper span, .jl_single_style8 .single-post-meta-wrapper span a, .jl_single_style8 .single-post-meta-wrapper .jm-post-like, .jl_single_style8 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover{
    color: #fff !important;
}
.jl_single_style8 .single-post-meta-wrapper .jm-post-like:after, .jl_single_style8 .single-post-meta-wrapper > span:after{
    display: none;
}
.jl_single_style8 .single-post-meta-wrapper span.post-author a{
    color: #fff !important;
}
.jl_single_style8 .single-post-meta-wrapper span.post-author a:hover, .jl_single_style8 .single-post-meta-wrapper span.meta-comment a:hover{
    color: #fff !important;
}
.jl_radius .jl_single_style8 .jl_single_full_box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.jl_single_style8 .jl_single_full_box{
    float: left;
    width: 100%;
    height: 600px;
    position: relative;
    background: #222;
    margin-bottom: 20px;
}
.jl_single_style8 .single_post_entry_content{
    position: absolute;
    width: 70%;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 3;
}
.jl_single_style8 .single_post_entry_content .single_post_title_main{
    color: #fff;
}
.jl_single_style8 .post_subtitle_text{
    color: #fff !important;
}
.jl_single_style8 .image_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.jl_single_style8 .link_grid_header_absolute{
    z-index: 2;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    transition: opacity .4s ease-in-out;
}
.jl_single_style8 .single_post_entry_content .post_subtitle_text, .jl_single_style8 .single_post_entry_content .post_subtitle_text{
    margin-top: 10px;
}
.single_content_header.jl_single_feature_below{
    margin-bottom: 0px;
    margin-top: 0px;
}
.jl_radius .single_content_header.jl_single_feature_below .jlsingle-title-above{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.single_content_header.jl_single_feature_below .jlsingle-title-above{
    margin-bottom: 0px !important;
    margin-top: 0px;
    overflow: hidden;
}
.single_content_header{
    float: left;
    width: 100%;
    position: relative;
}
.single_content_header .image-post-thumb img{
    width: auto;
    float: left;
}
.jl_radius .single_content_header .jlsingle-title-above img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.single-format-audio .jl_radius .single_content_header .jlsingle-title-above img{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.format-standard .single_content_header .post-entry-content, .format-standard .single_content_header .post-entry-content{
    max-width: 100%;
    padding: 25px 30px 10px 30px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.format-video .single_content_header .date_post_large_display, .format-audio .single_content_header .date_post_large_display{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
}
.format-video .single_content_header:hover .date_post_large_display, .format-audio .single_content_header:hover .date_post_large_display{
    opacity: 0;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
    background: rgba(0,0,0,.3) !important;
}

.format-gallery .single_content_header .post-entry-content, .format-quote .single_content_header .post-entry-content{
    position: relative;
    z-index: 9;
    background: #fff;
    text-align: center;
}

.single_post_entry_content{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px;
}
.single_post_entry_content .single_post_category_top a{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    background: #fff;
    color: #222;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}
.single_post_entry_content .single_post_category_top a:hover{
    color: #f75454 !important;
}
.single_post_entry_content .single-meta-category-small a{
    padding: 3px 9px;
    font-size: 13px;
    line-height: 1;
    margin-right: 5px;
    background-color: #f75454;
    color: #fff;
}
.single_post_entry_content .single-meta-category-small a:hover{
    text-decoration: none !important;
}
.single_post_entry_content .single_post_title_main{
    font-size: 42px;
    color: #000;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    max-width: 85%;
    word-wrap: break-word;
}

.single_post_entry_content .post_subtitle_text{
    float: left;
    font-size: 18px;
    margin-top: 15px;
    padding-top: 12px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    color: #6f6f6f;
    border-top: 1px solid #ebebeb;
}
.single_post_entry_content .jl_post_meta{
    margin-top: 15px;
}

.single_post_entry_content .author_option_left{
    float: left;
}
.single_post_entry_content .author_option_left .single_author_avatar_image{
    float: left;
    margin-right: 10px;
}
.single_post_entry_content .author_option_left .single_author_avatar_image img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left{
    float: left;
    margin-top: 6px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author{
    margin-right: 5px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left span{
    float: left;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a:hover{
    text-decoration: none !important;
}
.single_post_entry_content .user_option_right{
    float: left;
    margin-top: 3px;
}

.single_post_entry_content .user_option_right span{
    float: left;
    text-align: center;
    margin-left: 10px;
    color: #000;
    font-size: 12px;
}
.single_post_entry_content .user_option_right span a{
    font-size: 12px;
}
.single_post_entry_content .user_option_right i{
    margin-right: 3px;
}

.single_content_header .image-post-thumb{
    margin-bottom: 20px;
}
.blog_large_post_style .single-post-meta-wrapper{
    margin-bottom: 0px;
    margin-top: 15px;
}
.single-post-meta-wrapper{
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.single-post-meta-wrapper span{ font-size: 13px; margin: 0px 5px; padding-right: 5px; color: #818181 !important; text-transform: capitalize; letter-spacing: 0em; font-weight: 400;}
.single-post-meta-wrapper .jm-post-like{ margin: 0px 10px 0px 5px;}
.single-post-meta-wrapper .jm-post-like{ font-size: 11px !important; letter-spacing: 0.2em;}
.single-post-meta-wrapper span a{ font-size: 13px;  color: #818181 !important; text-transform: capitalize;}
.single-post-meta-wrapper span.post-author a{font-weight: 400;}
.single-post-meta-wrapper span a:hover, .single-post-meta-wrapper span.post-author a:hover, .single-post-meta-wrapper span.meta-comment a:hover, .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover{ color: #000 !important;}
.single-post-meta-wrapper .post-author{ color: #000 !important;}
.single-post-meta-wrapper .post-author span{ margin: 0px;}
.single-post-meta-wrapper .post-author img{width: 30px;     -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; margin-right: 10px;}
.single-post-meta-wrapper a:hover{ text-decoration: none !important;}
.single-post-meta-wrapper span i{ margin-right: 5px;}
.single-post-meta-wrapper .post-date i{
    font-size: 10px;
}
.single-post-meta-wrapper .meta-comment i{
    font-size: 12px;
}
.single-post-meta-wrapper .jm-post-like:hover{
    color: #fff !important;
}
.single_content_header .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
.options_admin_single_style1 .single_post_share_icon_post_top{
    display: none !important;
}
.single_full_width_custom_options.options_admin_single_style1 .post_content{
    margin-top: 10px !important;
}
.single_full_width_custom_options .post_content{
    margin-top: -9px !important;
}
.single_full_width_custom_options{
    border-top: 0px !important;
}
/* Center align caption bellow*/
.single_post_caption_center_below, .single_post_caption_center_below .meta-category-small, .single_post_caption_center_below .single_post_title_main{
    text-align: center;
}

/* Center align top*/
.single_above_center_align{
    margin-bottom: 20px;
}
.single_above_center_align, .single_above_center_align .meta-category-small, .single_above_center_align .single_post_title_main{
    text-align: center;
}

/* left align bellow*/
.jl_top_single_title{
    margin-top: 0px;
}
.single_bellow_left_align, .single_bellow_left_align .single-post-meta-wrapper{
    text-align: center;
}
.single_bellow_left_align .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}
.single_bellow_left_align .single_post_share_icon_post_top{
    display: block !important;
}

/* left align above*/
.single_above_left_align, .single_above_left_align .single-post-meta-wrapper{
    text-align: left;
}
.single_above_left_align{
    margin-bottom: 20px;
}

.single_above_left_align .meta-category-small a{
    margin: 0px 10px 0px 0px !important;
}
.single_above_left_align .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

/* captions overlay image*/
.single_captions_overlay_image{
    position: relative;
    background: #000;
}
.single_captions_overlay_image .image-post-thumb{
    margin: 0px;
}
.single_captions_overlay_image .image-post-thumb img{
    opacity: 0.7;
    width: 100%;
}
.single_captions_overlay_image .single_post_entry_content{
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    max-width: 80%;
    z-index: 1;
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .meta-category-small a{
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .single_post_title_main, .single_captions_overlay_image .single-post-meta-wrapper span, .single_captions_overlay_image .single-post-meta-wrapper span a{
    color: #fff !important;
}

/* fullwidth captions overlay image*/
.single_captions_overlay_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .75;
}
.single_captions_overlay_image_full_width .single_post_entry_content{
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    max-width: 700px;
    z-index: 1;
    text-align: center;
    padding: 0px;
}
.single_captions_overlay_image_full_width .single_post_entry_content .meta-category-small{
    margin-bottom: 15px;
}
.single_captions_overlay_image_full_width .single_post_entry_content span a:hover, .single_captions_overlay_image_full_width .single_post_entry_content .jm-post-like:hover{
    color: #fff !important;
}
.single_captions_overlay_image_full_width .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_overlay_image_full_width .single-post-meta-wrapper{
    text-align: center;
    margin-top: 15px;
}
.single_captions_overlay_image_full_width .single_post_entry_content .single_post_title_main, .single_captions_overlay_image_full_width .single-post-meta-wrapper span, .single_captions_overlay_image_full_width .single-post-meta-wrapper span a, .single_captions_overlay_image_full_width .single-post-meta-wrapper a.jm-post-like{
    color: #fff !important;
}
.single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta{
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28,28,28,.1);
}
.options_dark_skin .single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta a,
.single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta *{
    color: #fff !important;
}
.jl_single_style3 .single-post-meta-wrapper .post-date:before, .jl_single_style3 .single-post-meta-wrapper .meta-comment:before,
.jl_single_style4 .single-post-meta-wrapper .post-date:before, .jl_single_style4 .single-post-meta-wrapper .meta-comment:before,
.jl_single_style8 .single-post-meta-wrapper .post-date:before, .jl_single_style8 .single-post-meta-wrapper .meta-comment:before{
    background: #fff;
}
.jl_single_style4 .jl_sover_b{
    margin-bottom: 0px;
}
.jl_single_style3{
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
}
.jl_single_style3 .single_post_title_main{
    max-width: 100%;
}
.jl_single_style3 .jl_f_cat{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}
.jl_single_style3 .jl_f_cat a{
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
}
.jl_single_style3 .jl_mt_w{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.jl_single_style3 .jl_mt_w .jl_post_meta_s{
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style3 .jl_meta_t span, .jl_single_style3 .jl_meta_t span a{
    color: #fff;
    text-align: left;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t .post-date:before{
    content: "\00b7";
    margin-right: 8px;
    margin-left: 8px;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t{
    margin-left: 8px;
}
.jl_single_style3 .jl_post_meta_s .jl_author_img{
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t .jl_author_img_w{
    float: left;
}



/* fullwidth captions overlay bottom image*/
.single_captions_overlay_bottom_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_bottom_image_full_width:after{
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
}
.single_captions_overlay_bottom_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:50%;
    opacity: 1;
    background-repeat: no-repeat;
}
.single_full_breadcrumbs_top{
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}
.single_full_breadcrumbs_top .breadcrumbs_options, .single_full_breadcrumbs_top .breadcrumbs_options a{
    color: #fff !important;
}
.single_full_breadcrumbs_top .row{
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper{
    margin: 0px;
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    padding-bottom: 20px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content{
    text-align: left;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1{
    font-size: 40px;
    max-width: 70%;
    text-shadow: 1px 1px 2px rgba(28,28,28,.1);
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single-post-meta-wrapper span{
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .meta-category-small a{
    margin: 1px 10px 0px 0px;
}
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper{
    text-align: center;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .single_post_title_main, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a:hover, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .jm-post-like{
    color: #fff !important;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta{
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28,28,28,.1);
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta a:hover,
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta *,
.options_dark_skin .single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta *{
    color: #fff !important;
}


/* fullwidth captions bottom image*/
.single_captions_bottom_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_bottom_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single_captions_bottom_image_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.single_captions_bottom_image_full_width_wrapper .row{
    margin-bottom: 0px;
    margin-right: -30px;
    margin-left: -30px;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12{
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12 .breadcrumbs_options{
    margin-bottom: 8px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_bottom_image_full_width_wrapper .single_meta_category{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 35px;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 0px 5px 0px 5px;
    background: #000;
    
}
.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper{
    text-align: center;
    margin-top: 15px;
}

.single_captions_bottom_image_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}


/* fullwidth captions only*/

.single_captions_only_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_only_full_width_wrapper .breadcrumbs_options{
    margin-bottom: 5px;
}
.single_captions_only_full_width_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_only_full_width_wrapper .row .col-md-12{
    padding-top: 5px;
    margin-bottom: -45px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_only_full_width_wrapper .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_only_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 0px 10px 0px 0px;
    background: #000;
}
.single_captions_only_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_only_full_width_wrapper .single-post-meta-wrapper{
    text-align: left;
}

.single_captions_only_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}


/* fullwidth captions above image*/

.single_captions_aboves_image_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_aboves_image_full_width_wrapper .breadcrumbs_options{
    margin-bottom: 5px;
}
.single_captions_aboves_image_full_width_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .row .col-md-12{
    padding-top: 15px;
    margin-bottom: -45px;
}
.single_captions_aboves_image_full_width_wrapper .row .col-md-12 .single_post_entry_content{
    padding: 0px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 35px;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 10px 10px 0px 0px;
    background: #000;
}
.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;    
}

.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper{
    text-align: left;
    margin-top: 15px;
}

.single_captions_aboves_image_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}


/* fullwidth captions with post format*/
.single_post_caption_full_width_format{
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .single_content_header{
    margin-bottom: 10px;
}
.full_width_caption_with_post_format{
    padding-top: 30px !important;
}


.caption_without_image .breadcrumbs_options{
    margin-bottom: 5px;
}


.title_below_align_left .breadcrumbs_options, .title_above_align_left .breadcrumbs_options{
    margin-bottom: 5px;
}

.single_post_footer_share{
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.single_post_share_icon{
    float: right;
    padding: 0px;
    margin-bottom: 25px;
}
.single_post_share_icon li{
    float: left;
    margin-left: 5px;
    list-style: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100px;
}
.single_post_share_icon li a{
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #222;
    text-align: center;
    font-size: 15px;
    background: #fff !important;
}
.single_post_share_icon li a:hover{
    text-decoration: none !important;
    color: #f75454;
    
}

.single_post_share_icon li.single_post_share_facebook a i, .single_post_share_icon li.single_post_share_twitter a i{
    margin-right: 0px;
}
.single_post_share_icons.social_popup_close i{
    margin: 0px !important;
    font-size: 13px !important;
}
.single_post_share_icons.social_popup_close{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff;
    background-color: #000;
    margin: 0px !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.single_post_share_icons i{
    margin-left: 5px;
}
.single_post_share_icons{
    text-transform: uppercase;
    float: right;
    margin-top: 0px;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    background: #212121;
    height: 21px;
    line-height: 21px;
    padding: 0px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}
.single_post_share_wrapper .single_post_share_icon_post{
    margin: -40px 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 00%;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    text-align: center;
}
.single_post_share_wrapper.share_single_active{
    opacity: 1 !important;
    visibility: visible !important;
}
.single_post_share_wrapper{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255,255,255,.97);
    opacity: 0;
    position: fixed;
    top: 0 !important;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;

}
.share_large_loop{
    float: right;
}
.share_large_loop .mashsb-stretched .mashsb-buttons a{
    width: auto;
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    height: 32px !important;
    line-height: 32px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    padding: 0px 25px;
    margin-left: 5px;
}
.share_large_loop .mashsb-stretched .mashsb-buttons a .icon:before{
    margin-right: 5px;
    font-size: 13px;
    width: auto;
}
.share_large_loop .mashsb-container{
    padding-top: 0px;
    padding-bottom: 0px;
}
.large_post_share_btn.single_post_share_icon_post{
    float: right;
    width: auto;
    margin-bottom: 0px;
}
.large_post_meta_wrapper .grid_meta_bottom_wrapper{
    float: left;
    width: 100%;
}
.large_post_share_btn.single_post_share_icon_post li a{
    width: auto;
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0px;
    padding: 0px 30px;
}
.large_post_share_btn.single_post_share_icon_post li a i{
  margin-right: 5px;
}
.jl_single_share_wrapper{
    display: flex;
    flex-flow: row wrap;
    margin: 0px -5px;
}
.single_post_share_icon_post{
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.single_post_share_icon_post li{
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px 5px;
    list-style: none !important;
}
.options_dark_skin .single_post_share_icon_post li a{
    color: #fff !important;
    border: 1px solid #494949;
}
.single_post_share_icon_post li a{
    display: block;
    border-radius: 100px;
}
.single_post_share_icon_post li:last-child{
    margin-bottom: 0px;
}
.single_post_share_icon_post li a{
    display: inline-block;
    padding: 0px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eaeaea;
    transition: all 0.2s ease 0s;
}
.single_post_share_icon_post li a:hover{
    color: #fff !important;
}
.single_post_share_icon_post li a span{
    display: none;
}
.single_post_share_icon_post li:last-child a{
    margin-right: 0px;
}
.single_post_share_icon_post li a:hover{
    text-decoration: none !important;    
}



.single_post_share_icon_post li.single_post_share_mail a{
    font-size: 18px !important;
}
.single_post_share_icon_post li.single_post_share_pinterest a{
    position: relative;
}
.single_post_share_icon_post li.single_post_share_facebook a, .single_post_share_icon_post li.single_post_share_facebook a:hover{
    color: #fff;
    background: #455fa1;  
    border:1px solid #455fa1;
}
.single_post_share_icon_post li.single_post_share_twitter a, .single_post_share_icon_post li.single_post_share_twitter a:hover{
    color: #fff;
    background: #58abf5;
    border:1px solid #58abf5;
}
.single_post_share_icon_post li.single_post_share_linkedin a, .single_post_share_icon_post li.single_post_share_linkedin a:hover{
    color: #fff;
    background: #1980be;
    border:1px solid #1980be;
}
.options_dark_skin .single_post_share_icon_post li.single_post_share_mail a, .options_dark_skin .single_post_share_icon_post li.single_post_share_mail a:hover{
    background: #484848;
    border:1px solid #484848;
}
.single_post_share_icon_post li.single_post_share_mail a, .single_post_share_icon_post li.single_post_share_mail a:hover{
    color: #fff;
    background: #000;
    border:1px solid #000;
}
.single_post_share_icon_post li.single_post_share_ftumblr a, .single_post_share_icon_post li.single_post_share_ftumblr a:hover{
    color: #fff;
    background: #586973;
    border:1px solid #586973;
}
.single_post_share_icon_post li.single_post_share_pinterest a, .single_post_share_icon_post li.single_post_share_pinterest a:hover{
    color: #fff;
    background: #cd1d1f;
    border:1px solid #cd1d1f;
    position: relative;
}
.single_post_share_icon_post_bottom{
    margin-top: 20px;
}
.jl_sfoot{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.jl_sfoot li{
    width: 20%;
    margin-bottom: 0px;
}
.jl_sfoot li a{
    display: block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}
.jl_sfoot .single_post_share_linkedin a span{
    margin-top: 3px;
}
.jl_sfoot li a span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 4px;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_facebook a{
    color: #fff;
    background: #455fa1;  
    border:1px solid #455fa1;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_twitter a{
    color: #fff;
    background: #58abf5;
    border:1px solid #58abf5;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_linkedin a{
    color: #fff;
    background: #1980be;
    border:1px solid #1980be;
}
.options_dark_skin .jl_sfoot .single_post_share_icon_post li.single_post_share_mail a{
    background: #484848;
    border:1px solid #484848;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_mail a{
    color: #fff;
    background: #000;
    border:1px solid #000;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_ftumblr a{
    color: #fff;
    background: #586973;
    border:1px solid #586973;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_pinterest a{
    color: #fff;
    background: #cd1d1f;
    border:1px solid #cd1d1f;
    position: relative;
}
.title_below_align_center .single_post_share_icon_post_top, .title_above_align_center .single_post_share_icon_post_top, .title_above_align_left .single_post_share_icon_post_top, .title_overlay_image .single_post_share_icon_post_top{
    display: none;
}

.single_box_width_custom_options .single_post_share_icon_post_top{
    display: none !important;
}
.title_above_align_left .top_bar_social_with_captions{
    display: block !important;
    margin-bottom: 25px;
}

.full_width_image_with_caption_overlay_center .single_post_share_icon_post_top, .full_width_image_with_caption_overlay_bottom .single_post_share_icon_post_top, .full_width_image_with_caption_above .single_post_share_icon_post_top{
    margin-bottom: 30px;
}

.title_below_align_left .single_post_share_icon_post_top{
    margin-top: 10px;
    margin-bottom: 5px;
}

.caption_without_image .single_post_share_icon_post_top{
    margin-top: 15px;
}


.full_width_image_with_caption_above, .full_width_caption_without_image{
    padding-top: 15px !important;
}




/*-------------------------------------------------------------------------------------
Blog large layout with sidebar
-------------------------------------------------------------------------------------*/
.loop-large-post .box {
    margin-bottom: 0px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    position: relative;
}
.blog_large_post_style.jl_grid_layout1 .meta-category-small{
    position: absolute;
    margin: 0px !important;
    top: 20px;
    left: 20px;
    width: auto;
    z-index: 1;
}
.blog_large_post_style .large_post_content p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.8;
}
.blog_large_post_style .jl_post_title_top{
    padding: 0px;
    margin-bottom: 20px !important;
}
.blog_large_post_style .jl_post_title_top .image-post-title{
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.blog_large_post_style .jl_post_title_top .single-post-meta-wrapper{
    margin-top: 0px;
}
.single_section_content.box.blog_large_post_style {
    width: 100% !important;
    position: static;
    padding: 0px;
}
.single_section_content .mashsb-container{
    padding-top: 0px;
    padding-bottom: 20px;
}
.single_section_content.box.blog_large_post_style .meta-category-small .post_type_icon{
    margin-right: 6px;
}
.jl_radius .loop-large-post .post_content img, .blocks-gallery-item{    
    overflow: hidden;
}
.post_content_w{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    float: left;
    width: 100%;
}
.post_content_w.jl_sh_link_n{
    display: block;
}
.post_content_w.jl_sh_link_n .post_sw{
    display: none;
}
.post_content_w.jl_sh_link_n .post_content{
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
}
.post_content_w .post_sw{
    display: flex;
    display: -webkit-flex;
    padding-right: 0px;
    max-width: 50px;
    width: 50px;
    align-items: center;
    flex-shrink: 0;
    flex-flow: column nowrap;
}
.post_content_w .post_s{

}
.post_content_w .post_s{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
}
.post_content_w .post_content{
    margin-left: auto;
    max-width: calc(100% - 80px);
    width: calc(100% - 80px);
}
.post_content_w .post_content {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}

.blog_large_post_style .box.format-quote {
    padding: 0px;
}
.blog_large_post_style .post_type_icon {
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #FFF;
    float: none;
    width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 1px;
    position: relative;
}

.blog_large_post_style.sticky{
    background: #ffffe0;
    border: 1px solid #e6db55;
}

.blog_large_post_style.sticky .featured-thumbnail img{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog_large_post_style.sticky .post-entry-content-wrapper{
    background: #fffde4;
    padding: 10px 25px 25px 25px !important;
}
.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content{
    padding: 0px !important;
    margin: 0px !important;
}

.blog_large_post_style.sticky .large_post_footer_wrapper{
    border-bottom: 0px solid #f0f0f0;
    border-top: 1px solid #e6db55;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content{
    padding:0px;
    border: 0px;
}
.blog_large_post_style.sticky .post-entry-content-wrapper .jl_continue_reading{
    background: #fffde4;
}
.blog_large_post_style.sticky .post-entry-content-wrapper .jl_continue_reading:hover{
    background: #000;
}
#content .blog_grid_post_style .meta-category-small, .grid_home_3col .blog_grid_post_style .meta-category-small {
    margin-top: 15px;
    margin-bottom: 5px;
}
#content .blog_grid_post_style .jl_rating_front, .grid_home_3col .blog_grid_post_style .jl_rating_front{
    margin-top: 0px;
    margin-left: 0px;
}
.margin_full_slider{
  margin-top: 30px;
}
.page-template-home-grid-post-4col .col3_homepost_carosel,
.page-template-home-grid-post-4col .home_grid_2_post_header_wrapper,
.page-template-home-grid-post-4col .page_slider_grid_5_style,
.page-template-home-grid-post-4col .magazine_3_grid_slider{
    background: #ededed;
    margin-top: 0px;
    padding-top: 0px;
}
.page-template-home-grid-post-4col .post_grid_more_meta_wrapper.no_feature_img_class{
  margin-top: 15px !important;
}
.post_grid_more_meta_wrapper.no_feature_img_class{
  margin-top: 0px;
}
.post_grid_more_meta_wrapper{
  float: left;
  width: 100%;
  margin-top: 0px;
}
.post_grid_more_meta_wrapper .grid_post_share{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: auto;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
    color: #555;
}
.post_grid_more_meta_wrapper .grid_post_share .grid_share_wrapper{
    float: left;
}

.post_grid_more_meta_wrapper .grid_post_share i{
  margin-right: 5px;
  float: left;
}
.grid_post_share .mashsb-count{
  margin-right: 5px;
  margin-top: 0px;
  font-weight: 400;
}
.grid_post_share .mashsbcount{
  float: left;
  font-size: 12px;
  color: #555;
}
.grid_post_share .mashsb-sharetext{
  display: none;
}
.post_grid_more_meta_wrapper .meta-category-small{
  width: 100%;
  margin: 0px !important;
  padding: 0px;
  line-height: 1.2;
  text-align: left;
}

.post_grid_more_meta_wrapper .meta-comment i{
  margin-right: 5px;
}
.post_grid_more_meta_wrapper .meta-comment{
  font-size: 12px;
  font-weight: 400px;
  line-height: 16px;
  width: auto;
  float: left;
  line-height: 1.2;
  margin-right: 10px;
}
.post_grid_more_meta_wrapper .meta-comment a{
  color: #555;
}


#content .blog_grid_post_style .meta-category-small a,
.grid_home_3col .blog_grid_post_style .meta-category-small a,
.jellywp_home_builder_carousel_post .meta-category-small a,
.post_list_medium_widget .meta-category-small a,
.page_builder_slider .meta-category-small a,
.jelly_homepage_builder.builder_post_grid_bellow .blog_list_post_style .meta-category-small a,
.blog_grid_post_style .meta-category-small a,
.blog_large_post_style .meta-category-small a,
.loop-list-post-display .blog_list_post_style .meta-category-small a{
    background: #222;
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
.page_builder_slider .meta-category-small a{ margin: 0px 2px 0px 0px !important;}
.loop-list-post-display .blog_list_post_style .meta-category-small a{
    color: #fff !important;
}

.builder_post_list_bellow .meta-category-small a, .main_right_post_style_list .meta-category-small a{
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    padding: 0px;
    color: #000;
}

.container_masonry_home{
    margin: 0px !important;
    padding: 0px !important;
}
.container_masonry_home .pagination-more{
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
}
.container_masonry_home .pagination-more a{
    margin: 30px 0px;
}

.blog_grid_post_style .meta-category-small a{
    margin: 0px 2px 1px 0px !important;
}
.blog_grid_post_style .meta-category-small a:last-child{
    margin-right: 0px !important;
}

/* builder block nav*/
.jl_bulder_wrapper{
    position: relative;
}
.jl_content_post{
    float: left;
    width: 100%;
}
.jl_cat_nav_head{
    position: absolute;
    top: -70px;
    right: 0px;
}
.jl_cat_nav_head .category_listing{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.jl_cat_nav_head .category_listing li{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.jl_cat_nav_head .jl_pagination{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.jl_cat_nav_head .jl_pagination li{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Squre grid 3col*/
.grid_home_masonry_3col #infscr-loading{
    bottom: -80px;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style{
    width: 33.33333333%;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper{
    opacity: 1;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute{
    background: #000;
    opacity: 0.2;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper:hover .link_grid_header_absolute{
    opacity: 0.5;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper{
    background: none;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title{
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a{
    font-weight: 700 !important;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover{
    color: #fff !important;
    opacity: 0.7;
}
.page-template-home-grid-masonry-3 .large_center_slider_container .banner-container h5 a{
    text-transform: uppercase;
    font-weight: 700 !important;
}

/* Squre grid*/
.grid_home_masonry_4col #infscr-loading{
    bottom: -80px;
}

.grid_home_masonry .blog_grid_post_style{
    width: 25%;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 100%;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_grid_image{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 1;
    backface-visibility: hidden;
    background-position: 50% center;
    -webkit-transition: .5s ease-in-out opacity,0.5s transform ease-in-out;
    -webkit-transition: .5s ease-in-out opacity,0.5s -webkit-transform ease-in-out;
    transition: .5s ease-in-out opacity,0.5s -webkit-transform ease-in-out;
    transition: .5s ease-in-out opacity,0.5s transform ease-in-out;
    transition: .5s ease-in-out opacity,0.5s transform ease-in-out,0.5s -webkit-transform ease-in-out;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 35px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out opacity,0.3s transform ease-in-out;
    -webkit-transition: .3s ease-in-out opacity,0.3s -webkit-transform ease-in-out;
    transition: .3s ease-in-out opacity,0.3s -webkit-transform ease-in-out;
    transition: .3s ease-in-out opacity,0.3s transform ease-in-out;
    transition: .3s ease-in-out opacity,0.3s transform ease-in-out,0.3s -webkit-transform ease-in-out;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper:hover .jl_squre_content_wrapper{
    opacity: 1;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: none;
    color: none;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post_grid_more_meta_wrapper{
    margin: 0px;
    position: relative;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title{
    font-size: 25px;
    position: relative;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a{
    color: #fff;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot{
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot .post-date, .grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot span a{
    color: #fff !important;
}






.blog_large_post_style .large_post_content {
    float: left;
    width: 100%;
    text-align: center;
}
.blog_large_post_style .large_post_content p{
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
    padding: 0px;
}
.blog_large_post_style .image-post-thumb{
    margin-bottom: 25px !important;
}
.blog_large_post_style .large_post_content .jl_continue_reading{
    margin: 25px 0px 10px 0px;
}
.blog_list_post_style .jelly_read_more_wrapper{
    text-align: left !important;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper, .blog_grid_post_style .jelly_read_more_wrapper, .blog_list_post_style .jelly_read_more_wrapper{
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
}
.blog_grid_post_style .jelly_read_more_wrapper{
    margin-bottom: 2px;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a, .blog_grid_post_style .jelly_read_more_wrapper a, .blog_list_post_style .jelly_read_more_wrapper a{
    color: #222;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 36px;
    line-height: 34px;
    border: 2px solid #222;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a:hover, .blog_grid_post_style .jelly_read_more_wrapper a:hover, .blog_list_post_style .jelly_read_more_wrapper a:hover{
    background: #222;
    color: #fff !important;
    text-decoration: none !important;
}
.date_post_large_display {
    display: none;
    float: left;
    width: 70px;
    height: 90px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 35px;
    padding-top: 15px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.date_post_large_display span {
    display: block;
    font-size: 27px;
}
.blog_large_post_style .post-entry-content .meta-category-small{
    margin: 0px !important;
    padding: 0px;
    line-height: 1.2;
}
.blog_large_post_style .post-entry-content .meta-category-small,
.blog_large_post_style .post-entry-content .meta-category-small a, .meta-category-small a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog_large_post_style .post-entry-content .image-post-title,
.blog_large_post_style .post-entry-content h1 {
    margin: 0px;
    margin-top: 0px !important;
    font-size: 35px;
    line-height: 1.2 !important;
    margin-bottom: 5px;
    color: #222222;
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
    padding: 0px;
}
.blog_large_post_style .post-entry-content .large_post_content {
    text-align: left;
}
.blog_large_post_style .post-entry-content .post-meta {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-meta,
.blog_large_post_style .post-entry-content .post-meta a {
    color: #777;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 1.2;
}
.blog_large_post_style .post-entry-content .post-meta a:hover{
    float: none !important;
    text-decoration: none !important;
    color: #777 !important;
}
.blog_large_post_style .post-entry-content .post-meta a{
    font-weight: 300;
}
.blog_large_post_style .post-entry-content .post-meta i {
    margin-right: 5px;
}
.blog_large_post_style .post-entry-content .post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.blog_large_post_style .large_post_footer_wrapper {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.blog_large_post_style .large_post_footer_wrapper .large_post_footer_wrapper_in{
    float: left;
    width: 100%;
}


.post_large_footer_meta{
    float: left;
}
.post_large_footer_meta .post_tag_footer{
    float: left;
    margin-right: 9px;
    padding-right: 7px;
    line-height: 2;
    text-transform: capitalize;
}
.post_large_footer_meta .post_tag_footer:after{
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_tag_footer a{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.post_large_footer_meta .post_tag_footer a:hover{
    text-decoration: none !important;
    color: #f75454;
}
.post_large_footer_meta .post_comment_footer, .post_large_footer_meta .post_love_footer{
    margin-right: 7px;
    padding-right: 7px;
}
.post_large_footer_meta .post_comment_footer:after, .post_large_footer_meta .post_love_footer:after{
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_comment_footer, .post_large_footer_meta .post_love_footer, .post_large_footer_meta .post_comment_footer a, .post_large_footer_meta .post_love_footer a, .post_large_footer_meta .post_view_footer{
    font-size: 12px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #222;
}
.post_large_footer_meta .post_comment_footer a:hover, .post_large_footer_meta .post_love_footer a:hover{
    color: #f75454;
}
.post_large_footer_meta .post_comment_footer i, .post_large_footer_meta .post_love_footer i, .post_large_footer_meta .post_view_footer i{
    margin-right: 5px;
}
.jl_continue_reading{
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 11px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    padding: 0px 25px;
}
.jl_continue_reading:hover{
    text-decoration: none !important;
    background: #000;
    color: #fff !important;
}
.large_post_share_icons {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 10px 0 10px 0;
}
.large_post_share_icons li {
    display: inline-block;
}
.large_post_share_icons li a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.large_post_share_icons li a:hover {
    color: #f75454;
}


.clear_2col_related{
  float: left;
  width: 100%;
  height: 1px;
}
.blog_post_related_title{
    margin-bottom: 25px;
}
.blog_post_related_title h5{
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin: 0px;
}

.blog-post-related-loop{
    margin-bottom: 50px;
}
.blog-post-related-loop .blog-post-related-image{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.blog-post-related-loop .blog-post-related-image img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
    width: 100%;
}
.blog-post-related-loop .blog-post-related-item-inside-wrapper{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.blog-post-related-loop .blog-post-related-item-inside{
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
}
.blog-post-related-loop .blog-post-related-item-inside h3{
    margin: 0px;
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}



.blog_large_post_style .image-post-thumb .link_image > img{
  width: 100%;
}
.blog_large_post_style .image-post-thumb, .full_width_quote_options .image-post-thumb {
    z-index: 1;
}
.blog_large_post_style .qoute_large_image, .full_width_quote_options .qoute_large_image {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.blog_large_post_style .qoute_large_image img, .full_width_quote_options .qoute_large_image img {
    position: absolute!important;
    width: 100%;
    max-width: none!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qoute_large_background.image_grid_header_absolute{
    padding: 150px 15px;
}
.qoute_large_background.image_grid_header_absolute:after{
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;   
    left: 0px; 
}
.blog_large_post_style .qoute_large_background, .full_width_quote_options .qoute_large_background {
    position: relative;
    text-align: center;
    padding: 100px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.jl_radius .qoute_large_background.image_grid_header_absolute{
    border-radius: 5px;
    overflow: hidden;
}
.qoute_large_background.image_grid_header_absolute{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.qoute_large_background.image_grid_header_absolute .quote_text_des{
    display: block;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    font-family: Georgia !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.qoute_large_background.image_grid_header_absolute .fa-quote-right{
    color: #fff;
    font-size: 30px;
}
.qoute_large_background.image_grid_header_absolute .link_grid_header_absolute{
    opacity: 0.5;
    left: 0px;
    top: 0px;
}
.qoute_large_background.image_grid_header_absolute .quote_source{
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.qoute_large_background.image_grid_header_absolute .qoute_large_content_inside{
    padding: 40px;
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
    text-align: center;
}
.blog_large_post_style .qoute_large_wrapper_inside, .full_width_quote_options .qoute_large_wrapper_inside {
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.blog_large_post_style .qoute_large_content_inside, .full_width_quote_options .qoute_large_content_inside {
    display: table-cell;
    vertical-align: middle;
}
.blog_large_post_style .qoute_large_content_inside p, .full_width_quote_options .qoute_large_content_inside p {
    font-size: 22px;
    color: #FFF;
    font-style: italic;
}
.blog_large_post_style .qoute_large_content_inside .quote_source, .full_width_quote_options .qoute_large_content_inside .quote_source {
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.full_width_quote_options .qoute_large_background_image{
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.full_width_quote_options .qoute_large_background_color{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.full_width_quote_options .qoute_large_text{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 15%;
    right: 15%;
    text-align: center;
}
.full_width_quote_options .qoute_large_text p{
    color: #fff !important;
    font-style: italic;
    font-size: 16px !important;
}
.full_width_quote_options .qoute_large_text .quote_source{
    font-style: normal !important;
}


.blog_large_post_style .jelly_pro_post_arrow_right, .single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left, .single_post_caption_full_thumb .jelly_pro_post_arrow_left {
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left,
.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    color: #FFF;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}
.blog_large_post_style .categories-title {
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 0px;
    color: #333;
}
.blog_large_post_style .box .post_content {
    padding: 0px 30px;
    float: left;
}
.preview_wrapper_icons{
    position: absolute;
    top: -15px;
    right: 5px;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    
}
.preview_wrapper_icons .preview_icon_hot{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #f75454;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
}
.preview_wrapper_icons .preview_icon_trend{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #ff8d00;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
}
.grid_meta_bottom_wrapper{
  float: left;
  width: 100%;
}
.grid_meta_bottom_wrapper .author-avatar-image img{
  width: 32px !important;
  height: 32px !important;
}
.grid_meta_bottom_wrapper .post-date, .grid_meta_bottom_wrapper .author-avatar-link a{
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  float: left;
  color: #000;
  text-align: left;
}
.grid_meta_bottom_wrapper .meta_comment{
    float:right;
    min-width: 24px;
    height: 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #444;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    margin-top: 3px;
    color: #fff;
    padding: 0 10px 0 11px;
}
.grid_meta_bottom_wrapper .meta_comment:after{
    content: "";
    display: block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid #444;
    border-right: 5px solid transparent;

}
.grid_meta_bottom_wrapper .meta_comment a{
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}
.grid_meta_bottom_wrapper .meta_comment a:hover{
    text-decoration: none !important;
}
.author-avatar-image {
    float: left;
}
.author-avatar-image img {
    width: 20px !important;
    height: 20px !important;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 5px;
}
.author-avatar-link {
    float: left;
    margin-top: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 160px;
    margin-right: 10px;
}
.author-avatar-link a{
    font-size: 10px;
    font-weight: 300 !important;
    color: #777 !important;
}
.author-avatar-link a:hover{
    text-decoration: none !important;
}
.box .image-post-thumb {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.image-post-thumb iframe{
    margin-bottom: 0px !important;
}
.jlsingle-title-above{
  margin-top: 0px;
}
.box .image-post-thumb > a{
    float: left;
    width: 100%;
    min-height: 60px;
}
.jl_radius .box .image-post-thumb > a{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.jl_radius .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_post_loop_wrapper{
    float: left;
    width: 100%;
}
.box .image-post-thumb > a > img{
    max-width: 100%;
    width: auto;
}
.box .image-post-thumb > .meta-category-small{
    position: absolute;
    margin: 0px !important;
    top: 20px;
    left: 20px;
}
.box .image-post-thumb > .meta-category-small a{
    float: left !important;
    margin: 0px 1px 0px 0px !important;
    color: #fff;
}
.box.blog_grid_post_style .image-post-thumb > a > img{
    width: 100%;
    float: left;
}
.box .image-post-thumb a > img, .owl-carousel .owl-item img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box .image-post-thumb a:hover > img, .owl-carousel .owl-item:hover img{
}
.box .image-post-thumb a .overlay_icons, .full-slider-wrapper .bubble .overlay_icons, .header_small_carousel_post .item.col-md-12 > a .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.box .image-post-thumb a:hover .overlay_icons, .full-slider-wrapper .bubble:hover .overlay_icons, .header_small_carousel_post .item.col-md-12:hover > a .overlay_icons{
    margin-top: 0px;
    opacity: 0;
}

.box .image-post-thumb audio {
    position: absolute;
    bottom: 0px;
}
.box img {
    height: auto;
}
.format-audio .image-post-thumb img{
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-entry-content-wrapper{
    float: left;
    width: 100%;
    padding: 0px;
}
.post-entry-content {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.owl-carousel .owl-item{
    overflow: hidden;
}

.post-entry-content .post-entry-title {
    font-size: 28px;
    text-decoration: none;
}
.post-entry-content .post-entry-title:hover {
    text-decoration: none;
}
.content_post_grid {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}
.content_post_grid p{
    margin-bottom: 0px;
    text-align: left;
}
.jl_small_list_front .meta-category-small-list{
    width: auto !important;
}
.jl_small_list_front .jl_rating_front{
    float: left;
    margin-top: -3px !important;
}
.meta-category-small-list.jl_builder_cat_main{
    width: auto;
    margin-top: 15px;
}
.page_slider_grid_5_style .jl_review_wrapper{
    top: 20px;
    right: 20px;
}
.jl_review_wrapper{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.jl_rating_front{
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-radius: 100%;
}
.jl_rating_front canvas{
    position: absolute;
    top: 0;
    left: 0;
}
.jl_rating_front .jl_rating_value{
    float: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-shadow: 1px 0px 0px rgba(0,0,0,.4);
}
.jl_rating_front span{
    float: none;
    height: 13px;
    line-height: 13px;
    font-size: 14px;
}
.jl_rating_front span i{
    margin-right: 1px;
}
.meta-category-small-list {
    float: left;
    width: 100%;
}
.meta-category-small-list a {
        float: left;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0em;
    height: auto;
    line-height: 10px;
    padding: 0px;
}
.meta-category-small-list a:hover {
    text-decoration: none !important;
}
.meta-category-small.cus_bgcolor_wrapper{
    position: absolute;
    margin: 0px !important;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text{
    margin: 0px !important;
    margin-right: 1px !important;
    float: left !important;
    color: #fff;
    background: #000;
    height: auto;
    line-height: 10px;
    font-size: 11px !important;
    padding: 5px 10px 5px !important;
    font-weight: 400 !important;
    width: auto !important;
    letter-spacing: 0.05em;
}
.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text:hover{
    color: #fff !important;
}
.meta-category-small {
    float: left;
    width: 100%;
    line-height: 1.2;
}
.meta-category-small a {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 12px !important;
    text-transform: uppercase;
    margin: 0px 1px 0px 0px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    height: auto;
    line-height: 10px;
    padding: 0px;
}
.meta-category-small a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.single_meta_category{
  width: auto;
}
.single_reactions_img.reactions_img_wrapper{
    position: inherit;
    top: 0;
    right: 0;
    float: right;
    margin-top: 0px;
}

.post-meta-bot {
    overflow: hidden;
    position: relative;
    margin: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #565656;
    padding: 0px;
    margin-top: 15px;
}
.post-meta-bot-in{
    float: left;
    width: 100%;
    padding: 0px;
}
.post-meta-bot i {
    margin-right: 3px;
}
.post-meta-bot .love_post_view {
    float: right;
    margin-top: 2px;
}
.post-meta-bot .love_post_view a {
    color: #313131;
}
.post-meta-bot .love_post_view a:hover{
    color: #f75454;
}
.post-meta-bot .meta-comment {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 2px;
}
.post-meta-bot .meta-comment i {
    margin-right: 3px;
}
.post-meta-bot .meta-comment a {
    color: #313131;
    font-size: 12px;
}
.post-meta-bot .meta-comment a:hover {
    text-decoration: none !important;
    color: #f75454;
}
.meta-comment a:hover {
    text-decoration: none !important;
}
.pagination-more {
    display: block !important;
    text-align: center;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}
.pagination-more .more-previous{
    text-align: center;
    float: left;
    width: 100%;
}
.pagination-more div a:active, .pagination-more div a:focus{
    text-decoration: none !important;
}
.page-template-home-grid-full .pagination-more .more-previous a, .page-template-home-grid-full #infscr-loading{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    background: #030303;
}
.page-template-home-grid-full .pagination-more .more-previous a:hover{
    -webkit-transform:translatey(0px);
    transform:translatey(0px);
    -webkit-box-shadow:0 20px 30px rgba(0,0,0,0);
    box-shadow:0 20px 30px rgba(0,0,0,0);
}
.pagination-more .more-previous a {
    position: relative;
    width: 194px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    background: #222;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.pagination-more .more-previous a:hover{
    -webkit-transform:translatey(-3px);
    transform:translatey(-3px);
    -webkit-box-shadow:0 20px 30px rgba(0,0,0,.2);
    box-shadow:0 20px 30px rgba(0,0,0,.2);
}
.pagination-more div a:hover {
    text-decoration: none;
    text-decoration: none !important;
}
.scroll_more_main_wrapper #infscr-loading{
    bottom: -30px;
}

.jelly-infinite-load a{
    opacity: 0;
}

#infscr-loading {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    width: 194px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    background: #222;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}
#infscr-loading i{
    font-size: 19px;
    -webkit-animation: jlloading 1s linear infinite;
    -moz-animation: jlloading 1s linear infinite;
    -ms-animation: jlloading 1s linear infinite;
    -o-animation: jlloading 1s linear infinite;
    animation: jlloading 1s linear infinite;
}
#infscr-loading img{
    display: none;
}

.jl_spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.jl_spinner > .jl_bounce1, .jl_spinner > .jl_bounce2, .jl_spinner > .jl_bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.jl_spinner .jl_bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.jl_spinner .jl_bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

#content, .jl-h-content{
    position: relative; 
    -ms-flex: 0 0 67.666667%;
    flex: 0 0 67.666667%;
    max-width: 67.666667%;   
}
.enable_single_post_full{
    padding-right: 15px !important;
    width: 100% !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.jl_sticky .elementor-widget-wrap .elementor-widget-container{
position: -webkit-sticky;
position: sticky;
top: 3rem;
}
.jl_sticky .elementor-widget-sidebar{
    height: 100%;
}
/*Widget*/
#sidebar, .jl-h-sidebar{
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    padding-left: 40px;
}
.jl_sidebar_w{
position: -webkit-sticky;
position: sticky;
top: 3rem;
padding-bottom: 1px;
}
#sidebar .feature-post-list .item-details h3 a{
    font-size: 17px;
}
.jellywp_about_us_widget_wrapper p{
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -10px;
}
.jellywp_about_us_widget_wrapper .social_icons_widget{
    margin-top: 20px;
}
.widget_jl_wrapper{
    position: relative;
}
.widget{
    padding: 0px;
    margin-bottom: 50px !important;
    position: relative;
    z-index: 1;
}
.widget:after{
    display: table;
    content: '';
    clear: both;
}
.jl_mobile_nav_inner > .widget{
    margin-bottom: 40px !important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,1,1,0);
    box-shadow: 0 3px 4px 0 rgba(0,1,1,0);
}

/*
Footer
*/
.jl_footer_wrapper{
    border-bottom: 1px solid #202020;
    background: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
    float: left;
    width: 100%;
}
.jl_footer_wrapper .container{
    max-width: 100%;
    padding: 0px;
}
.jl_footer_wrapper .row{
    margin-bottom: 0px;
}
.jl_footer_wrapper .footer_top_5_item_wrapper{
    float: left;
    width: 100%
}
.jl_footer_wrapper .jl_footer_car_title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.jl_footer_wrapper .jl_footer_car_title:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -18px;
    width: 36px;
    height: 3px;
    background: #f75454;
}
.jl_footer_wrapper .footer_top_5_item.jl_cus_1, .jl_footer_wrapper .footer_top_5_item.jl_cus_2, .jl_footer_wrapper .footer_top_5_item.jl_cus_4, .jl_footer_wrapper .footer_top_5_item.jl_cus_5{
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    float: left;
    overflow: hidden;
}
.jl_footer_wrapper .footer_top_5_item.jl_cus_3{
    width: 100%;
    float: left;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.jl_footer_wrapper .footer_top_5_item .slider_grid_image_style{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jl_footer_wrapper .footer_top_5_item .featured_thumbnail_link{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    background: #000;
}
.jl_footer_wrapper .footer_top_5_item .meta-category-small{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: auto;
}
.jl_footer_wrapper .footer_top_5_item .banner-container{
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    text-align: left;
    position: absolute;
    transform: none;
    -webkit-transform: none;
    background: none;
}
.jl_footer_wrapper .footer_top_5_item .meta-category-small a{
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 4px 6px 4px;
    color: #fff !important;
}
.jl_footer_wrapper .footer_cus_small{
    float: left;
    width: 25%;
}
.jl_footer_wrapper .footer_cus_mid{
    float: left;
    width: 50%;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1{
    font-size: 17px;
    margin: 0px 0px 10px 0px;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading, .jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading{
    color: #fff;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading:hover, .jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading:hover{
    color: #fff !important;
    opacity: 0.8;
}
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1{
    font-size: 35px;
    margin: 0px 0px 10px 0px;
}

/*
widget style 6
*/

.jl_custom_title6 #sidebar .widget{
    padding: 0px;
    border: 0px solid #ebebeb;
}
.jl_custom_title6 #sidebar .widget .widget-title{
    margin-bottom: 30px;
    width: auto;
    float: none;
}
.jl_custom_title6 #sidebar .widget .widget-title h2{
    background: none;
    text-align: left;
    color: #000;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    text-transform: capitalize;
    letter-spacing: -0.03em;
    font-weight: 600 !important;
    font-size: 20px;
    margin-top: -5px;
}
.jl_custom_title6 #sidebar .widget .widget-title h2:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    background: #f75454;
    border: 0px;
    display: none;
}
.jl_custom_title6 #sidebar .widget .widget-title h2 a{
    color: #000 !important;
}


footer .widget .widget-title h2{
    color: #222;
    background: none;
    padding: 0px;
    text-align: left;
    height: auto;
    line-height: 1.2;
    margin-bottom: 30px !important;
    text-transform: capitalize;
    border-bottom: 0px !important;
}
.widget-title h2 {
    font-size: 17px;
    line-height: 27px;
    margin: 0px;
    text-transform: capitalize;
}


.widget_archive select {
    width: 100%;
}
.widget_categories ul>li,
.widget_pages ul>li,
.widget_archive ul>li {
    border-bottom: 1px dotted #d8d8d8;
    padding: 10px 0 10px 15px !important;
    margin-bottom: 0 !important;
    list-style: none;
}

.widget_categories ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_archive ul>li:first-child {
    padding-top: 5px !important;
}

.widget_categories ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child {
    padding-bottom:  inherit;
}
#sidebar ul li ul.children{
    margin-left: 10px;
    margin-bottom: 0;
}
#sidebar ul li ul.children li:last-child{
    border:0;
}
.widget_categories ul>li>a::before,
.widget_pages ul>li>a::before,
.widget_archive ul>li>a::before {
    position: absolute;
    font-family: 'jl_font';
    content: "\e962";
    margin-left: -15px;
    font-size: 0.5em;
}
.widget_categories span, #sidebar .widget_archive span, .widget_archive span{
    float: right;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
}
.widget_nav_menu{
    overflow: hidden;
}
.widget_nav_menu .sub-menu{
    margin-bottom: 0px !important;
}
.widget_nav_menu ul>li.menu-item-has-children {
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children a{
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.widget_nav_menu ul>li.menu-item-has-children ul li {
    padding: 0 !important;
}

.widget_nav_menu ul>li.menu-item-has-children {
    position: relative;
    cursor: pointer;
}

.widget_nav_menu ul>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.widget_nav_menu ul > li{
    padding-top: 10px !important;
}
.widget_nav_menu ul>li>ul {
    display: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.widget_nav_menu ul>li.menu-item-has-children.active ul {
    display: block;
}

.widget_nav_menu ul>li.menu-item-has-children ul.sub-menu a:after {
    display: none;
}
.wp-block-cover, .wp-block-cover-image{
    height: auto;
    color: #fff;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
    content: "";
    display: block;
}
#sidebar ul{
    list-style: none;
    padding: 0px;
    margin: 0 0 15px 0;
}

#sidebar select{
    padding: 10px;
}

/* Category Image widget */

.wrapper_category_image{
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.wrapper_category_image:after{
    content: '';
    display: table;
    clear: both;
}
.wrapper_category_image .widget{
    background: none;
}
.widget.jellywp_cat_image{
    padding: 0px;
    background: none;
    border: 0px;
}
.wrapper_category_image .widget-title{
    margin: 0px;
    padding-bottom: 0px;
}
.wrapper_category_image:after{
    display: table;
    content: '';
    clear: both;
}
.wrapper_category_image .widget-title h2{
    float: left;
    width: 100%;
    display: block;
    line-height: inherit;
}
.jl_list_number{
    position: absolute;
    bottom: 0px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}


.widget_pages ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
.widget_pages ul li {
    float: left;
    width: 100%;
    list-style: none;
}

.widget_pages ul li.page_item_has_children {
    margin-left: 20px;
}
.widget_pages ul li a {
    position: relative;    
    float: left;
}
.widget_meta ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.widget_meta ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 1.2;
    margin-bottom: 10px;
}
.widget_meta ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.widget_meta ul li a {
    position: relative;
    float: left;
}
.widget_recent_comments ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
.widget_recent_comments ul li {
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget_recent_comments ul li:first-child{
    padding-top: 0px;
}
.widget_recent_comments ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.widget_recent_comments ul li a{
    font-weight: 500;
}
.widget_recent_entries ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
#footer-container .widget_recent_entries ul li{
    border-bottom: 1px solid #202020;
}
.widget_recent_entries ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 1.6;
    padding: 5px 0px;
}
.widget_recent_entries ul li a{
    font-weight: 500;
}
.widget_recent_entries ul li:first-child{
    padding-top: 0px;
}
.widget_recent_entries ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
.widget_rss ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
.widget_rss ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;    
    padding: 15px 0px;
}
.widget_rss ul li .rss-date{
    clear: both;
    display: block;
    font-size: 12px;
    margin: 10px 0px 7px 0px;
    text-transform: uppercase;
}
.widget_rss ul li cite{
    margin-top: 7px;
    display: block;
    clear: both;
}
.widget_rss ul li:first-child{
    padding-top: 0px;
}
.widget_rss ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
footer .widget_rss ul li a{
    color: #fff;
}
.widget_rss ul li a{
    font-weight: 500;
}
.widget_nav_menu ul {
    padding: 0px;
    margin-top:-10px;
    margin-bottom: 0px !important;
}
.widget.jl_widget_slider{
    padding: 0px;
}
.slider_widget_post{
    float: left;
    width: 100%;
    position: relative;
}
.slider_widget_post .recent_post_large_widget{
    height: 370px;
}
.slider_widget_post .recent_post_large_widget .image_grid_header_absolute{
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.slider_widget_post .recent_post_large_widget .meta-category-small{
    z-index: 999;
}
.slider_widget_post .recent_post_large_widget .link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    background: #000;
}
.jl_radius .slider_widget_post .recent_post_large_widget{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slider_widget_post .recent_post_large_widget{
    float: left;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 0px !important;    
    overflow: hidden;
}
.slider_widget_post .image_post a{
    overflow: hidden;
    margin: 0px;
    width: 100%;
    float: left;
}
.slider_widget_post .image_post a img{
    width: 100%;
    float: left;
    opacity: 0.7;
}
.slider_widget_post .owl-controls{
    position: absolute;
    top: 6px;
    left: 4px;
}
.slider_widget_post .owl-controls .jelly_pro_post_arrow_right, .slider_widget_post .owl-controls .jelly_pro_post_arrow_left{
    width: 23px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: none;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: relative;
    z-index: 1;
}

.slider_widget_post .owl-controls .jelly_pro_post_arrow_right:hover, .slider_widget_post .owl-controls .jelly_pro_post_arrow_left:hover{
    background: none;
    color: #fff;
}

.slider_widget_post .jelly_pro_post_arrow_left, .slider_widget_post .jelly_pro_post_arrow_right{
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    top: 20px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1 !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #000; 
    background: rgb(255, 255, 255,.3);
}

.slider_widget_post .jelly_pro_post_arrow_left{
    right: 58px;
}
.slider_widget_post:hover .jelly_pro_post_arrow_left{
    opacity: 1 !important;
}
.slider_widget_post .jelly_pro_post_arrow_right{
    right: 20px;
}
.slider_widget_post:hover .jelly_pro_post_arrow_right{
    opacity: 1 !important;
}
.slider_widget_post .wrap_box_style_main{
    position: absolute;
    top: auto;
    bottom: 0px;
    text-align: left;
    padding: 40px;
    margin-top: 0px;
    z-index: 1;
}
.slider_widget_post .wrap_box_style_main .jl_f_cat{
    margin-bottom: 15px;
}
.slider_widget_post .wrap_box_style_main .jl_f_cat a, .slider_widget_post .wrap_box_style_main .jl_f_cat a:hover{
    color: #fff !important;
}
.slider_widget_post .wrap_box_style_main .jl_post_meta{
    margin-top: 15px;
}
.slider_widget_post .wrap_box_style_main h3{
    margin: 0px;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    float: left;    
}
.slider_widget_post .wrap_box_style_main .jl_post_meta span, .slider_widget_post .wrap_box_style_main .jl_post_meta span a{
    color: #fff !important;
}
.slider_widget_post .wrap_box_style_main h3 a, .slider_widget_post .wrap_box_style_main h3 a:hover {
    color: #fff !important;
}
.slider_widget_post .wrap_box_style_main .post-meta, .slider_widget_post .wrap_box_style_main .post-meta span, .slider_widget_post .wrap_box_style_main .post-meta a, .slider_widget_post .wrap_box_style_main .post-meta a:hover{
    color: #fff !important;
}

.slider_widget_post .wrap_box_style_main .meta-category-small{
    float: left;
    width: 100%;
    position: relative !important;
    margin-bottom: 10px !important;
}
.slider_widget_post .wrap_box_style_main .meta-category-small a{
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    padding: 4px 11px 4px;
}
.slider_widget_post .jl_s_pagination{
    display: block;
    top: 20px;
    right: 23px;
    bottom: auto;
    transform: none;
    left: auto;
}
.comment_widget .post-meta{
    color: #313131 !important;
}

footer .comment_widget .post-meta{
    color: #737373 !important;
}

#sidebar #wp-calendar{margin-top: 0px;}

#wp-calendar {
    width: 100%;
    margin-top: 15px;
    border: 0px;
    margin-bottom: 0px;
}
#wp-calendar caption {
    text-align: center;
    margin: 0px;
    padding: 10px;
    color: inherit;
    caption-side: top;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#wp-calendar thead {
    font-size: 15px;
    font-weight: 400 !important;
    color: #000;
    background: #FFF !important;
    border-bottom: 0px solid #ddd !important;
    border-top: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-left: 0px solid #ddd !important;
}
#wp-calendar thead th {
    padding: 10px 0px;
    text-align: center;
    border: 0 !important;
    background: #f75454;
    color: #fff;
}
#wp-calendar tbody {
    color: #000;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
#wp-calendar tbody td#today {
    background-color: #E6E6E6;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar tfoot td, #wp-calendar tfoot th{
    border: 0px solid #e1e1e1;
}

footer .col-md-4{
    width: 33.33333333%;
}
footer .col-md-4 .widget{
    margin-bottom: 60px;
}
footer .footer-columns{
    background: #10100f;
}
footer .col-md-4 .widget:first-child{
    margin-top: 60px;
}
/* Post Like System */

a.jm-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    font-size: 11px;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked {
    font-size: 11px;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #222;
    text-decoration: none !important;
}
.widget-title:after{
    display: table;
    content: '';
    clear: both;
}
footer .widget .widget-title{
    background: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
footer .widget-title h2:before, footer .widget-title h2:after, footer .widget .widget-title:after{
    display: none;
}
footer .footer-columns .f3-columns-1{
    padding: 0px 35px 0px 15px;
}
.footer-columns .auto_image_with_date .post-date{
    color: #999 !important;
}
footer .footer-columns .f3-columns-2{
    padding: 0px 25px;
}
footer .footer-columns .f3-columns-3{
    padding: 0px 15px 0px 15px;
}
footer ul li a, footer ul li{
    color: #999;
}

/*-----------------------------------------------------------------------------------*/
/*  Reviews circle
/*-----------------------------------------------------------------------------------*/ 
.review_circle_large {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
    overflow: hidden;
    height: 64px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,0.3);
}

.review_circle_large input {
    background: none;
    border: none;
    font-weight: 700;
}

.review_circle_large_small {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgb(69,72,77);
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.review_circle_large_small input {
    background: none;
    border: none;
}

.owl-carousel .owl-stage-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1; 
}
.post_review_bar {
    font-size: 19px !important;
    margin-top: 0px !important;
    height: 60px !important;
    color: #f4b711 !important;
}

.review_circle_large_small .post_review_bar {
    font-weight: 700;
    font-size: 13px !important;
    margin-top: 0px !important;
    height: 40px !important;
    color: #f4b711 !important;
}

.review_star_small {
    background: #f4b711;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 6px !important;
    height: 16px;
    line-height: 16px;
    float: right;
    color: #fff;
    font-size: 11px;
}


/*-----------------------------------------------------------------------------------*/

/*  Review System

/*-----------------------------------------------------------------------------------*/
.options_dark_skin #jl-review-box{
    border: 1px solid #494949;
    background: #494949;
}
#jl-review-box {
    border: 1px solid #e6e6e6;
    margin: 10px 0 20px 0;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 30px;
}

#jl-review-box.left {
    margin: 0 30px 19px 0;
    width: 48.4375%;
}

#jl-review-box.right {
    margin: 0 0 19px 30px;
    width: 48.4375%;
}
#jl-review-box h5 {
    font-size: 25px;
    line-height: 20px;
    padding: 30px;
    margin: -31px -31px 30px -31px;
    background: #000000;
    color: #fff;
}

#jl-review-box ul {
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#jl-review-box ul li {
    margin-bottom: 15px;
}
.options_dark_skin #jl-review-box ul li .review-criteria-score{
    color: #fff;
}
#jl-review-box ul li .review-criteria-score {
    margin-bottom: 10px;
    color: #000;
}
#jl-review-box ul li .review-criteria-score .jl_star_val{
    display: none;
}
#jl-review-box ul li .review-criteria-score .right {
    float: right;
    font-weight: bold;
}

#jl-review-box ul li .review-criteria-score .right{
    font-size: 15px;
}

#jl-review-box ul li .review-criteria-score [class*="icon-"] {
    font-size: 14px;
    color: #FFA83F;
    margin: 0 0 0 1px;
    width: 14px;
}

#jl-review-box ul li .review-criteria-bar-container {
    background: #ebebeb;
    height: 7px;
}

#jl-review-box ul li .review-criteria-bar {
    float:left;
    height:7px;
    background: #ffcd00;
}
.jl_ideas_sum h6{
    margin-bottom: 10px;
    font-size: 18px;
}
.jl_review_pros{
    display: inline-block;
    width: 50%;
}
.jl_review_pros span, .jl_review_cons span{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 5px;
}
.jl_review_pros span:before{
    content: "+";
    display: inline;
    margin-right: 7px;
    color: #1ea22d;
}
.jl_review_cons span:before{
    content: "-";
    display: inline;
    margin-right: 7px;
    color: #ff0015;
}
.jl_review_cons{
    display: inline-block;
    width: 50%;
}
.right.review-total-score-boxtype-percent b{
    font-size: 25px !important;
}
#jl-review-box .right.review-total-score-boxtype-star>span{
    margin-top: -5px;
    float: left;
    width: 100%;
    margin-left: 10px;
}
#jl-review-box .right.review-total-score-boxtype-star i{
    font-size: 19px;
    margin-top: 39px;
    margin-right: 3px;
    float: left;
}
.jl_bar_w{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.jl_bar_w span, .jl_bar_w span:hover{
    color: #fff;
    font-size: 12px;
    z-index: 2;
    position: relative;
    font-weight: bold;
    width: 100%;
}
.jl_bar_w .jl_star_val{
    display: none;
}
.jl_bar_c{
    position: relative;
    padding: 0px 10px;
    text-align: right;
    height: 25px;
    display: flex;
    align-items: center;
}
.jl_bar_bg{
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .8 !important;
}
.jl_score_main_w{
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.jl_score_main_w .jl_score_main{
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    position: relative !important;
    display: block;
    float: left;
    order: 1;
}
.jl_score_main_w .jl_score_main .jl_star_re_w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_score_main_w .jl_score_main .jl_star_re{
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffcd00;
    color: #fff;
    border-radius: 100px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jl_score_main_w .jl_score_main .jl_star_re span, .jl_score_main_w .jl_score_main .jl_star_re i{
    display: inline-block;
    font-size: 15px;
}
.jl_score_main_w .jl_score_main .jl_star_re .jl_star_val{
    display: block;
    font-size: 45px;
    line-height: 1.2;
}
.jl_score_main_w .review-summary .jl_sum_title{
    margin-bottom: 10px;
    font-size: 18px;
}
.jl_score_main_w .review-summary{
    position: relative;
    margin-right: 20px;
    top: 0px;
}
.post_content .jl_score_main_w .review-summary p {
    font-size: 15px;
}
#jl-review-box .right .icon-star {
    font-size: 16px;
    line-height: 22px;
    margin: 0 2px;
    width: 18px;
}
#jl-review-box .review-total-score .type-star {
    font-size: 14px;
    padding: 7px 15px;
}

#jl-review-box .review-total-score-box [class*="icon-"] {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 1px;
}

.user_review-user-review-criteria {
    color: #FFFFFF;
    padding: 10px 12px; 
    margin: 0px;
    background: #202020; 
    position: relative; 
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 12px;
}
.jl-renut, .jl-renut-overlay {
    border-radius: 50%;
    overflow: hidden;
}
.jl-renut {
    height: auto;
    position: relative;
    flex-shrink: 0;
    background-color: #ebebeb;
    width: 120px;
    padding-bottom: 120px;
}
.jl-renut-sections {
    position: absolute;
    height: auto;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}
.jl-renut-section.jl-renut-section-right {
    left: 50%;
}
.jl-renut-filler, .jl-renut-section {
    position: absolute;
    height: 100%;
}
.jl-renut-section {
    width: 50%;
    background-color: transparent;
    transform-origin: 0px 50%;
    pointer-events: none;
    overflow: hidden;
}
.jl-renut-section div {
    display: block;
}
.jl-renut-section.jl-renut-section-right .jl-renut-filler {
    transform-origin: 0px 50%;
}
.jl-renut-filler {
    width: 100%;
    pointer-events: all;
}
.jl-renut-filler, .jl-renut-section {
    position: absolute;
    height: 100%;
}
.jl-renut-section.jl-renut-section-left, .jl-renut-section.jl-renut-section-left .jl-renut-filler {
    transform-origin: 100% 50%;
}
.jl-renut-section.jl-renut-section-left .jl-renut-filler, .jl-renut-section.jl-renut-section-right .jl-renut-filler{
    background: #ffcd00;
}
.jl-renut-section.jl-renut-section-left {
    left: 0px;
}
.jl-renut-overlay {
    opacity: 1;
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 86%;
    width: 86%;
    top: calc(7%);
    left: calc(7%);
    background-color: #fff;
}
.jl-renut, .jl-renut-overlay {
    border-radius: 50%;
    overflow: hidden;
}
.jl-renut-text {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.jl-renut-text b{
    font-size: 20px;
}
.options_dark_skin .jl-renut-overlay{
    background: #494949;
}
.options_dark_skin .jl-renut-text{
    color: #fff;
}
/*-------------------------------------------------------------------------------------
WooCommerce
-------------------------------------------------------------------------------------*/
.products[class*='wc-col'] {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex: 100%;
    margin: 0px -15px;
}

.wc-col-3 > * {
    max-width: 33.333%;
    flex: 0 0 33.333%;
}

.wc-col-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}
.woocommerce .woocommerce-breadcrumb{
    line-height: 1.2;
}
.woocommerce div.product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce .single-product-wrap div.product{
    margin-bottom: 0px !important;
}
.woocommerce .pagination-wrap {
    margin-top: 0;
}

.woocommerce-loop-product__title {
    margin-bottom: 5px;
    font-size: 18px;
}
.content_single_page .woocommerce-loop-product__title a{
    color: #000 !important;
    text-decoration: none !important;
}
.options_dark_skin .content_single_page .woocommerce-loop-product__title a{
    color: #fff !important;
}
.woocommerce .result-wrap {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    margin-bottom: 30px;
    flex-flow: row nowrap;
    align-items: center;
}
.woocommerce div.product div.images img{
    border-radius: 5px;
}
.woocommerce .woocommerce-result-count {
    margin: -10px 0px 0px 0px;
    white-space: nowrap;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 0 auto;
    flex-shrink: 0;
    position: relative;
}
.woocommerce .woocommerce-ordering:before{
    font-size: 12px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'jl_font';
    content: "\e95f";
    height: 38px;
    width: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 38px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 5px;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px;
    outline: none !important;
    border: none;
    background-color: #f7f7f7;
    cursor: pointer;
}
.woocommerce .woocommerce-ordering select:before,
.woocommerce .woocommerce-ordering select:after{
    display: none !important;
}
.product-thumb:before {
    display: none;
}

.product-name a:hover,
.woocommerce-page .product-name a:hover {
    background-size: 100% 30%;
    -webkit-background-size: 100% 30%;
}

.woocommerce nav.woocommerce-pagination span, .woocommerce nav.woocommerce-pagination a{
    float: none;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 3px;
    padding: 0px;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination span{
    font-size: 12px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #f75454;
    color: #fff;
    border-radius: 100px;
}
.woocommerce nav.woocommerce-pagination a{
    font-size: 12px !important;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.woocommerce nav.woocommerce-pagination a:hover{
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination a i{
    font-size: 9px;
}
.woocommerce nav.woocommerce-pagination a:hover{
    text-decoration: none !important;
    background: #f75454;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination a{
    font-size: 9px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.woocommerce .main_content{
    margin-bottom: 60px !important;
}
.product-thumb {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-thumb img {
    display: block;
    width: 100%;
    vertical-align: middle;
}

.product-buttons .button{
    width: 100%;
}

.product-buttons {
    opacity: 0;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: .3s cubic-bezier(.39,.33,.13,.95);
    -o-transition: .3s cubic-bezier(.39,.33,.13,.95);
    transition: .3s cubic-bezier(.39,.33,.13,.95);
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.product-thumb:hover .product-buttons {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-delay:.14s;
    -o-transition-delay:.14s;
    transition-delay:.14s
}

.product-buttons .clear {
    height: 1px;
}

.product-buttons .add-to-cart a.button,
.woocommerce .product-buttons .add-to-cart a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    letter-spacing: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}


.product-buttons .add-to-cart a.added,
.woocommerce .product-buttons .add-to-cart a.added {
    display: none;
}

.product-buttons .add-to-cart a.added_to_cart {
    background-color: #000;
    color: #fff;
}

.woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.woocommerce-page form .form-row .password-input{
    display: block;
    width: 100%;
}
.product-buttons .add-to-cart a:before,
.woocommerce .product-buttons .add-to-cart a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '\e91c';
    text-align: center;
    text-indent: 0;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    font-family: 'jl_font';
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-buttons .add-to-cart a.added_to_cart:before,
.woocommerce .product-buttons .add-to-cart a.added_to_cart:before {
    content: '\e91c';
}

.product-buttons .add-to-cart a.loading:before,
.woocommerce .product-buttons .add-to-cart a.loading:before {
    content: '\e964';
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.woocommerce-account .woocommerce .col2-set {
    margin-top: 30px;
}

.shipping-calculator-form {
    text-align: left;
}

.woocommerce .shipping-calculator-form .form-row {
    margin-bottom: 10px;
}

.woocommerce #calc_shipping_country_field {
    font-weight: 700;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.woocommerce a.button {
    -webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    padding: 0px !important;
    border-radius: 0px;
}
.woocommerce a.button:after{
    display: none;
}
.woocommerce a.button:hover,
.woocommerce a.button:focus {
    text-decoration: none !important;
}

/* yith-wcwl-add-to-wishlist */
.product-buttons .yith-wcwl-add-to-wishlist {
    position: relative;
    margin: 0;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    letter-spacing: 0;
    font-size: 0;
}

.wishlist-items-wrapper .product-thumbnail img {
    max-width: 100px;
    height: auto;
}

ul.shop_table {
    list-style: none;
    padding-left: 0;
}

.wishlist-items-wrapper a.remove_from_wishlist {
    margin-top: 5px !important;
}

.wishlist-items-wrapper .product-name span {
    display: block;
    text-align: center;
}

.product-buttons .yith-wcwl-add-to-wishlist > * {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.wishlist_table.responsive .product-thumbnail img {
    width: 100%;
}

.wishlist_table.responsive .item-details-table {
    margin-bottom: 0;
    border-bottom: none;
}

.wishlist_table.responsive .additional-info {
    margin-bottom: 15px;
}

.wishlist_table.responsive td.label {
    font-weight: 700;
}

.wishlist_table.responsive td.value {
    text-align: right;
}

.wishlist_table.responsive .item-details {
    margin-top: 10px;
}

.wishlist_table.responsive li {
    margin-bottom: 30px;
}

.wishlist_table.responsive .add-to-cart a {
    margin: 0;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: .85rem;
    line-height: 34px;
}

.product-buttons .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddresponse {
    top: -9999px;
}

.product-buttons .yith-wcwl-add-to-wishlist > .hide {
    z-index: -1;
    display: none !important;
    pointer-events: none;
}

.product-buttons .yith-wcwl-add-to-wishlist > .show {
    z-index: 10;
    display: block;
}

.product-buttons .yith-wcwl-add-to-wishlist a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-decoration: none !important;
}

/* add to cart */
#yith-wcwl-popup-message {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: .94rem;
}

.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    min-width: auto;
    min-height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 10px;
    line-height: 1.2;
    padding: 3px 10px 2px 10px;
}

.woocommerce span.onsale.percent {
    top: 10px;
    left: 10px;
    padding: 0;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 54px;
}

.woocommerce span.onsale.percent i {
    vertical-align: middle;
    font-size: .7rem;
}

.woocommerce span.onsale.percent strong {
    font-weight: inherit;
}

.woocommerce span.onsale.percent .off {
    display: block;
    padding-top: 3px;
    font-size: .7rem;
    line-height: 1;
}

.product .product-loop-content {
    position: relative;
    text-align: center;
}

.woocommerce .star-rating,
.woocommerce .product .star-rating {
    position: relative;
    display: inline-block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0;
    width: auto;
    height: auto;
    letter-spacing: 0;
    font-size: 0;
}

.woocommerce .product .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce .product .star-rating span:before,
.woocommerce .star-rating span:before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    color: #ccc;
    content: '\e90f\e90f\e90f\e90f\e90f';
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'jl_font';
}

.woocommerce .star-rating span,
.woocommerce .product .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.woocommerce .star-rating span:before,
.woocommerce .product .star-rating span:before {
    color: #ffca00;
}
.woocommerce .jl-wc-col{
    padding: 0px 15px;
}
/* price */
.woocommerce div.product .product-loop-content .price {
    display: block;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
}

.is-light-text div.product .product-loop-content .price {
    color: #fff;
}

.woocommerce div.product .product-loop-content .price * {
    color: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.woocommerce div.product .product-loop-content .price del {
    margin-right: 4px;
    color: #555;
    font-size: .85rem;
}

.shopthepost div.product .product-loop-content .price del {
    font-size: .9rem;
}

.woocommerce div.product .product-loop-content .price del * {
    text-decoration: line-through;
    letter-spacing: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
}

/* login page */
#customer_login > * {
    position: relative;
    display: block;
    padding: 30px 20px;
}

#customer_login > *:first-child {
    background-color: rgba(0, 0, 0, .015);
}

.woocommerce form.login,
.woocommerce form.register {
    margin-top: 30px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce #customer_login h2 {
    text-transform: uppercase;
}

.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.woocommerce #customer_login .woocommerce-form__label-for-checkbox span {
    text-transform: none;
}
.woocommerce form .form-row-first{
    width: 200px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
    width: auto;
    float: left;
    margin-left: 10px !important;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last{
    width: 47%;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last {
    float: right;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    width: 200px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    margin-bottom: 0px;
    width: 100%;
}

.woocommerce form .form-row textarea {
    margin-top: 10px;
    padding: 20px;
    min-height: 120px;
}

.woocommerce form .form-row {
    margin: 0 0 25px 0;
    padding: 0;
}

.woocommerce input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.woocommerce-form.login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.woocommerce a.added_to_cart{
    width: 100%;
}
.woocommerce a.added_to_cart:hover{
    text-decoration: none !important;
}
.woocommerce .woocommerce-orders-table__cell a.button{
    padding: 0 30px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.options_dark_skin .woocommerce #respond input#submit,
.options_dark_skin .woocommerce a.button, .options_dark_skin .woocommerce button.button,
.options_dark_skin .woocommerce input.button,
.options_dark_skin .woocommerce a.added_to_cart{
    background: #484848;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart{
    display: block;
    float: left;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0px 40px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0px;
    outline: none;
    border-radius: 0px;
}
.woocommerce a.button.added{
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 10px 20px;
}

.woocommerce-error {
    border-color: #000;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {

    margin: 0 !important;
}

.woocommerce #rememberme {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}

.woocommerce #rememberme + span {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 42px;
    cursor: pointer;
    order: 2;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    font-size: 12px !important;
    font-weight: 400;
    padding: 0 45px !important;
}
.woocommerce #rememberme + span:before {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #777;
    color: transparent;
    content: "\2714";
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}

.woocommerce .lost_password {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce .lost_password a {
    text-decoration: none;
}

.woocommerce .lost_password a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-password-hint {
    display: block;
    margin-top: 10px;
}

.woocommerce-password-strength {
    margin-top: 15px;
    border: none;
    background-color: #ff8080;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.woocommerce-password-strength.short {
    background-color: #ff8080;
}

.woocommerce-password-strength.good {
    background-color: #f5d47e;
}

.woocommerce-password-strength.strong {
    background-color: #83c373;
}

.woocommerce .woocommerce-MyAccount-navigation {
    max-width: 300px;
    background-color: #f6f6f6;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation li {
    margin-bottom: 0;
    list-style: none !important;
    line-height: 44px;
}

.woocommerce .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 0 20px;
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    color: #000 !important;
    border-bottom: 0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
    text-decoration: none !important;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation li a{
    color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active {
    background-color: #333;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a{
    color: #fff !important
}

.woocommerce form .form-row em {
    font-size: .85rem;
}

.woocommerce .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
    background-color: #000;
    color: #fff !important;
}

.woocommerce-MyAccount-content .woocommerce-Button.button{
    padding: 0px 30px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.woocommerce .woocommerce-MyAccount-content {
    padding-left: 20px;
}

.woocommerce .woocommerce-MyAccount-content h3 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    text-transform: uppercase;
}

.woocommerce form .form-row .select2-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce form .select2-container--default .select2-selection--single {
    height: 42px;
    border: 1px solid #dfdfdf;
    border-radius: 0 !important;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
}

/* address */
.woocommerce-account .addresses {
    margin-top: 3rem;
}

.woocommerce-account .woocommerce-Address {
    padding: 6% 3%;
    background-color: rgba(0, 0, 0, .015);
    max-width: 48% !important;
}

.woocommerce-account .addresses .title .edit {
    padding: 0 20px;
    background-color: #aaa;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 13px;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border-bottom: 0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

.woocommerce-account .addresses .title .edit:hover {
    background-color: #333;
}

.woocommerce-account address {
    font-style: italic;
}

/* checkout page */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-left: 0 !important;
    border: 1px solid;
    background-color: transparent;
    font-style: italic;
    font-size: .875rem;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    font-style: normal;
}

.woocommerce-info a.showcoupon {
    margin-left: 7px;
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.woocommerce-info a.showcoupon:hover {
    color: ff8763;
}

.woocommerce-info, .woocommerce-message {
    border-color: #eee;
}

.woocommerce-error {
    border-color: #ff8a90;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    display: inline-block;
    float: none;
    margin-right: 10px;
    text-decoration: none;
}

.woocommerce-page .woocommerce-error a:not(.button):hover,
.woocommerce-page .woocommerce-info a:not(.button):hover,
.woocommerce-page .woocommerce-message a:not(.button):hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    display: none;
}

.woocommerce-checkout form.login,
.woocommerce-checkout form.register,
.woocommerce form.checkout_coupon {
    padding: 0px;
    border: none;
}

.woocommerce form.checkout_coupon {
    padding-bottom: 0;
}

.woocommerce form.checkout_coupon p {
    font-size: 16px;
    margin-bottom: 10px;
}

.woocommerce form.checkout_coupon.processing {
    opacity: .5;
}

.woocommerce-checkout form.login > p:first-child,
.woocommerce-checkout form.register > p:first-child {
    margin-bottom: 2rem;
    font-style: italic;
    font-size: .9rem;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline {
    margin-left: 10px;
}

.woocommerce-checkout .checkout_coupon button.button {
    width: 100%;
}
.woocommerce-checkout .options_dark_skin .checkout_coupon button.button{
    background: #484848;
}
/* form checkout */
form.woocommerce-checkout {
    margin-top: 45px;
}

form.woocommerce-checkout h3 {
    display: inline-block;
    margin-bottom: 24px;
}

.woocommerce div.product .product_title {
    margin-bottom: 20px;
    font-size: 40px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}

.woocommerce-page.woocommerce-cart .entry-header {
    margin-bottom: 60px;
}

/* select */
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
    line-height: 22px;
}

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-page .select2-dropdown {
    border-color: rgba(0, 0, 0, .05);
}

.checkout-col h3#order_review_heading {
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
}

.woocommerce-page table.shop_table {
    border: none;
    content: #000;
}

.woocommerce-page select {
    font-size: 14px;
}

.woocommerce-page table.shop_table thead {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.woocommerce-page.woocommerce-checkout tr.cart_item {
    font-size: .9em;
}

.woocommerce-page table.shop_table thead * {
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit !important;
}

.woocommerce-order-details table.shop_table .product-total{
    text-align: right;
}
.woocommerce table.shop_table th {
    padding: 10px 0px;
    border-top: none;
    border-right: none;
    color: #000;
    text-transform: capitalize;
}
.woocommerce table.shop_table .cart-subtotal th{
    border-bottom: 0px;
}
.woocommerce-cart table.shop_table th.product-name{
    position: absolute;
    left: 30px;
    top: 0px;
}

.woocommerce-cart table.shop_table th {
    padding-right: 0px;
    padding-left: 0px;
    color: #000;
    font-size: 20px;
}

.woocommerce table.shop_table td {
    border-right: none;
    padding: 9px 0px;
}

.woocommerce table.shop_table td.product-total {
    text-align: right;
}

form.woocommerce-checkout th {
    text-transform: uppercase;
    font-size: 16px;
}

form.woocommerce-checkout .cart-subtotal th {
    text-transform: none;
    font-size: .9rem;
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-bottom: 2rem;
}

.woocommerce-page #payment {
    background-color: transparent;
}

.wc-single-featured {
    position: relative;
    display: block;
    width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    margin-bottom: 0;
    width: auto;
}

.woocommerce-page #payment ul.payment_methods {
    padding-right: 0;
    padding-left: 0;
    border-bottom-color: rgba(0, 0, 0, .05);
}

.woocommerce-page #payment ul.payment_methods li {
    padding: 0;
    border: none;
    color: inherit;
    list-style: none;
    line-height: 1.7;
}

.woocommerce-page #payment ul.payment_methods li label {
    cursor: pointer;
}

.woocommerce-page #payment div.form-row {
    padding-left: 0;
    padding-bottom: 0px;
}

.woocommerce-page #payment #place_order {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    margin-left: 0px;
    font-size: 13px;
    padding: 0px 40px;
    font-weight: 500;
    margin-top: 10px;
}

.woocommerce-page #payment div.payment_box {
    background-color: #f6f6f6;
}

.woocommerce-page #payment div.payment_box:before {
    border: 1em solid #f6f6f6;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.woocommerce .woocommerce-error strong {
    color: #000;
}

/* checkout */
.woocommerce-page .checkout-col {
    display: block;
    float: left;
}

.woocommerce-page .checkout-col.col-left {
    padding-right: 0%;
    width: 100%;
}

.woocommerce-page .checkout-col.col-right {
    padding: 0px;
    width: 100%;
    border: 0px;
    margin-top: 20px;
}

.woocommerce-checkout .checkout-col.col-left .col2-set > * {
    width: 48%;
    max-width: 48%;
    padding: 0px;
}

/* cart page */
.woocommerce-cart.woocommerce-page .woocommerce {
    position: relative;
    display: block;
}

.woocommerce-page.woocommerce-cart .woocommerce-cart-form,
.woocommerce-page.woocommerce-cart .cart-collaterals {
    display: block;
    float: left;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 50px;
}

.woocommerce-page.woocommerce-cart .cart-subtotal td,
.woocommerce-page.woocommerce-cart .order-total td {
    text-align: right;
}

.woocommerce-page.woocommerce-cart .woocommerce-cart-form {
    padding-right: 0px;
    width: 100%;
}

.woocommerce-page.woocommerce-cart .cart-collaterals {
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    height: 40px;
    line-height: 40px !important;
    margin-bottom: 0px;
    font-size: 13px;
    padding: 0px 30px !important;
    text-decoration: none !important;
}

.woocommerce-cart table.cart img {
    width: 100px;
    height: auto;
    border-radius: 0px;
}

.woocommerce a.remove {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    font-weight: lighter;
    font-size: 0 !important;
    line-height: 0 !important;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

.woocommerce a.remove:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '\e970';
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-family: 'jl_font';
    line-height: 24px;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li{
    padding: 0px;
    font-weight: 400;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover{
    text-decoration: none !important;
}

/* shop and wishlist table */
.woocommerce table.shop_table{
    border-collapse:collapse;
    position: relative;
}
.woocommerce table.shop_table tr,
.woocommerce table.wishlist_table tr {
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce table.shop_table tbody tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td {
    border-top: none;
}

.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce table.wishlist_table td {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name,
.woocommerce table.wishlist_table td.product-name {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 1rem;
}

.woocommerce-page .product-name a,
.woocommerce table.wishlist_table td.product-name a {
    border:0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.wishlist_table td.product-thumbnail {
    padding: 15px 0;
    min-width: 80px;
    max-width: 80px;
}

.woocommerce-page.woocommerce-cart table.shop_table thead *:not(.product-name),
.woocommerce table.wishlist_table td:not(.product-name) {
    text-align: right;
}

.woocommerce .order-total {
    text-transform: uppercase;
    font-size: 1rem !important;
}

.woocommerce .order-total * {
    font-size: inherit !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr:first-child td {
    border-width: 0;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-name{
    text-align: left;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-name a{
    color: #000;
    text-decoration: none !important;
}
.woocommerce-cart .options_dark_skin .woocommerce table.cart tr.cart_item td.product-name a{
    color: #fff;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-thumbnail {
    width: 86px;
    padding-right: 28px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-thumbnail a{
    display: block;
    border-bottom: 0px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-remove {
    padding: 0 5px;
    text-align: center;
    width: 50px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-remove a{
    padding-left: 0px;
    display: inline-block;
    position: relative;
}
table.cart tr.cart_item td.product-remove a:hover{
    background: transparent;
}
table.cart tr.cart_item td.product-remove a {
    color: #000;
    font-size: 0;
    line-height: 1;
    display: block !important;
}
table.cart tr.cart_item td.product-remove a:before {
    content: '\e96c';
    color: #000;
    font-family: 'jl_font';
    font-size: 12px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td{
    padding: 10px 0;
    vertical-align: middle;
    text-align: right;
}

.woocommerce-cart .woocommerce-cart-form .actions {
    padding-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-top-width: 0;
}

.woocommerce-cart .woocommerce-cart-form .actions button.button {
    display: block;
    float: right;
    opacity: 1;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon input.input-text {
    display: block;
    float: left;
    margin: 0 !important;
    margin-bottom: 10px;
    padding: 0 0 0 20px !important;
    width: 200px !important;
    border: 1px solid #dfdfdf !important;
    background-color: #fff !important;
    line-height: 40px !important;
    height: 40px;
}

.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon button {
    display: block;
    float: left;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    margin-left: 10px;
    font-size: 13px;
    padding: 0px 40px;
}

.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-cart .return-to-shop {
    display: block;
    text-align: center;
}

.woocommerce-cart .cart-empty {
    margin-top: 0;
    text-align: center;
    font-style: italic;
}

.woocommerce-cart .return-to-shop a.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px !important;
    font-weight: 400;
    padding: 0 30px !important;
    color: #fff !important;
}

.woocommerce table.wishlist_table tbody {
    font-size: 13px;
}

.woocommerce table.wishlist_table tbody td {
    padding-right: 20px;
    padding-left: 20px;
    border: none !important;
}

.woocommerce table.wishlist_table {
    font-size: 100%;
}

.woocommerce table.wishlist_table tbody td.product-price del {
    margin-bottom: 4px;
    color: #aaa;
    font-size: .9rem;
}

.woocommerce table.wishlist_table tbody td.product-price ins {
    display: block;
    text-decoration: none;
}

.woocommerce table.wishlist_table thead th {
    padding: 0 20px;
    border: none !important;
    text-align: center;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 44px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    color: #aaa;
    margin: 0;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    margin: 0;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 44px;
}

.woocommerce table.wishlist_table tfoot td {
    border-top: 0;
}

.wishlist-title {
    display: block;
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
}

.wishlist-title h2 {
    display: inline-block;
    border-bottom: 4px solid rgba(0, 0, 0, .07);
    line-height: 1;
}

.wishlist_table tr td.product-stock-status span {
    font-style: italic;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #69a266;
    font-size: .85rem;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: #000;
}

.wishlist-title h2 {
    margin: 0 !important;
    padding: 0;
}

.wishlist-title h2:before {
}

.yith-wcwl-share {
    margin-top: 40px;
    display: flex;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.yith-wcwl-share ul {
    list-style: none;
    margin-left: 20px;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
}

.yith-wcwl-share .share-button {
    display: flex;
    display: -webkit-flex;
    color: #fff;
    margin-right: 5px;
    text-align: center;
}

.yith-wcwl-share .share-button a {
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
    background-color: #333;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.yith-wcwl-share .share-button a:hover {
    opacity: .7;
}

.yith-wcwl-share .share-button i:before {
}

td.wishlist-empty {
    font-size: 16px;
}

.yith-wcwl-share .share-button a.facebook {
    background-color: #568fce;
}

.yith-wcwl-share .share-button a.twitter i:before {
    content: '\64';
}

.yith-wcwl-share .share-button a.twitter {
    background-color: #27c2f5;
}

.yith-wcwl-share .share-button a.pinterest i:before {
    content: '\66';
}

.yith-wcwl-share .share-button a.pinterest {
    background-color: #f7333e;
}

.yith-wcwl-share .share-button a.email i:before {
    content: '\50';
}

.yith-wcwl-share .share-button a.email {
    background-color: #ffa100;
}

.yith-wcwl-share .share-button a.whatsapp i:before {
    content: '\5a';
}

.yith-wcwl-share .share-button a.whatsapp {
    background-color: #0ce643;;
}

.hidden-title-form,
.wishlist-title a.show-title-form {
    display: none;
}

.hidden-title-form {
    margin-bottom: 35px;
    text-align: center;
}

.hidden-title-form > * {
    vertical-align: top;
}

.hidden-title-form input[type="submit"],
.hide-title-form.button {
    line-height: 42px;
    height: 42px;
}

.hide-title-form .fa-remove:before {
}

.wishlist-title-with-form {
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.wishlist-title-with-form:hover {
    color: #000;
}

/* single page */
.jl-wc-wrap .jl-wc-img, .jl-wc-wrap .jl-wc-dec{
    width: 50%;
    float: left;
}

.woocommerce div.product div.summary {
    float: none;
    margin-bottom: 0;
    padding-left: 50px;
    width: 100%;
}

h1.product_title {
    margin-bottom: 20px;
}

.woocommerce.single .summary .price .woocommerce-Price-currencySymbol {
    padding: 0 2px;
    vertical-align: top;
    font-size: .7em;
}

.woocommerce-product-details__short-description {
    display: block;
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description p {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.woocommerce-product-details__short-description p:last-child{
    margin-bottom: 0px;
}

.woocommerce .product .summary .price {
    margin-bottom: 13px;
    white-space: nowrap;
    font-size: 23px;
    line-height: 1.2;
}

.woocommerce .summary .price * {
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.woocommerce.single-product .product .summary .price del {
    margin-right: 10px;
    color: #555;
    text-decoration: line-through;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: inherit;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: inherit;
}

.woocommerce button.button:disabled[disabled]:hover{
    background: #000;
    color: #fff;
    cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form .actions button.button, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled] {
    display: block;
    background-color: #000;
    color: #fff;
    margin-left: 10px;
    line-height: 40px !important;
    font-size: 13px;
    padding: 0px 30px;
}

/* single rating */
.woocommerce.single-product .summary .woocommerce-product-rating {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
    align-items: center;
}

.woocommerce.single-product .summary .woocommerce-product-rating > * {
    float: left;
}

.woocommerce.single-product .product .summary .star-rating {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    letter-spacing: 0;
    font-size: 0;
}

.woocommerce.single-product .product .summary .star-rating:before,
.woocommerce.single-product .product .summary .star-rating span:before {
    margin: 0;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 1;
}

.woocommerce.single-product .product .summary .woocommerce-review-link {
    margin-left: 10px;
    font-size: 15px;
}

.product_meta {
    margin-top: 30px;
    font-weight: 500;
}

.product_meta > * {
    display: block;
    clear: both;
    margin-top: 5px;
}

.product_meta a {
    text-transform: uppercase;
    text-transform: none;
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.product_meta a:hover {
    color: #000;
}

.product_meta a:first-child {
    margin-left: 10px;
}

/* stock */
.woocommerce div.product p.stock {
    margin-bottom: 20px;
    color: #555;
    font-style: italic;
}

.woocommerce div.product p.stock:before {
}

.woocommerce div.product p.stock.out-of-stock {
    color: #000;
}

.woocommerce div.product p.stock.out-of-stock:before {
}

.woocommerce .single-product-content span.onsale {
    left: 15px;
    top: 15px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}

.woocommerce .single-product-content span.onsale.percent {
    top: 10px;
    left: 10px;
    padding: 0;
    width: 70px;
    height: 70px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 70px;
}

/* product quantity */
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}

.woocommerce .quantity {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    width: 80px;
    height: 40px;
    border: 1px solid #dfdfdf;
    line-height: 40px;
    display: inline-block;
}

.woocommerce input[type="number"]::-webkit-inner-spin-button,
.woocommerce input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.pswp{
    z-index: 9999;
}
.woocommerce .quantity .qty {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;
    margin: auto;
    padding: 0px;
    width: 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 34px;
}

.woocommerce div.product form.cart .quantity {
    width: 100px;
}

.woocommerce div.product form.cart .quantity .qty {
    width: 40px;
    outline: none;
}

.jlb-btn {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 30px;
    height: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.jlb-btn.up {
    right: 0;
    left: auto;
}

.jlb-btn:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    display: block;
    width: 10px;
    border-top: 1px solid #555;
    content: '';
}

.jlb-btn.up:after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    display: block;
    width: 10px;
    border-top: 1px solid #555;
    content: '';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.woocommerce div.product form.cart .button {
    padding: 0 30px;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
    background-color: #000;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    border: none;
    background-color: rgba(0, 0, 0, .015);
    font-size: 12px;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.product-buttons .add-to-cart a:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .product-buttons .add-to-cart a:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce form .form-row
input.input-text,
.woocommerce form .form-row textarea {
    line-height: 22px;
}
.woocommerce form .form-row .woocommerce-input-wrapper{
    width: 100%;
}

/* product variable */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr {
    display: block;
    clear: both;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
    margin-bottom: 4px;
    padding-right: 0;
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations tr:last-of-type {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
    margin: 0;
    padding: 10px;
    border-color: rgba(0, 0, 0, .05);
}

.woocommerce div.product form.cart .variations option {
    display: block;
    white-space: normal;
    font-size: 14px;
    line-height: 34px;
}

.woocommerce div.product form.cart .reset_variations {
    display: block;
    clear: both;
    margin-top: 10px;
    width: 100%;
    color: #555;
    font-size: 12px;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: #000;
}

.woocommerce div.product form.cart .reset_variations:before {
}

.woocommerce div.product .summary .woocommerce-variation-price .price {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* product wishlist */
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist {
    position: relative;
    display: block;
    clear: both;
    margin-top: 0;
    padding-top: 20px;
}

.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding: 2% 3%;
    max-width: 900px;
    background-color: rgba(0, 0, 0, .015);
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist .feedback,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist .feedback {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    color: #555;
    font-style: italic;
    font-size: .94rem;
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a {
    position: relative;
    display: block;
    height: auto;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.jl-wc-wrap.single-product-content{
    float: left;
    width: 100%;
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a:hover {
    color: #000;
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a:before {
}

.woocommerce .single-product-wrap .woocommerce-message,
.woocommerce .single-product-wrap .woocommerce-error,
.woocommerce .single-product-wrap .woocommerce-info {
    margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs:after{
    display: table;
    content: '';
    clear: both;
}
/* single product tab */
.woocommerce div.product .woocommerce-tabs {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    text-align: center;
    z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    border-bottom: 2px solid transparent;
    font-weight: 800;
    font-size: 15px;
    line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    text-decoration: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.woocommerce table.shop_attributes {
    padding: 2%;
    border: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes th {
    border: none;
}

.woocommerce table.shop_attributes th {
    font-size: .9rem;
}

.woocommerce table.shop_attributes td {
    padding-left: 20px;
}

.woocommerce #reviews #comments h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-bottom: 0;
    margin-left: 65px;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f6f6f6;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: block;
    margin-top: 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 7px;
    font-size: inherit;
    line-height: 1.2;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: .75rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: #aaa;
    font-style: italic;
    font-size: .75rem;
}

.woocommerce #comments {
    display: block;
    margin-bottom: 45px;
}

.woocommerce #review_form form > * {
    margin-bottom: 20px;
}

.woocommerce #review_form label {
    display: block;
    margin-bottom: 10px;
}

.woocommerce .comment-form-cookies-consent {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.woocommerce #review_form .comment-form-cookies-consent label {
    margin-bottom: 0;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 0 40px;
    line-height: 42px;
}

.woocommerce #review_form #respond textarea {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce #review_form #respond .form-submit {
    margin-top: 20px;
}

.woocommerce #review_form .comment-form-rating .stars {
    margin-bottom: 0;
    font-size: 15px;
}

.comment-form-rating {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comment-form-rating label {
    margin-right: 20px;
}

.comment-form-rating p.stars {
    line-height: 1;

}

.woocommerce #review_form .comment-form-rating a {
    color: inherit !important;
}

.woocommerce #review_form .comment-reply-title {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    border: none;
    background: none;
    font-size: 18px;
}

.woocommerce #review_form #commentform {
    text-align: left;
}

.woocommerce-noreviews {
    color: #555;
    text-align: center;
    font-style: italic;
}
.woocommerce-message .button.wc-forward{
    padding: 0 30px !important;
}
.woocommerce-message .button.wc-forward:hover{
    color: #fff !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff !important;
    text-indent: 0;
    font-size: 0 !important;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    opacity: .7;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    top: 0;
    left: 0;
    margin: auto;
    padding-left: 2px;
    width: 40px;
    height: 42px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: '\e923';
    text-align: center;
    letter-spacing: 0;
    font-style: normal;
    font-size: 15px;
    font-family: 'jl_font';
    line-height: 42px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
    opacity: 0 !important;
}

.woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist {
    display: none;
}

/* related product */
.products.related,
.upsells.products,
section.cross-sells {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}

.products.related .products,
.upsells.products .products,
section.cross-sells .products {
    text-align: left;
}

.woocommerce .cross-sells {
    position: relative;
    display: block;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.upsells.products {
    position: relative;
    display: block;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.related.related > h2,
.upsells.products > h2,
.woocommerce .cross-sells > h2 {
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
}

/* wc header */
.woocommerce .breadcrumb-wc {
    text-align: center;
}

.single-product.woocommerce .breadcrumb-wc {
    margin-bottom: 20px;
    text-align: left;
}

.woocommerce .woocommerce-products-header {
    display: block;
    margin-bottom: 40px;
}

.woocommerce-page h1.page-title {
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.woocommerce .term-description {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    color: #555;
    font-style: italic;
}

/* wc sidebar */
.wc-area {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.wc-area .pagination-wrap {
    margin-top: 5px;
    margin-bottom: 40px;
}

.wc-area.has-sidebar .container {
    display: block;
    float: left;
    width: 66.777%;
}

.woocommerce.widget {
    position: relative;
    display: block;
}

.widget_product_tag_cloud .tagcloud {
    position: relative;
    display: block;
    overflow: hidden;
}

.woocommerce .widget_rating_filter ul li a {
    display: block;
    margin-bottom: 10px;
}

.woocommerce .widget_rating_filter ul li:last-child a {
    margin-bottom: 0;
}

.widget_layered_nav ul:not(.children) > li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list__item {
    margin-bottom: 15px;
}

.widget_layered_nav li:not(.children):last-child {
    margin-bottom: 0;
}

/* price filter */
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #333;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
}

.widget_price_filter .price_label {
    text-align: left;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
}

.woocommerce .widget_price_filter .price_slider_amount {
    clear: both;
    margin-top: 20px;
    text-align: left;
    font-size: inherit;
    line-height: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 0 10px;
    border: 1px solid;
    background: none;
    color: inherit;
    font-size: .875rem;
    line-height: 1.7;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #333;
    color: #fff;
}

.woocommerce.widget .count {
    color: #aaa;
}

.woocommerce-product-search {
    position: relative;
    display: block;
}

.woocommerce ul.product_list_widget li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce ul.product_list_widget li .product-title {
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding-left: 85px;
    min-height: 70px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin-left: 0;
    width: 70px;
    object-fit: cover;
    -webkit-object-fit: cover;
}

#mini-cart .woocommerce ul.product_list_widget li {
    margin-bottom: 20px;
}

.widget_products.woocommerce ul.product_list_widget li {
    padding-right: 80px;
    padding-left: 0;
    min-height: 70px;
}

.widget_products.woocommerce ul.product_list_widget li img {
    margin: 0;
    width: 70px;
}

.topbar-cart .woocommerce-mini-cart__buttons {
    display: block;
    clear: both;
    overflow: hidden;
}

.topbar-cart .woocommerce ul.cart_list li {
    padding-left: 0;
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
    color: #fff !important;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}

.woocommerce ul.product_list_widget li .star-rating {
    display: block;
}

.woocommerce ul.product_list_widget li .star-rating:before,
.woocommerce ul.product_list_widget li .star-rating span:before {
    font-size: .75rem !important;
}

.woocommerce ul.product_list_widget li ins {
    text-decoration: none !important;
}

.woocommerce ul.product_list_widget li .reviewer {
    color: #555;
    font-style: italic;
    font-size: .875rem;
}

/* mini cart */
.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    position: absolute;
    top: 0 !important;
    right: 0;
    left: auto !important;
    z-index: 99;
    display: block;
    margin: 0;
    color: #000 !important;
    border-radius: 20px;
}
.woocommerce-mini-cart-item a.remove.remove_from_cart_button:hover{
    background: transparent !important;
}
.options_dark_skin .woocommerce-mini-cart-item a.remove.remove_from_cart_button{
    color: #fff !important;
}

.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0 !important;
}

li.woocommerce-mini-cart-item a:not(.remove) {
    display: inline-block !important;
    font-size: 14px;
    line-height: 1.2;
}

li.woocommerce-mini-cart-item a:not(.remove):hover {
    color: #000;
    text-decoration: none !important;

}

.woocommerce ul.product_list_widget .woocommerce-mini-cart-item .quantity {
    display: block;
    clear: both;
    margin-top: 0px;
    padding: 0;
    height: auto;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
}

.topbar-cart ul.product_list_widget li {
    margin-bottom: 20px;
}

.woocommerce-mini-cart__total {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px !important;
    border-top: 1px solid #ebebeb;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400 !important;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin: 0 2px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
}

.woocommerce-mini-cart .woocommerce-Price-amount.amount {
    font-size: .875rem;
}

.woocommerce-mini-cart__total strong,
.nav-cart p.woocommerce-mini-cart__empty-message {
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.is-light-text .woocommerce-mini-cart__total {
    border-color: rgba(255, 255, 255, .25) !important;
}

.woocommerce-mini-cart__buttons {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.woocommerce-mini-cart__buttons .button {
    display: block;
    float: left;
    margin-right: 3.9%;
    width: 48%;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    margin-top: 0px !important;
}

.woocommerce-mini-cart__buttons .button.checkout {
    float: right;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background-color: #000;
    color: #fff;
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: #000;
    color: #fff !important;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):before {
}

.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):focus {
    color: #000;
}

.woocommerce-mini-cart__empty-message {
    font-style: italic;
    margin-bottom: 0px;
    font-size: 15px;
}

.woocommerce table.shop_table tfoot td {
    text-align: right !important;
    color: #000;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
    color: #000;
}

.woocommerce .woocommerce-customer-details address {
    padding: 20px;
    border-width: 1px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-style: italic;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    margin-top: 7px;
    font-weight: 700;
}

.woocommerce h2.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-order-overview {
    display: block;
    padding: 20px;
    background-color: #f6f6f6;
}

.woocommerce-thankyou-order-received {
    display: block;
    margin-bottom: 20px;    
}

.is-light-text div.product .product-loop-content .price del {
    color: #f2f2f2;
}

.widget_product_categories .cat-item > a:before {
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-radius: 50%;
    color: currentColor;
    content: '';
    vertical-align: middle;
    line-height: 1;
    opacity: .3;
}

.widget_product_categories .cat-item {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .75rem;
}

.widget_product_categories .cat-item .count {
    float: right;
}

/* shop the post */
.shopthepost.woocommerce span.onsale {
    padding: 0 12px;
    line-height: 26px;
}

.shopthepost.woocommerce span.onsale.percent {
    top: 5px;
    left: 5px;
    padding-right: 0;
    padding-left: 0;
    width: 44px;
    height: 44px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 44px;
}

.shopthepost.woocommerce .woocommerce-loop-product__title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.shopthepost.woocommerce .product-thumb {
    margin-bottom: 12px;
}

.shopthepost.woocommerce .star-rating:before,
.shopthepost.woocommerce .star-rating span:before {
    font-size: 11px;
}

.shopthepost.woocommerce div.product .product-loop-content .price {
    font-size: .875rem;
}

.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist,
.shopthepost.woocommerce .product-buttons .add-to-cart a.button,
.shopthepost.woocommerce .woocommerce .product-buttons .add-to-cart a {
    width: 34px;
    height: 34px;
}

.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist a {
    line-height: 34px;
}

.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist a:before {
    font-size: 12px;
}

.shopthepost.woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a:before,
.shopthepost.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a:before {
    font-size: 14px;
}

.shopthepost.woocommerce .product .star-rating {
    margin-bottom: 7px;
}

.shopthepost.woocommerce .product-buttons .add-to-cart a:before,
.shopthepost.woocommerce .woocommerce .product-buttons .add-to-cart a:before {
    font-size: 12px;
    line-height: 34px;
}

.shopthepost.woocommerce .products[class*='wc-col-'] {
    margin-right: -10px;
    margin-left: -10px;
}

.shopthepost.woocommerce .products[class*='wc-col-'] > .product {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.product-loop-content {
    position: relative;
    display: block;
}

.product-loop-content.content-grid {
    overflow: hidden;
    margin-bottom: -40px;
}

.product-loop-content.content-carousel {
    display: block;
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}

.product-loop-content.content-carousel.product-pre-load {
    min-height: 30px;
}

.product-loop-content.content-carousel .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.product-loop-content.content-carousel .product {
    margin-bottom: 40px;
}

.product-loop-content.content-carousel .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}

.woocommerce-page .single-inner {
    margin-bottom: 0;
}

.product-loop-content .slider-nav {
    top: 10px;
    right: 10px;
    margin: 0;
    width: 50px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    opacity: 0;
}

.product-loop-content .slider-nav.prev {
    right: 62px;
    left: auto;
}

.product-loop-content:hover .slider-nav {
    opacity: .1;
}

.product-loop-content .slider-nav:hover {
    opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 16.666667%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

#mini-cart {
    position: absolute;
    top: -99999px;
    right: -20px;
    left: auto;
    z-index: 99;
    display: block;
    visibility: hidden;
    padding: 20px;
    min-width: 300px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    pointer-events: none;
}

.woocommerce-page .woocommerce table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-page .cart_totals table.shop_table_responsive th,
.woocommerce-page .cart_totals table.shop_table_responsive td {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount.amount {
    font-size: 14px;
}

.woocommerce-page .cart_totals table.shop_table_responsive tr {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.entry-content .woocommerce tbody tr:nth-child(2n),
.comment-content .woocommerce tbody tr:nth-child(2n) {
    background: none;
}

.single-product-content .breadcrumb-inner {
    color: #aaa;
}

.single-product-content .breadcrumb-inner a {
    color: #333;
}

.products-outer {
    position: relative;
    display: block;
}

.woocommerce .select2-dropdown {
    font-size: .825rem;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    margin-top: -13px;
    height: 26px;
}

.woocommerce-page .select2-results {
    font-size: .875rem;
}

.woocommerce-page #ship-to-different-address {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

#ship-to-different-address-checkbox {
    display: none;
    opacity: 0;
}

#ship-to-different-address-checkbox + span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

#ship-to-different-address-checkbox + span:before {
    margin: 0 7px 0 0;
    padding: 1px;
    width: .8rem;
    height: .8rem;
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: transparent;
    content: "\2714";
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.woocommerce #rememberme:checked + span:before,
#ship-to-different-address-checkbox:checked + span:before {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

#ship-to-different-address label {
    cursor: pointer;
}

.woocommerce-account:not(.logged-in) .entry-content .woocommerce {
    margin-right: auto;
    margin-left: auto;
    padding: 50px 30px 20px 30px;
    max-width: 500px;
    border: 1px solid rgba(0, 0, 0, .07);
}

.woocommerce .lost_reset_password .woocommerce-form-row {
    width: 100%;
}

#sidebar .null-instagram-feed ul{
    margin-right: -1px;
    margin-left: -1px;
    padding: 0px;
}

#sidebar .null-instagram-feed li{
  position: relative;
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
  list-style: none;
}

#footer-container .null-instagram-feed ul{
    margin-right: -1px;
    margin-left: -1px;
    padding: 0px;
}

#footer-container .null-instagram-feed li{
  position: relative;
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
  list-style: none;
}

.footer_instafeed_wrapper .null-instagram-feed ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}

.footer_instafeed_wrapper .null-instagram-feed li{
  position: relative;
  width: 16.66666667%;
  float: left;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.footer_instafeed_wrapper .null-instagram-feed{
    margin-bottom: 0px !important;
    padding:0px;
    border: 0px;
}
.footer_instafeed_wrapper .null-instagram-feed .clear{
    font-size: 11px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    line-height: 44px;
    height: 44px;
    background-color: #FFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.footer_instafeed_wrapper .null-instagram-feed .clear a{
    display: block;
    padding: 0 20px;
}
.footer_instafeed_wrapper .null-instagram-feed .clear a:hover{
    text-decoration: none !important;
}


/*-------------------------------------------------------------------------------------
go to top
-------------------------------------------------------------------------------------*/
#go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
#go-top a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    background: #000;
    font-size: 10px;    
    cursor: pointer;
    border-radius: 100px;
}
#go-top a:hover{
    background: #f75454;
    color: #fff !important;
    text-decoration: none !important;
}
/* Feature image box*/
.jl_feature_box_w{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 50px;
}
.jl_feature_box_w .jl_feature_image, .jl_feature_box_w .jl_feature_link, .jl_feature_box_w .jl_feature_bg{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.jl_feature_box_w .jl_feature_title{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 1;
}
.jl_feature_box_w .jl_feature_title span{
    display: inline-block;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0px 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.jl_feature_box_w .jl_feature_bg{
    background: #000;
    opacity: 0;
}
.jl_feature_box_w .jl_feature_link{
    z-index: 2;
}



/*-------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------*/
.enable_footer_columns_dark{
    background: #0a0a0a;
    color: #fff;
}
.enable_footer_columns_dark a{
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.enable_footer_columns_dark .meta-category-small a{
    color: #fff !important;
    letter-spacing: 0.05em;
}
.enable_footer_columns_dark .feature-post-list .item-details .post-meta, .enable_footer_columns_dark .feature-post-list .item-details .post-meta a{
    color: #fff;
}
.enable_footer_columns_dark .widget .widget-title h2{
    color: #fff;
}
.enable_footer_columns_dark .social-icons-list-widget li a{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3a3939;
    border-radius: 50px;
}
.enable_footer_columns_dark .social-icons-list-widget li a:hover{
    text-decoration: none !important;
}
.enable_footer_columns_dark .tagcloud a{
    color: #dedede;
    background: #353535;
}
.enable_footer_columns_dark .tagcloud a:hover{
    background: #f75454;
    color: #fff;
}
.enable_footer_columns_dark .author-avatar-link a, .enable_footer_columns_dark .feature-post-list .item-details .post-meta a:hover{
  color: #999 !important;
}
.enable_footer_columns_dark .widget p{
  color: #ccc;
}
.enable_footer_columns_dark .jl_continue_reading{
    background: #676767;
}
.enable_footer_columns_dark .jl_continue_reading:hover{
    background: #000;
}
footer .slider_widget_post .wrap_box_style_main .post-read-time{
    display: none;
}
footer .slider_widget_post .recent_post_large_widget{
    height: 295px;
}
footer .cfs_from_container{
    padding: 0px !important;    
}
footer .cfs_from_container .cfs_from_content{
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: -10px;
}
footer .cfs_from_wrapper .cfs_email_text input{
    border-bottom: 0px solid #dedddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #434343;
    color: #fff;
    text-align: left;
}
footer .cfs_from_wrapper .cfs_form_title{
    font-size: 17px;
    font-weight: 600 !important;
    color: #000 !important;
}
footer .cfs_from_wrapper .cfs_label_message{
    display: none;
}
footer .social-count-plus ul li{
    border: 3px solid #212121 !important;
}
footer {
    background: #f7f7f7;
    padding-top: 0px;
    color: #CCC;
    float: left;
    width: 100%;
}
footer .footer-columns .container .row{
    margin-right: -25px;
    margin-left: -25px;
}
footer .col-md-3, footer .col-md-4, footer .col-md-6, footer .col-md-12{
    padding-right: 25px;
    padding-left: 25px;
}
footer.jl_footer_act .footer-columns{
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .social-icons-list-widget{
    text-align: left;
}
footer .social-icons-list-widget li a{
    color: #323439;
}
footer a {
    color: #222;
}
footer a:hover {
    text-decoration: underline;
    
}
footer .widget-title h2 {
    color: #535353;
    margin: 0px;
    margin-bottom: 0px;
}
footer .widget-title{
    margin-bottom: 30px;
}
.footer_wrapper {
    background: #222;
    color: #FFF;
    padding: 10px 0px;
}
footer .widget {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    padding:0px;
    border: 0px;
}
footer .widget p {
    color: #999;
}
footer .widget select {
    width: 100% !important;
    color: #000;
}
footer #wp-calendar caption {
    color: #ccc;
}
footer #wp-calendar thead {
    color: #fff;
    background: #000000 !important;
    border-bottom: 2px solid #212121 !important;
    border-top: 2px solid #212121 !important;
    border-right: 0px solid #212121 !important;
}
footer #wp-calendar tbody {
    color: #000;
}
footer #wp-calendar tbody td {
    background: #565656;
    border: 1px solid #212121;
    color: #fff;
}
footer #wp-calendar tbody td#today {
    background-color: #212121;
}
footer #wp-calendar tbody td:hover {
    background: #565656;
    color: #fff;
}
footer #wp-calendar tbody .pad,
footer #wp-calendar tbody .pad:hover {
    background: none;
}
footer #wp-calendar tfoot td, #wp-calendar tfoot th{
    border: 0px solid #e1e1e1;
}
footer .widget .image-flickr-widget,
footer .widget .image-flickr-widget li {
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    list-style: none;
}
.jl_footer_act .widget_categories ul li{
    width: 100%;
}
.footer4col .slider_widget_post .wrap_box_style_main{
    padding: 20px;
}
.footer4col .slider_widget_post .wrap_box_style_main h3{
    font-size: 16px;
}
.image-flickr-widget {
    float: left;
    width: 100%;
    padding: 0px;
}
.image-flickr-widget li {
    list-style: none;
}
.footer_wrapper .row {
    margin-bottom: 0px;
}
.footer_wrapper a {
    color: #FFF;
}
.footer_menu {
    text-align: right;
}
.footer_menu ul li {
    display: inline-block;
}
/*footer menu*/

.footer-bottom {
    color: #535353;
    text-align: left;
    float: left;
    width: 100%;
}
.enable_footer_copyright_dark{
    color: #ccc;
}
.enable_footer_copyright_dark .footer_logo_bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.enable_footer_copyright_dark .footer-menu-bottom ul li a{
    color: #ccc !important;
}
.footer-bottom .row {
    margin-bottom: 0px;
    margin-right: -25px;
    margin-left: -25px;
}
.jl_ft_mini, .jl_ft_mini .footer-bottom{
    text-align: center;
}
.jl_ft_mini .menu-footer{
    float: none;
    margin-top: 20px;
    text-align: center;
}
.jl_ft_mini .footer-logo-holder img{
    width: 180px;
}
.jl_ft_mini .social_icon_header_top{
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.jl_ft_mini .social_icon_header_top li{
    list-style: none;
    display: inline-block;
    padding: 0px 2px;
}
.jl_ft_mini .cp_txt{
    margin-top: 12px;
    font-size: 14px;
}
.jl_ft_mini .jl_ft_cw{
    padding: 60px 0px;
}
.jl_ft_mini .social_icon_header_top li a i{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    width: 100%;
    left: 0px;
}
.jl_ft_mini .social_icon_header_top li a{
    font-size: 13px;
    background: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    border-radius: 100px;
    position: relative;
}
.jl_ft_mini .social_icon_header_top li a i, .jl_ft_mini .social_icon_header_top li:hover a, .jl_ft_mini .social_icon_header_top li:hover a i{
    color: #000 !important;
}
.bottom_footer_menu_text .jl_ft_w{
    padding: 30px 0 35px 0;
    border-top: 1px solid #383838;
    float: left;
    width: 100%;
}
.bottom_footer_menu_text .col-md-6{
    padding-right: 15px;
    padding-left: 15px;
}
.footer-bottom .footer_logo_bottom {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);    
}
.footer-bottom .footer_logo_bottom img{
    max-height: 90px;
}
.footer-bottom .footer-left-copyright {
    text-align: left;
    margin-top: 5px;
    color: #ccc;
}
.footer-bottom .footer-menu-bottom{
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-right {
    text-align: right;
}
.menu-footer{
    margin-bottom: 0px;
    padding: 0px;
    float: right;
}
#menu-footer-menu li {
    float: none;
    display: inline;
    list-style: none;
    margin: 0 0px 0 10px;
    display: inline-block;
    color: #FFF;
    border-top: 3px solid rgba(0, 0, 0, 0);
}
#menu-footer-menu li a {
    text-decoration: none;
    color: #fff;
}
#menu-footer-menu li a:hover{
    text-decoration: none !important;
    color: #f75454;
}
#footer-container .feature-post-list.popular-post-widget li,
#footer-container .feature-post-list.recent-post-widget li,
#footer-container .feature-post-list li {
    border-bottom: 0px solid #212121 !important;
}
#footer-container .feature-post-list.popular-post-widget li:last-child,
#footer-container .feature-post-list.recent-post-widget li:last-child,
#footer-container .feature-post-list li:last-child {
    border: none !important;
}
#footer-container_no_footer {
    padding-top: 0px !important;
}
.footer-columns .post-author a:hover,
.post-author a:hover,
.caption-overlay a,
.no_padding_footer{padding-top: 0px !important;}
footer .widget {
    float: left !important;
    width: 100%;
    background: none;
}
footer .row {
    margin-bottom: 0px !important;
}
#footer-container .widget:after {
    border: 0px solid #EAEAEA;
    position: relative;
    display: none;
}
.jl_none_space{
    padding: 0px !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
}


/* Gutenberg styles */
@media only screen and (min-width: 768px) {
.jl-has-sidebar .jl_content .alignfull{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.jl_content .alignfull {
    margin-left: calc(50% - 55px - 50vw);
    margin-right: calc(50% - 55px - 50vw);
    width: auto;
    max-width: 1000%;
}
.jl-has-sidebar .jl_content .alignwide{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.jl_content .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}
.jl_content .alignwide img,
.jl_content .alignfull img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.jl_content .alignwide iframe,
.jl_content .alignfull iframe {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.jl_content .alignwide iframe,
.jl_content .alignfull iframe {
    width: auto;
    height: auto;
}
.wp-block-media-text {
    display: block;
}
.wp-block-media-text figure {
    margin-bottom: 30px!important;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}
}
.wp-block-group.has-background{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.wp-block-media-text {
    margin-bottom: 40px;
}
.wp-block-cover {
    margin-bottom: 30px;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-text,
.wp-block-cover-text a,
section.wp-block-cover-image h2{
    color: #fff !important;
}
.wp-block-latest-comments footer{
    background: transparent;
}
.wp-block-latest-comments footer a{
    color: #000;
}
.wp-block-latest-comments li{
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

.loop-large-post .wp-block-button .wp-block-button__link, .options_layout_wrapper .wp-block-file__button{
    -webkit-appearance: none;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    padding: 14px 30px;
    border: 0;
    font-size: 13px !important;
    line-height: 1;
    height: auto;
    transition: all .25s ease-in-out;
    border-bottom: 0px !important;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.loop-large-post .wp-block-button.is-style-outline .wp-block-button__link{
    color: #000 !important;
    border:1px solid #000 !important;
}
.options_layout_wrapper .wp-block-file__button{
    padding: 12px 30px;
}
.options_layout_wrapper .wp-block-button .wp-block-button__link:hover, .options_layout_wrapper .wp-block-file__button:hover, .options_layout_wrapper .wp-block-file .wp-block-file__button:hover{
    text-decoration: none !important;
    color: #fff !important;
    opacity: 1;
}
.is-style-outline .wp-block-button__link{
    background: none!important;
    border-style: solid!important;
    border-width: 1px!important;
    color: #000;
}
.is-style-outline .wp-block-button__link:hover{
    color: #fff !important;
    background: #000 !important;
}
.content_single_page li, .post_content li{
    padding-left: 0px;
    margin-bottom: 0em;
}
.has-medium-font-size {
    font-size: 20px !important;
}
.has-large-font-size {
    font-size: 33px !important;
}
p.has-drop-cap:not(:focus):first-letter {
    font-size: 83px;
    font-weight: 400;
    margin-top: 10px;
    color: #f75454;
}
.wp-block-embed:not(.is-type-video) > div {
    display: inline-block;
}
.wp-block-embed.is-type-video {
    text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 520px;
}
.wp-block-embed.wp-block-embed-facebook.alignleft,
.wp-block-embed.wp-block-embed-facebook.alignright {
    max-width: 350px;
}
.wp-block-embed.wp-block-embed-wordpress.alignleft,
.wp-block-embed.wp-block-embed-wordpress.alignright {
    max-width: 600px;
}
.loop-large-post .wp-block-file a.wp-block-file__button{
    text-decoration: none !important;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-top: calc(30px + .25vw);
    margin-bottom: calc(10px + .25vw);
}
.wp-block-separator {
    border-top: 1px solid #E2E3E7;
    border-bottom: none;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.wp-block-separator.is-style-dots {
    border: none;
    width: 100%;
}
.wp-block-separator.is-style-wide {
    width: 100%;
}
.wp-block-categories.wp-block-categories-dropdown{
    margin-bottom: 20px;
}
.wp-block-archives.wp-block-archives-dropdown{
    margin-bottom: 30px;
}
.wp-block-calendar{
    margin-bottom: 20px;
}
.wp-block-categories {
    list-style: none;
    padding-left: 0;
}
.wp-block-categories li {
    list-style: none;
}
.wp-block-latest-posts {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) li {
    margin-bottom: 16px;
}
.wp-block-latest-posts a {
    background: #EFF0F4;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.wp-block-pullquote {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote{
    margin-bottom: 0px;
    border-radius: 0px;
}
.wp-block-pullquote.has-background{
    border-radius: 5px;
}
.wp-block-pullquote.has-background blockquote{
    background: transparent;
}
.wp-block-pullquote p {
    font-size: 20px;
}
.wp-block-pullquote blockquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-pullquote cite {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.wp-block-quote.is-large {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 30px;
}
.wp-block-quote cite br{
    display: none;
}
blockquote.is-style-large:before{
    top: 43px;
}
blockquote.has-text-align-right:before{
    right: 20px;
    left: auto;
    -webkit-transform: none;
    transform: none;
}
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
    padding-top: 100px;
    padding-bottom: 100px;
}
.alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}
.wp-block-pullquote.alignwide:before,
.wp-block-pullquote.alignfull:before {
    left: 50%;
    margin-left: -15px;
    margin-top: -65px;
}
.wp-block-button {
    margin-bottom: 30px;
}

.wp-block-button.download-button a.wp-block-button__link {
    font-size: 22px;
    padding: 15px 25px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(0,0,0,0.5);
    padding-top: 5px;
}
.wp-block-columns .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
    padding-right: 0;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(n) {
    flex-basis: 30%;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(2n) {
    flex-basis: 70%;
}
.wp-block-media-text h1,
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5 {
    margin-top: 0!important;
}
figure.wp-block-table{
    border:0px !important;
    float: left;
    width: 100%;
}
.wp-block-table {
    border: 1px solid #E2E3E7;
}
.wp-block-table td {
    border: none;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    margin-bottom: 25px;
}
.wp-block-table.aligncenter {
    width: 100%;
    text-align: left;
}
.wp-block-table.alignleft,
.wp-block-table.alignright {
    width: auto;
}
.wp-block-table tr td {
    border-color: #E2E3E7;
}
.wp-block-table tr:nth-child(2n+1) td {
    background: #EFF0F4;
}
.wp-block-table.is-style-stripes {
    border: 1px solid #E2E3E7;
}
.wp-block-table.is-style-stripes td {
    border: 1px solid #E2E3E7;
}
/* Slider */
.slick-loading .slick-list
{
    background: #ccc;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (min-width: 90.063em){
    .jl_s_slide_text_wrapper .banner-container h5 a{
        font-size: 45px !important;
    }
    .jl_s_slide_text_wrapper .banner-container .jl_slider_desc{
        font-size: 15px;
    }
    .jl_s_slide_text_wrapper:after{
        height: 750px;
    }
    .jl_s_slide_text_wrapper, .jl_s_slide_text_wrapper .jl_s_slider_img, .jl_s_slide_text_wrapper .banner-container, .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item{
        height: 750px;
    }
}

/*FILESTART  /home/faq-mac/www/wp-content/themes/generik-child/style.css */
/*
Theme Name:     Generik Child para FAQ-MAC
Theme URI: 		http://jellywp.com/wordpress/generik/
Description: 	WordPress Blog Magazine Theme
Author:         Jellywp
Author URI: 	http://themeforest.net/user/jellywp
Template:       generik
Version:        1.0
*/




.logo_small_wrapper_table .logo_small_wrapper a img {max-height: 60px !important;}

.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i {
color: #ffffff !important;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a i {
font-size: 16px !important;
}

/*.jl_f_post01 .jl_f_postboxs {
width: 20% !important;
float: left;
padding: 0px 10px !important;
}
*/

.jl_f_post01 {
height: 600px !important;
}
.jl_f_post01 .jl_f_post01_m {
top: 40% !important;
}

.jl_f_post01 .jl_f_post01_s .jl_f_post01_sw {
float: left;
margin: 0px -30px !important;
}
.jl_f_post01 .jl_f_postboxs {
padding: 0px 5px 30px 5px !important;
}

.jl_navpost .jl_f_img_link {
background: #dd3333;
}
.jl_navpost .jl_nav_label {
color: #fff !important;
}
.jl_navpost:hover .jl_nav_label{
    background: #000 !important;
}

/*RELATED POST WIDGET*/
.gallery-caption, .entry-caption {
	font-style: normal !important;
font-size: 14px !important;
line-height: 14px !important;
	
}

/*FILESTART  /home/faq-mac/www/wp-content/themes/generik/css/bootstrap.css */
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
@font-face{font-family:jl_font;src:url(https://www.faq-mac.com/wp-content/themes/generik/css/fonts/jl_font.eot?g2i4p6);src:url(https://www.faq-mac.com/wp-content/themes/generik/css/fonts/jl_font.eot?g2i4p6#iefix) format('embedded-opentype'),url(https://www.faq-mac.com/wp-content/themes/generik/css/fonts/jl_font.ttf?g2i4p6) format('truetype'),url(https://www.faq-mac.com/wp-content/themes/generik/css/fonts/jl_font.woff?g2i4p6) format('woff'),url(https://www.faq-mac.com/wp-content/themes/generik/css/fonts/jl_font.svg?g2i4p6#jl_font) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" jli-"],[class^=jli-]{font-family:jl_font!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jli-pen:before{content:"\e973"}.jli-comments:before{content:"\e913"}.jli-date:before{content:"\e969"}.jli-lightning:before{content:"\e972"}.jli-watch-2:before{content:"\e974"}.jli-link:before{content:"\e971"}.jli-loading-1:before{content:"\e966"}.jli-quote-2:before{content:"\e96e"}.jli-video-3:before{content:"\e96f"}.jli-close-1:before{content:"\e970"}.jli-quote:before{content:"\e90e"}.jli-check-o:before{content:"\e96b"}.jli-close-o:before{content:"\e96c"}.jli-lock:before{content:"\e96d"}.jli-check:before{content:"\e96a"}.jli-activity-o:before{content:"\e901"}.jli-activity:before{content:"\e903"}.jli-plus:before{content:"\e906"}.jli-wechat:before{content:"\e907"}.jli-down-chevron:before{content:"\e95f"}.jli-up-chevron:before{content:"\e960"}.jli-left-chevron:before{content:"\e961"}.jli-right-chevron:before{content:"\e962"}.jli-setting:before{content:"\e963"}.jli-loading:before{content:"\e964"}.jli-mail:before{content:"\e965"}.jli-gallery:before{content:"\e967"}.jli-close:before{content:"\e968"}.jli-share:before{content:"\e95e"}.jli-play:before{content:"\e900"}.jli-bell:before{content:"\e902"}.jli-spotify:before{content:"\e904"}.jli-view-o:before{content:"\e905"}.jli-comment:before{content:"\e908"}.jli-fire-o:before{content:"\e909"}.jli-fire:before{content:"\e90a"}.jli-lightning1:before{content:"\e90b"}.jli-love-full:before{content:"\e90c"}.jli-pause:before{content:"\e90d"}.jli-star-full:before{content:"\e90f"}.jli-star:before{content:"\e910"}.jli-camera:before{content:"\e911"}.jli-comment-o:before{content:"\e912"}.jli-love:before{content:"\e914"}.jli-musical-note:before{content:"\e915"}.jli-shuffle:before{content:"\e916"}.jli-time:before{content:"\e917"}.jli-user-p:before{content:"\e918"}.jli-user:before{content:"\e919"}.jli-video:before{content:"\e91a"}.jli-view:before{content:"\e91b"}.jli-bag:before{content:"\e91c"}.jli-cart:before{content:"\e91d"}.jli-moon:before{content:"\e91e"}.jli-search:before{content:"\e91f"}.jli-sun:before{content:"\e920"}.jli-right-arrow:before{content:"\e921"}.jli-exchange-2:before{content:"\e922"}.jli-crossroads:before{content:"\e923"}.jli-compress:before{content:"\e924"}.jli-left-arrow:before{content:"\e925"}.jli-up-chevron-1:before{content:"\e926"}.jli-right-chevron-2:before{content:"\e927"}.jli-right-chevron-1:before{content:"\e928"}.jli-left-chevron-2:before{content:"\e929"}.jli-down-chevron-1:before{content:"\e92a"}.jli-left-chevron-1:before{content:"\e92b"}.jli-zerply:before{content:"\e92c"}.jli-youtube:before{content:"\e92d"}.jli-yandex:before{content:"\e92e"}.jli-yahoo:before{content:"\e92f"}.jli-xing:before{content:"\e930"}.jli-wordpress:before{content:"\e931"}.jli-wikipedia:before{content:"\e932"}.jli-vk:before{content:"\e933"}.jli-vimeo:before{content:"\e934"}.jli-viber:before{content:"\e935"}.jli-twitter:before{content:"\e936"}.jli-tumblr:before{content:"\e937"}.jli-telegram:before{content:"\e938"}.jli-technorati:before{content:"\e939"}.jli-stumbleupon:before{content:"\e93a"}.jli-soundcloud:before{content:"\e93b"}.jli-skype:before{content:"\e93c"}.jli-kickstarter:before{content:"\e93d"}.jli-lastfm:before{content:"\e93e"}.jli-linkedin:before{content:"\e93f"}.jli-livejournal:before{content:"\e940"}.jli-myspace:before{content:"\e941"}.jli-opera:before{content:"\e942"}.jli-paypal:before{content:"\e943"}.jli-picasa:before{content:"\e944"}.jli-pinterest:before{content:"\e945"}.jli-rss:before{content:"\e946"}.jli-sharethis:before{content:"\e947"}.jli-ebay:before{content:"\e948"}.jli-evernote:before{content:"\e949"}.jli-facebook:before{content:"\e94a"}.jli-flickr:before{content:"\e94b"}.jli-forrst:before{content:"\e94c"}.jli-foursquare-1:before{content:"\e94d"}.jli-foursquare:before{content:"\e94e"}.jli-google-plus:before{content:"\e94f"}.jli-grooveshark:before{content:"\e950"}.jli-html5:before{content:"\e951"}.jli-instagram:before{content:"\e952"}.jli-addthis:before{content:"\e953"}.jli-amazon:before{content:"\e954"}.jli-bebo:before{content:"\e955"}.jli-behance:before{content:"\e956"}.jli-bing:before{content:"\e957"}.jli-blogger:before{content:"\e958"}.jli-delicious:before{content:"\e959"}.jli-deviantart:before{content:"\e95a"}.jli-digg:before{content:"\e95b"}.jli-dribble:before{content:"\e95c"}.jli-dropbox:before{content:"\e95d"}

/*FILESTART  /home/faq-mac/www/wp-content/themes/generik/css/responsive.css */
@media only screen and (min-width:760px) and (max-width:1199px) {
#sidebar {
    padding-left: 20px;
}
.jl_grid_overlay .jl_f_postbox{
    padding: 0px 20px 20px 20px;
}
footer .slider_widget_post .recent_post_large_widget {
    height: 330px;
}

.footer-bottom .row,
footer .footer-columns .container .row,
.jl_grid_wrap_f .jl-roww,
.jl_mg_wrapper .jl_mg_post,
.jl_mix_post,
#content_masonry{
    margin-right: -15px;
    margin-left: -15px;
}
footer .col-md-3,
footer .col-md-4,
footer .col-md-6,
footer .col-md-12,
.jl_mix_post .jl_m_center,
.jl_mix_post .jl_m_right,
.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_mg_wrapper .jl_mg_main,
.jl_mg_wrapper .jl_mg_sm,
.grid-sidebar .box{
    padding-right: 15px;
    padding-left: 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.jl_desk_hide{
    display: block !important;
}
.slider3 .jl_full_feature.jl_capbg .jl_f_postbox{
    padding: 30px 20px;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper, .page-template-home-page-builder .jl_head_lobl .jl_logo_tm .jl_lgin, .jl_head_lobl .jl_logo_tm .jl_lgin, .jl_logo6{
    padding: 20px 0px;
}
.headcus5_custom.header_layout_style5_custom .menu_wrapper,
.headcus5_custom.header_layout_style5_custom .jl_blank_nav{
    display: none;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_blank_nav{
    display: none;
}
.header_layout_style1_custom{
    display: none;
}
.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper > ul{
    display: none;
}
.jl_m_right .jl_m_right_content p{
    display: none;
}
.headcus5_custom.header_layout_style5_custom .logo_link img, .header_magazine_full_screen.jlsh5 .logo_link img,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .logo_link img{
    max-width: 170px;
}
.column6 .jl_cat_img_w, .column5 .jl_cat_img_w, .column4 .jl_cat_img_w, .column3 .jl_cat_img_w, .column2 .jl_cat_img_w{
    width: 25%;
}
.jl_logo6{border-bottom: 1px solid #ebebeb;}
.options_dark_skin .jl_logo6 {border-bottom: 1px solid #303030;}
.jl_full_feature.jl_capbottom .jl_f_postbox{
    left: 30px;
    bottom: 30px;
}
#content, #sidebar{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 0px solid #E4E4E4;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 50%;
}
.jl_single_style6 .single_post_title_main{
    font-size: 40px !important;
}
.jl_single_style7 .jl_sover_b .single_post_entry_content .single_post_title_main{
    font-size: 36px;
}
.postnav_w{
    display: none;
}
.related-posts .blog_grid_post_style{
    width: 50%;
}
.content_single_page.page, #content{
    margin-bottom: 30px !important;
}
/*feature box*/
.t_col3 .jl_box_info_w{
    width: 33.333%;
}
.t_col4 .jl_box_info_w{
    width: 25%;
}
.t_col5 .jl_box_info_w{
    width: 20%;
}
/*feature header*/
.jl_post_fr .jl_f_postbox{
    width: 59%;
    padding-left: 15px;
}
.jl_m_below_w .text-box .entry-title{
    font-size: 25px;
}
.jl_post_fr .jl_f_title{
    font-size: 30px;
}
.jl-sm-grids .jl_grid_w .text-box h3 a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_f_postbox .post_subtitle_text{
    display: none;
}
.jl_post_fr .jl_post_fr_s{
    width: 300px;
}
.jl_post_fr .jl_post_fr_sw{
    padding: 15px 15px 0px 15px;
}

/*grid box*/
.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 50%;
}
.jl_full_feature .jl_f_postbox .jl_f_title{
    font-size: 35px;
}
.elementor-section.elementor-section-stretched .jl_mb_wrap_nimg{
    padding: 0px 15px;
}
.jl_m_below_w .text-box{
    margin-left: 20px;
}
.jl_m_below_w .jl_mb_list{
    width: 50%;
    margin-bottom: 30px;
}

/*small list*/
.jl_sm_list .entry-title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}

/*grid overlay*/
.jl_grid_overlay .jl_f_postbox{
    padding: 0px 20px 20px 20px;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 18px;
}
.jl_grid_overlay .jl_f_postbox p,
.jl_grid_overlay .jl_post_meta .post-read-time{
    display: none;
}

/*shop*/
.wc-col-4 > *{
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}
.jl-wc-wrap .jl-wc-img, .jl-wc-wrap .jl-wc-dec{
    width: 100%;
}
.woocommerce div.product div.summary{
    margin-top: 40px;
    padding-left: 0px;
}

.footer4col .col-md-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer .slider_widget_post .recent_post_large_widget {
    height: 330px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a{
    font-size: 20px;
}
.jl_cat_3mcol.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 14px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a{
    font-size: 20px;
}
.jl_cat_5col.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 14px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_post_meta{
    display: block;
}
.jl_cat_5col.jl_grid_overlay .jl_f_postbox .jl_post_meta{
    display: none;
}
.jl_cat_img_w{
    width: 100%;
}
.footer-columns .jl_cat_img_w:nth-last-child(2){
    margin-bottom: 20px;
}
.bottom_footer_menu_text .jl_ft_w{
    text-align: center;
}
.menu-footer{
    float: none;
}
.footer-bottom .row{
    margin-right: -15px;
    margin-left: -15px;
}
.jl_sf_grid.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 100%;
}
.footer-bottom .row,
footer .footer-columns .container .row,
.jl_grid_wrap_f .jl-roww,
.jl_mg_wrapper .jl_mg_post,
.jl_mix_post,
#content_masonry{
    margin-right: -15px;
    margin-left: -15px;
}
footer .col-md-3,
footer .col-md-4,
footer .col-md-6,
footer .col-md-12,
.jl_mix_post .jl_m_center,
.jl_mix_post .jl_m_right,
.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_mg_wrapper .jl_mg_main,
.jl_mg_wrapper .jl_mg_sm,
.grid-sidebar .box{
    padding-right: 15px;
    padding-left: 15px;
}
}
		
@media only screen and (max-width:767px) {
.jl_desk_hide{
    display: block !important;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper, .page-template-home-page-builder .jl_head_lobl .jl_logo_tm .jl_lgin, .jl_head_lobl .jl_logo_tm .jl_lgin, .jl_logo6{
    padding: 20px 0px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_main, .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main, .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s{
    width: 100%;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_main{
    margin-bottom: 30px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_main:last-child{
    margin-bottom: 0px;
}
.jl_f_post01 .jl_f_post01_m{
    top: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
.jl_f_post01 .jl_f_postbox{
    width: 100%;
}
.jl_f_post01 .jl_f_postboxs{
    width: 50%;
    text-align: left;
}
.jl_f_post01 .jl_f_postboxs .jl_flink{
    display: none;    
}
.jl_mgo_wrapper .jl_mgo_main, .jl_mgo_wrapper .jl_mgo_sm{
    width: 100%;
}
.jl_full_feature.jl_capbg .jl_f_img_bg, .jl_full_feature.jl_capbg .jl_f_img_link, .jl_full_feature.jl_capbg .jl_f_postbox{
    width: 100%;
}
.jl_full_feature.jl_capbg .jl_f_more{
    display: none;
}
.slider3 .jl_s_pagination{
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateX(-50%);
    left: 50%;
}
.header_magazine_full_screen.jl_sh5 .container{
    padding: 0px 15px;
}
.jl_full_feature.jl_capbg .jl_f_cat a, .jl_full_feature.jl_capbg .jl_f_cat a:hover, .jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title a, .jl_full_feature.jl_capbg .jl_post_meta span, .jl_full_feature.jl_capbg .jl_post_meta span a {
    color: #fff !important;
}
.headcus5_custom.header_layout_style5_custom .menu_wrapper,
.headcus5_custom.header_layout_style5_custom .jl_blank_nav,
.headcus5_custom.header_layout_style5_custom .social_icon_header_top{
    display: none;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_blank_nav{
    display: none;
}
.jl_m_right .jl_m_right_content p{
    display: block;
}
.headcus5_custom.header_layout_style5_custom .logo_position_wrapper{
    text-align: left;
}
.header_magazine_full_screen.jlsh5 .logo_link img{
    max-width: 200px;
}
.headcus5_custom.header_layout_style5_custom .logo_link img,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .logo_link img{
    max-width: 130px;
}
.jl_logo6{border-bottom: 1px solid #ebebeb;}
.options_dark_skin .jl_logo6 {border-bottom: 1px solid #303030;}
.column6 .jl_cat_img_w, .column5 .jl_cat_img_w, .column4 .jl_cat_img_w, .column3 .jl_cat_img_w, .column2 .jl_cat_img_w{
    width: 50%;
}
.jl_sover_b .jl_sm_post, .jl_single_style6 .jl_sm_post, .jl_m_center .jl_sm_post{
    top: 20px;
    right: 20px;
}
/*feature box*/
.t_col3 .jl_box_info_w, .t_col4 .jl_box_info_w, .t_col5 .jl_box_info_w{
    width: 100%;
}
.elementor-col-100 .searchform_theme {
    height: 40px;
}
.elementor-col-100 .searchform_theme .search_btn{
    height: 40px !important;
    line-height: 40px !important;
}
.elementor-col-100 .searchform_theme .button{
    height: 40px !important;
    line-height: 43px !important;
    padding: 0px 20px;
    font-size: 15px;
}
.jl_full_feature.jl_capbottom .jl_f_postbox{
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 100%;
}
.header_layout_style1_custom{
    display: none;
}
#content{
    margin-bottom: 50px;
}
#wrapper_masonry, #content_main{
    padding-top: 40px;
}
.menu_mobile_large_close{
    top: 30px;
    right: 30px;
}
.search_form_menu_personal .searchform_theme{
    margin: -60px 0 0 0px;
    left: 20px;
    right: 20px;
    width: auto;
}
.postnav_w{
    display: none;
}
.woocommerce div.product div.summary{
    margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs{
    margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 20px;
}
#content, #sidebar{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 0px solid #E4E4E4;
    margin-bottom: 40px;
}

.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper > ul{
    display: none;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu{
    display: none;
}
.single_captions_bottom_image_full_width{
    height: 400px;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 30px;
}
.single_captions_overlay_image_full_width .single_post_entry_content h1{
    font-size: 30px;
}
.jl_single_style5{
    overflow: hidden;
}
.jl_single_style5 .single_post_entry_content{
    padding: 0px 0% !important;
}

.single_related_post .jl_m_right .jl_m_right_w{
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.single_related_post .jl_m_list .jl_m_right_content{
    margin-left: 0px;
}
.single_related_post .jl_m_list .jl_m_right_img{
    margin-bottom: 20px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.jl_sidebar_w{
    width: 100%;
}
.jl_cat_mid_title p{
    max-width: 100%;
}
footer .col-md-4{
    width: 100%;
}
footer .footer-columns .container .row{
    margin-right: -15px;
    margin-left: -15px;
}
footer .col-md-3, footer .col-md-4, footer .col-md-6, footer .col-md-12{
    padding-right: 15px;
    padding-left: 15px;
}
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{
    width: 33.333333333333336%;
}
.menu-footer{
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    float: left;
}
#menu-footer-menu li{
    margin: 0 10px 0 0px;
}

/*feature box*/
.jl_f_postbox .post_subtitle_text{
    display: none;
}
.jl_post_fr .jl_f_title{
    font-size: 25px;
}
.jl_post_fr .jl_post_fr_sw{
    padding: 15px 15px 0px 15px;
}

/*small grid*/
.jl_grid_wrap_f{
    overflow: hidden;
}
.jl-sm-grids .jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 50%;
}
.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 100%;
}

.jl_full_feature .jl_f_postbox .jl_f_title{
    font-size: 25px;
}
.jl_full_feature{
    height: 350px;
}
.jl_m_below_w .jl_mb_list{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.jl_grid_overlay .jl_grid_overlay_col{
    width: 100%;
}
.jl_cat_img_w{
    width: 100%;
}
.jl_main_list{
    padding-bottom: 100%;
}

.jl_main_list .jl_f_postbox .jl_f_title{
    font-size: 25px;
}
.jl_main_list .jl_f_postbox{
    left: 10px;
    right: 10px;
}

.jl_cat_2col.jl_grid_overlay .jl_grid_overlay_col{
    width: 100%;
}
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_2col .jl_grid_overlay_col{
    width: 100%;
}
.g_3col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_3col .jl_grid_overlay_col{
    width: 100%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_4col .jl_grid_overlay_col{
    width: 100%;
}
.g_5col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_5col .jl_grid_overlay_col{
    width: 100%;
}
.g_6col.jl_grid_wrap_f .jl-col3 .jl-grid-cols, .jl_grid_overlay .g_6col .jl_grid_overlay_col{
    width: 100%;
}
.grid-sidebar .box{
    width: 100%;
}
.auth .author-info.jl_auth_head{
    padding: 0px;
}

.jl_post_fr .jl_f_postbox{
    width: 100%;
}
.jl_post_fr .jl_post_fr_s {
    width: 100%;
    right: 0px;
    margin-top: 30px;
}
.jl_post_fr .jl_f_title{
    padding-right: 15px;
}
.jl_post_fr_w .row{
    height: auto;
    padding: 30px 30px 0px 30px;
}
.jl_layout_mr, .jl_m_right.jl_l_mr{
    width: 100%;
}
.jl_m_right.jl_l_mr .jl_m_right_content {
    margin-left: 0px;
    margin-top: 30px;
    float: left;
}
.jl_layout_mr{
    margin-bottom: 30px;
}
.jl_grid_wrap_f.jl_grid_c .jl-roww{
    padding: 0px 15px;
}
.g_5col.jl_grid_wrap_f .jl-col3 .jl-grid-cols{
    width: 50%;
}
.g_5col.jl_grid_wrap_f .jl-col3 .jl-grid-cols:last-child{
    display: none;
}
.jl_m_right.jl_l_mr .jl_m_right_w{
    display: block;
}
.jl_m_right.jl_l_mr .jl_m_right_img{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.grid-sidebar .box:nth-last-child(2) .jl_grid_w{
    margin-bottom: 40px;
}
.single_post_entry_content .single_post_title_main{
    max-width: 100%;
    font-size: 34px;
}
.jl_sover_b .single_content_header{
    padding-bottom: 100%;
}
.jl_sover_b .single_post_entry_content .single_post_title_main{
    font-size: 27px;
    max-width: 100%;
}
.jl_sover_b{
    margin-bottom: 30px;
}
.jl_single_style5 .single_captions_bottom_image_full_width_wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
}
.single_s5w{
    max-width: 100%;
}
.jl_single_style5 .single_post_entry_content .single_s5w h1{
    font-size: 35px;
}
.jl_sover_b .jl_sm_post, .jl_single_style6 .jl_sm_post{
    top: 20px;
    right: 20px;
}
.jl_sover_b .single_post_entry_content{
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.jl_post_fr .jl_f_postbox, .jl_post_fr .jl_post_fr_s{
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jl_full_feature_w .jl-slider-prev,
.jl_full_feature_w .jl-slider-next{
    display: none;
}
.jl_full_feature .jl_f_postbox{
    left: 20px;
    right: 20px;
}
.related-posts .blog_grid_post_style{
    width: 100%;
}
.elementor-section.elementor-section-stretched .jl_mb_wrap_nimg{
    padding: 0px 15px;
}
.jl_m_below_w .jl_m_below_c{
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;    
}
.jl_m_below_w .jl_m_below_img{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.jl_m_below_w .text-box{
    float: left;
    width: 100%;
    margin-left: 0px;
}
.jl_m_below_w .jl_m_below_img{
    height: 300px;
    margin-bottom: 20px;
}
.jl_m_list .jl_m_right_w{
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.jl_m_list .jl_m_right_img{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
    
.jl_m_list .jl_m_right_w .jl_m_right_content{
    margin-left: 0px;
    display: block;
}

/*single post*/
.jl_single_style8 .single_post_entry_content .post_subtitle_text, .jl_single_style8 .single_post_entry_content .post_subtitle_text{
    display: none;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 25px;
}
.jl_single_style8 .single_post_entry_content{
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: 100%;
}
.single-post-meta-wrapper .meta-comment{
    display: block;
}
.jl_single_style7{
    display: block;
}
.jl_single_style7 .stub_wrap{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.jl_single_style7 .stub_wrap{
    height: 500px;
}
.jl_single_style7 .jl_sover_b .single_post_entry_content .single_post_title_main{
    font-size: 40px;
}
.jl_single_style7 .single_content_header{
    padding: 30px;
    margin: 0px;
}
/*shop*/
.wc-col-4 > *{
    max-width: 50%;
    flex: 0 0 50%;
}
.jl-wc-wrap .jl-wc-img, .jl-wc-wrap .jl-wc-dec{
    width: 100%;
}
.jl-wc-wrap .jl-wc-img, .jl-wc-wrap .jl-wc-dec{
    width: 100%;
}
.woocommerce div.product div.summary{
    margin-top: 30px;
    padding-left: 0px;
}
.woocommerce div.product .product_title{
    font-size: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    max-width: 100%;
}
#content.jl_single_page{
    margin-bottom: 0px;
}
.content_single_page.page,
#content{
    margin-bottom: 30px !important;
}
.loop-large-post .box{
    margin-bottom: 0px !important;
}
#wrapper_masonry .row{
    margin-bottom: 0px;
}
.jl_auth_head_w{
    margin-top: 40px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col{
    width: 100%;
}
.jl_grid_overlay .jl_f_postbox{
    padding: 0px 20px 20px 20px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 60%;
}
.jl_cat_head{
    margin-bottom: 30px;
}
.jl_cat_mid_title{
    margin-bottom: 40px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_grid_overlay_col, .jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col, .jl_cat_3mcol.jl_grid_overlay.cat_col3 .jl_grid_overlay_col{
    width: 100%;
    margin-bottom: 0px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a{
    font-size: 18px;
}
.jl_cat_3mcol.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 18px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col, .jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col{
    width: 100%;
    margin-bottom: 0px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a, .jl_cat_5col.jl_grid_overlay .jl_f_postbox .jl_f_title a{
    font-size: 20px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col .jl_grid_verlay_wrap, .jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col .jl_grid_verlay_wrap{
    padding-bottom: 60%;
}
.jl_m_below_w .text-box .entry-title{
    font-size: 21px;
}
.woocommerce-checkout .checkout-col.col-left .col2-set > *{
    width: 100%;
    max-width: 100%;
}
.jl_single_style2 .single_post_entry_content .meta-category-small, .jl_single_style2 .single_post_entry_content .single_post_title_main, .jl_single_style2 .single_bellow_left_align .single-post-meta-wrapper{
    max-width: 100%;
    font-size: 30px;
}
.post_content_w{
    display: block;
    flex-flow: row;
}
.post_content_w .post_s{    
    position: relative;
    top: 0px;
}
.post_content_w .post_sw{
    display: none;
    max-width: 100%;
    width: auto;
    align-items: center;
    flex-shrink: 0;
    flex-flow: column;
}
.single-post-meta-wrapper.jl_sfoot .view_options span, .single-post-meta-wrapper.jl_sfoot .jm-post-like span{
    top: -5px;
}
.single_post_share_icon_post li a i, .single-post-meta-wrapper.jl_sfoot i{
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.single-post-meta-wrapper.jl_sfoot span, .single-post-meta-wrapper.jl_sfoot a{
    margin-right: 5px;
}
.single-post-meta-wrapper.jl_sfoot{
    width: auto;
}
.single_post_share_icon_post li{
    width: auto;
    margin-right: 0px;
}
.jl_single_style6{
    margin-top: 40px;
}
.jl_single_style6 .stub_cw{
    display: block;
}
.jl_single_style6 .stub_cw .stub_wrap{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}
.jl_single_style6 .single_post_entry_content, .jl_single_style6 .jl_sover_b{
    margin-left: 0px;
}
.jl_single_style6 .single_post_title_main{
    font-size: 40px !important;
}
.jl_single_style8{
    margin-top: 30px;
}
.jl_single_style6 .jl_sover_b .single_post_entry_content{
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.jl_sfoot li{
    width: 20% !important;
}
.jl_sfoot li a span{
    display: none;
}
.post_content_w .post_content{
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
    overflow: hidden;
}
.jl_relsec{
    padding: 30px 0px 20px 0px;
}
.footer-columns .jl_cat_img_w:nth-last-child(2){
    margin-bottom: 20px;
}
.jl_info_auth{
    display: block;
    text-align: center;
}
.jl_info_auth .author-avatar{
    display: inline-block;
    margin-bottom: 10px;
    float: none;
}
.jl_info_auth.author-info .author-description{
    margin-left: 0px;
}
.jl_grid_wrap_f.jl_sf_grid .jl_m_right .jl_m_right_w{
    display: block;
}
.jl_grid_wrap_f.jl_sf_grid .jl_ml .jl_m_right_img{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}
.jl_grid_wrap_f.jl_sf_grid .jl_ml .jl_m_right_content{
    float: left;
    width: 100%;
    margin: 0px;
}
.jl_grid_wrap_f.jl_xsgrid .jl_ml .jl_m_right_w{
    display: flex;
}
.jl_grid_wrap_f.jl_xsgrid .jl_ml .jl_m_right_w .jl_m_right_img{
    margin-bottom: 0px;
}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_img {
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
}
.jl_sf_grid.jl_xsgrid .jl_ml .jl_m_right_content {
    float: inherit;
    width: inherit;
    margin-left: 20px;
}
.jl_mix_post .jl_m_center{
    margin-bottom: 30px;
}
.jl_m_center .jl_m_center_w{
    height: 300px;
}
.jl_m_center .text-box{
    padding: 20px;
}
.jl_m_center .text-box h3{
    font-size: 25px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1{
    font-size: 30px;
    max-width: 100%;
}
.jl_mg_wrapper .jl_mg_main{
    margin-bottom: 30px;
}
.jl_sidebar_w .widget:last-child, #sidebar .widget:last-child{
    margin-bottom: 0px !important;
}
.home_section6 #content{
    margin-bottom: 50px !important;
}
.home_section7{
    margin-top: 20px !important;
}
.jl_mg_wrapper .jl_mg_main .entry-title, .jl_mg_wrapper .jl_mg_sm .entry-title, .g_4col.jl_grid_wrap_f .text-box h3 a{
    font-size: 22px;
}
.jl_mix_post .jl_m_center,
.jl_mix_post .jl_m_right,
.jl_grid_wrap_f.jl_sf_grid.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_mg_wrapper .jl_mg_sm,
.jl_mg_wrapper .jl_mg_main,
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
#content .col-md-4, .comment-form-author, .comment-form-email, .comment-form-url{
    width: 100%;
}
.footer-bottom .row,
footer .footer-columns .container .row,
.jl_grid_wrap_f .jl-roww,
.jl_mg_wrapper .jl_mg_post,
.jl_mix_post,
#content_masonry{
    margin-right: -15px;
    margin-left: -15px;
}
footer .col-md-3,
footer .col-md-4,
footer .col-md-6,
footer .col-md-12,
.jl_mix_post .jl_m_center,
.jl_mix_post .jl_m_right,
.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_mg_wrapper .jl_mg_main,
.jl_mg_wrapper .jl_mg_sm,
.grid-sidebar .box{
    padding-right: 15px;
    padding-left: 15px;
}
}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

.tagcloud a:hover,.tag-cat a:hover .current.pagination_page, .pagination>a:hover, .tag-cat a:hover, .comment-reply-link:hover, .comment-edit-link:hover, .email_subscribe_box .buttons:hover, .jelly_homepage_builder .large_continue_reading span a:hover, .pop_post_right_slider .headding_pop_post, .menu_post_feature .builder_cat_title_list_style, .cfs_from_wrapper .cfs_submit input, .post_list_widget .recent_list_item_number, .recent_post_large_widget .recent_list_item_number, #commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover, .single_post_tag_layout li a:hover, .jellywp_pagination ul li span, .jellywp_pagination ul li a:hover, .woocommerce .product .onsale,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .pagination-more div a, .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .search_header_wrapper, .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons, .magazine_3_grid_slider .jelly_pro_post_arrow_right:hover, .magazine_3_grid_slider .jelly_pro_post_arrow_left:hover, .jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left:hover, .jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right:hover, .full-slider-main-home .jelly_pro_post_arrow_left:hover, .full-slider-main-home .jelly_pro_post_arrow_right:hover,.woocommerce-mini-cart__buttons .button:hover, .woocommerce-cart .woocommerce-cart-form .actions button.button:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .checkout_coupon button.button:hover,.woocommerce-page #payment #place_order:hover,.woocommerce div.product form.cart .button:hover,.woocommerce-cart .return-to-shop a.button:hover,.woocommerce .woocommerce-orders-table__cell a.button:hover,.woocommerce-MyAccount-content .woocommerce-Button.button:hover,.wp-block-button .wp-block-button__link:hover, .options_layout_wrapper wp-block-file__button:hover,.options_layout_wrapper .wp-block-file .wp-block-file__button:hover, .wp-block-search .wp-block-search__button:hover,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,.jl_lmore_c:hover,.jl_count_cart,#go-top a:hover, .page_error_404 .link_home404:hover, .woocommerce-message .button.wc-forward:hover, .post_content input[type="submit"]:hover, .widget_categories span, #sidebar .widget_archive span, .widget_archive span, #wp-calendar caption, #wp-calendar thead th, .jl_lmore_c, .jl_full_feature_w .jl-slider-prev:hover, .jl_full_feature_w .jl-slider-next:hover, .jl_full_feature.jl_capbg .jl_f_more:hover{background: #dd3333 !important;}
.jl_cmlist_w .jl_mlist_mian .jl_cat_lists:after{background:rgba(221, 51, 51, .2)}
.options_dark_skin .jl_cmlist_w .jl_mlist_mian .jl_cat_lists:after{background:#303030;}
.content_single_page a:hover, a:hover, #nextpost:hover, #prepost:hover, .blog_large_post_style .large_post_content a:hover, .loop-large-post .post_content a:hover, .loop-large-post .post_content a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post-meta a:hover, .large_post_share_icons li a:hover, .post_large_footer_meta .post_tag_footer a:hover, .post_large_footer_meta .post_comment_footer a:hover, .post_large_footer_meta .post_love_footer a:hover, .comment-meta .comment-author-date:hover, .comment-meta .comment-author-date:hover time, .post-meta-bot .love_post_view a:hover, .post-meta-bot .meta-comment a:hover, .meta_category_text_small a, .logged-in-as a:hover, .single-post-meta-wrapper span a:hover,
.header_layout_style5_custom .jl_random_post_link:hover, .header_layout_style5_custom #mainmenu > li > a:hover, .home_slider_post_tab_nav .slick-list .item.slick-current h5, .builder_cat_title_list_style li.current_cat_post, li.woocommerce-mini-cart-item a:not(.remove):hover, .jl_cmlist_w .text-box h3 a:hover, .jl_cmlist_w .jl_mlist_item.jl_catl_ac a, .jl_cmlist_w .jl_mlist_item.jl_catl_ac a:hover, .options_dark_skin .jl_cmlist_w .jl_mlist_item.jl_catl_ac a, .options_dark_skin .jl_cmlist_w .jl_mlist_item.jl_catl_ac a:hover, .widget_recent_comments ul li.recentcomments a:not(.url){color: #dd3333 !important;}
.breadcrumbs_options a{color: #000 !important;}
.loop-large-post .post_content a, .content_single_page a, .comment-content.comment a{color: #dd3333; text-decoration: underline !important;}
.pop_post_right_slider .slider_pop_post_list_items .featured_thumbnail_link{border-left: 7px solid #dd3333 !important;}
.blog_large_post_style .large_continue_reading span a:hover{color: #fff !important;}
.large_center_slider_container .large_continue_reading span a:hover{color: #000 !important; background:#fff !important; }
.spr-number{border: 2px solid #dd3333 !important;}
.single_post_tag_layout li a:hover, .loop-large-post .wp-block-button.is-style-outline .wp-block-button__link:hover{border: 1px solid #dd3333 !important;}
.large_continue_reading span a:hover,
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper, .header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons, .footer_top_small_carousel_5 .jl_footer_car_title:after, .jl_newsticker_wrapper .builder_ticker_title_home_page{background: #dd3333 !important;}
.footer_top_small_carousel_5 .slick-dots li.slick-active button{background: #dd3333; border: 1px solid #dd3333;}
::selection, .jl_custom_title4 #sidebar .widget .widget-title h2:after, .jl_footer_wrapper .jl_footer_car_title:after{
    background-color: #dd3333 !important;
}
@media only screen and (max-width:767px) {
.logo_small_wrapper_table .logo_small_wrapper a img, .headcus5_custom.header_layout_style5_custom .logo_link img, .jl_logo6 .logo_link img, .jl_head_lobl.header_magazine_full_screen .logo_link img{max-height: inherit; max-width: inherit; width: 200px;}
}

.header_top_bar_wrapper {
    background: #dd3333 !important;
}

.jl_current_title, .header_top_bar_wrapper .jl_top_bar_right, .header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li > a{color: #ffffff !important;}

.grid-sidebar .box .jl_post_title_top .image-post-title, .grid-sidebar .blog_large_post_style .post-entry-content .image-post-title, .grid-sidebar .blog_large_post_style .post-entry-content h1, .blog_large_post_style .post-entry-content .image-post-title, .blog_large_post_style .post-entry-content h1, .blog_large_overlay_post_style.box .post-entry-content .image-post-title a{font-size: 30px !important; }
.grid-sidebar .box .image-post-title, .show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title{font-size: 22px !important; }
.sd{font-size: 25px !important; }

.header_top_bar_wrapper .navigation_wrapper #jl_top_menu li a, .item_slide_caption .post-meta.meta-main-img, .post-meta.meta-main-img, .post-meta-bot-in, .post-meta span, .single-post-meta-wrapper span, .comment time, .post_large_footer_meta, .blog_large_post_style .large_post_content .jelly_read_more_wrapper a, .love_post_view_header a, .header_date_display, .jl_continue_reading, .menu_post_feature .builder_cat_title_list_style li, .builder_cat_title_list_style li, .main_new_ticker_wrapper .post-date, .main_new_ticker_wrapper .news_ticker_title_style, .jl_rating_front .jl_rating_value, .pop_post_right_slider .headding_pop_post, .jl_main_right_number .jl_number_list, .jl_grid_more .jl_slider_readding, .page_builder_listpost.jelly_homepage_builder .jl_list_more a, .jl_s_slide_text_wrapper .banner-container .jl_ssider_more, .jl_large_builder.jelly_homepage_builder .jl_large_more, .feature-image-link.image_post .jl_small_list_num, .social-count-plus .count, .social-count-plus .label, .jl_instagram .instagram-pics + .clear a, .single-post-meta-wrapper .jm-post-like{font-family: Roboto Condensed !important;}
#mainmenu > li > a, .menu_post_feature li, #content_nav .menu_moble_slide > li a, .header_layout_style3_custom .navigation_wrapper > ul > li > a, .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a, .jl_ft_mini .menu-footer li a{font-family: Roboto Condensed !important;  font-size:21px !important; font-weight:600 !important; text-transform: none !important; letter-spacing:  !important;}
.navigation_wrapper #mainmenu.jl_main_menu > li li > a, .social-count-plus span, .jl_social_counter .num-count, .jl_count_style_2 .jlsocial-element-right{font-family: Roboto Condensed !important;}

.jl_sm_post .jl_mt_count, .jl_post_meta .jl_author_img_w a, .jl_post_meta, .jl_post_meta_s span, .jl_post_meta span, .meta-category-small a, #commentform #submit, .wpcf7-form-control.wpcf7-submit, .single_post_share_icons, .single_post_tag_layout li a, .jl-load-link, .jl_m_below_w .text-box .jl_ssider_more,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .single-post-meta-wrapper span, .wp-block-button .wp-block-button__link, .wp-block-file__button, .link_home404, .jellywp_pagination ul, blockquote cite, .jl_f_more, .jl_f_postbox .jl_f_more, .logged-in-as, .comment-notes, .widget_rss ul li .rss-date, .pagination-nextprev .pagination-link, .i_foot_l a, .jl_box_info .jl_box_title{font-family: Roboto Condensed !important; font-weight: 400; text-transform: none !important; letter-spacing: 0 !important; font-size:12px !important;}
.single_post_tag_layout li a{font-size: 10px !important;}
#commentform #submit, .wpcf7-form-control.wpcf7-submit .jl-load-link, .jl_m_below_w .text-box .jl_ssider_more,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .wp-block-button .wp-block-button__link, .wp-block-file__button, .link_home404, .jellywp_pagination ul, blockquote cite, .jl_f_more, .jl_f_postbox .jl_f_more{font-family: Roboto Condensed !important; font-weight: 600;}
.jl_f_cat a{font-family: Roboto Condensed !important; font-weight: 400; text-transform: none !important; letter-spacing: 0 !important; font-size: 11px !important;}

.jl_mg_wrapper .jl_mg_main p, .jl_m_right .jl_m_right_content p, .jl_grid_w .text-box p, .post_content .jl_score_main_w .review-summary p, .jl_ideas_sum span, .auth p{font-size: 17px; line-height: 1.4;}
body, p, .content_single_page p, .single_section_content .post_content, .single_section_content .post_content p{font-size: 19px; line-height: 1.3;}
body, p, .date_post_large_display, #search_block_top #search_query_top, .tagcloud a, .format-quote a p.quote_source, .blog_large_post_style .large_post_content .jelly_read_more_wrapper a, .blog_grid_post_style .jelly_read_more_wrapper a, .blog_list_post_style .jelly_read_more_wrapper a, .pagination-more div a,
.meta-category-small-builder a, .full-slider-wrapper .banner-carousel-item .banner-container .more_btn a, .single-item-slider .banner-carousel-item .banner-container .more_btn a{font-family:Roboto Condensed !important; font-weight: 500 !important;}
.single_section_content .post_content blockquote p{font-size: 22px !important; text-transform: none !important; line-height: 1.3;}
.wp-caption p.wp-caption-text{font-size: 14px !important;}
h1, h2, h3, h4, h5, h6, .postnav #prepost, .postnav  #nextpost, .bbp-forum-title, .jl_cat_img_w .jl_cm_overlay, li.woocommerce-mini-cart-item a:not(.remove), .woocommerce-page .product-name a, .comment-meta .comment-author-name, .jl_cpost_title, blockquote p, .jl_cmlist_w .text-box h3 a, .widget_rss ul li .rsswidget, .jl_score_main_w .jl_score_main .jl_star_re .jl_star_val, #jl-review-box ul li, .jl-renut-text{font-weight: 900 !important; text-transform:none !important;  letter-spacing:  !important;}
.footer_carousel .meta-comment, .item_slide_caption h1 a,  .tickerfloat, .box-1 .inside h3, .detailholder.medium h3, .feature-post-list .feature-post-title, .widget-title h2, .image-post-title, .grid.caption_header h3, ul.tabs li a, h1, h2, h3, h4, h5, h6, .carousel_title, .postnav a, .format-aside a p.aside_title, .date_post_large_display,
.sf-top-menu li a, .large_continue_reading span, .cfs_from_wrapper .cfs_form_title, .comment-meta .comment-author-name, .jl_recent_post_number > li .jl_list_bg_num, .jl_recent_post_number .meta-category-small-text a, .jl_hsubt, .jl_cat_img_w .jl_cm_overlay .jl_cm_name, li.woocommerce-mini-cart-item a:not(.remove), .woocommerce-page .product-name a, .jl_cpost_title, blockquote p, .widget_rss ul li .rsswidget, .jl_score_main_w .jl_score_main .jl_star_re .jl_star_val, #jl-review-box ul li, .jl-renut-text{font-family:Roboto Condensed !important;}   
h1, h2, h3, h4, h5, h6, .postnav #prepost, .postnav  #nextpost, .bbp-forum-title, .single_post_arrow_content #prepost, .single_post_arrow_content #nextpost{line-height: 1.1 !important;}



.navigation_wrapper #mainmenu.jl_main_menu > li li > a, .jl_cmlist_w .jl_mlist_item a, .header_top_bar_wrapper .navigation_wrapper #jl_top_menu li a{ font-size:14px !important; font-weight:500 !important; text-transform: none !important; letter-spacing: -0.025em !important;}
.cat-item-5093 span{background:  !important;}.cat-item-230 span{background:  !important;}.cat-item-1604 span{background:  !important;}.cat-item-1725 span{background:  !important;}.cat-item-5887 span{background:  !important;}.cat-item-1575 span{background:  !important;}.cat-item-4 span{background:  !important;}.cat-item-1119 span{background:  !important;}.cat-item-1449 span{background:  !important;}.cat-item-1121 span{background:  !important;}.cat-item-5046 span{background:  !important;}.cat-item-2112 span{background:  !important;}.cat-item-5629 span{background:  !important;}.cat-item-4374 span{background:  !important;}.cat-item-1951 span{background:  !important;}.cat-item-1120 span{background:  !important;}.cat-item-1587 span{background:  !important;}.cat-item-5552 span{background:  !important;}.cat-item-4378 span{background:  !important;}.cat-item-1438 span{background:  !important;}.cat-item-60 span{background:  !important;}.cat-item-4711 span{background:  !important;}.cat-item-6 span{background:  !important;}.cat-item-2122 span{background:  !important;}.cat-item-58 span{background:  !important;}.cat-item-1118 span{background:  !important;}.cat-item-1442 span{background:  !important;}.cat-item-4623 span{background:  !important;}.cat-item-5047 span{background:  !important;}.cat-item-1451 span{background:  !important;}.cat-item-1339 span{background:  !important;}.cat-item-1481 span{background:  !important;}.cat-item-791 span{background:  !important;}.cat-item-1672 span{background:  !important;}.cat-item-5884 span{background:  !important;}.cat-item-16 span{background:  !important;}.cat-item-5856 span{background:  !important;}.cat-item-393 span{background:  !important;}.cat-item-754 span{background:  !important;}.cat-item-5129 span{background:  !important;}.cat-item-3 span{background: #1e73be !important;}.cat-item-2009 span{background:  !important;}.cat-item-3004 span{background:  !important;}.cat-item-4606 span{background:  !important;}.cat-item-5572 span{background:  !important;}.cat-item-5886 span{background:  !important;}.cat-item-5896 span{background:  !important;}.cat-item-62 span{background:  !important;}.cat-item-5831 span{background:  !important;}.cat-item-61 span{background:  !important;}.cat-item-1577 span{background:  !important;}.cat-item-2113 span{background:  !important;}.cat-item-3716 span{background:  !important;}.cat-item-5052 span{background:  !important;}.cat-item-5710 span{background:  !important;}.cat-item-5883 span{background:  !important;}.cat-item-2684 span{background:  !important;}.cat-item-498 span{background:  !important;}.cat-item-4563 span{background:  !important;}.cat-item-426 span{background:  !important;}.cat-item-5 span{background:  !important;}.cat-item-630 span{background:  !important;}.cat-item-5877 span{background:  !important;}.cat-item-5553 span{background:  !important;}.cat-item-2 span{background:  !important;}.cat-item-1644 span{background:  !important;}.cat-item-3009 span{background:  !important;}.cat-item-5125 span{background:  !important;}.cat-item-5836 span{background:  !important;}.cat-item-5915 span{background:  !important;}.cat-item-971 span{background:  !important;}.cat-item-2679 span{background:  !important;}.cat-item-4731 span{background:  !important;}.cat-item-2173 span{background:  !important;}.cat-item-4387 span{background:  !important;}.cat-item-5126 span{background:  !important;}.cat-item-5837 span{background:  !important;}.cat-item-2128 span{background:  !important;}.cat-item-5899 span{background:  !important;}.cat-item-4710 span{background:  !important;}.cat-item-3008 span{background:  !important;}.cat-item-4700 span{background:  !important;}.cat-item-4717 span{background:  !important;}.cat-item-2008 span{background:  !important;}.cat-item-5162 span{background:  !important;}.cat-item-324 span{background:  !important;}.cat-item-2050 span{background:  !important;}.cat-item-45 span{background:  !important;}.cat-item-3145 span{background:  !important;}.cat-item-11 span{background:  !important;}.cat-item-1628 span{background:  !important;}.cat-item-236 span{background:  !important;}.cat-item-326 span{background:  !important;}.cat-item-1 span{background:  !important;}.cat-item-13 span{background:  !important;}.cat-item-340 span{background:  !important;}.cat-item-5604 span{background:  !important;}.cat-item-543 span{background:  !important;}.cat-item-4544 span{background:  !important;}.cat-item-14 span{background:  !important;}.cat-item-2211 span{background:  !important;}.cat-item-5892 span{background:  !important;}.cat-item-7 span{background:  !important;}.cat-item-5520 span{background:  !important;}.cat-item-5879 span{background:  !important;}.cat-item-1729 span{background:  !important;}.cat-item-1715 span{background:  !important;}.cat-item-2876 span{background: #1e73be !important;}.cat-item-91 span{background:  !important;}.cat-item-615 span{background:  !important;}.cat-item-369 span{background:  !important;}.cat-item-46 span{background:  !important;}.cat-item-1756 span{background:  !important;}


/*FILESTART  /home/faq-mac/www/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css */

/*! elementor-icons - v5.30.0 - 11-04-2024 */
@font-face{font-family:eicons;src:url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.30.0);src:url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.30.0#iefix) format("embedded-opentype"),url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.30.0) format("woff2"),url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.30.0) format("woff"),url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.30.0) format("truetype"),url(https://www.faq-mac.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.30.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.eicon-off-canvas:before{content: "\e9c7"}

/*FILESTART  /home/faq-mac/www/wp-content/plugins/elementor/assets/css/frontend.min.css */

/*! elementor - v3.23.0 - 15-07-2024 */
@charset "UTF-8";.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-block-start:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-editor-active .elementor-popup-modal{background-color:initial}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:none;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:transparent;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:transparent;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border{border:1px solid var(--e-a-color-txt-muted)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:transparent;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info{background-color:var(--e-a-btn-bg-info)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover{background-color:var(--e-a-btn-bg-info-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{order:15}.elementor-button .elementor-align-icon-left{order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio, 1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-inline-start:1em;padding-inline-end:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-inline-end:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#0c0d0e}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:start;color:#3f444b;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-inline-end:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#9da5ae}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#9da5ae}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#3f444b;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,start)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-heading-overflow-x:initial;--n-tabs-heading-wrap:nowrap;--n-tabs-border-width:1px;--n-tabs-border-color:#d5d8dc;--n-tabs-content-display:flex;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f2f3;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-white-space:initial;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-text-align:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-flex-grow:0;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-title-order:initial;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;width:100%;max-width:100%;--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-left);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-right);--n-tabs-title-padding-block-start:var(--n-tabs-title-padding-top);--n-tabs-title-padding-block-end:var(--n-tabs-title-padding-bottom)}body.rtl .elementor-widget-n-tabs{--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-right);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-left)}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:start;min-width:0}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap);overflow-x:var(--n-tabs-heading-overflow-x);flex-wrap:var(--n-tabs-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar{display:none}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active{position:relative}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-tabs .e-n-tabs-content{display:var(--n-tabs-content-display);flex-grow:1;min-width:0}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child{display:flex}.elementor-widget-n-tabs .e-n-tab-title{background-color:initial;border-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;flex-grow:var(--n-tabs-title-flex-grow);flex-basis:var(--n-tabs-title-flex-basis);flex-shrink:var(--n-tabs-title-flex-shrink);padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end:var(--n-tabs-title-padding-inline-end);padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start:var(--n-tabs-title-padding-inline-start);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);white-space:var(--n-tabs-title-white-space);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title:focus:not(:focus-visible){outline:none}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size);text-align:var(--n-tabs-title-text-align)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;flex-shrink:0;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child{transform:none;height:auto;opacity:1}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (max-width:767px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}.elementor-widget-n-accordion{--n-accordion-title-font-size:20px;--n-accordion-title-flex-grow:initial;--n-accordion-title-justify-content:initial;--n-accordion-title-icon-order:-1;--n-accordion-border-width:1px;--n-accordion-border-color:#d5d8dc;--n-accordion-border-style:solid;--n-accordion-item-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-padding:10px;--n-accordion-border-radius:0px;--n-accordion-icon-size:15px;--n-accordion-title-normal-color:#1f2124;--n-accordion-title-hover-color:#1f2124;--n-accordion-title-active-color:#1f2124;--n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);--n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);--n-accordion-icon-active-color:var(--n-accordion-title-active-color);--n-accordion-icon-gap:0 10px;width:100%}.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker{display:none}.elementor-widget-n-accordion .e-n-accordion-item{display:flex;flex-direction:column;position:relative}.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){margin-block-end:var(--n-accordion-item-title-space-between)}.elementor-widget-n-accordion .e-n-accordion-item-title,:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-widget-n-accordion .e-n-accordion-item-title{display:flex;flex-direction:row;list-style:none;padding:var(--n-accordion-padding);justify-content:var(--n-accordion-title-justify-content);border-radius:var(--n-accordion-border-radius);flex-grow:var(--n-menu-title-flex-grow);gap:var(--n-accordion-icon-gap);color:var(--n-accordion-title-normal-color);align-items:center;cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item-title-header{display:flex}.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p{margin-block-start:0;margin-block-end:0}.elementor-widget-n-accordion .e-n-accordion-item-title-text{font-size:var(--n-accordion-title-font-size);align-items:center}.elementor-widget-n-accordion .e-n-accordion-item-title-icon{display:flex;flex-direction:row;align-items:center;order:var(--n-accordion-title-icon-order);position:relative;width:-moz-fit-content;width:fit-content}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{height:var(--n-accordion-icon-size);width:auto}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);font-size:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);height:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title>span{cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{margin-block-end:var(--n-accordion-item-title-distance-from-content);color:var(--n-accordion-title-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened{display:flex}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed{display:none}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title{color:var(--n-accordion-title-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{display:none}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{display:flex}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item>span{cursor:pointer}.e-contact-buttons{--e-contact-buttons-chat-box-width:360px;--e-contact-buttons-size-small:55px;--e-contact-buttons-size-medium:65px;--e-contact-buttons-size-large:75px;--e-contact-buttons-svg-size-small:32px;--e-contact-buttons-svg-size-medium:38px;--e-contact-buttons-svg-size-large:42px;--e-contact-buttons-profile-image-size-small:65px;--e-contact-buttons-profile-image-size-medium:75px;--e-contact-buttons-profile-image-size-large:85px;--e-contact-buttons-dot:red;--e-contact-buttons-dot-size:16px;--e-contact-buttons-profile-dot-bg:#39aa59;--e-contact-buttons-border-radius:20px;--e-contact-button-chat-button-animation-delay:0;--e-contact-buttons-icon-size-small:45px;--e-contact-buttons-icon-size-medium:50px;--e-contact-buttons-icon-size-large:55px;--e-contact-buttons-contact-gap:15px;--e-contact-buttons-horizontal-offset:25px;--e-contact-buttons-vertical-offset:25px;--e-contact-buttons-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.15);--e-contact-buttons-drop-shadow:drop-shadow(4px 4px 10px rgba(0,0,0,0.15));--e-contact-buttons-button-bg:#467ff7;--e-contact-buttons-button-bg-hover:#1c2448;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#1c2448;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-active-button-bg:#fff;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#c8d5dc;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#467ff7;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#1c2448;--e-contact-buttons-chat-box-bg:#fff;--e-contact-buttons-contact-button-icon:#fff;--e-contact-buttons-contact-button-icon-hover:#fff;--e-contact-buttons-contact-button-bg:#467ff7;--e-contact-buttons-contact-button-bg-hover:#1c2448;--e-contact-buttons-tooltip-text:#1c2448;--e-contact-buttons-tooltip-bg:#fff;--e-contact-buttons-contact-title-text-color:#1c2448;--e-contact-buttons-contact-description-text-color:#1c2448;display:flex;flex-direction:column;gap:20px;pointer-events:none;position:fixed;width:var(--e-contact-buttons-chat-box-width);z-index:10000}@media (max-width:767px){.e-contact-buttons{inset-inline-end:0;width:90vw}}.e-contact-buttons.has-h-alignment-start{justify-content:flex-start;inset-inline-start:var(--e-contact-buttons-horizontal-offset)}@media (max-width:767px){.e-contact-buttons.has-h-alignment-start{inset-inline-start:0}}.e-contact-buttons.has-h-alignment-start .e-contact-buttons__chat-button-container{justify-content:flex-start;padding-inline-start:20px;padding-inline-end:0}@media (max-width:767px){.e-contact-buttons.has-h-alignment-start .e-contact-buttons__chat-button-container{inset-inline-end:unset;inset-inline-start:var(--e-contact-buttons-horizontal-offset)}}.e-contact-buttons.has-h-alignment-end{align-items:flex-end;justify-content:flex-end;inset-inline-end:var(--e-contact-buttons-horizontal-offset)}.e-contact-buttons.has-h-alignment-end .e-contact-buttons__chat-button-container{justify-content:flex-end;inset-inline-end:var(--e-contact-buttons-horizontal-offset);padding-inline-end:20px}@media (max-width:767px){.e-contact-buttons.has-h-alignment-end .e-contact-buttons__chat-button-container{inset-inline-end:unset}}.e-contact-buttons.has-h-alignment-center{inset-inline-start:50%;justify-content:center;transform:translateX(-50%)}.e-contact-buttons.has-h-alignment-center .e-contact-buttons__chat-button-container{justify-content:center;padding-inline:0}.e-contact-buttons.has-h-alignment-center .e-contact-buttons__content-wrapper{inset-inline-end:calc(var(--e-contact-buttons-chat-box-width) / 2 - 40px);position:relative}.e-contact-buttons.has-v-alignment-top{top:var(--e-contact-buttons-vertical-offset)}.e-contact-buttons.has-v-alignment-top .e-contact-buttons__content-wrapper{order:2}.e-contact-buttons.has-v-alignment-top .e-contact-buttons__chat-button-container{order:1}.e-contact-buttons.has-v-alignment-middle{align-items:center;flex-direction:row;top:50%;transform:translateY(-50%)}.e-contact-buttons.has-v-alignment-middle .e-contact-buttons__chat-button-container{padding-inline:0}.e-contact-buttons.has-v-alignment-middle.has-h-alignment-start .e-contact-buttons__content-wrapper{order:2}.e-contact-buttons.has-v-alignment-middle.has-h-alignment-start .e-contact-buttons__chat-button-container{order:1;padding-inline:0}.e-contact-buttons.has-h-alignment-center.has-v-alignment-middle{flex-direction:column;transform:translate(-50%,-50%)}.e-contact-buttons.has-v-alignment-bottom{bottom:var(--e-contact-buttons-vertical-offset)}.e-contact-buttons.has-platform-whatsapp{--e-contact-buttons-button-bg:#25d366;--e-contact-buttons-button-bg-hover:#075e54;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#075e54;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#ece5dd;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#25d366;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#075e54;--e-contact-buttons-chat-box-bg:#fff}.e-contact-buttons.has-platform-skype{--e-contact-buttons-button-bg:#00aff0;--e-contact-buttons-button-bg-hover:#0d72cf;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#0d72cf;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#cdf7ff;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#00aff0;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#0d72cf;--e-contact-buttons-chat-box-bg:#fff}.e-contact-buttons.has-platform-messenger{--e-contact-buttons-button-bg:#168aff;--e-contact-buttons-button-bg-hover:#168aff;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#168aff;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#f0f0f0;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#168aff;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#168aff;--e-contact-buttons-chat-box-bg:#fff}.e-contact-buttons.has-platform-viber{--e-contact-buttons-button-bg:#7360f2;--e-contact-buttons-button-bg-hover:#4e4879;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#4e4879;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#e5e1ff;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#7360f2;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#4e4879;--e-contact-buttons-chat-box-bg:#fff}.e-contact-buttons.has-platform-waze{--e-contact-buttons-button-bg:#3cf;--e-contact-buttons-button-bg-hover:#09f;--e-contact-buttons-button-icon:#fff;--e-contact-buttons-button-icon-hover:#fff;--e-contact-buttons-top-bar-bg:#09f;--e-contact-buttons-top-bar-title:#fff;--e-contact-buttons-top-bar-subtitle:#fff;--e-contact-buttons-close-button-color:#fff;--e-contact-buttons-message-bubble-body:#000;--e-contact-buttons-message-bubble-time:#000;--e-contact-buttons-message-bubble-name:#000;--e-contact-buttons-message-bubble-bubble-bg:#fff;--e-contact-buttons-message-bubble-chat-bg:#ece5dd;--e-contact-buttons-send-button-icon:#fff;--e-contact-buttons-send-button-bg:#3cf;--e-contact-buttons-send-button-icon-hover:#fff;--e-contact-buttons-send-button-bg-hover:#09f;--e-contact-buttons-chat-box-bg:#fff}.e-contact-buttons.has-corners-rounded{--e-contact-buttons-border-radius:20px}.e-contact-buttons.has-corners-round{--e-contact-buttons-border-radius:50px}.e-contact-buttons.has-corners-sharp{--e-contact-buttons-border-radius:0}.e-contact-buttons:not(.has-animations) .e-contact-buttons__content-wrapper.hidden{display:none}.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.hidden{display:block;visibility:hidden;transition:1s}.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.animated-wrapper{visibility:hidden;opacity:0;transform:none;animation:e-contact-buttons-close 1s}.e-contact-buttons__chat-button-shadow,.e-contact-buttons__contact-box-shadow,.e-contact-buttons__contact-box-shadow:is(a),.e-contact-buttons__content{box-shadow:var(--e-contact-buttons-box-shadow)}.e-contact-buttons__chat-button-drop-shadow{filter:var(--e-contact-buttons-drop-shadow)}.e-contact-buttons__content{border-radius:var(--e-contact-buttons-border-radius);font-family:var(--e-global-typography-text-font-family,"Poppins"),Sans-serif;overflow:hidden}.e-contact-buttons__top-bar{align-items:center;background-color:var(--e-contact-buttons-top-bar-bg);display:flex;gap:20px;padding:20px;position:relative}.e-contact-buttons__top-bar-title{color:var(--e-contact-buttons-top-bar-title);font-size:24px;font-weight:700;margin-block-end:0}.e-contact-buttons__top-bar-subtitle{color:var(--e-contact-buttons-top-bar-subtitle);font-size:20px;margin-block-end:0}.e-contact-buttons__profile-image{align-items:center;display:flex;position:relative}.e-contact-buttons__profile-image img{border-radius:50%;-o-object-fit:cover;object-fit:cover}.e-contact-buttons__profile-image.has-size-small img{height:var(--e-contact-buttons-profile-image-size-small);width:var(--e-contact-buttons-profile-image-size-small)}.e-contact-buttons__profile-image.has-size-medium img{height:var(--e-contact-buttons-profile-image-size-medium);width:var(--e-contact-buttons-profile-image-size-medium)}.e-contact-buttons__profile-image.has-size-large img{height:var(--e-contact-buttons-profile-image-size-large);width:var(--e-contact-buttons-profile-image-size-large)}.e-contact-buttons__profile-image.has-dot:after{background-color:var(--e-contact-buttons-profile-dot-bg);border:3px solid var(--e-contact-buttons-top-bar-bg);border-radius:50%;bottom:5px;content:"";height:20px;position:absolute;right:0;width:20px}.e-contact-buttons__close-button,.e-contact-buttons__close-button[type=button]{background:none;border:0;color:var(--e-contact-buttons-close-button-color);padding:0;position:absolute;inset-inline-end:20px;top:20px}.e-contact-buttons__close-button:focus,.e-contact-buttons__close-button:hover,.e-contact-buttons__close-button[type=button]:focus,.e-contact-buttons__close-button[type=button]:hover{background:none;border:0;color:var(--e-contact-buttons-close-button-color)}.e-contact-buttons__chat-button-container,.e-contact-buttons__contact-icon-link,.e-contact-buttons__content-wrapper{pointer-events:auto}.e-contact-buttons__chat-button-container{display:flex;max-width:-moz-max-content;max-width:max-content}@media (max-width:767px){.e-contact-buttons__chat-button-container{position:relative}}.e-contact-buttons__chat-button,.e-contact-buttons__chat-button[type=button]{align-items:center;background-color:var(--e-contact-buttons-button-bg);border-radius:50%;border:0;color:var(--e-contact-buttons-button-icon);display:flex;justify-content:center;padding:0;position:relative;transition:all .3s}.e-contact-buttons__chat-button[type=button] svg,.e-contact-buttons__chat-button svg{fill:var(--e-contact-buttons-button-icon)}.e-contact-buttons__chat-button:focus,.e-contact-buttons__chat-button:hover,.e-contact-buttons__chat-button[type=button]:focus,.e-contact-buttons__chat-button[type=button]:hover{background-color:var(--e-contact-buttons-button-bg-hover);color:var(--e-contact-buttons-button-icon-hover);transition:all .3s}.e-contact-buttons__chat-button:focus svg,.e-contact-buttons__chat-button:hover svg,.e-contact-buttons__chat-button[type=button]:focus svg,.e-contact-buttons__chat-button[type=button]:hover svg{fill:var(--e-contact-buttons-button-icon-hover)}.e-contact-buttons__chat-button.has-dot:after,.e-contact-buttons__chat-button[type=button].has-dot:after{background-color:var(--e-contact-buttons-dot);border-radius:50%;content:"";height:var(--e-contact-buttons-dot-size);position:absolute;right:0;top:0;width:var(--e-contact-buttons-dot-size)}.e-contact-buttons__chat-button.has-size-small,.e-contact-buttons__chat-button[type=button].has-size-small{height:var(--e-contact-buttons-size-small);width:var(--e-contact-buttons-size-small)}.e-contact-buttons__chat-button.has-size-small svg,.e-contact-buttons__chat-button[type=button].has-size-small svg{height:var(--e-contact-buttons-svg-size-small);width:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons__chat-button.has-size-small i,.e-contact-buttons__chat-button[type=button].has-size-small i{font-size:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons__chat-button.has-size-medium,.e-contact-buttons__chat-button[type=button].has-size-medium{height:var(--e-contact-buttons-size-medium);width:var(--e-contact-buttons-size-medium)}.e-contact-buttons__chat-button.has-size-medium svg,.e-contact-buttons__chat-button[type=button].has-size-medium svg{height:var(--e-contact-buttons-svg-size-medium);width:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons__chat-button.has-size-medium i,.e-contact-buttons__chat-button[type=button].has-size-medium i{font-size:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons__chat-button.has-size-large,.e-contact-buttons__chat-button[type=button].has-size-large{height:var(--e-contact-buttons-size-large);width:var(--e-contact-buttons-size-large)}.e-contact-buttons__chat-button.has-size-large svg,.e-contact-buttons__chat-button[type=button].has-size-large svg{height:var(--e-contact-buttons-svg-size-large);width:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons__chat-button.has-size-large i,.e-contact-buttons__chat-button[type=button].has-size-large i{font-size:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons__chat-button.has-entrance-animation-delay,.e-contact-buttons__chat-button[type=button].has-entrance-animation-delay{animation-delay:var(--e-contact-button-chat-button-animation-delay)}.e-contact-buttons__chat-button.has-entrance-animation-duration-slow,.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-slow{animation-duration:2s}.e-contact-buttons__chat-button.has-entrance-animation-duration-normal,.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-normal{animation-duration:1s}.e-contact-buttons__chat-button.has-entrance-animation-duration-fast,.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-fast{animation-duration:.8s}.e-contact-buttons__chat-button.has-entrance-animation,.e-contact-buttons__chat-button[type=button].has-entrance-animation{opacity:0}.e-contact-buttons__chat-button.visible,.e-contact-buttons__chat-button[type=button].visible{opacity:1}.e-contact-buttons__message-bubble{background-color:var(--e-contact-buttons-message-bubble-chat-bg);padding:25px 20px;padding-inline-start:40px}.e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container{height:0;opacity:0;visibility:hidden}.e-contact-buttons__bubble{background-color:var(--e-contact-buttons-message-bubble-bubble-bg);border-radius:15px;padding:20px;position:relative}.e-contact-buttons__bubble:after{border-style:solid;border-inline-start-width:0;border-inline-end-width:40px;border-block-start-width:0;border-block-end-width:40px;border-inline-start-color:transparent;border-inline-end-color:var(--e-contact-buttons-message-bubble-bubble-bg);border-block-start-color:transparent;border-block-end-color:transparent;content:"";height:0;position:absolute;inset-inline-start:-20px;top:0;width:0}.e-contact-buttons__message-bubble-name{color:var(--e-contact-buttons-message-bubble-name);font-size:20px;line-height:25px;font-weight:600;margin-block-end:8px}.e-contact-buttons__message-bubble-body{color:var(--e-contact-buttons-message-bubble-body);font-size:20px;line-height:25px;margin-block-end:8px}.e-contact-buttons__message-bubble-time{color:var(--e-contact-buttons-message-bubble-time);font-size:20px;line-height:25px;font-weight:600;margin-block-end:0;text-align:end}.e-contact-buttons__powered-container{text-align:center}.e-contact-buttons__powered-text{color:#000;font-size:16px;font-weight:500;margin-block-end:12px}.e-contact-buttons__dots-container{background-color:var(--e-contact-buttons-message-bubble-bubble-bg);border-radius:15px;display:inline-flex;padding:10px 12px}.e-contact-buttons__dot{animation:e-contact-buttons-typing-jump 1s infinite;background-color:var(--e-contact-buttons-message-bubble-name);border-radius:50%;display:inline-block;height:7px;margin-left:auto;margin-right:3px;position:relative;width:7px}.e-contact-buttons__dot-1{animation-delay:.2s}.e-contact-buttons__dot-2{animation-delay:.4s}.e-contact-buttons__dot-3{animation-delay:.6s}.e-contact-buttons__send-button{background-color:var(--e-contact-buttons-chat-box-bg);padding:12px 20px 20px}.e-contact-buttons__send-button .e-contact-buttons__send-cta{color:var(--e-contact-buttons-send-button-icon)}.e-contact-buttons__send-button .e-contact-buttons__send-cta:focus,.e-contact-buttons__send-button .e-contact-buttons__send-cta:hover{color:var(--e-contact-buttons-send-button-icon-hover)}.e-contact-buttons__send-cta{align-items:center;background-color:var(--e-contact-buttons-send-button-bg);border-radius:30px;display:flex;font-size:18px;font-weight:500;gap:8px;justify-content:center;padding:10px;text-align:center;transition:all .3s;width:100%}.e-contact-buttons__send-cta svg{fill:var(--e-contact-buttons-send-button-icon);height:28px;width:28px}.e-contact-buttons__send-cta:focus,.e-contact-buttons__send-cta:hover{background-color:var(--e-contact-buttons-send-button-bg-hover);transition:all .3s}.e-contact-buttons__send-cta:focus svg,.e-contact-buttons__send-cta:hover svg{fill:var(--e-contact-buttons-send-button-icon-hover)}.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__dots-container{animation-delay:0;animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:e-contact-buttons-disappear}.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container{animation-delay:2s;animation-duration:.1s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:e-contact-buttons-appear}.elementor-location-floating_buttons .e-con-inner{padding:0}@keyframes e-contact-buttons-typing-jump{0%{bottom:0}20%{bottom:5px}40%{bottom:0}}@keyframes e-contact-buttons-appear{0%{height:0;opacity:0;visibility:hidden}to{height:auto;opacity:1;visibility:visible}}@keyframes e-contact-buttons-disappear{0%{display:inline-flex}to{display:none}}@keyframes e-contact-buttons-close{0%,99.99%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0;transform:none}}.e-contact-buttons-var-1{--e-contact-buttons-button-bg:#324a6d;--e-contact-buttons-button-bg-hover:#1c2448;--e-contact-buttons-top-bar-bg:#324a6d;--e-contact-buttons-message-bubble-name:#1c2448;--e-contact-buttons-message-bubble-body:#1c2448;--e-contact-buttons-message-bubble-time:#1c2448;--e-contact-buttons-message-bubble-bubble-bg:#c8d5dc;--e-contact-buttons-message-bubble-chat-bg:#fff;--e-contact-buttons-contact-text:#1c2448;--e-contact-buttons-var-1-size-small:26px;--e-contact-buttons-var-1-size-medium:28px;--e-contact-buttons-var-1-size-large:32px}.e-contact-buttons-var-1 .e-contact-buttons__contact{align-items:center;background-color:var(--e-contact-buttons-chat-box-bg);display:flex;flex-direction:column;gap:20px;justify-content:center;padding:0 20px 20px}.e-contact-buttons-var-1 .e-contact-buttons__message-bubble{background-color:var(--e-contact-buttons-chat-box-bg);padding:20px;padding-inline-start:40px}.e-contact-buttons-var-1 .e-contact-buttons__contact-text{color:var(--e-contact-buttons-contact-text);font-size:20px;font-weight:400;line-height:25px;margin-bottom:0}.e-contact-buttons-var-1 .e-contact-buttons__contact-links{display:flex;gap:12px}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link{align-items:center;background-color:var(--e-contact-buttons-contact-button-bg);border-radius:50px;color:var(--e-contact-buttons-contact-button-icon);display:inline-flex;justify-content:center;transition:all .3s}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:hover{background-color:var(--e-contact-buttons-contact-button-bg-hover);color:var(--e-contact-buttons-contact-button-icon-hover);transition:all .3s}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:focus svg,.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:hover svg{fill:var(--e-contact-buttons-contact-button-icon-hover)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small{height:var(--e-contact-buttons-icon-size-small);width:var(--e-contact-buttons-icon-size-small)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small svg{height:var(--e-contact-buttons-var-1-size-small);width:var(--e-contact-buttons-var-1-size-small)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small i{font-size:var(--e-contact-buttons-var-1-size-small)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium{height:var(--e-contact-buttons-icon-size-medium);width:var(--e-contact-buttons-icon-size-medium)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium svg{height:var(--e-contact-buttons-var-1-size-medium);width:var(--e-contact-buttons-var-1-size-medium)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium i{font-size:var(--e-contact-buttons-var-1-size-medium)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large{height:var(--e-contact-buttons-icon-size-large);width:var(--e-contact-buttons-icon-size-large)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large svg{height:var(--e-contact-buttons-var-1-size-large);width:var(--e-contact-buttons-var-1-size-large)}.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large i{font-size:var(--e-contact-buttons-var-1-size-large)}.e-contact-buttons-var-3{--e-contact-buttons-size-small:48px;--e-contact-buttons-size-medium:56px;--e-contact-buttons-size-large:64px;--e-contact-buttons-svg-size-small:24px;--e-contact-buttons-svg-size-medium:28px;--e-contact-buttons-svg-size-large:32px;--e-contact-buttons-icon-link-gap:12px;--e-contact-buttons-icon-link-spacing:8px;--e-contact-buttons-icon-link-divider-weight:1px;--e-contact-buttons-send-button-padding-block-end:8px;--e-contact-buttons-send-button-padding-block-start:8px;--e-contact-buttons-send-button-padding-inline-end:16px;--e-contact-buttons-send-button-padding-inline-start:16px;--e-contact-buttons-chat-box-padding-block-end:16px;--e-contact-buttons-chat-box-padding-block-start:16px;--e-contact-buttons-chat-box-padding-inline-end:16px;--e-contact-buttons-chat-box-padding-inline-start:16px;--e-contact-buttons-button-bg:#324a6d;--e-contact-buttons-button-bg-hover:#1c2448;--e-contact-buttons-active-button-bg:#f3f5f8;--e-contact-buttons-active-button-color:#1c2448;--e-contact-buttons-close-button-color:#1c2448;--e-contact-buttons-top-bar-title:#1c2448;--e-contact-buttons-icon-link-text-color:#1c2448;--e-contact-buttons-icon-link-text-color-hover:#324a6d;--e-contact-buttons-icon-link-divider-color:#324a6d;--e-contact-buttons-send-button-text:#fff;--e-contact-buttons-send-button-text-hover:#fff;--e-contact-buttons-send-button-bg:#467ff7;--e-contact-buttons-send-button-bg-hover:#324a6d;width:auto}.e-contact-buttons-var-3.has-h-alignment-center .e-contact-buttons__content-wrapper{inset-inline-end:40px}.e-contact-buttons-var-3 .e-contact-buttons__chat-buttons-container{display:flex}.e-contact-buttons-var-3 .e-contact-buttons__chat-button[aria-expanded=true],.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button][aria-expanded=true]{background-color:var(--e-contact-buttons-active-button-bg);color:var(--e-contact-buttons-active-button-color)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button[aria-expanded=true] svg,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button][aria-expanded=true] svg{fill:var(--e-contact-buttons-active-button-color)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small{height:var(--e-contact-buttons-size-small);width:var(--e-contact-buttons-size-small)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small svg,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small svg{height:var(--e-contact-buttons-svg-size-small);width:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small i,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small i,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small i,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small i{font-size:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium{height:var(--e-contact-buttons-size-medium);width:var(--e-contact-buttons-size-medium)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium svg,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium svg{height:var(--e-contact-buttons-svg-size-medium);width:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium i,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium i,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium i,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium i{font-size:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large{height:var(--e-contact-buttons-size-large);width:var(--e-contact-buttons-size-large)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large svg,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large svg,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large svg{height:var(--e-contact-buttons-svg-size-large);width:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large i,.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large i,.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large i,.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large i{font-size:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-3 .e-contact-buttons__content{background-color:var(--e-contact-buttons-chat-box-bg);padding-block-start:var(--e-contact-buttons-chat-box-padding-block-start);padding-block-end:var(--e-contact-buttons-chat-box-padding-block-end);padding-inline-start:var(--e-contact-buttons-chat-box-padding-inline-start);padding-inline-end:var(--e-contact-buttons-chat-box-padding-inline-end)}.e-contact-buttons-var-3 .e-contact-buttons__top-bar{background-color:var(--e-contact-buttons-chat-box-bg);padding:0 20px 20px 0;position:relative}.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button{background:none;border:0;color:var(--e-contact-buttons-close-button-color);display:flex;padding:0;position:absolute;inset-inline-end:0;top:0}.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button:focus,.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button:hover{background:none;border:0;color:var(--e-contact-buttons-close-button-color)}.e-contact-buttons-var-3 .e-contact-buttons__top-bar-title{font-size:18px;font-weight:600;line-height:18px}.e-contact-buttons-var-3 .e-contact-buttons__links{background-color:var(--e-contact-buttons-chat-box-bg);display:flex;flex-direction:column;padding-inline:16px;padding-block-end:20px}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]){color:var(--e-contact-buttons-icon-link-text-color);display:flex;flex-direction:row;font-size:16px;font-weight:500;line-height:24px;gap:var(--e-contact-buttons-icon-link-gap);margin-block-end:var(--e-contact-buttons-icon-link-spacing)}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:last-of-type,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):last-of-type{margin-block-end:0}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]) svg,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-icon-link-text-color);height:1em;width:1em}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:hover,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):focus,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):hover{color:var(--e-contact-buttons-icon-link-text-color-hover)}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:focus svg,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:hover svg,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):focus svg,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):hover svg{fill:var(--e-contact-buttons-icon-link-text-color-hover)}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-start .e-contact-buttons__contact-icon-container,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__contact-icon-container{order:1}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-start .e-contact-buttons__contact-tooltip,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__contact-tooltip{order:2}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-end .e-contact-buttons__contact-icon-container,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__contact-icon-container{display:flex;flex-grow:1;justify-content:flex-end;order:2}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-end .e-contact-buttons__contact-tooltip,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__contact-tooltip{order:1}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers{padding-block-end:var(--e-contact-buttons-icon-link-spacing);position:relative}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:after,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:after{background-color:var(--e-contact-buttons-icon-link-divider-color);bottom:0;content:"";display:block;height:var(--e-contact-buttons-icon-link-divider-weight);position:absolute;left:0;width:100%}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:last-of-type,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:last-of-type{padding-block-end:0}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:last-of-type:after,.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:last-of-type:after{display:none}.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-container{align-items:center;display:flex}.e-contact-buttons-var-3 .e-contact-buttons__cta-button{background-color:var(--e-contact-buttons-send-button-bg);border-radius:5px;color:var(--e-contact-buttons-send-button-text);display:flex;font-size:16px;font-weight:500;justify-content:center;line-height:24px;padding-block-start:var(--e-contact-buttons-send-button-padding-block-start);padding-block-end:var(--e-contact-buttons-send-button-padding-block-end);padding-inline-start:var(--e-contact-buttons-send-button-padding-inline-start);padding-inline-end:var(--e-contact-buttons-send-button-padding-inline-end)}.e-contact-buttons-var-3 .e-contact-buttons__cta-button:focus,.e-contact-buttons-var-3 .e-contact-buttons__cta-button:hover{background-color:var(--e-contact-buttons-send-button-bg-hover);color:var(--e-contact-buttons-send-button-text-hover)}.e-contact-buttons-var-4{--e-contact-buttons-size-small:45px;--e-contact-buttons-size-medium:50px;--e-contact-buttons-size-large:55px;--e-contact-buttons-icon-small:20px;--e-contact-buttons-icon-medium:24px;--e-contact-buttons-icon-large:26px;--e-contact-buttons-button-bg-hover:#324a6d;--e-contact-buttons-active-button-color:#1c2448;--e-contact-buttons-contact-button-icon-hover:#467ff7;--e-contact-buttons-contact-button-bg-hover:#fff;width:auto}.e-contact-buttons-var-4 .e-contact-buttons__chat-buttons-container{display:flex}.e-contact-buttons-var-4 .e-contact-buttons__close-button{border-radius:50%;inset-inline-end:unset;inset-inline-start:unset;position:relative;top:unset}.e-contact-buttons-var-4 .e-contact-buttons__close-button,.e-contact-buttons-var-4 .e-contact-buttons__close-button:focus,.e-contact-buttons-var-4 .e-contact-buttons__close-button:hover{background-color:var(--e-contact-buttons-active-button-bg);color:var(--e-contact-buttons-active-button-color)}.e-contact-buttons-var-4 .e-contact-buttons__chat-button[aria-expanded=true],.e-contact-buttons-var-4 .e-contact-buttons__chat-button[type=button][aria-expanded=true],.e-contact-buttons-var-4 .e-contact-buttons__close-button[aria-expanded=false],.e-contact-buttons-var-4 .e-contact-buttons__close-button[type=button][aria-expanded=false]{display:none}.e-contact-buttons-var-4 .e-contact-buttons__content{border-radius:0;box-shadow:none;margin:0;overflow:visible}.e-contact-buttons-var-4 .e-contact-buttons__contact-links{display:flex;flex-direction:column;gap:var(--e-contact-buttons-contact-gap)}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-container{align-items:center;background-color:var(--e-contact-buttons-contact-button-bg);border-radius:50px;display:inline-flex;justify-content:center;transition:all .3s}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link{align-items:center;display:flex;flex-direction:row;gap:14px}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link .e-contact-buttons__contact-icon-container{color:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:focus .e-contact-buttons__contact-icon-container,.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:hover .e-contact-buttons__contact-icon-container{background-color:var(--e-contact-buttons-contact-button-bg-hover);color:var(--e-contact-buttons-contact-button-icon-hover);transition:all .3s}.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:focus svg,.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:hover svg{fill:var(--e-contact-buttons-contact-button-icon-hover)}.e-contact-buttons-var-4 .e-contact-buttons__contact-tooltip{background-color:var(--e-contact-buttons-tooltip-bg);border-radius:16px;box-shadow:2px 4px 4px 0 rgba(0,0,0,.15);color:var(--e-contact-buttons-tooltip-text);font-size:13px;line-height:25px;padding:4px 14px;position:relative}.e-contact-buttons-var-4 .e-contact-buttons__contact-tooltip:after{border-style:solid;content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__chat-button-container{padding-inline-end:0}.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__contact-links{align-items:flex-end}.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-tooltip:after,.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__contact-tooltip:after{border-inline-start-color:var(--e-contact-buttons-tooltip-bg);border-inline-end-color:transparent;border-block-start-color:transparent;border-block-end-color:transparent;border-inline-start-width:10px;border-inline-end-width:0;border-block-start-width:8px;border-block-end-width:8px;inset-inline-end:-8px}.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__chat-button-container{padding-inline-start:0}.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-links{align-items:flex-start}.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-tooltip{order:2}.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-icon-container{order:1}.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-tooltip:after{border-inline-start-color:transparent;border-inline-end-color:var(--e-contact-buttons-tooltip-bg);border-block-start-color:transparent;border-block-end-color:transparent;border-inline-start-width:0;border-inline-end-width:10px;border-block-start-width:8px;border-block-end-width:8px;inset-inline-start:-8px}.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-links{align-items:flex-end}.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__content-wrapper{inset-inline-end:0}.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-tooltip{inset-inline-end:calc(100% + 14px);position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap}.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-icon-link{position:relative}.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button,.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button,.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container{height:var(--e-contact-buttons-size-small);width:var(--e-contact-buttons-size-small)}.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button svg,.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button svg,.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container svg{height:var(--e-contact-buttons-icon-small);width:var(--e-contact-buttons-icon-small)}.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button i,.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button i,.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container i{font-size:var(--e-contact-buttons-icon-small)}.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button,.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button,.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container{height:var(--e-contact-buttons-size-medium);width:var(--e-contact-buttons-size-medium)}.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button svg,.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button svg,.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container svg{height:var(--e-contact-buttons-icon-medium);width:var(--e-contact-buttons-icon-medium)}.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button i,.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button i,.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container i{font-size:var(--e-contact-buttons-icon-medium)}.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button,.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button,.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container{height:var(--e-contact-buttons-size-large);width:var(--e-contact-buttons-size-large)}.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button svg,.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button svg,.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container svg{height:var(--e-contact-buttons-icon-large);width:var(--e-contact-buttons-icon-large)}.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button i,.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button i,.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container i{font-size:var(--e-contact-buttons-icon-large)}.e-contact-buttons-var-6{--e-contact-buttons-icon-size-small:25px;--e-contact-buttons-icon-size-medium:30px;--e-contact-buttons-icon-size-large:35px;--e-contact-buttons-button-bar-bg:#324a6d;--e-contact-buttons-links-border-radius:50px;--e-contact-buttons-contact-button-icon-hover:#c8d5dc;--e-contact-buttons-button-bar-padding-block-end:12px;--e-contact-buttons-button-bar-padding-block-start:12px;--e-contact-buttons-button-bar-padding-inline-end:12px;--e-contact-buttons-button-bar-padding-inline-start:12px;--e-contact-buttons-vertical-offset:20px;width:auto}.e-contact-buttons-var-6 .e-contact-buttons__contact-links{background-color:var(--e-contact-buttons-button-bar-bg);border-radius:var(--e-contact-buttons-links-border-radius);display:flex;justify-content:center;gap:0;padding-inline-end:var(--e-contact-buttons-button-bar-padding-inline-end);padding-inline-start:var(--e-contact-buttons-button-bar-padding-inline-start)}.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-rounded{--e-contact-buttons-links-border-radius:20px}.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-round{--e-contact-buttons-links-border-radius:50px}.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-sharp{--e-contact-buttons-links-border-radius:0}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link{color:var(--e-contact-buttons-contact-button-icon);display:flex;padding-block-end:var(--e-contact-buttons-button-bar-padding-block-end);padding-block-start:var(--e-contact-buttons-button-bar-padding-block-start);padding-inline-end:var(--e-contact-buttons-button-bar-padding-inline-end);padding-inline-start:var(--e-contact-buttons-button-bar-padding-inline-start)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-contact-button-icon);height:28px;transition:all .3s;width:28px}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:hover{color:var(--e-contact-buttons-contact-button-icon-hover)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:focus svg,.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:hover svg{fill:var(--e-contact-buttons-contact-button-icon-hover);transition:all .3s}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-small svg{height:var(--e-contact-buttons-icon-size-small);width:var(--e-contact-buttons-icon-size-small)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-small i{font-size:var(--e-contact-buttons-icon-size-small)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-medium svg{height:var(--e-contact-buttons-icon-size-medium);width:var(--e-contact-buttons-icon-size-medium)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-medium i{font-size:var(--e-contact-buttons-icon-size-medium)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-large svg{height:var(--e-contact-buttons-icon-size-large);width:var(--e-contact-buttons-icon-size-large)}.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-large i{font-size:var(--e-contact-buttons-icon-size-large)}.e-contact-buttons-var-7{--e-contact-buttons-chat-button-padding-block-end:16px;--e-contact-buttons-chat-button-padding-block-start:16px;--e-contact-buttons-chat-button-padding-inline-end:20px;--e-contact-buttons-chat-button-padding-inline-start:20px;--e-contact-buttons-chat-button-gap:8px;--e-contact-buttons-horizontal-offset:0;--e-contact-buttons-vertical-offset:0}.e-contact-buttons-var-7.has-h-alignment-end .e-contact-buttons__chat-button-container,.e-contact-buttons-var-7.has-h-alignment-start .e-contact-buttons__chat-button-container{padding-inline:0}@media (max-width:767px){.e-contact-buttons-var-7.has-mobile-full-width,.e-contact-buttons-var-7.has-mobile-full-width .e-contact-buttons__chat-button{width:100%}}.e-contact-buttons-var-7 .e-contact-buttons__chat-button,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]),.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]{border-radius:0;color:var(--e-contact-buttons-button-icon);display:inline-flex;font-size:18px;font-weight:500;gap:var(--e-contact-buttons-chat-button-gap);height:-moz-fit-content;height:fit-content;line-height:28px;padding-block-end:var(--e-contact-buttons-chat-button-padding-block-end);padding-block-start:var(--e-contact-buttons-chat-button-padding-block-start);padding-inline-end:var(--e-contact-buttons-chat-button-padding-inline-end);padding-inline-start:var(--e-contact-buttons-chat-button-padding-inline-start);width:-moz-fit-content;width:fit-content}.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]) svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button] svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button svg{height:1em;width:1em}.e-contact-buttons-var-7 .e-contact-buttons__chat-button:focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:hover,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):hover,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:focus,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:hover{color:var(--e-contact-buttons-button-icon-hover)}.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-start .e-contact-buttons__chat-button-text,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__chat-button-text,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-start .e-contact-buttons__chat-button-text{order:2}.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-end .e-contact-buttons__chat-button-text,.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-start svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__chat-button-text,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-start svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-end .e-contact-buttons__chat-button-text,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-start svg{order:1}.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-end svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-end svg,.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-end svg{order:2}.e-contact-buttons-var-8{--e-contact-buttons-size-small:48px;--e-contact-buttons-size-medium:56px;--e-contact-buttons-size-large:64px;--e-contact-buttons-svg-size-small:22px;--e-contact-buttons-svg-size-medium:28px;--e-contact-buttons-svg-size-large:36px;--e-contact-buttons-chat-box-width:280px;--e-contact-buttons-button-bg:#324a6d;--e-contact-buttons-button-bg-hover:#1c2448;--e-contact-buttons-active-button-bg:#f3f5f8;--e-contact-buttons-active-button-color:#324a6d;--e-contact-buttons-top-bar-bg:#324a6d;--e-contact-buttons-contact-button-bg:#c8d5dc;--e-contact-buttons-contact-button-icon:#324a6d}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-email,.e-contact-buttons-var-8 .has-colors-type-default.has-platform-phone,.e-contact-buttons-var-8 .has-colors-type-default.has-platform-sms,.e-contact-buttons-var-8 .has-colors-type-default.has-platform-url{--e-contact-buttons-contact-button-icon:#467ff7}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-whatsapp{--e-contact-buttons-contact-button-icon:#25d366}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-skype{--e-contact-buttons-contact-button-icon:#00aff0}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-messenger{--e-contact-buttons-contact-button-icon:#168aff}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-viber{--e-contact-buttons-contact-button-icon:#7360f2}.e-contact-buttons-var-8 .has-colors-type-default.has-platform-waze{--e-contact-buttons-contact-button-icon:#3cf}.e-contact-buttons-var-8 .has-size-small.e-contact-buttons__close-button{align-items:center;display:flex;height:var(--e-contact-buttons-size-small);justify-content:center;width:var(--e-contact-buttons-size-small)}.e-contact-buttons-var-8 .has-size-small.e-contact-buttons__close-button .eicon-close{font-size:24px}.e-contact-buttons-var-8 .has-size-medium.e-contact-buttons__close-button{height:var(--e-contact-buttons-size-medium);width:var(--e-contact-buttons-size-medium)}.e-contact-buttons-var-8 .has-size-medium.e-contact-buttons__close-button .eicon-close{font-size:28px}.e-contact-buttons-var-8 .has-size-large.e-contact-buttons__close-button{height:var(--e-contact-buttons-size-large);width:var(--e-contact-buttons-size-large)}.e-contact-buttons-var-8 .has-size-large.e-contact-buttons__close-button .eicon-close{font-size:32px}.e-contact-buttons-var-8 .e-contact-buttons__chat-buttons-container{display:flex}.e-contact-buttons-var-8 .e-contact-buttons__close-button{border-radius:50%;inset-inline-end:unset;inset-inline-start:unset;position:relative;top:unset}.e-contact-buttons-var-8 .e-contact-buttons__close-button,.e-contact-buttons-var-8 .e-contact-buttons__close-button:focus,.e-contact-buttons-var-8 .e-contact-buttons__close-button:hover{background-color:var(--e-contact-buttons-active-button-bg);color:var(--e-contact-buttons-active-button-color)}.e-contact-buttons-var-8 .e-contact-buttons__chat-button[aria-expanded=true],.e-contact-buttons-var-8 .e-contact-buttons__chat-button[type=button][aria-expanded=true],.e-contact-buttons-var-8 .e-contact-buttons__close-button[aria-expanded=false]{display:none}.e-contact-buttons-var-8 .e-contact-buttons__top-bar-title{font-size:16px;line-height:24px;font-weight:600}.e-contact-buttons-var-8 .e-contact-buttons__top-bar-subtitle{font-size:12px;line-height:16px;font-weight:500px}.e-contact-buttons-var-8 .e-contact-buttons__contact-links{display:flex;flex-direction:column;gap:12px;padding:12px}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link{background-color:var(--e-contact-buttons-contact-button-bg);border-start-end-radius:15px;border-end-end-radius:15px;border-end-start-radius:15px;color:var(--e-contact-buttons-contact-button-icon);display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:12px;grid-row-gap:0;padding:10px 20px}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-small svg{height:var(--e-contact-buttons-svg-size-small);width:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-small i{font-size:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-medium svg{height:var(--e-contact-buttons-svg-size-medium);width:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-medium i{font-size:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-large svg{height:var(--e-contact-buttons-svg-size-large);width:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-large i{font-size:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-container{align-items:center;display:flex;grid-area:1/1/3/2}.e-contact-buttons-var-8 .e-contact-buttons__contact-title{color:var(--e-contact-buttons-contact-title-text-color);grid-area:1/2/2/3;font-size:16px;font-weight:600;line-height:24px}.e-contact-buttons-var-8 .e-contact-buttons__contact-description{color:var(--e-contact-buttons-contact-description-text-color);grid-area:2/2/3/3;font-size:12px;font-weight:300;line-height:16px}.e-contact-buttons-var-8 .e-contact-buttons__links-container{background-color:var(--e-contact-buttons-chat-box-bg)}.e-contact-buttons-var-9{--e-contact-buttons-size-small:48px;--e-contact-buttons-size-medium:56px;--e-contact-buttons-size-large:64px;--e-contact-buttons-svg-size-small:24px;--e-contact-buttons-svg-size-medium:28px;--e-contact-buttons-svg-size-large:32px;--e-contact-buttons-transition-duration:.3s;--e-contact-buttons-transition:all var(--e-contact-buttons-transition-duration);--e-contact-buttons-overlap-margin:-10px;--e-contact-buttons-chat-button-padding-block-end:8px;--e-contact-buttons-chat-button-padding-block-start:8px;--e-contact-buttons-chat-button-padding-inline-end:16px;--e-contact-buttons-chat-button-padding-inline-start:16px;width:auto}.e-contact-buttons-var-9 .e-contact-buttons__chat-button-icon-container{align-items:center;background-color:var(--e-contact-buttons-button-bg);border-radius:50%;display:flex;justify-content:center;position:relative;transition:var(--e-contact-buttons-transition);z-index:1}.e-contact-buttons-var-9 .e-contact-buttons__chat-button-icon-container svg{position:relative;z-index:2}.e-contact-buttons-var-9 .e-contact-buttons__chat-button-text{background-color:var(--e-contact-buttons-button-bg);color:var(--e-contact-buttons-button-icon);font-size:16px;font-weight:500;line-height:24px;padding-block-end:var(--e-contact-buttons-chat-button-padding-block-end);padding-block-start:var(--e-contact-buttons-chat-button-padding-block-start);padding-inline-end:var(--e-contact-buttons-chat-button-padding-inline-end);padding-inline-start:var(--e-contact-buttons-chat-button-padding-inline-start);position:relative;transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button{background-color:transparent;border-radius:0;color:var(--e-contact-buttons-button-icon);height:auto;width:auto}.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover{color:var(--e-contact-buttons-button-icon)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus svg,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover svg{fill:var(--e-contact-buttons-button-icon)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text:before,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text,.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text:before{background-color:var(--e-contact-buttons-button-bg);color:var(--e-contact-buttons-button-icon);transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container{height:var(--e-contact-buttons-size-small);width:var(--e-contact-buttons-size-small)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container svg{height:var(--e-contact-buttons-svg-size-small);width:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container i{font-size:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container{height:var(--e-contact-buttons-size-medium);width:var(--e-contact-buttons-size-medium)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container svg{height:var(--e-contact-buttons-svg-size-medium);width:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container i{font-size:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container{height:var(--e-contact-buttons-size-large);width:var(--e-contact-buttons-size-large)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container svg{height:var(--e-contact-buttons-svg-size-large);width:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container i{font-size:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-container{padding-inline-end:0}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-icon-container{position:absolute;inset-inline-end:-5px;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-text{border-start-start-radius:0;border-end-start-radius:0;border-start-end-radius:50px;border-end-end-radius:50px;margin-inline-start:var(--e-contact-buttons-overlap-margin)}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-text{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container{inset-inline-end:100%;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-container{padding-inline-start:0}.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-icon-container{order:2}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-icon-container{position:absolute;inset-inline-start:-5px;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-text{border-start-start-radius:50px;border-end-start-radius:50px;border-start-end-radius:0;border-end-end-radius:0;margin-inline-end:var(--e-contact-buttons-overlap-margin);order:1}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-text{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:var(--e-contact-buttons-transition)}}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container{inset-inline-start:100%;transition:var(--e-contact-buttons-transition)}}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-icon-container{order:2;position:absolute;inset-inline-start:50%;transform:translateX(-50%)}}.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-text{border-start-start-radius:0;border-end-start-radius:0;border-start-end-radius:50px;border-end-end-radius:50px;margin-inline-start:var(--e-contact-buttons-overlap-margin)}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-text{inset-inline-end:50%;order:1;-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}@media (min-width:1025px){.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container{inset-inline-start:-100%;transform:unset;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-small:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-small:hover .e-contact-buttons__chat-button-icon-container{inset-inline-start:calc(-100% + 10px)}.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-large:focus .e-contact-buttons__chat-button-icon-container,.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-large:hover .e-contact-buttons__chat-button-icon-container{inset-inline-start:calc(-100% - 5px)}.e-contact-buttons-var-10{--e-contact-buttons-size-small:40px;--e-contact-buttons-size-medium:48px;--e-contact-buttons-size-large:56px;--e-contact-buttons-svg-size-small:20px;--e-contact-buttons-svg-size-medium:24px;--e-contact-buttons-svg-size-large:28px;--e-contact-buttons-svg-size:var(--e-contact-buttons-svg-size-medium);--e-contact-buttons-horizontal-offset:0;--e-contact-buttons-transition-duration:.3s;--e-contact-buttons-transition:all var(--e-contact-buttons-transition-duration);--e-contact-buttons-contact-gap:4px;--e-contact-buttons-contact-padding-block-end:8px;--e-contact-buttons-contact-padding-block-start:8px;--e-contact-buttons-contact-padding-inline-end:12px;--e-contact-buttons-contact-padding-inline-start:12px;width:auto}.e-contact-buttons-var-10 .has-corners-rounded{--e-contact-buttons-border-radius:20px}.e-contact-buttons-var-10 .has-corners-round{--e-contact-buttons-border-radius:50px}.e-contact-buttons-var-10 .has-corners-sharp{--e-contact-buttons-border-radius:0}.e-contact-buttons-var-10 .has-size-small{--e-contact-buttons-svg-size:var(--e-contact-buttons-svg-size-small)}.e-contact-buttons-var-10 .has-size-medium{--e-contact-buttons-svg-size:var(--e-contact-buttons-svg-size-medium)}.e-contact-buttons-var-10 .has-size-large{--e-contact-buttons-svg-size:var(--e-contact-buttons-svg-size-large)}.e-contact-buttons-var-10 .e-contact-buttons__contact-links{display:flex;gap:var(--e-contact-buttons-contact-gap)}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container{align-items:center;display:inline-flex;justify-content:center}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container svg{height:var(--e-contact-buttons-svg-size);width:var(--e-contact-buttons-svg-size)}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container i{font-size:var(--e-contact-buttons-svg-size)}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link{align-items:center;background-color:var(--e-contact-buttons-contact-button-bg);color:var(--e-contact-buttons-contact-button-icon);display:flex;transition:all .3s}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link svg{fill:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:hover{background-color:var(--e-contact-buttons-contact-button-bg);color:var(--e-contact-buttons-contact-button-icon);transition:all .3s}.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:focus svg,.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:hover svg{fill:var(--e-contact-buttons-contact-button-icon)}.e-contact-buttons-var-10 .e-contact-buttons__contact-title{display:inline-block;padding-block-end:var(--e-contact-buttons-contact-padding-block-end);padding-block-start:var(--e-contact-buttons-contact-padding-block-start);padding-inline-end:var(--e-contact-buttons-contact-padding-inline-end);padding-inline-start:var(--e-contact-buttons-contact-padding-inline-start)}.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link{--e-contact-buttons-margin-offset:8px;justify-content:flex-end;padding-inline-end:12px;transform:translateX(calc(-100% + var(--e-contact-buttons-svg-size) * 2 - var(--e-contact-buttons-margin-offset)));transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link.has-size-small{--e-contact-buttons-margin-offset:2px}.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-links{align-items:flex-start;flex-direction:column}.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link{border-start-start-radius:0;border-start-end-radius:var(--e-contact-buttons-border-radius);border-end-start-radius:0;border-end-end-radius:var(--e-contact-buttons-border-radius)}@media (min-width:768px){.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link:hover{transform:none;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link.active{transform:none;transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link{--e-contact-buttons-margin-offset:8px;padding-inline-start:12px;transform:translateX(calc(100% - var(--e-contact-buttons-svg-size) * 2 + var(--e-contact-buttons-margin-offset)));transition:var(--e-contact-buttons-transition)}@media (min-width:768px){.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link:hover{transform:none;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link.active{transform:none;transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link.has-size-small{--e-contact-buttons-margin-offset:2px}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-links{align-items:flex-end;flex-direction:column}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-container{order:1}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-title{order:2}.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link{border-start-start-radius:var(--e-contact-buttons-border-radius);border-start-end-radius:0;border-end-start-radius:var(--e-contact-buttons-border-radius);border-end-end-radius:0}.e-contact-buttons-var-10.has-h-alignment-center .e-contact-buttons__contact-icon-link{flex-direction:column}.e-contact-buttons-var-10.has-h-alignment-center .e-contact-buttons__contact-title{writing-mode:vertical-lr}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-links{align-items:flex-end}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-container{order:1}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-title{order:2}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link{--e-contact-buttons-margin-offset:14px;border-start-start-radius:var(--e-contact-buttons-border-radius);border-start-end-radius:var(--e-contact-buttons-border-radius);border-end-start-radius:0;border-end-end-radius:0;padding-block-start:12px;transform:translateY(calc(100% - var(--e-contact-buttons-svg-size) * 2 + var(--e-contact-buttons-margin-offset)));transition:var(--e-contact-buttons-transition)}@media (min-width:768px){.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link:hover{transform:none;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link.active{transform:none;transition:var(--e-contact-buttons-transition)}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link.has-size-small{--e-contact-buttons-margin-offset:5px}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-links{align-items:flex-start}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-container{align-items:flex-end}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link{--e-contact-buttons-margin-offset:14px;border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:var(--e-contact-buttons-border-radius);border-end-end-radius:var(--e-contact-buttons-border-radius);justify-content:flex-end;padding-block-end:12px;transform:translateY(calc(-100% + var(--e-contact-buttons-svg-size) + var(--e-contact-buttons-margin-offset)));transition:var(--e-contact-buttons-transition)}@media (min-width:768px){.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link:focus,.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link:hover{transform:none;transition:var(--e-contact-buttons-transition)}}.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link.active{transform:none;transition:var(--e-contact-buttons-transition)}.e-link-in-bio{--e-link-in-bio-border-color:transparent;--e-link-in-bio-border-style:none;--e-link-in-bio-border-width:0;--e-link-in-bio-container-height:auto;--e-link-in-bio-container-width:360px;--e-link-in-bio-content-align-h:center;--e-link-in-bio-content-align-v:center;--e-link-in-bio-content-width:280px;--e-link-in-bio-full-height:100vh;--e-link-in-bio-gutter-block-end:45px;--e-link-in-bio-gutter-block-start:38px;--e-link-in-bio-gutter-inline:40px;--e-link-in-bio-identity-image-cover-border-bottom-width:0;--e-link-in-bio-identity-image-cover-border-color:transparent;--e-link-in-bio-identity-image-cover-border-style:none;--e-link-in-bio-identity-image-cover-height:170px;--e-link-in-bio-identity-image-cover-position:center center;--e-link-in-bio-identity-image-profile-border-color:transparent;--e-link-in-bio-identity-image-profile-position:center center;--e-link-in-bio-identity-image-profile-border-radius:50%;--e-link-in-bio-identity-image-profile-border-style:none;--e-link-in-bio-identity-image-profile-border-width:0;--e-link-in-bio-identity-image-profile-width:115px;--e-link-in-bio-heading-color:inherit;--e-link-in-bio-title-color:inherit;--e-link-in-bio-about-heading-color:inherit;--e-link-in-bio-description-color:#324a6d;--e-link-in-bio-icon-background-color:transparent;--e-link-in-bio-icon-border-color:transparent;--e-link-in-bio-icon-border-style:none;--e-link-in-bio-icon-border-width:0;--e-link-in-bio-icon-color:inherit;--e-link-in-bio-icon-columns:3;--e-link-in-bio-icon-gap:20px 29px;--e-link-in-bio-icon-size:25px;--e-link-in-bio-ctas-background-color:#467ff7;--e-link-in-bio-ctas-border-color:transparent;--e-link-in-bio-ctas-border-radius:20px;--e-link-in-bio-ctas-border-style:none;--e-link-in-bio-ctas-border-width:0;--e-link-in-bio-ctas-gap:22px;--e-link-in-bio-ctas-padding-block-end:17px;--e-link-in-bio-ctas-padding-block-start:17px;--e-link-in-bio-ctas-padding-inline-end:20px;--e-link-in-bio-ctas-padding-inline-start:20px;--e-link-in-bio-ctas-text-color:#fff;--e-link-in-bio-image-links-border-color:transparent;--e-link-in-bio-image-links-border-style:solid;--e-link-in-bio-image-links-border-width:0;--e-link-in-bio-image-links-columns:2;--e-link-in-bio-image-links-gap:10px;--e-link-in-bio-image-links-height:auto;--background-overlay-opacity:0.5;align-items:var(--e-link-in-bio-content-align-h);border:var(--e-link-in-bio-border-width) var(--e-link-in-bio-border-style) var(--e-link-in-bio-border-color);display:flex;flex-direction:column;justify-content:var(--e-link-in-bio-content-align-v);margin-inline:auto;max-width:100%;min-height:var(--e-link-in-bio-container-height);padding:var(--e-link-in-bio-gutter-block-start) var(--e-link-in-bio-gutter-inline) var(--e-link-in-bio-gutter-block-end);position:relative;width:var(--e-link-in-bio-container-width)}@supports (height:100dvh){.e-link-in-bio{--e-link-in-bio-full-height:100dvh}}.e-link-in-bio.has-border{--e-link-in-bio-border-style:solid}@media (max-width:767px){.e-link-in-bio.is-full-height-mobile{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:-1) and (max-width:-1){.e-link-in-bio.is-full-height-mobile_extra{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:768px) and (max-width:1024px){.e-link-in-bio.is-full-height-tablet{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:-1) and (max-width:-1){.e-link-in-bio.is-full-height-laptop,.e-link-in-bio.is-full-height-tablet_extra{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:1025px){.e-link-in-bio.is-full-height-desktop{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:1025px) and (max-width:99999px){.e-link-in-bio.is-full-height-desktop.is-full-height-widescreen{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}@media (min-width:-1){.e-link-in-bio.is-full-height-widescreen{--e-link-in-bio-container-height:var(--e-link-in-bio-full-height,100vh)}}.e-link-in-bio.is-full-width{--e-link-in-bio-container-width:100%}.e-link-in-bio__bg{display:grid;inset:0;position:absolute;z-index:0}.e-link-in-bio__bg,.e-link-in-bio__bg-overlay{background-position:50%;background-repeat:no-repeat;background-size:cover}.e-link-in-bio__bg-overlay{opacity:var(--background-overlay-opacity)}.e-link-in-bio__content{color:#1c2448;display:flex;flex-direction:column;font-family:var(--e-global-typography-text-font-family,"Poppins"),Sans-serif;max-width:100%;text-align:center;width:var(--e-link-in-bio-content-width);z-index:1}.e-link-in-bio__content *{word-wrap:break-word}.e-link-in-bio__identity{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin-block-end:14px;margin-block-start:calc(var(--e-link-in-bio-gutter-block-start) * -1)}.e-link-in-bio__identity .e-link-in-bio__identity-image{display:flex;position:relative}.e-link-in-bio__identity .e-link-in-bio__identity-image-element{display:block;flex:1 1 100%;-o-object-fit:cover;object-fit:cover}.e-link-in-bio__identity .e-link-in-bio__identity-image-cover{align-self:start;border:0 var(--e-link-in-bio-identity-image-cover-border-style) var(--e-link-in-bio-identity-image-cover-border-color);border-bottom:var(--e-link-in-bio-identity-image-cover-border-bottom-width) var(--e-link-in-bio-identity-image-cover-border-style) var(--e-link-in-bio-identity-image-cover-border-color);grid-column:1;grid-row:1;margin-inline:calc(var(--e-link-in-bio-gutter-inline) * -1);max-height:var(--e-link-in-bio-identity-image-cover-height);overflow:hidden;width:calc(100% + var(--e-link-in-bio-gutter-inline) * 2)}.e-link-in-bio__identity .e-link-in-bio__identity-image-cover.has-border{--e-link-in-bio-identity-image-cover-border-style:solid}.e-link-in-bio__identity .e-link-in-bio__identity-image-cover .e-link-in-bio__identity-image-element{-o-object-position:var(--e-link-in-bio-identity-image-cover-position);object-position:var(--e-link-in-bio-identity-image-cover-position)}.e-link-in-bio__identity .e-link-in-bio__identity-image-profile{align-self:center;aspect-ratio:1;border-radius:var(--e-link-in-bio-identity-image-profile-border-radius);border:var(--e-link-in-bio-identity-image-profile-border-width) var(--e-link-in-bio-identity-image-profile-border-style) var(--e-link-in-bio-identity-image-profile-border-color);grid-column:1;grid-row:1;overflow:hidden;margin-block-start:var(--e-link-in-bio-gutter-block-start);margin-block-end:17px;margin-inline:auto;max-width:100%;width:var(--e-link-in-bio-identity-image-profile-width)}.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-border{--e-link-in-bio-identity-image-profile-border-style:solid}.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-style-square{--e-link-in-bio-identity-image-profile-border-radius:0}.e-link-in-bio__identity .e-link-in-bio__identity-image-profile .e-link-in-bio__identity-image-element{aspect-ratio:inherit;-o-object-position:var(--e-link-in-bio-identity-image-profile-position);object-position:var(--e-link-in-bio-identity-image-profile-position)}.e-link-in-bio__identity .e-link-in-bio__identity-image-cover+.e-link-in-bio__identity-image-profile{margin-block-start:17px}.e-link-in-bio__bio>*{margin-block:0}.e-link-in-bio__heading{color:var(--e-link-in-bio-heading-color);font-size:36px;font-weight:600;line-height:42px}.e-link-in-bio__about-heading{color:var(--e-link-in-bio-about-heading-color);font-size:16px;font-weight:500;line-height:20px}.e-link-in-bio__title{color:var(--e-link-in-bio-title-color);font-size:20px;font-weight:500;line-height:35px}.e-link-in-bio__description{color:var(--e-link-in-bio-description-color);font-size:16px;font-weight:300;line-height:24px;margin-block-start:20px}.e-link-in-bio__bio--footer{margin-block-start:34px}.e-link-in-bio__bio--footer .e-link-in-bio__description{font-size:12px;font-weight:500;line-height:20px;margin-block-start:0}.e-link-in-bio__bio--footer .e-link-in-bio__about-heading+.e-link-in-bio__description{margin-block-start:3px}.e-link-in-bio__icons{display:flex;flex-flow:row wrap;gap:var(--e-link-in-bio-icon-gap);justify-content:center;margin-block-start:20px}.e-link-in-bio__icons i{font-size:var(--e-link-in-bio-icon-size)}.e-link-in-bio__icons.has-size-medium{--e-link-in-bio-icon-size:30px}.e-link-in-bio__icons.has-size-large{--e-link-in-bio-icon-gap:20px 24px;--e-link-in-bio-icon-size:35px}.e-link-in-bio__icon{display:flex}.e-link-in-bio__icon .e-link-in-bio__icon-link{align-items:center;color:inherit;display:flex;flex:1 1 auto;flex-direction:column}.e-link-in-bio__icon .e-link-in-bio__icon-link:active,.e-link-in-bio__icon .e-link-in-bio__icon-link:focus,.e-link-in-bio__icon .e-link-in-bio__icon-link:hover{color:inherit}.e-link-in-bio__icon .e-link-in-bio__icon-svg{align-items:center;color:var(--e-link-in-bio-icon-color);display:flex;justify-content:center}.e-link-in-bio__icon svg{fill:currentColor;height:var(--e-link-in-bio-icon-size)}.e-link-in-bio__icon i{font-size:var(--e-link-in-bio-icon-size)}.e-link-in-bio__icon .e-link-in-bio__icon-label{font-size:14px;font-weight:500;line-height:20px;text-align:center}.e-link-in-bio__image-links{display:grid;grid-template-columns:repeat(var(--e-link-in-bio-image-links-columns,2),minmax(0,1fr));grid-template-rows:auto;gap:var(--e-link-in-bio-image-links-gap);margin-block-start:24px}.e-link-in-bio__image-links.has-1-columns{--e-link-in-bio-image-links-columns:1;--e-link-in-bio-image-links-gap:14px}.e-link-in-bio__image-links.has-3-columns{--e-link-in-bio-image-links-columns:3;--e-link-in-bio-image-links-gap:5px}.e-link-in-bio__image-links .e-link-in-bio__image-links-link{display:grid}.e-link-in-bio__image-links img.e-link-in-bio__image-links-img{aspect-ratio:1;border:var(--e-link-in-bio-image-links-border-width) var(--e-link-in-bio-image-links-border-style) var(--e-link-in-bio-image-links-border-color);display:block;height:var(--e-link-in-bio-image-links-height,auto);-o-object-fit:cover;object-fit:cover;width:100%}.e-link-in-bio__ctas{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;gap:var(--e-link-in-bio-ctas-gap);margin-block-start:31px}.e-link-in-bio__ctas.has-type-link{--e-link-in-bio-ctas-gap:10px;justify-items:center}.e-link-in-bio__ctas.has-type-divider{--e-link-in-bio-ctas-gap:0}.e-link-in-bio__ctas .e-link-in-bio__cta{display:flex;font-size:16px;font-weight:500;line-height:20px}.e-link-in-bio__ctas .e-link-in-bio__cta,.e-link-in-bio__ctas .e-link-in-bio__cta:active,.e-link-in-bio__ctas .e-link-in-bio__cta:focus,.e-link-in-bio__ctas .e-link-in-bio__cta:hover{color:var(--e-link-in-bio-ctas-text-color)}.e-link-in-bio__ctas .e-link-in-bio__cta-image{flex:0 0 min(50%,140px)}.e-link-in-bio__ctas .e-link-in-bio__cta-image-element{aspect-ratio:140/100;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.e-link-in-bio__ctas .e-link-in-bio__cta-text{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button{border-radius:var(--e-link-in-bio-ctas-border-radius);overflow:hidden}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-border{--e-link-in-bio-ctas-border-style:solid;border:var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-rounded{--e-link-in-bio-ctas-border-radius:20px}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-round{--e-link-in-bio-ctas-border-radius:50px}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-sharp{--e-link-in-bio-ctas-border-radius:0}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-text{background-color:var(--e-link-in-bio-ctas-background-color);padding-block-end:var(--e-link-in-bio-ctas-padding-block-end);padding-block-start:var(--e-link-in-bio-ctas-padding-block-start);padding-inline-end:var(--e-link-in-bio-ctas-padding-inline-end);padding-inline-start:var(--e-link-in-bio-ctas-padding-inline-start)}.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link{--e-link-in-bio-ctas-text-color:#467ff7;font-weight:700;margin-block:17px;justify-content:center}.e-link-in-bio .e-link-in-bio__content .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link{text-decoration:underline}.e-link-in-bio-var-2{--e-link-in-bio-gutter-block-end:35px;--e-link-in-bio-identity-image-cover-height:215px;--e-link-in-bio-identity-image-profile-width:130px;--e-link-in-bio-identity-image-profile-border-color:#fff;--e-link-in-bio-identity-image-profile-border-style:solid;--e-link-in-bio-identity-image-profile-border-width:3px}.e-link-in-bio-var-2 .e-link-in-bio__identity{grid-template-rows:1fr auto auto}.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover{grid-row:1/span 2}.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-profile{grid-row:2/span 2}.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover+.e-link-in-bio__identity-image-profile{margin-block:17px}.e-link-in-bio-var-2 .e-link-in-bio__icons{margin-block-start:35px}.e-link-in-bio-var-3{--e-link-in-bio-gutter-block-end:20px;--e-link-in-bio-ctas-border-radius:0;--e-link-in-bio-ctas-gap:8px}.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border{border:none}.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image{--e-link-in-bio-ctas-border-style:solid;border:var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)}.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round,.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded{--e-link-in-bio-ctas-border-radius:0}.e-link-in-bio-var-4{--e-link-in-bio-ctas-text-color:#1c2448;--e-link-in-bio-ctas-background-color:transparent;--e-link-in-bio-ctas-divider-color:#1c2448;--e-link-in-bio-ctas-divider-width:1px;--e-link-in-bio-ctas-divider-style:solid;--e-link-in-bio-ctas-padding-inline-end:16px;--e-link-in-bio-ctas-padding-inline-start:16px}.e-link-in-bio-var-4 .e-link-in-bio__ctas{grid-gap:0;margin-block-end:28px;margin-block-start:28px}.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta{border-bottom:var(--e-link-in-bio-ctas-divider-width) var(--e-link-in-bio-ctas-divider-style) var(--e-link-in-bio-ctas-divider-color);font-size:24px;font-weight:600;line-height:42px}.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded,.e-link-in-bio-var-5{--e-link-in-bio-ctas-border-radius:0}.e-link-in-bio-var-5{--e-link-in-bio-ctas-gap:20px 15px;--e-link-in-bio-ctas-padding-block-end:5px;--e-link-in-bio-ctas-padding-block-start:5px;--e-link-in-bio-ctas-padding-inline-end:7px;--e-link-in-bio-ctas-padding-inline-start:7px}.e-link-in-bio-var-5 .e-link-in-bio__ctas.has-type-button{grid-template-columns:repeat(2,minmax(0,100px));grid-template-rows:auto;justify-content:center}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border{border:none}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image{--e-link-in-bio-ctas-border-style:solid;border:var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round,.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded{--e-link-in-bio-ctas-border-radius:0}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button{flex-direction:column;font-size:14px}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image{flex:0 0 auto;margin-bottom:4px}.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image-element{aspect-ratio:1;height:auto}.e-link-in-bio-var-5 .e-link-in-bio__identity-image-cover .e-link-in-bio__identity-image-element{-o-object-position:var(--e-link-in-bio-identity-image-profile-position);object-position:var(--e-link-in-bio-identity-image-profile-position)}.e-link-in-bio-var-7{--e-link-in-bio-icon-background-color:#467ff7;--e-link-in-bio-icon-color:#fff;--e-link-in-bio-icon-gap-col:10px;--e-link-in-bio-icon-gap-row:20px;--e-link-in-bio-icon-gap:var(--e-link-in-bio-icon-gap-row) 0;--e-link-in-bio-icon-text-color:inherit}.e-link-in-bio-var-7 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover{height:var(--e-link-in-bio-identity-image-cover-height,auto)}.e-link-in-bio-var-7 .e-link-in-bio__icons{align-items:start;gap:var(--e-link-in-bio-icon-gap);margin-block-start:34px;margin-inline:auto;max-width:254px;width:100%}.e-link-in-bio-var-7 .e-link-in-bio__icons.has-size-large{--e-link-in-bio-icon-gap:var(--e-link-in-bio-icon-gap-row) 0}.e-link-in-bio-var-7 .e-link-in-bio__icon{flex:1 1 calc(100% / var(--e-link-in-bio-icon-columns));max-width:calc(100% / var(--e-link-in-bio-icon-columns));padding-inline:calc(var(--e-link-in-bio-icon-gap-col) / 2)}.e-link-in-bio-var-7 .e-link-in-bio__icon-svg{aspect-ratio:1;background-color:var(--e-link-in-bio-icon-background-color);border-radius:100%;height:calc(var(--e-link-in-bio-icon-size) + 30px);padding:15px}.e-link-in-bio-var-7 .e-link-in-bio__icon{--e-link-in-bio-icon-border-style:solid}.e-link-in-bio-var-7 .e-link-in-bio__icon.has-border .e-link-in-bio__icon-svg{border:var(--e-link-in-bio-icon-border-width) var(--e-link-in-bio-icon-border-style) var(--e-link-in-bio-icon-border-color);height:calc(var(--e-link-in-bio-icon-size) + 30px + var(--e-link-in-bio-icon-border-width) * 2)}.e-link-in-bio-var-7 .e-link-in-bio__icon-label{color:var(--e-link-in-bio-icon-text-color)}.e-link-in-bio-var-7 .e-link-in-bio__ctas{margin-block-start:34px}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:start}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:var(--dismiss-icon-horizontal-position,10px);top:var(--dismiss-icon-vertical-position,10px);padding:3px;font-size:var(--dismiss-icon-size,20px);line-height:1;background:transparent;color:var(--dismiss-icon-normal-color,inherit);border:none;cursor:pointer;transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss:hover{color:var(--dismiss-icon-hover-color,inherit)}.elementor-alert button.elementor-alert-dismiss svg{width:var(--dismiss-icon-size,20px);height:var(--dismiss-icon-size,20px);fill:var(--dismiss-icon-normal-color,currentColor);transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss svg:hover{fill:var(--dismiss-icon-hover-color,currentColor)}.elementor-alert-info .elementor-alert{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert-success .elementor-alert{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert-warning .elementor-alert{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert-danger .elementor-alert{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:start}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-inline-start:15px}.elementor-progress-percentage{padding-inline-end:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-inline-start:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-inline-end:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-inline-end:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-inline-end:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-inline-end-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-inline-end-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:start}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-inline-end:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:start}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-rating{--e-rating-gap:0px;--e-rating-icon-font-size:16px;--e-rating-icon-color:#ccd6df;--e-rating-icon-marked-color:#f0ad4e;--e-rating-icon-marked-width:100%;--e-rating-justify-content:flex-start}.elementor-widget-rating .e-rating{display:flex;justify-content:var(--e-rating-justify-content)}.elementor-widget-rating .e-rating-wrapper{display:flex;justify-content:inherit;flex-direction:row;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;margin-block-end:calc(0px - var(--e-rating-gap));margin-inline-end:calc(0px - var(--e-rating-gap))}.elementor-widget-rating .e-rating .e-icon{position:relative;margin-block-end:var(--e-rating-gap);margin-inline-end:var(--e-rating-gap)}.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked{--e-rating-icon-color:var(--e-rating-icon-marked-color);width:var(--e-rating-icon-marked-width);position:absolute;z-index:1;height:100%;left:0;top:0;overflow:hidden}.elementor-widget-rating .e-rating .e-icon-wrapper :is(i,svg){display:flex;flex-shrink:0}.elementor-widget-rating .e-rating .e-icon-wrapper i{font-size:var(--e-rating-icon-font-size);color:var(--e-rating-icon-color)}.elementor-widget-rating .e-rating .e-icon-wrapper svg{width:auto;height:var(--e-rating-icon-font-size);fill:var(--e-rating-icon-color)}

/*FILESTART  /home/faq-mac/www/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css */

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/*FILESTART  /home/faq-mac/www/wp-content/uploads/elementor/css/post-154467.css */
.elementor-kit-154467{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-60cc0a7:#4054B2;--e-global-color-7b50c09e:#23A455;--e-global-color-20d87d1:#000;--e-global-color-59b00bde:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

/*FILESTART  /home/faq-mac/www/wp-content/uploads/elementor/css/post-36.css */
.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_post_fr .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_layout_mrw .jl_f_postbox .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_center .text-box h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mg_wrapper .jl_mg_main .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_f_post01 .jl_f_post01_m h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_below_w .text-box .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mgo_wrapper .jl_mgo_main .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main .jl_f_title{font-size:40px;}.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_right .jl_m_right_content h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mg_wrapper .jl_mg_sm .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_f_post01 .jl_f_postboxs h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_below_w .jl_mb_list .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mgo_wrapper .jl_mgo_sm .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s .jl_f_title{font-size:20px;}.elementor-36 .elementor-element.elementor-element-9d205e0 > .elementor-widget-container{margin:30px 30px 30px 30px;}.elementor-36 .elementor-element.elementor-element-1cba267{margin-top:45px;margin-bottom:0px;}.elementor-36 .elementor-element.elementor-element-aa28b18 > .elementor-container{max-width:1600px;}.elementor-36 .elementor-element.elementor-element-dfb3dc0 .jl_lmore_wrap{margin-top:30px;}.elementor-36 .elementor-element.elementor-element-dfb3dc0 .jl_lmore_c{border-radius:200px;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-682f374{width:19.23%;}.elementor-36 .elementor-element.elementor-element-173fe96{width:53.939%;}.elementor-36 .elementor-element.elementor-element-8467f83{width:26.495%;}}@media(max-width:767px){.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_post_fr .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_layout_mrw .jl_f_postbox .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_center .text-box h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mg_wrapper .jl_mg_main .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_f_post01 .jl_f_post01_m h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_below_w .text-box .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mgo_wrapper .jl_mgo_main .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main .jl_f_title{font-size:29px;}.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_right .jl_m_right_content h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mg_wrapper .jl_mg_sm .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_f_post01 .jl_f_postboxs h3,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_m_below_w .jl_mb_list .entry-title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_mgo_wrapper .jl_mgo_sm .jl_f_title,.elementor-36 .elementor-element.elementor-element-9d205e0 .jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s .jl_f_title{font-size:20px;}.elementor-36 .elementor-element.elementor-element-dfb3dc0 .jl_sf_grid .jl_sm_list .entry-title{font-size:28px;}.elementor-36 .elementor-element.elementor-element-dfb3dc0 .jl_lmore_wrap{margin-top:-12px;}.elementor-36 .elementor-element.elementor-element-dfb3dc0 .jl_lmore_c{border-radius:200px;}}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
.cmplz-hidden {
					display: none !important;
				}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

			p {color: #292929 !important;}
.options_dark_skin p {color: #cacaca !important;}

/*
@media only screen and (min-width: 600px) {
section#content_main {
    padding-top: 0px;
	}
}

*/
.jl_singleads{float: left; width: 100%;}
.jlvid_container,
.wp-block-embed.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 33px;
}
.post_content iframe {
    max-width: 100%;
    width: 100%;
}
.jlvid_container iframe,
.jlvid_container object,
.jlvid_container embed,
.jlvid_container .wp-video,
.jlvid_container .wp-video-shortcode,
.wp-block-embed.is-type-video iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}		

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

     #mailpoet_form_1 .mailpoet_form {  }
#mailpoet_form_1 form { margin-bottom: 0; }
#mailpoet_form_1 p.mailpoet_form_paragraph { margin-bottom: 10px; }
#mailpoet_form_1 .mailpoet_column_with_background { padding: 10px; }
#mailpoet_form_1 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }
#mailpoet_form_1 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }
#mailpoet_form_1 .mailpoet_segment_label, #mailpoet_form_1 .mailpoet_text_label, #mailpoet_form_1 .mailpoet_textarea_label, #mailpoet_form_1 .mailpoet_select_label, #mailpoet_form_1 .mailpoet_radio_label, #mailpoet_form_1 .mailpoet_checkbox_label, #mailpoet_form_1 .mailpoet_list_label, #mailpoet_form_1 .mailpoet_date_label { display: block; font-weight: normal; }
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date_month, #mailpoet_form_1 .mailpoet_date_day, #mailpoet_form_1 .mailpoet_date_year, #mailpoet_form_1 .mailpoet_date { display: block; }
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea { width: 200px; }
#mailpoet_form_1 .mailpoet_checkbox {  }
#mailpoet_form_1 .mailpoet_submit {  }
#mailpoet_form_1 .mailpoet_divider {  }
#mailpoet_form_1 .mailpoet_message {  }
#mailpoet_form_1 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }
#mailpoet_form_1 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_1{border-radius: 0px;text-align: left;}#mailpoet_form_1 form.mailpoet_form {padding: 15px;}#mailpoet_form_1{width: 100%;}#mailpoet_form_1 .mailpoet_message {margin: 0; padding: 0 20px;}
        #mailpoet_form_1 .mailpoet_validate_success {color: #00d084}
        #mailpoet_form_1 input.parsley-success {color: #00d084}
        #mailpoet_form_1 select.parsley-success {color: #00d084}
        #mailpoet_form_1 textarea.parsley-success {color: #00d084}
      
        #mailpoet_form_1 .mailpoet_validate_error {color: #cf2e2e}
        #mailpoet_form_1 input.parsley-error {color: #cf2e2e}
        #mailpoet_form_1 select.parsley-error {color: #cf2e2e}
        #mailpoet_form_1 textarea.textarea.parsley-error {color: #cf2e2e}
        #mailpoet_form_1 .parsley-errors-list {color: #cf2e2e}
        #mailpoet_form_1 .parsley-required {color: #cf2e2e}
        #mailpoet_form_1 .parsley-custom-error-message {color: #cf2e2e}
      #mailpoet_form_1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_1 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} 
    

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
/* LRM */
body.logged-in .lrm-hide-if-logged-in { display: none !important; }
body.logged-in [class*='lrm-hide-if-logged-in'] { display: none !important; }
body:not(.logged-in) .lrm-show-if-logged-in { display: none !important; }
body:not(.logged-in) [class*='lrm-show-if-logged-in'] { display: none !important; }


/*FILESTART  /home/faq-mac/www/wp-content/plugins/mailpoet/assets/dist/css/mailpoet-public.b1f0906e.css */
.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width > 400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}
