@charset "UTF-8";
/*!
Theme Name: Norebro Child
Theme URI: http://norebro.colabr.io/
Author: Colabrio Team
Author URI: http://colabr.io/
Description: Norebro is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: norebro
Text Domain: norebro-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.font-white {
  color: #FFF;
}

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

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

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

.ml-10 {
  margin-left: 10px;
}

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

/* PAGE CONTAINER */
@media (min-width: 1600px) {
  .page-container {
    max-width: 1540px;
  }
}
@media (min-width: 2200px) {
  .page-container {
    max-width: 2140px;
  }
}
.btn, a.btn {
  font-family: "Mukta Vaani" !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn.btn-link, a.btn.btn-link {
  color: #dc8979;
}
.btn.btn-link:hover, a.btn.btn-link:hover {
  color: #dc8979;
  text-decoration: underline;
}
.btn.btn-outline, a.btn.btn-outline {
  padding: 15px 25px 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #edc9bd;
  background-color: #edc9bd;
}
.btn.btn-outline:hover, a.btn.btn-outline:hover {
  background: #FFF;
  color: #3d3d3d;
  border-color: #edc9bd;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header-title h1.page-title {
    hyphens: auto;
  }
}
.breadcrumbs {
  background-color: #a8867e;
  color: #fff;
}

/* typography */
@media (max-width: 768px) {
  .header-title h1.page-title {
    hyphens: auto !important;
  }
}
blockquote p, q p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-family: "Neuton";
  font-size: 22px;
}

#main .post .entry-content h1, #main .post .entry-content h2, #main .post .entry-content h3, #main .post .entry-content h4, #main .post .entry-content h5 {
  font-family: "Neuton", sans-serif;
  font-size: 42px;
  font-weight: 400 !important;
  line-height: 1.2;
  text-transform: none;
}

.icon-box h3 {
  font-size: 45px !important;
  line-height: 55px;
  margin: 0;
}

#masthead .site-title img, #masthead .site-title a img {
  height: 37px;
}

@media (max-width: 768px) {
  #masthead.header-fixed .site-branding .site-title img, #masthead.header-fixed .site-branding .site-title a img {
    max-height: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 769px) {
  #mega-menu-wrap > ul > li > a {
    padding: 0 10px;
  }
}
.subheader .page-container.full {
  padding: 0 25px;
}

#mega-menu-wrap > ul > li > a[data-nav-search] {
  font-size: 18px;
}

@media (max-width: 1096px) {
  #masthead #site-navigation.main-nav {
    background-color: #7b493c;
  }

  #masthead #site-navigation.main-nav, #masthead #site-navigation.main-nav ul li {
    color: #FFF;
  }

  #masthead #site-navigation.main-nav #mega-menu-wrap #primary-menu .mega-menu-item .sub-nav ul.sub-menu {
    background: #7b493c;
  }

  #mega-menu-wrap > ul > li > a[data-nav-search] {
    font-size: 24px;
    color: #FFF;
    padding-left: 32px;
  }
}
h2.title {
  margin: 20px 0;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.header-title h1.page-title {
  font-weight: normal;
  /*text-transform: uppercase;*/
}

/* Title subheading*/
.header-title .subtitle {
  text-transform: none;
}

/* Mobile title area */
@media screen and (max-width: 768px) {
  .header-title h1.page-title {
    font-size: 30px !important;
    line-height: 38px !important;
    padding: 30px 0 0 0;
    word-break: normal;
  }
}
@media screen and (min-width: 1025px) {
  .header-title {
    height: 670px;
    min-height: 670px;
  }
}
#mega-menu-wrap .cta-btn-red a {
  padding: 15px 25px 14px;
  line-height: 1;
  color: #3d3d3d;
  background: #edc9bd;
  border: 1px solid #edc9bd;
  padding: 15px 25px 14px;
  border-radius: 50px;
  font-family: "Mukta Vaani";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

#mega-menu-wrap .cta-btn-red a:hover {
  background: #dc8979;
  opacity: 1;
}

@media screen and (max-width: 1096px) {
  #mega-menu-wrap .cta-btn-red a {
    width: calc(100% - 10px) !important;
    margin-left: 5px;
    color: #3d3d3d !important;
    background: #edc9bd !important;
  }
  #mega-menu-wrap .cta-btn-red a span:before {
    display: none !important;
  }
  #mega-menu-wrap .cta-btn-red a:hover {
    background: #dc8979 !important;
  }
}
/*Main navigatin styles */
#mega-menu-wrap > ul > li {
  font-size: 15px;
}
#mega-menu-wrap > ul > li.has-submenu {
  padding-right: 4px;
}

#mega-menu-wrap > ul > li > a {
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: "Mukta Vaani";
}

@media screen and (min-width: 1096px) {
  #mega-menu-wrap > ul > li.current-menu-item > a:before, #mega-menu-wrap > ul > li.current-menu-ancestor > a:before {
    width: calc(100% - 33px);
    border-color: #edc9bd;
  }
}
.subheader.dsubheader,
.subheader.dsubheader .content {
  max-height: 999px;
  line-height: 1;
}

.dsubheader {
  font-size: 13px;
  background: #272626;
  color: #c1c1c1;
}
.dsubheader a {
  color: #c1c1c1;
  display: inline-block;
}
.dsubheader ul {
  line-height: 34px;
}
.dsubheader ul li {
  line-height: 1;
  border-right: none;
  padding: 0 15px 1px;
}
.dsubheader ul li .icon {
  font-size: 18px;
  color: #e4e4e4;
  line-height: 1;
  width: auto;
  height: auto;
}
.dsubheader .social li {
  padding: 9px 6px 4px;
}
.dsubheader .info ul {
  display: flex;
  padding-top: 1px;
  line-height: 34px;
}
.dsubheader .info ul li {
  padding: 7px 8px 1px;
}
.dsubheader .info ul li:last-child {
  border-right: none;
}
.dsubheader .info .icon {
  margin-top: -3px;
  margin-top: 1px;
  margin-right: 6px;
  color: #e4e4e4;
  vertical-align: middle;
}
.dsubheader .info .lang-item img, .dsubheader .info .lang-item span {
  vertical-align: middle;
}
.dsubheader .info .lang-item img {
  width: 30px;
  height: 15px;
}
.dsubheader .info .lang-item span {
  display: inline-block;
  padding-top: 3px;
}

/* subheader in mobile */
.dsubheader.for-mobile {
  display: none;
}

