article.page .entry-header h1 {
  margin-bottom: 40px !important;
}
.navbar-collapse .navbar-nav:first-child {
  margin-left: -15px;
}
.variations label {
  color: #444;
}
.related.products:before {
  display: table;
  content: '';
  clear: both;
}
.single-product .upsells.products,
.single-product .related.products {
  position: relative;
  clear: both;
  margin-top: 54px;
  padding-top: 42px;
  border-top: 2px solid #b8c7d8;
}
.single-product .upsells.products:before,
.single-product .related.products:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 120px;
  height: 2px;
  background: #5a7699;
}
.single-product .upsells.products > h2,
.single-product .related.products > h2 {
  margin-top: 0;
}
.navbar {
  margin-bottom: 16px;
}
#wrap {
  padding-bottom: 50px;
}
.entry-meta {
  background: none;
}
.entry-meta .edit-link {
  display: none;
}
#main-row2 {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-header > h1 {
  margin-top: 0;
}
footer.entry-meta {
  margin-top: 20px;
}
footer.entry-meta a + a {
  margin-left: 10px;
}
footer.entry-meta .panel {
  margin-bottom: 0;
}
#main-row2 > .col-md-12,
.page-template-default #main-row2 > .col-md-9,
.error404 #main-row2 > .col-md-9,
.search-results #main-row2 > .col-md-9 {
  padding: 50px 50px;
}
.page-template-default #main-row2 > .col-md-9,
.search-results #main-row2 > .col-md-9,
.error404 #main-row2 > .col-md-9 {
  width: 100%;
}
#bodychild {
  overflow-x: hidden;
  width: 100%;
}
input[type="submit"],
input[type="submit"]:hover {
  border-color: transparent;
}
.grecaptcha-badge {
  bottom: 40px !important;
}
.grecaptcha-notice {
  color: #999;
}
.abh_box .abh_tabs {
  margin-top: 10px !important;
}
.abh_box .abh_tabs li + li {
  margin-top: 6px !important;
}
.abh_box .abh_tabs li a {
  font-size: 12px !important;
}
/* Lensiora My Account dashboard */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.woocommerce-MyAccount-navigation {
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 8px;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  margin: 0;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #26445f;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus {
  background: #edf4fb;
  color: #12385a;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation .is-active a {
  background: #23527c;
  color: #fff;
}
.woocommerce-MyAccount-content {
  min-width: 0;
}
.lnsr-account-dashboard {
  color: #25313c;
}
.lnsr-account-dashboard__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.lnsr-account-eyebrow {
  margin: 0 0 4px;
  color: #6a7784;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.lnsr-account-dashboard h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}
.lnsr-account-logout,
.lnsr-account-panel__header a,
.lnsr-account-table-link,
.lnsr-account-quick-links a {
  color: #23527c;
  font-weight: 700;
}
.lnsr-account-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-bottom: 18px;
}
.lnsr-account-panel {
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  padding: 18px;
  background: #fff;
}
.lnsr-account-panel--download {
  border-top: 4px solid #5d8f3f;
}
.lnsr-account-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 10px;
}
.lnsr-account-panel h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.lnsr-account-panel p {
  margin: 0 0 14px;
}
.lnsr-account-download-button,
.lnsr-account-secondary-button {
  margin-top: 2px;
}
.lnsr-account-license-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lnsr-account-license-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 8px;
}
.lnsr-account-license-number {
  font-family: Consolas, Monaco, monospace;
  font-size: 16px;
  font-weight: 700;
  color: #26323d;
}
.lnsr-account-license-seats,
.lnsr-account-muted {
  color: #66737f;
}
.lnsr-account-orders-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.lnsr-account-orders-table th,
.lnsr-account-orders-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e5ebf0;
  text-align: left;
  vertical-align: middle;
}
.lnsr-account-orders-table th {
  color: #5b6875;
  font-size: 13px;
  font-weight: 700;
}
.lnsr-account-orders-table tr:last-child td {
  border-bottom: 0;
}
.lnsr-account-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}
.lensiora-account-license-numbers {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    display: block;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
  .lnsr-account-dashboard__header,
  .lnsr-account-summary {
    display: block;
  }
  .lnsr-account-dashboard__header > * + *,
  .lnsr-account-summary > * + * {
    margin-top: 16px;
  }
  .lnsr-account-orders-table thead {
    display: none;
  }
  .lnsr-account-orders-table,
  .lnsr-account-orders-table tbody,
  .lnsr-account-orders-table tr,
  .lnsr-account-orders-table td {
    display: block;
    width: 100%;
  }
  .lnsr-account-orders-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #e5ebf0;
  }
  .lnsr-account-orders-table td {
    padding: 4px 0;
    border-bottom: 0;
  }
}
/* End Lensiora My Account dashboard */
/* Lensiora password recovery */
.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block !important;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword {
  max-width: 640px;
  margin: 26px auto 34px;
  padding: 34px 38px 38px;
  border: 1px solid #d9e1ea;
  border-top: 4px solid #5d8f3f;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 45, 62, 0.08);
}
.woocommerce-account.woocommerce-lost-password .lensiora-password-reset__eyebrow {
  margin: 0 0 8px;
  color: #5d8f3f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .lensiora-password-reset__title {
  margin: 0 0 14px;
  color: #12365c;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.woocommerce-account.woocommerce-lost-password .lensiora-password-reset__intro {
  margin-bottom: 24px;
  color: #53667a;
  font-size: 16px;
  line-height: 1.55;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword label {
  display: block;
  margin-bottom: 8px;
  color: #25313c;
  font-weight: 700;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .input-text {
  width: 100%;
  max-width: none;
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #bdc9d4;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(28, 45, 62, 0.05);
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .button {
  padding: 12px 20px;
  border: 1px solid #4f7f33;
  border-radius: 5px;
  background: #5d8f3f;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .button:hover,
.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .button:focus {
  border-color: #426c2b;
  background: #4f7f33;
  color: #fff;
}
@media (max-width: 568px) {
  .woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword {
    margin: 0 auto 10px;
    padding: 26px 22px 28px;
  }
  .woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword h1 {
    font-size: 25px;
  }
}
/* End Lensiora password recovery */
@media (max-width: 568px) {
  #main-row2 > .col-md-12,
  .error404 #main-row2 > .col-md-9,
  .page-template-default #main-row2 > .col-md-9,
  .search-results #main-row2 > .col-md-9 {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
.lnsr-buy-now-btn,
.lnsr-phone-btn {
  display: inline-block;
  position: relative;
  padding: 11px 16px;
  padding-left: 42px;
  font-size: larger;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  line-height: normal;
  vertical-align: middle;
  color: #fff;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lnsr-buy-now-btn:hover,
.lnsr-phone-btn:hover,
.lnsr-buy-now-btn:focus,
.lnsr-phone-btn:focus,
.lnsr-buy-now-btn:active,
.lnsr-phone-btn:active {
  -webkit-box-shadow: 0 0 10px 3px rgba(255,255,255,0.5) !important;
          box-shadow: 0 0 10px 3px rgba(255,255,255,0.5) !important;
  outline: 0;
}
.lnsr-buy-now-btn .icon,
.lnsr-phone-btn .icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #fff;
  width: 21px;
  height: 21px;
}
.lnsr-buy-now-btn {
  border: 1px solid #30a848;
  background-color: #30a848;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), to(rgba(255,255,255,0.01)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-repeat: repeat-x;
  margin-left: 10px;
}
.lnsr-buy-now-btn:hover,
.lnsr-buy-now-btn:focus,
.lnsr-buy-now-btn:active {
  text-decoration: none;
  color: #f7f7f7;
  border-color: #189048;
  background-color: #189048;
}
.lnsr-phone-btn {
  border: 1px solid #1d496c;
  background-color: #1d496c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), to(rgba(255,255,255,0.01)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-repeat: repeat-x;
}
.lnsr-phone-btn:hover,
.lnsr-phone-btn:focus,
.lnsr-phone-btn:active {
  text-decoration: none;
  color: #f7f7f7;
  border-color: #1e405e;
  background-color: #1e405e;
  outline: 0;
}
@media (min-width: 769px) {
  .logo-col-1 {
    padding-left: 0;
  }
  .logo-col-2 {
    padding-right: 0;
  }
}
.sbadge {
  display: none;
}
.woocommerce-account .navbar-badge {
  display: none !important;
}
.lnsr-account-dashboard .lnsr-account-delegation > h2 {
  margin-bottom: 18px;
}
@media (min-width: 1300px) {
  .navbar-right {
    position: relative;
  }
  .navbar-right .navbar-badge {
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    right: -110px;
    top: 19px;
    background: no-repeat url("/wp-content/themes/openstrap-child/assets/img/badge_free_trial.svg");
    background-position: 0 0;
    pointer-events: none;
  }
}
.bx_slo {
  margin: 18px 0;
  text-align: right;
}
.bx_slo .slogan {
  color: #12365c;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  margin: 6px 0 0 0;
  height: auto;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .bx_slo .slogan {
    font-size: 14px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .bx_slo {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .lnsr-buy-now-btn {
    margin: 10px 40px 0 40px;
  }
  .lnsr-buy-now-btn,
  .lnsr-phone-btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header-body .site-logo > img {
    margin-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-body .site-logo > img {
    margin-top: 18px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .header-body .site-logo > img {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .logo-row {
    height: auto;
    max-height: none;
  }
  .logo-row img {
    margin-left: auto;
    margin-right: auto;
  }
}
#extended-footer {
  padding: 40px 0;
}
#extended-footer .container {
  padding: 0;
}
#extended-footer .footer-copy {
  color: #ebebeb;
}
#extended-footer .footer-trademarks {
  font-size: 90%;
}
#extended-footer .foot_1 a {
  color: #fff;
}
#extended-footer .foot_2 {
  text-align: right;
}
#extended-footer .foot_3 {
  text-align: right !important;
}
#extended-footer .foot_3 a {
  color: #fff;
  text-decoration: underline;
}
#extended-footer .col-sm-7 {
  width: 70%;
}
#extended-footer .col-sm-3 {
  width: 15%;
}
#extended-footer .col-sm-2 {
  width: 15%;
}
@media (max-width: 768px) {
  #extended-footer .container {
    padding: 0 30px;
  }
  #extended-footer .col-sm-3,
  #extended-footer .col-sm-2 {
    float: right !important;
    margin: 0;
  }
  #extended-footer .col-sm-7 {
    float: left !important;
  }
  #extended-footer .col-sm-7 {
    width: 60%;
  }
  #extended-footer .col-sm-3 {
    width: 40%;
  }
  #extended-footer .col-sm-2 {
    width: 40%;
  }
}
#extended-footer .footer-widget {
  margin: 0;
}
.wpb_video_optimized_widget {
  overflow: hidden;
}
.videoOptimized {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  cursor: pointer;
}
.vc_video_optimized-ratio-169 .videoOptimized {
  padding-bottom: 56.25%;
}
.vc_video_optimized-ratio-43 .videoOptimized {
  padding-bottom: 75%;
}
.vc_video_optimized-ratio-235 .videoOptimized {
  padding-bottom: 42.55%;
}
.videoOptimized .videoOptimized-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
}
.videoOptimized:hover .videoOptimized-play-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}
.videoOptimized .videoOptimized-cover,
.videoOptimized .videoOptimized-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoOptimized .videoOptimized-cover > img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .videoOptimized .videoOptimized-cover > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.vc_custom_heading {
  font-weight: 400;
}
.ln-features-description p {
  line-height: 1.5;
  margin-bottom: 0;
}
.ln-features-description p + p {
  margin-top: 20px;
}
.ln-features-description ul {
  margin: 20px 0;
}
.ln-features-description li {
  margin-top: 8px;
  list-style: none;
  position: relative;
}
.ln-features-description li:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 1px;
  left: -24px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/openstrap-child/assets/img/icons/check.svg");
  -webkit-background-size: 16px 16px;
          background-size: 16px;
}
.ln-feature-box {
  padding: 20px;
  text-align: center;
}
.ln-feature-box .vc_column-inner {
  background: #f7f7f7;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
  padding: 30px 10px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ln-feature-box:hover .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 4px rgba(0,0,0,0.2);
          box-shadow: 0 4px 10px 4px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ln-feature-box img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ln-feature-text {
  text-align: center;
  margin-bottom: 0;
}
.ln-feature-text h4 {
  font-size: 19px;
  margin-bottom: 20px;
  color: #000;
}
.ln-feature-text h4 a {
  color: #03a9f5;
}
.ln-feature-text p {
  font-size: 13.5px;
  line-height: 1.7;
  padding: 0 20px;
}
.ln-featured-infobox h2,
.ln-featured-infobox p {
  color: #333;
}
.ln-featured-infobox table {
  border: 1px solid #eee;
  color: #333;
}
.ln-featured-infobox td {
  padding: 6px 10px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ln-featured-infobox td:hover {
  background: #eee;
}
.ln-c2a-wide {
  padding: 50px 50px;
  margin-top: 0;
  background: #ededed;
}
.ln-c2a-wide > .wpb_column > .vc_column-inner {
  padding: 40px 40px !important;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2), inset 0 0 4px #fff;
          box-shadow: 0 0 3px 0 rgba(0,0,0,0.2), inset 0 0 4px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ln-c2a-wide:hover > .wpb_column > .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 6px 10px 4px rgba(0,0,0,0.1);
          box-shadow: 0px 6px 10px 4px rgba(0,0,0,0.1);
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.ln-c2a-wide h2 {
  font-size: 20px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
.ln-c2a-wide .vc_cta3-container {
  margin-bottom: 0;
}
.ln-c2a-wide .vc_cta3 {
  background: none !important;
  padding: 0;
  border: none;
}
.ln-c2a-wide .vc_cta3-actions {
  width: 1%;
}
.ln-c2a-wide .vc_btn3 {
  padding-left: 80px !important;
  padding-right: 45px !important;
}
.ln-c2a-wide .vc_btn3 .vc_btn3-icon {
  left: 45px !important;
}
@media (max-width: 768px) {
  .ln-c2a-wide .vc_cta3 {
    text-align: center;
  }
  .ln-c2a-wide .vc_cta3-actions {
    width: auto;
    margin-top: 20px;
  }
  .ln-c2a-wide .vc_btn3-container {
    margin: 0;
  }
}
.vc_message_box.vc_color-info {
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  padding: 40px 40px 40px 80px;
  background-color: #5aa1e3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), to(rgba(255,255,255,0.01)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  color: #fff;
}
.vc_message_box.vc_color-info .vc_message_box-icon {
  color: #fff;
  width: 80px;
  font-size: 20px;
}
.vc_message_box.vc_color-info p strong {
  font-size: 24px;
  font-weight: 400;
}
.vc_message_box.vc_color-alert-info {
  padding: 30px 30px 30px 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), to(rgba(255,255,255,0.01)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.01) 100%);
}
.vc_message_box.vc_color-alert-info .vc_message_box-icon {
  width: 80px;
  font-size: 20px;
}
.vc_message_box.vc_color-alert-info h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ln-c2a-post {
  padding: 50px 50px;
  margin: 40px -50px 0 -50px;
  background: #ededed;
}
.ln-c2a-post .vc_column-inner {
  padding: 20px 40px !important;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2), inset 0 0 4px #fff;
          box-shadow: 0 0 3px 0 rgba(0,0,0,0.2), inset 0 0 4px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ln-c2a-post:hover .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0 6px 10px 4px rgba(0,0,0,0.1), inset 0 0 4px #fff;
          box-shadow: 0 6px 10px 4px rgba(0,0,0,0.1), inset 0 0 4px #fff;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.ln-c2a-post h2 {
  font-size: 23px !important;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin: 10px 0 !important;
}
.ln-c2a-post .vc_cta3-container {
  margin-bottom: 0;
}
.ln-c2a-post .vc_cta3 {
  background: none !important;
  padding: 0;
  border: none;
}
.ln-c2a-post .vc_cta3-actions {
  width: 1%;
}
.ln-c2a-post .vc_btn3 {
  padding-left: 80px !important;
  padding-right: 45px !important;
}
.ln-c2a-post .vc_btn3 .vc_btn3-icon {
  left: 45px !important;
}
.testimonials-separator {
  margin: 50px 0;
}
.testimonials-row .wpb_single_image {
  margin-bottom: 0;
}
.testimonials-row .vc_custom_heading {
  font-size: 30px;
  font-weight: 300 !important;
  margin-top: 0;
}
.testimonials-row .vc_col-sm-10 > .vc_column-inner {
  padding-left: 20px;
}
.testimonials-row .tx_testimonial {
  position: relative;
  background: none !important;
  margin-bottom: 0 !important;
  line-height: 1.6;
}
.testimonials-row .tx_testimonial:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: no-repeat url("/wp-content/uploads/2015/06/quote.png");
  opacity: 0.5;
}
.testimonials-row .tx_testimonial p {
  font-size: 16px;
}
.bundle-container {
  clear: both;
  margin-bottom: 20px;
}
.bundle-container label {
  font-weight: 400;
  line-height: 1.428571429;
  padding: 8px 0;
  vertical-align: middle;
  margin: 0;
}
.bundle-container .row + .row {
  margin-top: 10px;
}
.bundle-container .form-group {
  margin: 0;
}
.bundle-container hr {
  border: 1px solid #dbdbdb;
  margin: 30px -20px;
}
.bundle-price-container {
  clear: both;
}
.bundle-price-container:before {
  display: table;
  content: '';
  clear: both;
}
.bundle-price-container ins {
  color: #4ab915;
  font-weight: 600;
  text-decoration: none;
}
.bundle-price-container .bundle-prices {
  margin: 30px 0 0 0;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-collapse: separate;
}
.bundle-price-container td {
  border-top: none !important;
}
.bundle-price-container tr + tr > td {
  border-top: 1px solid #ddd !important;
}
.bundle-price-container .bundle-prices-label {
  padding: 10px !important;
}
.bundle-price-container .bundle-prices-subtotal {
  padding: 10px;
  padding-left: 0;
  width: 20%;
}
.bundle-price-container .bundle-prices-total {
  font-weight: 600;
}
.bundle-price-container .bundle-prices-total-discount {
  font-weight: 600;
}
.bundle-price-container .bundle-prices-discount {
  font-weight: 400;
  color: #4ab915;
}
.bundle-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #3366cc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  outline: none;
}
.bundle-info:hover,
.bundle-info:focus {
  background: #0063ae;
  border: 2px solid #0063ae;
  color: #fff;
  outline: none;
}
.bundle-info:after {
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: center url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='%233366cc' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z'/></svg>") no-repeat;
  -webkit-background-size: 12px 12px;
          background-size: 12px 12px;
}
.bundle-info:hover:after,
.bundle-info:focus:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='%23ffffff' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z'/></svg>");
}