@media (max-width: 1096px) {
  .dsubheader {
    display: none;
  }

  .dsubheader.for-mobile {
    display: block;
    font-size: 16px;
    background: transparent;
    padding-top: 0;
    padding-bottom: 35px;
  }
  .dsubheader.for-mobile .page-container {
    display: flex;
    flex-direction: column;
  }
  .dsubheader.for-mobile .page-container .left {
    order: 2;
  }
  .dsubheader.for-mobile .page-container .right {
    order: 1;
  }

  .dsubheader.for-mobile ul li .icon {
    font-size: 20px;
    color: #fff;
  }

  .dsubheader.for-mobile .social,
.dsubheader.for-mobile .info {
    float: none;
  }

  .dsubheader.for-mobile .info {
    padding-top: 0;
  }

  .dsubheader.for-mobile .info ul {
    display: flex;
    flex-direction: column;
  }

  .dsubheader.for-mobile .info ul li {
    padding: 5px 5px;
  }
  .dsubheader.for-mobile .info ul li.lang-item {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  max-width: 500px;
  border-radius: 4px;
  overflow: visible;
  box-sizing: border-box;
  max-width: 500px;
  margin: 35px auto;
}

@media (max-width: 600px) {
  .modal__container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
  box-sizing: border-box;
}

.modal__close {
  border: 0;
  padding: 0;
  background: #000;
  box-shadow: 0px 0px 5px 1px #FFF;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.modal__close:hover {
  background: #000;
  color: #FFF;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__content.color-specific * {
  color: inherit;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  z-index: 999;
  position: absolute;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.btn.clv-modal-btn {
  background: none;
  border: none;
  padding: 0 0 3px;
  color: #dc8979;
  text-transform: none;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  letter-spacing: normal;
}

.norebro-icon-box-sc + .clv-modal-btn {
  margin-left: 65px;
}

.clv-modal-btn:hover {
  color: #F6A393;
}

.clv-modal-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #F6A393;
  transition: 0.2s width;
}

.clv-modal-btn:hover:after {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-content, .page-content.with-right-sidebar, .page-content.with-left-sidebar {
    width: 100%;
    padding: 0;
    float: none;
  }

  .page-sidebar {
    float: none !important;
    padding: 30px 25px !important;
  }
}
@media screen and (min-width: 992px) {
  #primary.content-area {
    display: flex;
    flex-direction: row;
  }

  body.error404 #primary.content-area {
    display: block;
    padding-bottom: 60px;
  }
}
.pre-footer {
  background: #7b493c;
}

.pre-footer .with-border .vc_column-inner {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  padding: 45px 35px;
}

.pre-footer h3.title {
  font-size: 40px;
}

.pre-footer .with-border h3 {
  font-size: 23px;
}

.pre-footer .btn-wrap .btn-link {
  color: #dc8979;
}

.pre-footer .with-border .norebro-text-sc p {
  font-size: 15px;
  line-height: 1.6;
}

.pre-footer .icon-box {
  max-height: 68px;
}

.pre-footer .icon-wrap img {
  height: auto;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 8px;
}

.pre-footer p {
  color: #FFF;
}

.pre-footer .with-border .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pre-footer .with-border .wpb_wrapper .norebro-text-sc {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .pre-footer .with-border .vc_column-inner {
    padding-bottom: 15px;
    padding: 25px 15px;
  }

  .pre-footer .with-border .vc_column-inner .wpb_wrapper {
    padding-top: 25px;
  }

  .pre-footer .with-border h3 {
    min-height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .pre-footer .vc_section {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pre-footer .with-border .vc_column-inner {
    padding: 30px 18px;
  }

  .pre-footer .with-border h3 {
    font-size: 16px;
    min-height: 68px;
    margin-bottom: 0px;
    margin-top: 0;
  }
}
.site-footer .footer-newsletter {
  background: #7b493c;
  padding-bottom: 65px;
  text-align: center;
}
.site-footer .footer-newsletter .page-container {
  max-width: 650px;
}
.site-footer .footer-newsletter h2 {
  text-align: center;
  color: #FFF;
  margin: 0 0 35px;
}
.site-footer .footer-newsletter P {
  color: #FFF;
  margin-bottom: 35px;
}
.site-footer .footer-newsletter .inputs {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  font-size: 16px;
}
.site-footer .footer-newsletter .inputs input {
  background: #FFF;
  color: #333;
  max-width: 200px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  height: 45px;
}
.site-footer .footer-newsletter .inputs input:hover, .site-footer .footer-newsletter .inputs input:focus {
  color: #333;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-newsletter .inputs input {
    max-width: 350px;
  }
}
.site-footer .footer-newsletter .inputs button {
  background: #282828;
  border-radius: 0 10px 10px 0;
  border: none;
  outline: none;
  height: 45px;
}
.site-footer .footer-newsletter .inputs button:hover, .site-footer .footer-newsletter .inputs button:focus {
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}
.site-footer .footer-newsletter .message {
  padding: 10px;
  border: 1px solid #365314;
  background: #4D7C0F;
  color: #FFF;
  margin-top: 15px;
  border-radius: 15px;
}

/* fix footer mess up */
@media screen and (max-width: 1044px) {
  .site-footer.sticky {
    position: static;
  }

  body .site-content {
    margin-bottom: 0 !important;
  }
}
.site-footer {
  background-color: #303030;
  background-size: cover;
  color: #ffffff;
}
.site-footer .site-info a, .site-footer .site-info a:hover {
  color: #FFF;
}
.site-footer .widget .widget-title {
  color: #fff;
  font-size: 25px;
}

.site-footer p {
  line-height: 1.3;
}

/* category page */
body.category .page-content.with-right-sidebar, body.tag .page-content.with-right-sidebar {
  padding-top: 80px;
}
body.category .header-title, body.tag .header-title {
  height: 350px;
  min-height: 300px;
}

body.single.single-post .header-title {
  height: 350px;
  min-height: 300px;
}

/* homepage fix */
body.home .nor-hero-title {
  padding-top: 80px;
}

body.home .video-module .title {
  font-size: 20px;
}
body.home .shadow-box-white .icon-box .description {
  display: block;
  margin-top: 10px;
  min-height: 139px;
}

@media (max-width: 768px) {
  body.home .nor-hero-title {
    padding-top: 40px;
  }

  body.home .nor-hero-title .title.subtitle-top {
    font-size: 18px;
    line-height: 1.5;
  }

  .mobile-h-240 {
    height: 240px !important;
  }

  .mobile-h-100 {
    height: 100px !important;
  }

  .d-btn-mobile-center {
    display: block;
  }
}
/* stretch boxes height */
@media all and (min-width: 768px) {
  body.home .home-boxes.vc_row-o-equal-height .wpb_wrapper,
body.home .home-boxes.vc_row-o-equal-height .vc_inner,
body.home .home-boxes.vc_row-o-equal-height .vc_column-inner,
body.home .home-boxes.vc_row-o-equal-height .vc_column-inner .vc_column_container,
body.home .home-boxes.vc_row-o-equal-height .vc_column-inner .vc_column_container .vc_column-inner {
    height: 100%;
  }

  body.home .home-boxes.vc_row.vc_row-o-equal-height > .vc_column_container .vc_column-inner .wpb_wrapper .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  body.home .home-boxes.vc_row.vc_row-o-equal-height .norebro-icon-box-sc {
    flex-grow: 1;
  }

  body.home .home-boxes.vc_row.vc_row-o-equal-height .norebro-button-sc {
    align-self: end;
  }
}
/* make third box on home page features same height in DK and EN */
@media screen and (min-width: 768px) {
  #home-feature-third .norebro-button-sc {
    margin-top: 32px;
    align-self: end;
  }
}
.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-radius: 25px;
  color: #444;
  font-size: 18px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #282828;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.submit-button {
  position: relative;
  display: inline-block;
}
.submit-button .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 1;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

form.submitting .submit-button .has-spinner {
  opacity: 0.5;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

span.wpcf7-list-item {
  margin: 0;
  display: block;
}

.contact-form.flat input[type=text], .contact-form.flat input[type=email], .contact-form.flat select, .contact-form.flat textarea {
  background-color: #fff !important;
  border-color: transparent;
  padding: 12px 15px;
  margin: 15px 0 0 0;
}

.contact-form input[type=submit], .contact-form .btn {
  margin-top: 24px;
}

/* contact form spinner fix */
form.sent .btn-load {
  display: none;
}

.input-fields input[type=checkbox] {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.15s;
  background-color: #fff;
  margin-right: 3px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 4px 0px 0;
  vertical-align: middle;
}

.input-fields input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1em;
  text-align: center;
  color: #000;
  content: "✔";
}

.wpcf7-acceptance label {
  display: flex;
}
.wpcf7-acceptance label input {
  flex-basis: 20px;
  flex-shrink: 0;
}
.wpcf7-acceptance label .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 5px;
}

/* order form */
.order-form .lds-dual-ring {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.order-form .wpcf7-form-control.loading .lds-dual-ring {
  display: inline-block;
}

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

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-template-ordering .site-content {
  background: #f1edea;
}

.order-form-wrapper {
  padding-bottom: 40px;
}

.order-form {
  text-align: left;
  color: #61646a;
  font-size: 15px;
  line-height: 1.5;
}

.order-form b {
  font-weight: 800;
}

.order-form .font-red {
  color: #c93f3f;
  font-weight: 600;
}

.order-form .above-form {
  padding-top: 130px;
  padding-bottom: 40px;
}

.order-form .above-form .steps {
  list-style: none;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b0b0af;
}

/*.order-form .above-form .steps:before {
  content: "";
  background: #737886;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 99%;
}*/
.order-form .above-form .steps li {
  position: relative;
}

.order-form .above-form .steps li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #dc8979;
  bottom: 1px;
  left: -4px;
}

.order-form .above-form .steps li.active:before {
  width: 20px;
  height: 20px;
  bottom: -3px;
}

.order-form .above-form .steps li span {
  display: block;
  position: absolute;
  color: #b0b0af;
  font-size: 13px;
  bottom: -34px;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}

.order-form .above-form .steps li:first-child span {
  transform: translateX(-5px);
}

.order-form .above-form .steps li:last-child:before {
  left: auto;
  right: 0px;
}

.order-form .above-form .steps li:last-child span {
  transform: translateX(-100%);
  left: -3px;
}

.order-form .above-form .steps li.active span {
  font-weight: bold;
  color: #dc8979;
}

/*end steps */
/* input fields */
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap select {
  background: #fff;
  padding: 4px 8px;
}

.order-form .wpcf7-submit,
.order-form .trx_mscf_next {
  font-size: 16px;
  padding: 16px 32px;
}

.order-form .wpcf7-submit::after,
.order-form .trx_mscf_next:after {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  padding-left: 10px;
}

.order-form .back-btn {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #61646a;
}

.order-form .back-btn .fa {
  margin-right: 5px;
}

.order-form label b,
.order-form .the-label {
  color: #666974;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
}

.order-form input[type=submit] {
  background: #1b2030;
  color: #fff;
}

.order-form input[type=submit]:focus,
.order-form input[type=submit]:hover {
  background: #353a4a;
  color: #fff;
}

.order-form .wpcf7-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.order-form .wpcf7-radio .check {
  display: block;
  position: relative;
  height: 30px;
  width: 35px;
  text-align: center;
  padding-top: 3px;
  z-index: 5;
  background-color: #b0b0af;
  transition: background-color 0.25s linear;
  cursor: pointer;
  font-size: 22px;
}

.order-form .wpcf7-radio .check::before {
  color: #b0b0af;
}

.order-form .wpcf7-radio input[type=radio]:checked ~ .check {
  background-color: #dc8979;
}

.order-form .wpcf7-radio input[type=radio]:checked ~ .check::before {
  background-color: #dc8979;
  color: #fff;
}

.order-form .wpcf7-radio .wpcf7-list-item-label {
  display: none;
}

.order-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.order-form .wpcf7-form-control-wrap .select-arrow {
  position: absolute;
  right: 15px;
  top: 25px;
  color: #dc8979;
  pointer-events: none;
}

/* end inputs */
/* footer */
.order-form .footer-buttons {
  padding: 25px 0 20px;
  text-align: right;
}
.order-form .footer-buttons .col:first-child {
  text-align: left;
}

.order-form .footer-buttons .vc_col-sm-6:first-child {
  text-align: left;
}

@media all and (max-width: 768px) {
  .order-form .footer-buttons {
    text-align: center;
    display: flex;
    align-items: center;
  }
  .order-form .footer-buttons .col:first-child {
    text-align: center;
  }
  .order-form .footer-buttons .vc_col-xs-6 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .order-form .footer-buttons .trx_mscf_next,
.order-form .footer-buttons .wpcf7-submit {
    font-size: 14px;
    padding: 14px 6px;
    margin: 0;
    width: 100%;
  }
  .order-form .footer-buttons .trx_mscf_next:after,
.order-form .footer-buttons .wpcf7-submit:after {
    padding-left: 4px;
  }
  .order-form .footer-buttons .back-btn {
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 0;
  }
  .order-form .footer-buttons .back-btn .fa {
    margin-right: 3px;
  }
}
@media all and (max-width: 370px) {
  .order-form .footer-buttons .trx_mscf_next,
.order-form .footer-buttons .wpcf7-submit {
    padding: 10px 9px;
  }
  .order-form .footer-buttons .back-btn {
    margin-top: 7px;
  }
}
.order-form .footer-buttons button {
  text-transform: uppercase;
  position: relative;
}

.order-form .footer-buttons button.loading {
  opacity: 0.7;
}

/* tooltip */
.jBox-container {
  background: #484b51 !important;
  color: #fff;
  padding-top: 30px;
  padding-right: 2px;
}

.jBox-container .jBox-content {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 0px;
  /* Track */
  /* Handle */
}
.jBox-container .jBox-content p {
  color: #fff;
}
.jBox-container .jBox-content::-webkit-scrollbar {
  width: 12px;
}
.jBox-container .jBox-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.jBox-container .jBox-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.jBox-container .jBox-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.5);
}

.jBox-closeButton-box:before {
  display: none;
}

.jBox-closeButton-box .jBox-closeButton {
  right: 5px;
  top: 5px;
  background: transparent;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 13px;
  height: 13px;
}

.jBox-closeButton path {
  fill: #fff;
}

.jBox-content {
  padding: 14px 18px;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
  display: none;
}