.woocommerce.single-product .product form.cart div.quantity {
  margin-right: 15px;
}
.quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stratch;
  -webkit-align-items: stratch;
      -ms-flex-align: stratch;
          align-items: stratch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.quantity .qty.text {
  padding: 0;
  width: 40px;
  height: 40px;
  color: #848484;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  border: 1px solid rgba(129,129,129,0.25);
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.quantity .qty.text::-webkit-inner-spin-button {
  display: none;
}
.quantity .minus,
.quantity .plus {
  min-width: 24px;
  padding: 0;
  color: #848484;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quantity .plus {
  border-left: 0;
}
.quantity .minus {
  border-right: 0;
}
.quantity .minus:focus,
.quantity .minus:hover,
.quantity .plus:focus,
.quantity .plus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background-color: #ececec;
  border-color: #e0e0e0;
}
.woocommerce .button.single_add_to_cart_button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 18px;
  letter-spacing: 0.3px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ececec;
  color: #3e3e3e;
  border-color: #ececec;
}
.coupon-notice {
  position: relative;
  margin: -1em -2em -1em -3.5em;
  padding: 20px 25px 20px 60px;
  background: #f7fff7;
  border: 2px solid #72ae15;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
}
.coupon-notice:before {
  content: "\E015";
  position: absolute;
  display: block;
  font-family: WooCommerce;
  left: 20px;
  top: 22px;
  font-size: 24px;
  color: #72ae15;
}
.coupon-notice .coupon-notice-header {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #578a17;
}
@media (max-width: 991px) {
  .coupon-notice .coupon-notice-header {
    font-size: 26px;
  }
}
.coupon-notice .coupon-notice-text {
  margin-top: 6px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: medium;
  font-style: normal;
  color: #000;
}
.nav-previous .icon-arrow-left,
.nav-next .icon-arrow-right {
  position: relative;
  fill: currentColor;
  width: 14px;
  height: 14px;
  vertical-align: baseline;
  top: 2px;
}
.post_tags .icon-tags {
  position: relative;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: top;
  top: 1px;
}
.navbar-brand .icon-home {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: top;
}
@media (min-width: 992px) {
  .navbar.navbar-inverse .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 50px;
  }
  .navbar.navbar-inverse .navbar-collapse:before,
  .navbar.navbar-inverse .navbar-collapse:after {
    display: none;
  }
  .navbar.navbar-inverse .navbar-collapse > .navbar-nav {
    float: none !important;
  }
  .navbar.navbar-inverse .navbar-collapse > .navbar-right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 0 0 auto;
    height: 50px;
  }
  .navbar.navbar-inverse .navbar-collapse > .navbar-right > li {
    float: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}