@keyframes pulse-icon {
  0% {
    color: #dc8979;
  }
  50% {
    color: #7b493c;
  }
  100% {
    color: #dc8979;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(237, 201, 189, 0.9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(237, 201, 189, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(237, 201, 189, 0);
  }
}
.modal-opener i {
  color: #dc8979;
  font-size: 21px;
  border-radius: 50%;
  line-height: 19px;
  width: 19px;
  height: 19px;
  text-align: center;
  padding-top: 0px;
  background: #fff;
  animation: pulse 3s infinite;
}

.order-form .bottom .info .fa {
  width: 25px;
  height: 25px;
  font-size: 28px;
  line-height: 20px;
  color: #85878b;
}
.order-form .bottom .info .fa:before {
  margin-top: 3px;
  display: inline-block;
}

/* content */
@media screen and (max-width: 768px) {
  .site-main.order-form .vc_row .vc_column_container > .vc_column-inner {
    padding: 0 5px;
  }
}
.order-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.order-form h2 {
  margin-top: 20px;
  font-size: 30px;
}
.order-form h3 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.order-form .font-bold {
  font-weight: bold !important;
  color: #222533;
}

.price-list-wide {
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f4f1;
  margin-bottom: 5px;
}

.price-list-wide li {
  display: flex;
  padding: 10px 0;
}

.price-list-wide li.hidden,
.force-hide {
  display: none !important;
}

.price-list-wide li .text {
  flex: 1;
}

.price-list-wide li .price {
  font-weight: 600;
}

.price-list-wide li b {
  color: #222533;
  text-transform: uppercase;
}

.order-form.step-1 .first-row {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .order-form.step-1 .first-row .vc_col-md-4 {
    margin-bottom: 15px;
  }
}
.order-form.step-1 .options {
  padding-top: 10px;
}

.order-form .options .inside {
  background: #fff;
  padding: 25px 25px 40px;
  position: relative;
  border: 2px solid #fff;
}

@media all and (min-width: 768px) {
  .order-form .options {
    display: flex;
    flex-direction: row;
  }
  .order-form .options .box {
    float: none;
  }
  .order-form .options .inside {
    height: 100%;
  }
}
.order-form .options .box {
  margin-bottom: 25px;
}

.order-form .options .box.active .inside {
  border: 2px solid #dc8979;
}

.order-form .options .inside .head {
  display: flex;
  border-bottom: 1px solid #f0f4f1;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.order-form .options .inside .head .img,
.order-form .options .inside .head img {
  height: 55px;
}

.order-form .options .inside .head .text {
  flex: 1;
  text-align: right;
}

.order-form .options .inside .head h3 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 25px;
}

.order-form .options .inside .head .the-label {
  font-size: 14px;
}

.order-form .box .totals,
.order-form .box .totals li .price {
  font-weight: bold;
  color: #222533;
}

.order-form .box .totals .price-list-wide {
  border: none;
}

.order-form .box .totals .text small {
  display: block;
  font-size: 12px;
}

.order-form .box .totals .text small.hidden {
  display: none;
}

.order-form .marker {
  width: 100%;
  bottom: -1px;
  left: -1px;
  position: absolute;
}

.order-form .info {
  position: absolute;
  right: 27px;
  bottom: 15px;
}

.order-form .notice {
  color: #61646a;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 5px;
}
.order-form .notice.small {
  font-size: 14px;
}

/* step 2 */
.order-form.step-2 .options,
.order-form.step-3 .options {
  margin-top: 35px;
}

@media all and (min-width: 992px) and (max-width: 1560px) {
  .order-form.step-2 .options .list .text {
    height: 52px;
  }
}
/* step 3 */
.order-form .box.one-time .totals .price-list-wide {
  padding-bottom: 0;
  margin-bottom: 2px;
}
.order-form.step-3 .storage small {
  font-weight: 500;
  color: #61646a;
  text-transform: none;
}
.order-form .payment-totals {
  color: #333;
  position: relative;
}
.order-form .payment-totals h3 {
  margin-top: 12px;
}
.order-form .payment-totals table {
  margin-bottom: 0;
}
.order-form .payment-totals.loading:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 5px);
  background: #d3d3d3;
  opacity: 0.5;
  top: -5px;
  left: -10px;
}
@media all and (max-width: 992px) and (min-width: 768px) {
  .order-form.step-3 .options {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1600px) and (min-width: 992px) {
  .order-form.step-3 .options {
    margin-left: -8px;
    margin-right: -8px;
  }
  .order-form.step-3 .box {
    padding-left: 8px;
    padding-right: 8px;
  }
  .order-form.step-3 .inside {
    padding: 10px 10px 36px;
  }
  .order-form.step-3 .options .inside .head img {
    height: 50px;
  }
}
@media all and (max-width: 1180px) and (min-width: 992px) {
  .order-form.step-3 .totals .price .price-value {
    display: block;
  }
}

.order-form .input-fields input[type=text],
.order-form .input-fields input[type=email],
.order-form .input-fields input[type=date],
.order-form .input-fields select {
  background: #fff;
  padding: 10px 15px;
  margin: 8px 0 20px;
  height: auto;
}

.order-form .input-fields input:focus,
.order-form .input-fields select:focus {
  border-color: #737886;
}

.order-form .input-fields input::placeholder {
  color: #b3b6c1;
}

.order-form .terms-conditions {
  margin-bottom: 10px;
  display: block;
}

.order-form.step-4 h4 {
  margin: 20px 0 25px;
}

.order-form .wpcf7-form-control a {
  color: #e83d3d;
}

.order-form .wpcf7-not-valid-tip {
  position: relative;
  top: -5px;
  background: #b33a3a;
  color: #fff;
}
.order-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  top: 0;
  margin: 5px 0 15px;
}
.order-form .hla-person {
  background: #d8d4d1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.order-form .hla-person .title {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 700;
}
.order-form .hla-person label b {
  margin-bottom: 0;
}
.order-form .hla-person .wpcf7-list-item-label {
  padding-left: 5px;
}
.order-form .hla-person span.wpcf7-list-item {
  display: flex;
  padding-bottom: 20px;
}
.order-form .hla-info {
  background: #d8d4d1;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.6;
  padding-left: 42px;
}
.order-form .hla-info .icon {
  font-size: 24px;
  line-height: 7px;
  width: 24px;
  height: 18px;
  margin-left: -29px;
  position: relative;
  margin-top: 2px;
}

.order-form .extra-fees-notice .notice {
  border: 2px solid #7b493c;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  margin-top: 20px;
}

/* success page */
.order-form.success-page .above-form {
  padding-top: 30px;
  padding-bottom: 40px;
}

.order-form.success-page .above-form .phone a {
  color: #e83d3d;
  font-weight: 800;
  font-size: 24px;
}

.order-form.success-page .above-form .phone .icon {
  height: auto;
  width: auto;
  font-size: 34px;
}

.order-form.success-page .form-wrap {
  background: #f1edea;
  padding: 40px 40px;
  margin-bottom: 60px;
}

.order-form.success-page .form-wrap h2 {
  margin: 0;
}

.order-form.success-page .form-wrap .box {
  background: #fff;
  padding: 22px 30px 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.order-form.success-page .form-wrap .box .text {
  flex: 1;
  margin-right: auto;
  max-width: 745px;
}

.order-form.success-page .box-delivery {
  margin-top: 30px;
}

.order-form.success-page .box h4 {
  margin-top: 10px;
}

/* end order form */
.icon-extra-margin .icon-wrap {
  margin-bottom: 20px !important;
}

.cd-timeline-content h2 {
  display: none;
}

.testimonials blockquote p, q p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "Mukta Vaani", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.testimonials.norebro-testimonial-sc blockquote {
  padding-bottom: 8%;
}

.norebro-testimonial-sc .read-more {
  padding-top: 10px;
  text-align: right;
}

.norebro-testimonial-sc .read-more a {
  font-size: 13px;
  font-weight: 600;
}

.norebro-testimonial-sc .read-more .fa {
  padding-left: 4px;
}

@media screen and (min-width: 1024px) {
  .testimonials.norebro-testimonial-sc blockquote {
    min-height: 252px;
  }
}
/* Testimonial styling */
.testimonials .avatar {
  width: 65px;
  height: 65px;
  margin: 0 0 6% 3%;
  border: none;
  position: relative;
}

/*.testimonials .avatar img {
    position: relative;
}*/
.testimonials blockquote {
  background: #ffffff;
  padding: 9%;
  margin-top: -34px;
  position: static;
  min-height: 219px;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 1.5;
}

.testimonials h4 {
  font-size: 12px;
  margin-bottom: 30px;
}

.strong-view ul.simplePagerNav li a {
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px;
}

.strong-view ul.simplePagerNav li.currentPage a {
  background: #dc8979;
  color: #FFF;
}

/* 200-04-03 */
.page-template-template-bobles .site-content {
  background: #e83c3c;
  background: linear-gradient(180deg, #e83c3c 0%, #b12034 100%);
}

.page-container.bobles {
  padding: 0 15px;
}

.bobles .content-area {
  padding-top: 80px;
}

.bobles .entry-content, .bobles .entry-content h2 {
  color: #FFF;
}

.bobles h1 {
  color: #FFF;
  font-size: 55px;
  position: relative;
  line-height: 1.4;
  max-width: 260px;
  font-weight: 700;
}

.bobles h1 span {
  display: inline-block;
  position: absolute;
  top: 18%;
  margin-left: 2%;
}

.bobles h2 {
  font-weight: 700;
}

.bobles .col-text .text {
  padding-bottom: 20px;
  color: #FFF;
}

.bobles .bob-block img {
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
}

/* newsletter bobles */
.boblesnewsb {
  background: #e83c3c;
  padding-top: 0px;
  padding-bottom: 20px;
}

.boblesnewsb .page-container {
  padding: 0 15px;
}

.boblesnewsb h2, .boblesnewsb p, .boblesnewsb input.wpcf7-form-control, .boblesnewsb input::placeholder {
  color: #FFF;
}

.boblesnewsb input::placeholder {
  opacity: 0.6;
}

.boblesnewsb .input-wrap {
  margin-bottom: 20px;
}

.boblesnewsb .input-wrap input:focus {
  border-color: #FFF;
}

.boblesnewsb .submit-wrap {
  padding-bottom: 20px;
  padding-top: 12px;
}

.boblesnewsb input.wpcf7-submit {
  color: #e83c3c;
  background: #FFF;
  border: none;
  border-radius: 19px;
  font-size: 16px;
  padding: 13px 25px;
}

.boblesnewsb .btn-submit {
  display: inline-block;
  position: relative;
}

.boblesnewsb .btn-submit .ajax-loader,
.boblesnewsb .btn-submit .ajax-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.boblesnewsb .btn-submit .ajax-loader {
  position: absolute;
  top: 15px;
  left: 50%;
  background-image: none;
  margin: 0 0 0 -10px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(46, 53, 75, 0.2);
  border-right: 1.1em solid rgba(46, 53, 75, 0.2);
  border-bottom: 1.1em solid rgba(46, 53, 75, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.boblesnewsb span.wpcf7-not-valid-tip {
  color: #2E354B;
}

@media screen and (min-width: 480px) {
  .bobles h1 {
    max-width: 460px;
    font-size: 65px;
  }
}
@media screen and (min-width: 768px) {
  .bobles h1 {
    font-size: 66px;
  }

  .bobles .entry-content h2 {
    margin-top: 15px;
  }

  .bob-block {
    margin-bottom: 100px;
  }

  .bobles .bob-block img {
    margin-bottom: 0;
  }

  .bobles .bob-block .col-images {
    display: grid;
    grid-gap: 15px;
    position: relative;
  }

  .bobles .bob-block .col-images > * {
    z-index: 3;
  }

  .bobles .bob-block-a .col-images:before {
    position: absolute;
    left: 0;
    top: -28%;
    width: 66vw;
    height: 66vw;
    background: #d53239;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
  }

  .bobles .bob-block-a .img-a {
    grid-column: 2/5;
    grid-row: 1;
  }

  .bobles .bob-block-a .img-b {
    grid-column: 1/3;
    grid-row: 2;
  }

  .bobles .bob-block-a .img-c {
    grid-column: 3/5;
    grid-row: 2;
  }

  /* block b */
  .bobles .bob-block-b .col-images {
    align-items: end;
  }

  .bobles .bob-block-b .col-images:before {
    position: absolute;
    right: 7%;
    top: -16%;
    width: 60vw;
    height: 62vw;
    background: #e34848;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
  }

  .bobles .bob-block-b .img-a {
    grid-column: 1/3;
    grid-row: 1;
  }

  .bobles .bob-block-b .img-b {
    grid-column: 3/5;
    grid-row: 1;
  }

  .bobles .bob-block-b .img-c {
    grid-column: 1/5;
    grid-row: 2;
  }

  /* block c */
  .bobles .bob-block-c .col-images:before {
    position: absolute;
    left: 10%;
    top: -12%;
    width: 50vw;
    height: 50vw;
    background: #d53239;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
    max-width: 730px;
    max-height: 730px;
  }

  .bobles .bob-block-c .img-a {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .bobles .bob-block-c .img-b {
    grid-column: 1/3;
    grid-row: 3/5;
  }

  .bobles .bob-block-c .img-c {
    grid-column: 3/5;
    grid-row: 1/5;
    padding-top: 30px;
  }

  .boblesnewsb {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .bobles .content-area {
    padding-top: 120px;
  }

  .bobles h1 {
    margin-top: 0;
    font-size: 76px;
  }

  .boblesnewsb form {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .bobles .content-area {
    padding-top: 160px;
  }

  .bobles .col-text .text, .boblesnewsb p {
    font-size: 20px;
    line-height: 1.75;
    padding-right: 7px;
  }

  .bobles h1 {
    font-size: 100px;
  }

  .bobles .entry-content h2 {
    font-size: 50px;
  }

  .bobles .bob-block-a .col-images {
    padding-top: 55px;
  }

  .bob-block {
    margin-bottom: 150px;
  }

  .bobles .bob-block-c .col-images {
    padding-top: 30px;
  }
}
.video-module .btn-play {
  background-color: #dc8979;
  border-color: #dc8979;
}

/* 2020-04-10 */
@media all and (min-width: 768px) {
  .r-md-eq-columns .wpb_wrapper, .r-md-eq-columns .vc_inner {
    height: 100%;
  }
}
.blog-grid .tags a {
  display: none;
}

.blog-grid.grid-5 header {
  max-height: 300px;
}

.cellaviva-press-releases .grid-item .plus {
  display: none;
}

.single-post .post.category-pressreleaser .entry-content,
.single-post .post.category-press-releases .entry-content {
  padding-top: 50px;
}

/* prices page */
@media all and (max-width: 768px) {
  .prices-page-storage-box .icon-wrap {
    margin-bottom: -30px;
  }

  .prices-page-storage-box .icon-wrap img {
    max-height: 45px;
  }
}
/* baby journey */
/* 200-04-03 */
.page-template-baby-journey-template .site-content {
  background: #ceafa0;
  background: linear-gradient(180deg, #ceafa0 0%, #b29c94 100%);
}

.page-container.bbjourney {
  padding: 0 15px;
}

.bbjourney .content-area {
  padding-top: 80px;
}

.bbjourney .entry-content, .bbjourney .entry-content h2, .bbjourney .entry-content p, .bbjourney .entry-content h4, .bbjourney h1 {
  color: #FFF;
}

.bbjourney h1 {
  font-size: 50px;
}

.bbjourney .bob-block .bbjourney-logo {
  margin-top: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bbjourney h2 {
  font-weight: 700;
}

.bbjourney .col-text .text {
  padding-bottom: 20px;
  color: #FFF;
}

.bbjourney .bob-block img {
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
}

.bbjourney .bob-block-a p {
  color: #FFF;
}

.bbjourney .bob-block-a h3 {
  line-height: 1.5;
  color: #FFF;
}

.bbjourney .bob-block-c ul {
  list-style: none;
  padding: 0;
}

.bbjourney .bob-block-c ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.bbjourney .bob-block-c ul li:before {
  content: "";
  background: #99929d;
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.bbjourney .link-to-shop a {
  background: #b96d5c;
  font-size: 17px;
  border-radius: 28px;
  color: #FFF;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.bbjourney .link-to-shop a:hover, .bbjourney .link-to-shop a:focus {
  text-decoration: none;
}

.bbjourney.podcasts {
  background: #ddb7a7;
  padding-bottom: 40px;
  padding-top: 15px;
}

.bbjourney.podcasts h2 {
  color: #FFF;
  padding-bottom: 25px;
}

.bbjourney.podcasts .single-podcast {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bbjourney .link-to-shop {
    text-align: center;
  }

  .bbjourney .link-to-shop a {
    margin-bottom: 35px;
    margin-top: 10px;
  }

  .bbjourney .bob-block .img-a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .bbjourney .col-text {
    z-index: 5;
    position: relative;
  }

  .bbjourney .bob-block .bbjourney-logo {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .bbjourney .entry-content h2 {
    margin-top: 15px;
  }

  .bob-block {
    margin-bottom: 100px;
  }

  .bbjourney .bob-block img {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
  }

  .bbjourney .bob-block .col-images {
    position: relative;
  }

  .bbjourney .bob-block .col-images > * {
    z-index: 3;
    position: relative;
  }

  .bbjourney .bob-block-a .col-images .img-a:before {
    position: absolute;
    left: -12%;
    top: -40%;
    width: 160%;
    height: 160%;
    background: #dcb6a6;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
  }

  .bbjourney .bob-block-a .img-a {
    z-index: 4;
    position: relative;
  }

  /* block b */
  .bbjourney .bob-block-b .bg-circles {
    /*width: 550px;
    height: 600px;
    right: 0;
    position: absolute;
    z-index: 1;
    background-position: top right;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
    position: absolute;
    left: auto;
    top: -23px;
    width: 150%;
    height: 115%;
    background: #dcb6a6;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
    right: 30px;
  }

  /* block c */
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .bbjourney .bob-block-b .img-a {
    margin-right: 8%;
  }

  .bbjourney .bob-block-b .bg-circles {
    right: 15px;
    /*width: 900px;
    height: 900px;*/
    top: -23px;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .bbjourney .bob-block-c .col-images:before {
    position: absolute;
    left: 14%;
    top: -23%;
    width: 150%;
    height: 140%;
    background: #cbac9f;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 50%;
    max-width: 9999px;
    max-height: 9999px;
  }
}
@media screen and (min-width: 992px) {
  .bbjourney .content-area {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .bbjourney .content-area {
    padding-top: 160px;
  }

  .bbjourney .col-text .text {
    font-size: 18px;
    line-height: 1.75;
    padding-right: 7px;
  }

  .bbjourney .entry-content h2 {
    font-size: 40px;
  }

  .bbjourney .bob-block-a .col-images {
    padding-top: 25px;
  }

  .bob-block {
    margin-bottom: 150px;
  }

  .bbjourney .bob-block-c .img-a {
    margin-left: 8%;
  }

  .bbjourney .bob-block-c .col-images {
    padding-top: 30px;
  }

  .bbjourney .bob-block-c .col-images:before {
    max-width: 99999px;
    max-height: 9999px;
    width: 150%;
    height: 140%;
  }

  .bbjourney h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.cd-container {
  width: 95%;
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 1em 0;
  margin-top: 2em;
  margin-bottom: 3em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: rgba(179, 177, 179, 0.75);
}

.cd-timeline-content h2 {
  margin: 0;
}

.cd-timeline-content .cd-date,
.cd-timeline-content .the-excerpt,
.cd-timeline-content .timeline-express-read-more-link {
  position: relative;
  z-index: 10;
  display: block;
}

.cd-timeline-content .the-excerpt p {
  margin-bottom: 0;
}

.announcement-banner-image {
  border-radius: 3px;
}

.cd-timeline-block {
  width: 100%;
  display: inline-block;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  left: -5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img span.year {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 55px;
  color: #fff;
}

.cd-timeline-img img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-content {
  position: relative;
  margin-left: 70px;
  top: 0;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #b9c5cd;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  margin-bottom: 1em;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
  font-size: 12px;
}

.cd-timeline-title-container + img {
  margin: 0.75em 0;
  width: 100%;
  max-width: 100%;
}

.cd-timeline-title-container + .the-excerpt {
  margin-top: 0.5em;
}

.cd-timeline-title-container .timeline-date {
  font-style: italic;
  display: block;
  margin: 3px 0 0 0;
}

@keyframes cd-reveal-image {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes te-slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes te-slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.cd-timeline-icon-link,
.cd-timeline-icon-link:hover {
  color: transparent;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-decoration: none;
}

#cd-timeline span.fa {
  color: #fff;
  font-size: 23px;
  display: block;
  text-align: center;
  line-height: 52px;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
}

@media only screen and (min-width: 822px) {
  #cd-timeline {
    margin: 3.5em 0;
  }

  #cd-timeline::before {
    left: 0;
    margin-left: -2px;
  }

  #cd-timeline span.fa {
    font-size: 25px;
    line-height: 63px;
    height: 100%;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-reveal-image 0.6s;
  }

  .cd-container {
    width: 100%;
  }

  .cd-timeline-content {
    margin-left: 0;
    top: 8px;
    padding: 1.6em;
    width: 42.5%;
    background: #efefef;
  }

  .cd-timeline-content::before {
    top: 12px;
    left: 100%;
    border-color: transparent transparent transparent #efefef;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 15px;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 12px;
    left: auto;
    right: 100%;
    border-color: transparent;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: te-slide-in-left 0.6s;
  }

  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    animation: te-slide-in-right 0.6s;
  }
}
@media only screen and (min-width: 822px) {
  #cd-timeline .no-icon .cd-timeline-img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-left: -10px;
    transition: all 150ms ease-in;
    transform: scale(1);
    left: 0;
  }

  #cd-timeline .cd-timeline-block.no-icon:hover .cd-timeline-img,
#cd-timeline .cd-timeline-block.no-icon .cd-timeline-img:hover {
    transition: all 150ms ease-in;
    transform: scale(1.25);
  }
}
/**
 * Break Point @ 822px
 */
@media only screen and (max-width: 821px) {
  #cd-timeline::before {
    left: -10px;
  }

  #cd-timeline .cd-timeline-block.no-icon .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: -17px;
    margin-top: 17px;
  }
}
#cd-timeline.horizontal-timeline .no-icon .cd-timeline-img {
  display: block;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 2em;
}

#cd-timeline.single-column::before,
#cd-timeline.single-column.pro::before {
  left: 0px;
}

/** Announcement Containers **/
.cd-timeline-block.single-column {
  width: 100%;
  margin-bottom: 1em;
}

/** 2nd Announcement Container **/
.cd-timeline-block.single-column:nth-child(2) {
  margin-top: 1em !important;
}

.timeline-express.single-column .cd-timeline-block:nth-child(1) {
  margin-top: 0;
}

.timeline-express.single-column .cd-timeline-block {
  margin: 1em 0;
}

/** Icon Contianer */
.cd-timeline-block.single-column.timeline-announcement-left .cd-timeline-icon-link,
.cd-timeline-block.single-column.timeline-announcement-right .cd-timeline-icon-link {
  left: -30px;
}

/** Icon Link Container **/
.cd-timeline-block.single-column .cd-timeline-icon-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/** Announcement Content Container **/
.cd-timeline-block.single-column .cd-timeline-content {
  width: 89%;
  margin-left: 11%;
  float: none;
}

/** Announcement Content Container - Arrow which points at the icon **/
.cd-timeline-block.single-column.timeline-announcement-left .cd-timeline-content::before {
  border-left-color: transparent;
}

/** Announcement Content Container - Arrow which points at the icon **/
.cd-timeline-block.single-column .cd-timeline-content::before {
  left: auto;
  border-left-color: transparent;
}

/** Fix Icon Contianer Alignment **/
.cd-timeline-block.single-column .cd-timeline-img {
  left: -2em;
  margin-left: 0;
}

.cd-timeline-block.single-column .the-excerpt .announcement-banner-image {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 550px) {
  .cd-timeline-block.single-column .cd-timeline-content {
    width: 98%;
  }
}
#cd-timeline.single-column .cd-timeline-block .cd-timeline-img.icon-no-readmore {
  right: auto;
  left: -30px;
}

#cd-timeline.single-column .cd-timeline-block.no-icon .cd-timeline-img.icon-no-readmore {
  right: auto;
  left: -10px;
}

@media only screen and (max-width: 821px) {
  #cd-timeline.single-column .cd-timeline-block.no-icon .cd-timeline-img.icon-no-readmore {
    right: auto;
    left: -10px !important;
  }

  #cd-timeline.single-column .cd-timeline-block .cd-timeline-icon-link .cd-timeline-img {
    left: -20px !important;
  }

  #cd-timeline.single-column .cd-timeline-block .cd-timeline-img.icon-no-readmore {
    left: -20px;
  }

  #cd-timeline.single-column::before {
    left: 3px;
  }
}
#cd-timeline.single-column.pro .cd-timeline-block .cd-timeline-img {
  left: 0;
}