.navbar-account {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin: 8px 6px 8px 0;
  padding: 0 13px 0 9px;
  min-height: 34px;
  color: #fff8e6;
  background: rgba(247, 196, 96, 0.14);
  border: 1px solid rgba(247, 196, 96, 0.42);
  -webkit-border-radius: 18px;
          border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}
.navbar-account:hover,
.navbar-account:focus {
  color: #fff;
  background-color: rgba(247, 196, 96, 0.24);
  border-color: rgba(247, 196, 96, 0.68);
  text-decoration: none;
  outline: none;
}
.navbar-account .icon-user-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  padding: 3px;
  background: #f7c460;
  fill: #173953;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
}
.navbar-account .icon-user-circle use {
  fill: #173953;
}
.navbar-account--logged-in {
  color: #fff8e6;
}
.navbar-account--logged-in:after {
  display: block;
  position: absolute;
  content: '';
  right: 6px;
  top: 2px;
  width: 7px;
  height: 7px;
  background: #72ae15;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce-navbar-cart {
  padding: 0;
}
.woocommerce-navbar-cart a {
  color: #fff;
}
.woocommerce-navbar-cart .icon-shopping-basket {
  display: inline-block;
  width: 20px;
  height: 19px;
  vertical-align: top;
  fill: #fff;
}
.woocommerce-navbar-cart .cart-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  text-decoration: none;
}
.woocommerce-navbar-cart .cart-contents-icon {
  position: relative;
  text-decoration: none;
  margin-right: 4px;
}
.woocommerce-navbar-cart .cart-contents-count {
  display: inline-block;
  position: relative;
  top: -7px;
  right: 0;
  margin-left: -9px;
  margin-right: -2px;
  min-width: 1em;
  padding: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background: #ff484a;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.woocommerce-navbar-cart .cart-contents-total {
  margin-right: 4px;
}
.woocommerce-navbar-cart .cart-contents:hover .cart-contents-total {
  text-decoration: underline;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-left: 10px;
}
.wc-item-meta {
  padding-left: 0;
}
.woocommerce-cart-form .product-price del {
  color: #777;
}
.woocommerce-cart-form .product-price ins {
  color: #4ab915;
  font-weight: 600;
  text-decoration: none;
}
#order_customer_details {
  margin-bottom: 20px;
}
.single-product form.cart {
  margin-top: 30px;
}
.woocommerce-checkout-review-order-table {
  table-layout: fixed;
}
.woocommerce-checkout-review-order-table .product-name {
  min-width: 50%;
}
.woocommerce-checkout-review-order-table .product-total {
  max-width: 50%;
}
.woocommerce-order-details .product-total del {
  color: #777;
}
.woocommerce-order-details .product-total ins {
  color: #4ab915;
  font-weight: 600;
  text-decoration: none;
}
.cart_totals .order-discount ins {
  color: #4ab915;
  font-weight: 600;
  text-decoration: none;
}
.lnsr-express-shipping-info {
  padding: 2px 0 6px 0;
  margin-left: -20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-indent: 0;
}
.products .woocommerce-loop-product__link {
  display: block;
  outline-offset: 4px;
}
.products .wp-post-image {
  border: 2px solid rgba(0,0,0,0.05);
  height: initial !important;
}
.lnst-product-img {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.lnst-product-img img {
  margin: 0 !important;
}
.lnst-product-img:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lnst-product-img:hover:before {
  visibility: visible;
  opacity: 1;
}
.woocommerce a.added_to_cart {
  padding: 0.618em 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #515151;
  background-color: #ebe9eb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 4px;
}
.single-product .site-main > .product .woocommerce-product-gallery__wrapper {
  border: 2px solid rgba(0,0,0,0.05);
}
.woocommerce-cart table.cart img {
  width: 60px;
}
.woocommerce-cart .actions .coupon > .input-text,
.woocommerce-cart .actions .coupon > button,
.woocommerce-cart .actions .button {
  height: 40px;
  margin-top: 0.53em !important;
}
.woocommerce-cart .actions .coupon > .input-text {
  min-width: 7.5em !important;
}
@media (min-width: 769px) {
  .single-product .images.woocommerce-product-gallery {
    width: 38% !important;
  }
  .single-product .summary {
    width: 58% !important;
  }
}
.woocommerce-message .button.wc-forward {
  color: #fff;
  background-color: #7ab93d;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-message .button.wc-forward:hover {
  color: #fff;
  background-color: #6fa535;
}
.woocommerce .btn-view-cart.button {
  margin-left: 10px;
  padding: 10px 20px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  border: 1px solid;
  background-color: #6477a3;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.woocommerce .btn-view-cart.button:hover {
  color: #fff;
  background-color: #536691;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #6477a3;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #536691;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  padding: 4px 6px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.select2-dropdown {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.select2-container .select2-selection--single {
  height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 4px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.woocommerce form .form-row label.checkbox {
  margin: 0 !important;
  position: relative !important;
  display: inline-block;
  padding-left: 30px;
}
.woocommerce form .form-row label.checkbox .input-checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
}
nav.woocommerce-breadcrumb {
  margin-bottom: 30px !important;
}
.woocommerce-account-fields {
  margin: 10px 3px 4px;
  background: #2ed52357;
  padding: 4px;
}
.woocommerce-account-fields .form-row.create-account {
  margin: 0;
}
.woocommerce-account-fields .create-account {
  margin: 10px;
  margin-top: 0;
}
.woocommerce-account-fields #account_password_field label {
  color: #333;
}
.woocommerce-account-fields #account_password_field input {
  border-color: #ccc;
}
.woocommerce-account-fields #account_password_field.form-row.woocommerce-invalid input {
  -webkit-box-shadow: 0 0 0 2px #f00 !important;
          box-shadow: 0 0 0 2px #f00 !important;
}
.create-account-tip {
  padding: 0 10px 8px;
  margin: 0;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  line-height: 2em;
  border: 2px solid #eee;
}
.woocommerce-Tabs-panel {
  border: none;
}
#cc-expire-month,
#cc-expire-year {
  height: 50px;
  padding: 10px 10px;
  border: 1px solid #c7c1c6;
  border-top-color: #bbb3b9;
  font-size: 1.2em;
}
#cc-expire-month option,
#cc-expire-year option {
  padding: 4px;
  padding-left: 10px;
}
#cc-expire-year {
  margin-left: 10px;
}
#place_order {
  padding: 15px 20px;
  text-transform: uppercase;
}
footer.entry-meta {
  margin-top: 40px;
}
footer.entry-meta > hr {
  margin: 40px 0;
}
.panel {
  margin-bottom: 40px;
}
.comments-area:last-child > .panel {
  margin-bottom: 0;
}
.entry-meta > .panel:last-child {
  margin-bottom: 0;
}
footer.entry-meta > hr + .panel {
  margin-bottom: 0;
}
.abh_box .avatar {
  background: #ddd;
}
.abh_box.abh_box_up {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.abh_box.abh_box_up:after {
  content: '';
  display: table;
  clear: both;
}
.abh_box .abh_posts_tab .abh_text h4 {
  font-weight: 400 !important;
  border-bottom: none !important;
}
.abh_box .abh_posts_tab .abh_description ul {
  margin-left: 0 !important;
}
.abh_box .abh_tab_content {
  margin-left: 80px !important;
}
.abh_box .abh_tab_content .abh_description {
  margin-top: 15px !important;
}
.abh_box .abh_tab_content .abh_text {
  margin-left: 0 !important;
}
.abh_box .abh_tab_content .abh_text h3,
.abh_box .abh_tab_content .abh_text h4 {
  left: 80px !important;
}
.abh_box .abh_tab_content .abh_text .abh_name {
  border-bottom: none !important;
  font-weight: 600 !important;
}
.abh_box .abh_tab_content .abh_text .abh_name .url {
  outline: none;
  font-weight: 400 !important;
}
.abh_box .abh_tab_content .abh_text .abh_name .url:hover {
  text-decoration: underline !important;
}
.abh_box .abh_tab_content .abh_text .abh_name .abh_arrow {
  background: none !important;
}
.abh_box .abh_tab_content .abh_text .abh_name .abh_arrow:before {
  margin-left: 4px;
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  background: center url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23999999' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>") no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.abh_box .abh_tab_content .abh_text .abh_name .abh_arrow.abh_active:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.abh_box .abh_tab_content .abh_image img {
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1) !important;
          box-shadow: 0 0 0 2px rgba(0,0,0,0.1) !important;
}
h1 + .post-meta-hr {
  display: none;
}
.single-post .entry-title {
  max-width: 1000px;
}
.single-post .entry-content .vc_custom_heading,
.single-post .entry-content h2 {
  font-size: 28px;
  font-weight: 400;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  max-width: 940px;
  margin: 40px auto;
}
.single-post .entry-content b,
.single-post .entry-content strong {
  font-weight: 600;
}
.single-post .entry-content .abh_box + p > img,
.single-post .entry-content .wpb_wrapper > .wpb_single_image:first-child,
.single-post .entry-content .wpb_wrapper > p:first-child > img {
  margin-bottom: 40px;
}
.single-post .entry-content p {
  max-width: 940px !important;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 20px;
}
.single-post .entry-content * + p {
  margin-top: 25px;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  max-width: 940px !important;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
}
.single-post .entry-content p + ul,
.single-post .entry-content ol {
  margin-top: 20px;
}
.single-post .entry-content ul li + li {
  margin-top: 10px;
}
.single-post .entry-content .vc_separator {
  margin: 40px 0 50px;
}
.single-post .entry-content .wpb_single_image.image-left {
  margin-bottom: 0px;
}
.single-post .entry-content .wpb_content_element:last-child {
  margin-bottom: 0;
}
.single-post .entry-content .image-left {
  float: left;
  margin-right: 40px;
}
.single-post .entry-content .image-right {
  float: right;
  margin-left: 40px;
}
.single-post .wpb_text_column .wpb_wrapper .alignright,
.single-post .wpb_text_column .wpb_wrapper .alignleft {
  margin-bottom: 20px !important;
}
.single-post .wpb_text_column .wpb_wrapper .alignright {
  margin-left: 30px;
}
.single-post .wpb_text_column .wpb_wrapper .alignleft {
  margin-right: 30px;
}
p + .blockquote-right {
  margin-top: 20px;
}
.blockquote-right + p:after {
  content: '';
  display: table;
  clear: both;
}
.entry-content .blockquote-right {
  float: right;
  width: 35%;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .entry-content .blockquote-right {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.entry-content .blockquote-right blockquote {
  border-left: 2px solid #eee !important;
  position: relative;
  padding: 30px 0 20px 30px;
}
.entry-content .blockquote-right blockquote p {
  text-indent: 0;
}
.entry-content .blockquote-right blockquote strong {
  font-weight: 600;
}
.entry-content .blockquote-right blockquote p {
  font-size: 1.4em !important;
}
.single-post .entry-content .wpb_text_column:not(.blockquote-right) > .wpb_wrapper > blockquote {
  border-left: 2px solid #eee !important;
  position: relative;
  padding: 30px 0 20px 30px;
  float: right;
  width: 35%;
  margin-left: 30px;
}
.single-post .entry-content .wpb_text_column:not(.blockquote-right) > .wpb_wrapper > blockquote p {
  text-indent: 0;
}
.single-post .entry-content .wpb_text_column:not(.blockquote-right) > .wpb_wrapper > blockquote strong {
  font-weight: 600;
}
.single-post .entry-content p + blockquote {
  margin-top: 20px;
}
.entry-content .blockquote-right blockquote:before,
.single-post .entry-content .wpb_text_column:not(.blockquote-right) > .wpb_wrapper > blockquote:before {
  position: absolute;
  content: ' ' !important;
  top: 0;
  width: 20px;
  height: 20px;
  background: center url("/wp-content/themes/openstrap-child/assets/img/icons.svg#quotes2") no-repeat;
}
.panel-body {
  padding: 0;
}
.panel-body .cat-tag-info {
  padding: 15px;
}
.ln-post-quote {
  position: relative;
  max-width: 940px !important;
  margin: auto;
  padding-left: 60px;
}
.ln-post-quote:before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
  background-image: url("/wp-content/uploads/2015/06/quote.png");
  opacity: 0.7;
}
.ln-post-quote .vc_column-inner {
  padding: 0;
}
.ln-post-quote .wpb_text_column p {
  text-indent: 0 !important;
  max-width: none !important;
}
.page-id-7 .entry-header .entry-title {
  text-align: center;
  margin-bottom: 0 !important;
}
.page > .entry-header > h1 {
  font-size: 32px;
  font-weight: 400;
}
.post-grid {
  padding: 0 !important;
  margin-top: 40px;
}
.post-grid .title {
  padding: 0 !important;
}
.post-grid .layer-content {
  padding: 10px 0 0 0 !important;
  text-align: center;
}
.post-grid .read_more {
  display: none !important;
  padding: 4px 8px !important;
  margin: 14px auto 0 !important;
  text-decoration: none;
  color: #444;
  background: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-grid .read_more:hover {
  background: #ccc;
  border-color: #bbb;
}
.post-grid .grid-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -40px;
  text-align: left;
}
.post-grid .excerpt {
  display: none !important;
}
.post-grid .item {
  width: 33.3% !important;
  margin: 0 !important;
  padding-right: 40px;
  padding-bottom: 30px;
}
.post-grid .layer-media > a {
  display: block;
  position: relative;
}
.post-grid .layer-media > a > img[src$='placeholder.png'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.archive.author #main-row2 > .col-md-9 {
  padding: 50px 50px;
  width: 100%;
}
.archive.author .post-meta-hr {
  display: none;
}
.archive.author .entry-summary {
  font-size: 16px;
  line-height: 1.6;
}
.archive.author .post h2 {
  margin: 30px 0;
}
.archive.author .post h2 > a {
  color: #333;
  font-weight: 400;
}
.archive.author .post {
  margin-top: 40px;
}
.archive.author .post + .post {
  border-top: 1px solid #eee;
}
.archive.author .featured-img {
  padding-right: 30px;
  padding-bottom: 0;
}
.archive.author .readmore {
  display: inline-block;
  padding: 4px 8px;
  margin: 8px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #444;
  border: 1px solid #ccc;
  background: #eee;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.archive.author .readmore:hover {
  background: #ccc;
  border-color: #bbb;
}
.archive.author .readmore-wrapper {
  display: block;
}
.author-info {
  margin-top: 40px !important;
  padding: 30px 30px;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.author-avatar {
  overflow: visible;
}
.author-avatar > .pull-left {
  margin-right: 30px;
}
.author-avatar > .pull-left > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ddd;
  -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.15);
          box-shadow: 0 0 1px 2px rgba(0,0,0,0.15);
}
.author-avatar .media-heading {
  margin-bottom: 10px;
}
.author-avatar .author-description {
  line-height: 1.6;
}
.author-avatar .author-description p {
  margin: 0;
}
.author-avatar .author-description p + p {
  margin-top: 10px;
}
.blog .entry-header .entry-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.blog .blog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px -20px -15px;
}
.blog .blog-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 20px 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .blog .blog-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .blog .blog-item {
    width: calc(100% - 30px);
  }
}
.blog .blog-item a {
  display: block;
}
.blog .blog-item a:hover,
.blog .blog-item a:focus,
.blog .blog-item a:active {
  color: #03a7ff;
}
.blog .blog-item a:hover,
.blog .blog-item a:focus {
  text-decoration: underline;
}
.blog .blog-item-title {
  max-width: 330px;
  margin: 10px auto 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 10px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.pagination .page-numbers.current {
  color: #fa0;
  border-color: #fa0;
}
.pagination .dots {
  margin: 0 15px;
  border: none;
}
.gutenberg-page .abh_box + .wp-block-image {
  margin-bottom: 40px;
}
.gutenberg-page.single-post .entry-content .wp-block-columns {
  max-width: 940px !important;
  margin: auto;
}
.gutenberg-page .wp-block-pullquote.no-cite cite {
  display: none;
}
.gutenberg-page p + .blockquote-right {
  margin-top: 20px;
}
.gutenberg-page .blockquote-right + p:after {
  content: '';
  display: table;
  clear: both;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright {
  float: right;
  width: 35%;
  max-width: 400px;
  margin-left: 30px;
  margin-bottom: 35px;
  padding: 0;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright blockquote {
  text-align: left;
  border-left: 2px solid #eee !important;
  position: relative;
  padding: 30px 0px 20px 30px;
  margin: 0;
  max-width: 100% !important;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright blockquote p {
  text-indent: 0;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright blockquote strong {
  font-weight: 600;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright blockquote:before {
  position: absolute;
  content: '\F10D';
  top: 0;
  font-family: fontawesome;
  font-size: 20px;
  color: #999;
}
.gutenberg-page .entry-content .wp-block-pullquote.alignright blockquote p {
  font-size: 1.4em !important;
}
.gutenberg-page .entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.gutenberg-page .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.gutenberg-page .alignfull img {
  width: 100vw;
}
.container-landing > .row {
  margin: 0;
}
.landing-page {
  background: #fff !important;
}
.landing-page .woocommerce-message {
  display: none;
}
.landing-page .navbar-static-top {
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .landing-page .navbar-static-top {
    position: relative;
    background: #090806;
  }
  .landing-page .navbar-brand {
    display: none !important;
  }
  .landing-page .entry-content > .wpb_row:first-child {
    padding-top: 30px !important;
  }
}
.landing-page .navbar {
  margin-bottom: 0;
}
.landing-page p {
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}
.landing-page * + p {
  margin-top: 15px;
}
.landing-page #wrap {
  padding: 0;
}
.landing-page .entry-content {
  max-width: 1180px;
  margin: auto;
}
.landing-page h2 {
  margin-top: 0;
  font-weight: 700;
}
.landing-page .narrow-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .call-to-action .vc_cta3-container {
  margin-bottom: 0;
}
.landing-page .call-to-action .vc_general.vc_cta3.vc_cta3-style-classic {
  color: #fff;
  text-align: center;
  background: #5a7699;
  border: 2px solid #546e8f;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.landing-page .call-to-action .vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
  text-align: center;
}
.landing-page .call-to-action .vc_general.vc_cta3 {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .landing-page .call-to-action {
    margin-top: -130px !important;
  }
  .landing-page .call-to-action .vc_general.vc_cta3 {
    padding: 40px 10px;
  }
  .landing-page .call-to-action h2 {
    font-size: 40px !important;
  }
}
.landing-page .form-box > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 40px 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 400px;
  margin: auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  position: relative;
}
.landing-page .form-box h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.landing-page .form-box .wpcf7-response-output {
  margin-top: 20px;
}
.landing-page .form-box .wpcf7-response-output:not(:empty) {
  padding: 10px;
  border: 2px solid #eee;
  background: #fff;
  text-align: center;
}
.landing-page .form-box .form-group {
  display: table;
  margin-bottom: 0;
}
.landing-page .form-box .form-group > * {
  display: table-cell;
}
.landing-page .form-box .form-group input[type="text"],
.landing-page .form-box .form-group input[type="email"] {
  background: rgba(90,118,153,0.1);
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.landing-page .form-box .form-group input[type="text"]:hover,
.landing-page .form-box .form-group input[type="email"]:hover {
  background: rgba(90,118,153,0.15);
}
.landing-page .form-box .form-group input[type="text"]:focus,
.landing-page .form-box .form-group input[type="email"]:focus {
  border-color: #5a7699;
}
.landing-page .form-box .form-group label {
  width: 60px;
  color: #555;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 400;
}
.landing-page .form-box .form-group + .form-group {
  margin-top: 20px;
}
.landing-page .form-box .form-submit {
  text-align: center;
}
.landing-page .form-box .ajax-loader {
  display: inline-block;
  vertical-align: middle;
  margin-right: -20px;
}
.landing-page .form-box .form-submit {
  margin-top: 30px;
}
.landing-page .form-box .wpcf7-submit {
  margin: auto;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 10px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 800;
  background: #5a7699;
  border: 2px solid #5a7699;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.landing-page .form-box .wpcf7-submit:hover,
.landing-page .form-box .wpcf7-submit:focus {
  background: #fff;
  color: #5a7699;
  outline: none;
}
.landing-page .form-box p {
  font-size: 14px;
}
.landing-page .form-box .wpb_text_column {
  margin-bottom: 0;
  margin-top: 20px;
}
.landing-page .form-box .wpb_text_column > .wpb_wrapper {
  padding: 0;
  text-align: center;
}
.landing-page #extended-footer {
  padding-top: 100px;
  margin-top: -60px;
}
.landing-page .landing-top .landing-top-content {
  color: #fff;
}
.landing-page .landing-top .vc_cta3-content-header h2:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1060px) {
  .landing-page .landing-top .landing-heading {
    font-size: 55px !important;
  }
  .landing-page .landing-top .landing-subheading {
    font-size: 20px !important;
  }
  .landing-page .landing-top .landing-top-content p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-top .landing-heading {
    font-size: 46px !important;
  }
  .landing-page .landing-top .landing-top-content {
    margin-bottom: 35px !important;
  }
}
.wpcf7-dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-dialog.open {
  opacity: 1;
  visibility: visible;
}
.wpcf7-dialog-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wpcf7-dialog-title {
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.wpcf7-dialog-content {
  padding: 20px;
}
.wpcf7-dialog-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}
.wpcf7-dialog-button {
  margin: auto;
  display: block;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background: #eee;
  border: 2px solid #eee;
  padding: 6px 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .landing-page .visible-sm {
    display: block !important;
  }
  .landing-page .hidden-sm {
    display: none !important;
  }
}
body {
  position: relative;
}
window,
body {
  overflow-x: hidden;
}
.promo {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  z-index: 10000;
}
.promo-container {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 180px;
  height: 180px;
}
.promo-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
}
.promo-corner-closed,
.promo-corner-opened {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}
.promo-corner-opened {
  opacity: 0;
}
.promo-bg {
  cursor: pointer;
}
.animated.promo .promo-clip {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animated.promo .promo-container,
.animated.promo .promo-corner-closed,
.animated.promo .promo-corner-opened {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animated.promo.mid .promo-corner-closed,
.animated.promo.mid .promo-corner-opened {
  width: 230px;
}
.animated.promo.mid .promo-corner-opened {
  opacity: 0.5;
}
.animated.promo.mid .promo-clip {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.animated.promo.mid .promo-container {
  width: 230px;
  height: 230px;
}
.animated.promo:hover .promo-corner-closed,
.animated.promo:hover .promo-corner-opened,
.animated.promo.peek .promo-corner-closed,
.animated.promo.peek .promo-corner-opened {
  width: 280px;
}
.animated.promo:hover .promo-corner-opened,
.animated.promo.peek .promo-corner-opened {
  opacity: 1;
}
.animated.promo:hover .promo-clip,
.animated.promo.peek .promo-clip {
  ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.animated.promo:hover .promo-container,
.animated.promo.peek .promo-container {
  width: 280px;
  height: 280px;
}
.promo-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  overflow-x: hidden;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  z-index: 17000000;
}
.promo-modal .promo-modal-img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo-modal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.promo-modal-close:hover {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
.promo-modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.promo-modal-bg {
  width: 100%;
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.promo-modal-btn {
  margin: 40px 0;
  width: 100%;
}
.promo-modal-lnk {
  padding: 10px 0;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 300px;
  color: #000;
  background: #f0c30f;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo-modal-lnk:hover,
.promo-modal-lnk:active,
.promo-modal-lnk:focus {
  color: #000;
  background: #ffe853;
  text-decoration: none;
}
.promo-modal-lnk:hover,
.promo-modal-lnk:active {
  outline: none;
}
.promo-modal-images {
  margin: auto;
  max-width: 690px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .promo-modal-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 300px;
  }
  .promo-modal-images img {
    max-width: 100%;
  }
}
.promo-modal-img-l {
  max-width: 300px;
}
.promo-modal-img-r {
  max-width: 300px;
}
.promo-modal-text {
  max-width: 690px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ffa500;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.5);
}
.promo-modal-text strong {
  color: #ffa500;
  text-transform: uppercase;
}
.promo-modal-text p {
  font: inherit;
  margin: 0;
}
.promo-modal-text p + p {
  margin-top: 10px;
}
.promo-modal.open {
  visibility: visible !important;
  opacity: 1;
}
.promo.close {
  visibility: hidden;
  opacity: 0.01;
}
.page-videos .videos-title {
  margin: 0 0 70px 0;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.page-videos .videos {
  text-align: center;
}
.page-videos .video {
  display: inline-block;
  width: 33.3% !important;
  padding-right: 40px;
  padding-bottom: 30px;
  margin: 0 !important;
  vertical-align: top;
}
.page-videos .video-link {
  text-decoration: none;
}
.page-videos .video-title {
  display: block;
  padding: 10px 5px 0;
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #333;
}
.page-videos .video-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  background: #999;
  cursor: pointer;
}
.page-videos .video-thumbnail::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-videos .video-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid rgba(255,255,255,0.8);
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-videos .video-thumbnail:hover::before {
  opacity: 0;
}
.page-videos .video-thumbnail:hover::after {
  opacity: 1;
}
.page-videos .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  z-index: 1;
}
.page-videos .video-thumbnail:hover .video-play-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}
.page-videos .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.video-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  overflow-x: hidden;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  z-index: 17000000;
}
.video-modal-close {
  position: fixed;
  right: 20px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10000;
  background: #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 5px;
}
.video-modal-close:hover {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
.video-modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.video-modal-content {
  position: relative;
  width: 100%;
  height: calc(100% - 150px);
}
.video-modal.open {
  visibility: visible !important;
  opacity: 1;
}
.video-modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navbar-inverse .navbar-toggle {
  border-color: #3f536b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.navbar-inverse .navbar-toggle.collapsed {
  border-color: #2d3b4c;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(21,48,61,0.5);
  border-color: #36475c;
  outline: none;
}
@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: rgba(21,48,61,0.5);
    outline: none;
  }
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #485e7a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgba(21,48,61,0.5);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: rgba(118,155,201,0.5);
}
.navbar-inverse .navbar-nav > li:hover > a {
  background-color: rgba(21,48,61,0.5);
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav > li:hover > a {
    background: none;
  }
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: rgba(21,48,61,0.5);
}
.navbar-inverse .navbar-nav > .open > a {
  background: none;
}
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(21,48,61,0.5);
}
.dropdown-menu > li > a {
  padding: 8px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #5a7699;
}
.page-template-front-page .navbar {
  margin-bottom: 16px;
}
.description-info {
  position: relative;
  padding: 10px 10px 10px 50px;
  margin: 20px 0 10px 0;
  border: 2px solid #ffa500;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.description-info:before {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 30px;
  height: 26px;
  content: '';
  background: center url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='orange' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z'/></svg>") no-repeat;
}
.description-info-link {
  text-decoration: underline;
  cursor: pointer;
}
.popover-discounts-table {
  text-align: center;
}
.popover-discounts-table th {
  padding: 0 10px 8px;
  white-space: nowrap;
}
.popover-discounts-table td {
  padding: 2px 10px;
}
.popover-discounts-table tr:nth-child(2n+2) {
  background: #f1f1f1;
}
.popover {
  max-width: 350px;
}
.popover p {
  font-size: 14px;
}
.popover p + p {
  margin-top: 20px;
}
.vc_message_box-round {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.vc_message_box {
  padding: 1.5em 1.5em 1.5em 5.5em;
}
.table-camera-discounts {
  margin: auto;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  max-width: 400px;
  width: 100%;
}
.table-camera-discounts th {
  padding: 10px 20px;
  white-space: nowrap;
}
.table-camera-discounts td {
  padding: 8px 10px;
}
.table-camera-discounts tr:nth-child(2n+2) {
  background: rgba(0,0,0,0.03);
}
.vc_message_box .vc_message_box-icon + h3 {
  margin-top: 0;
}
.vc_tta-tab:not(.vc_active) > a {
  border: 2px solid #e1e1e1 !important;
  border-bottom: none !important;
  background: #eee !important;
}
.vc_tta-tab.vc_active > a {
  background: #fff !important;
  border: 2px solid #e1e1e1 !important;
  border-bottom: none !important;
}
.woocommerce-tabs:before {
  display: table;
  content: '';
  margin-bottom: 10px;
}
.wpb_wrapper h2,
h2 {
  margin-bottom: 20px;
}
.login-account-tip p + p {
	margin-top: 1em;
}