#cd-timeline.single-column.pro .cd-timeline-block .cd-timeline-img.icon-no-readmore {
  left: -30px;
}

#cd-timeline.single-column .icon-rotated-square .cd-timeline-img {
  left: -23px;
}

#cd-timeline.single-column .icon-small-dot .cd-timeline-img {
  left: -13px;
}

#cd-timeline.single-column .icon-square .cd-timeline-img {
  left: -25px !important;
}

#cd-timeline::before {
  background: #dc8979;
}

.cd-timeline-block.single-column .cd-timeline-content::before {
  border-right-color: #f1f1f1 !important;
}

#cd-timeline .cd-timeline-content {
  background: #f1f1f1;
  -webkit-box-shadow: 0 3px 0 #dc8979;
  -moz-box-shadow: 0 3px 0 #dc8979;
  box-shadow: 0 3px 0 #dc8979;
}

@media only screen and (max-width: 821px) {
  .cd-timeline-content::before {
    border-left-color: transparent;
    border-right-color: #f1f1f1;
  }

  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    border-left-color: transparent;
  }
}
/* Timeline settings*/
#cd-timeline::before {
  background: #dc8979;
}
#cd-timeline .cd-timeline-content {
  background: #f1f1f1;
  box-shadow: 0 3px 0 #dc8979;
}

.cd-timeline-block.single-column .cd-timeline-content {
  margin-left: 25px;
}

.the-excerpt h4 {
  margin: 15px 0 15px;
}

hr {
  background-color: #88848e30;
  height: 0px;
}

/* Sidebar setttings */
.widget_recent_entries ul a {
  color: #81848f;
}

.page-sidebar.sidebar-simple, .page-sidebar.sidebar-simple.sidebar-right, .page-sidebar.sidebar-simple.sidebar-left {
  padding: 0px;
}

.page-sidebar.sidebar-simple {
  background: #FBF3F1;
}

.page-sidebar.sidebar-right {
  padding-right: 0px;
}

.boxed, .page-sidebar.sidebar-boxed.sidebar-right, .page-sidebar.sidebar-boxed.sidebar-left {
  padding-left: 0px;
  padding-right: 0px;
}

.widget, .widget p, .widget .subtitle {
  color: #81848e;
}

.page-sidebar {
  padding: 0px 0px;
  background-color: #f1f1f1;
}
.page-sidebar .btn {
  background: #dc8979;
  border: none;
  color: #FFF;
}
.page-sidebar .btn:hover {
  background: #edc9bd;
  color: #333;
}
.page-sidebar .widget-title {
  font-size: 25px;
}

.page-sidebar .widget:first-child > *:first-child {
  margin-top: 0;
  display: none;
  line-height: 0;
}

#sidebar-service-box {
  color: #2e354b;
  padding: 80px 10px 0 50px;
  margin-bottom: 10px;
}
#sidebar-service-box h3 {
  font-size: 25px;
  line-height: 1.48;
  color: #2e354b;
  margin-top: 1px;
}
#sidebar-service-box img {
  margin-bottom: 16px;
}
#sidebar-service-box a, #sidebar-service-box span {
  color: #2e354b;
  font-weight: 600;
}
#sidebar-service-box a.btn {
  background: #dc8979;
}
#sidebar-service-box i.icon {
  line-height: 22px;
  color: #2e354b;
  font-size: 20px;
  margin-right: 10px;
}

#sidebar-bestil-box {
  color: #2e354b;
  padding: 45px 30px 0 50px;
  margin-bottom: 10px;
}
#sidebar-bestil-box h3 {
  font-size: 21px;
  Line-height: 26px;
  color: #2e354b;
  margin-top: 21px;
}

#custom_html-3 {
  padding: 0 0;
}

.widget_recent_entries, #norebro_widget_recent_posts-2, #norebro_widget_recent_posts-3,
#norebro_widget_recent_posts-4, #norebro_widget_recent_posts-5 {
  font-size: 14px;
  padding: 50px 10px 0 50px;
  margin-bottom: 10px;
}

#norebro_widget_socialbar_subscribe-4, #norebro_widget_socialbar_subscribe-1,
.page-sidebar .widget_norebro_widget_socialbar_subscribe {
  padding: 50px 50px 80px;
}

/* Shadow boxes custom */
.shadow-box-white {
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 60px 15px;
}

.box-shadow {
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.2);
}

.shadow-box-white-wide {
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 18px 12px 10px 15px;
}

.shadow-box-white-wide .content-center .wrap {
  padding-left: 10px;
}

.shadow-box-white-wide .description {
  padding-left: 10px;
  margin-top: 2px;
}

p.subtitle {
  margin-top: 3px;
}

/* page and blog page setting */
.page-container.without-breadcrumbs {
  margin-top: 0px;
}

.header-title .tags {
  display: none;
}

.blog-grid .tags a {
  font-size: 7px;
  letter-spacing: 1px;
}

.blog-grid.boxed {
  background: #fff;
}

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

.grecaptcha-badge {
  display: none;
}

.widget_nav_menu {
  font-size: 16px;
}

body.search-results .page-content {
  padding-top: 50px;
}
body.search-results .blog-grid header {
  display: none;
}
body.search-results .page-content.with-right-sidebar .blog-grid.grid-5.boxed {
  padding-left: 15px;
  padding-top: 5px;
  display: block;
  min-height: auto;
}
body.search-results .page-content.with-right-sidebar .blog-grid.grid-5.boxed .content {
  padding: 20px 30px 15px 15px;
}
body.search-results .blog-grid.grid-5 footer {
  padding: 0 20px;
  position: relative;
  transform: none;
  text-align: left;
  height: auto;
  line-height: 1.3;
  top: 16px;
  padding-left: 10px;
}
body.search-results .blog-grid.grid-5 footer .author {
  display: none;
}
body.search-results .blog-grid.grid-5 footer strong {
  display: none;
}
@media (max-width: 1096px) {
  body.search-results .page-content {
    padding-top: 30px;
  }
}
@keyframes FadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.animate-hidden {
  display: none;
  opacity: 0;
  animation: FadeOut 1s ease-in;
}
.animate-hidden.show {
  display: block;
  opacity: 1;
  animation: FadeIn 1s ease-out;
}

.hla-typing-form, .form-darker-fields {
  text-align: left;
  padding-top: 20px;
}
.hla-typing-form input:not([type=submit]),
.hla-typing-form input:not([type=checkbox]),
.hla-typing-form textarea,
.hla-typing-form select, .form-darker-fields input:not([type=submit]),
.form-darker-fields input:not([type=checkbox]),
.form-darker-fields textarea,
.form-darker-fields select {
  line-height: 1.3;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.hla-typing-form label b, .form-darker-fields label b {
  color: #444;
  font-size: 17px;
  font-weight: 600;
}
.hla-typing-form input[type=checkbox] + .wpcf7-list-item-label, .form-darker-fields input[type=checkbox] + .wpcf7-list-item-label {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 4px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  font-size: 17px;
}

.cellaviva-reference {
  position: relative;
  display: inline-block;
  padding: 0 2px;
}
.cellaviva-reference .tooltip-text {
  display: none;
  position: absolute;
  background: #282828;
  padding: 6px 13px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 100vw;
  max-width: 320px;
}
.cellaviva-reference .tooltip-text p {
  margin: 0;
  color: #FFF;
}
.cellaviva-reference .tooltip-text::after {
  content: "";
  background: inherit;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
}
.cellaviva-reference:hover .tooltip-text {
  display: block;
}

.page-template-template-references .header-title {
  height: 350px;
  min-height: 300px;
}
.page-template-template-references .page-content {
  padding-top: 50px;
}
.page-template-template-references .single-ref {
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
  flex-direction: row;
}
.page-template-template-references .single-ref .ref-number {
  position: relative;
  margin-left: -24px;
  margin-right: 3px;
  display: inline-block;
  white-space: nowrap;
}
button.tooltip {
  display: inline-block;
  position: relative;
  cursor: help;
  text-decoration: underline;
  background: none;
  padding: 0;
  font-size: 1rem;
  border: none;
}

.typing-kits-page {
  background: #f1edea;
  padding-bottom: 60px;
}
.typing-kits-page .input-fields {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.typing-kits-page .input-fields.visible {
  padding: 0 15px 15px;
  background: #e7dfd9;
  max-height: none;
  margin-bottom: 20px;
  border-radius: 10px;
}
.typing-kits-page .hla-person {
  background: #e7dfd9;
  border: 1px solid #9c4434;
  border-radius: 10px;
}
.typing-kits-page .hla-person .title {
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 11px;
  font-weight: 700;
  color: #000;
}
.typing-kits-page .wpcf7-form-control a {
  color: #dc8979;
}

.typing-kits-page .input-fields input[type=text],
.typing-kits-page .input-fields input[type=email],
.typing-kits-page .input-fields input[type=date],
.typing-kits-page .input-fields select {
  border: none;
}

.kits-list {
  text-align: left;
}
.kits-list .kit {
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px;
  margin-bottom: 35px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.kits-list .kit-label {
  text-align: right;
  font-size: 13px;
}
.kits-list .kit-label mark {
  display: inline-block;
  background: #db8979;
  color: #FFF;
  position: relative;
  right: -8px;
  line-height: 1.7;
}
.kits-list .title {
  margin: 0;
}
.kits-list .heading {
  flex: 1;
}
.kits-list .image img {
  width: 80px;
  height: 80px;
}
.kits-list .price {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 0;
}
.kits-list .bottom {
  text-align: right;
}
.kits-list .add-to-cart {
  padding: 19px 0 17px;
  font-weight: 600;
  font-size: 14px;
}
.kits-list .add-to-cart .fa {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .kits-list {
    display: flex;
    gap: 10px;
  }
  .kits-list .kit {
    width: 25%;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .typing-kits-page .page-content {
    padding: 0 15px;
  }
}

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