@charset "UTF-8";
/* line 1, ../sass/elements/_buttons.scss */
.btn-sz, #navbarNavDropdown .btn-menu a {
  color: #FFF3E5;
  /* Kolor tekstu */
  position: relative;
  text-decoration: none;
  background-color: #282828;
  /* Tło przycisku w kolorze #282828 */
  border-style: solid;
  border-color: transparent;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  z-index: 1;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease, color 0.3s ease;
  /* Dodanie płynnej zmiany tła i koloru */
  /* Gradient na obramowaniu */
  background-image: linear-gradient(#282828, #282828), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617);
  /* Gradient na obramowaniu */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Gradient tylko na obramowaniu */
}

/* line 21, ../sass/elements/_buttons.scss */
.btn-sz-bg {
  color: #FFF3E5;
  /* Kolor tekstu */
  position: relative;
  text-decoration: none;
  background-color: #282828;
  /* Tło przycisku w kolorze #282828 */
  border-style: solid;
  border-color: transparent;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  z-index: 1;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease, color 0.3s ease;
  /* Dodanie płynnej zmiany tła i koloru */
  /* Gradient na obramowaniu */
  background-image: linear-gradient(#ebc580, #bca05e), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617);
  /* Gradient na obramowaniu */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Gradient tylko na obramowaniu */
}

/* line 41, ../sass/elements/_buttons.scss */
.btn-sz-bg-dark {
  color: #FFF3E5;
  /* Kolor tekstu */
  position: relative;
  text-decoration: none;
  background-color: #121212;
  /* Tło przycisku w kolorze #282828 */
  border-style: solid;
  border-color: transparent;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: inline-block;
  z-index: 1;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease, color 0.3s ease;
  /* Dodanie płynnej zmiany tła i koloru */
  font-weight: bold;
  /* Gradient na obramowaniu */
  background-image: linear-gradient(#121212, #121212), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617);
  /* Gradient na obramowaniu */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Gradient tylko na obramowaniu */
}

/* line 70, ../sass/elements/_buttons.scss */
.temp {
  /* Efekt hover */
}
/* line 72, ../sass/elements/_buttons.scss */
.temp:hover {
  background-image: linear-gradient(94deg, #edc681, #ba9e5c), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617);
  /* Gradient na obramowaniu */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Gradient na tle i obramowaniu */
}

/* line 80, ../sass/elements/_buttons.scss */
.btn-sz-bg {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 80px;
}
/* line 89, ../sass/elements/_buttons.scss */
.btn-sz-bg:focus {
  box-shadow: none;
  outline: none;
}

/* line 95, ../sass/elements/_buttons.scss */
.btn-arrow {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #BA9E5C;
  padding-right: 17px;
  display: table;
}
/* line 102, ../sass/elements/_buttons.scss */
.btn-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 0;
  border-top: 1px solid #BA9E5C;
  border-right: 1px solid #BA9E5C;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, ../sass/layout/_global.scss */
#page {
  max-width: 1920px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

/* line 8, ../sass/layout/_global.scss */
body {
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

/* line 13, ../sass/layout/_global.scss */
p, li {
  font-size: 19px;
  line-height: 1.47;
}
/* line 16, ../sass/layout/_global.scss */
p strong, li strong {
  font-weight: bold;
}

/* line 21, ../sass/layout/_global.scss */
ul {
  padding-left: 0;
}
/* line 23, ../sass/layout/_global.scss */
ul li {
  list-style-type: none;
}

/* line 28, ../sass/layout/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #BA9E5C;
}

/* line 34, ../sass/layout/_global.scss */
.post-item img {
  margin-bottom: 35px;
}
/* line 37, ../sass/layout/_global.scss */
.post-item h2 {
  font-size: 36px;
  line-height: 1;
  color: #FFF3E5;
}
/* line 41, ../sass/layout/_global.scss */
.post-item h2 a {
  color: #FFF3E5;
}
/* line 45, ../sass/layout/_global.scss */
.post-item .post-date {
  line-height: 1.94;
  color: #BA9E5C;
  margin-bottom: 37px;
}
/* line 51, ../sass/layout/_global.scss */
.post-item .post-description p {
  font-size: 22px;
  line-height: 1.68;
  margin-bottom: 64px;
}

/* line 1, ../sass/layout/_header.scss */
.navbar-toggler {
  background: transparent !important;
  float: right;
  margin-top: -10px;
  border: none !important;
  margin-right: 0;
  position: absolute;
  right: 4px;
  top: 31px;
}
/* line 11, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon {
  height: 3px !important;
  width: 28px !important;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 16, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #BA9E5C;
  top: 0;
  left: 50%;
  margin-left: -14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 29, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #BA9E5C;
  left: 50%;
  margin-left: -14px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 43, ../sass/layout/_header.scss */
.navbar-toggler:focus {
  outline: none;
}
/* line 46, ../sass/layout/_header.scss */
.navbar-toggler:hover {
  cursor: pointer;
}
/* line 51, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #BA9E5C;
}
/* line 53, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -8px;
}
/* line 57, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -8px;
}

/* line 65, ../sass/layout/_header.scss */
#wrapper-navbar {
  background-color: #282828;
  position: relative;
  z-index: 999;
}

/* line 71, ../sass/layout/_header.scss */
#main-nav {
  padding: 19px 15px 13px 15px;
}
/* line 73, ../sass/layout/_header.scss */
#main-nav .container {
  max-width: 1920px;
}

/* line 80, ../sass/layout/_header.scss */
#navbarNavDropdown li:not(.btn-menu) a {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 14px;
}
/* line 83, ../sass/layout/_header.scss */
#navbarNavDropdown li:not(.btn-menu) a:hover {
  color: #e0bc78;
}
/* line 88, ../sass/layout/_header.scss */
#navbarNavDropdown .btn-menu {
  margin-left: 11px;
}
/* line 90, ../sass/layout/_header.scss */
#navbarNavDropdown .btn-menu a {
  font-size: 14px;
  padding: 13px 40px;
  border-width: 1px;
}

/* line 99, ../sass/layout/_header.scss */
.dropdown:hover .dropdown-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 999;
  visibility: visible;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 106, ../sass/layout/_header.scss */
.dropdown-menu {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #282828;
  margin-top: 0;
}
/* line 114, ../sass/layout/_header.scss */
.dropdown-menu li a {
  color: #BA9E5C;
}
/* line 116, ../sass/layout/_header.scss */
.dropdown-menu li a:hover {
  background-color: transparent;
}

/* line 4, ../sass/layout/_footer.scss */
.col-footer-2 ul li a, .col-footer-3 ul li a, .col-footer-4 ul li a {
  display: block;
  font-size: 16px;
  line-height: 2.25;
  color: #FFF3E5;
}

/* line 15, ../sass/layout/_footer.scss */
.footer-info li {
  color: #FFF3E5;
}
/* line 17, ../sass/layout/_footer.scss */
.footer-info li a {
  color: #FFF3E5;
}

/* line 23, ../sass/layout/_footer.scss */
.tel-footer {
  position: relative;
  padding-left: 31px;
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF3E5;
}
/* line 31, ../sass/layout/_footer.scss */
.tel-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
}

/* line 43, ../sass/layout/_footer.scss */
.col-footer-5 {
  width: 330px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}

/* line 50, ../sass/layout/_footer.scss */
.address-footer {
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
}
/* line 58, ../sass/layout/_footer.scss */
.address-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 21px;
  top: 0;
  left: 2px;
  background: url(/wp-content/themes/understrap-child-master/images/map-marker-light.svg) no-repeat center top;
}

/* line 70, ../sass/layout/_footer.scss */
.mail-footer {
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
/* line 76, ../sass/layout/_footer.scss */
.mail-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/envelope-open-light.svg) no-repeat center top;
}

/* line 88, ../sass/layout/_footer.scss */
.social-footer-sz {
  display: table;
  margin-left: auto;
}
/* line 91, ../sass/layout/_footer.scss */
.social-footer-sz li {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 94, ../sass/layout/_footer.scss */
.social-footer-sz li:last-child {
  margin-right: 0;
}

/* line 100, ../sass/layout/_footer.scss */
.section-contact-footer {
  background-color: #282828;
  padding-top: 90px;
  padding-bottom: 57px;
}

/* line 106, ../sass/layout/_footer.scss */
.contact-form-box {
  background-color: #121212;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding: 90px 30px 30px 30px;
}

/* line 113, ../sass/layout/_footer.scss */
.col-form-tel p {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 37px;
}
/* line 118, ../sass/layout/_footer.scss */
.col-form-tel p:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/phone-contact.svg) no-repeat center top;
}
/* line 128, ../sass/layout/_footer.scss */
.col-form-tel p a {
  color: #FFF3E5;
}

/* line 134, ../sass/layout/_footer.scss */
.col-contact-form-box {
  width: 490px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}

/* line 141, ../sass/layout/_footer.scss */
.col-form-address {
  margin-bottom: 40px;
}
/* line 143, ../sass/layout/_footer.scss */
.col-form-address p {
  font-size: 15px;
  font-weight: bold;
  color: #FFF3E5;
  padding-left: 37px;
  position: relative;
}
/* line 149, ../sass/layout/_footer.scss */
.col-form-address p:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 21px;
  top: 0;
  left: 4px;
  background: url(/wp-content/themes/understrap-child-master/images/map-marker.svg) no-repeat center top;
}

/* line 167, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input input[type=text], .contact-form-box .wpcf7 .col-input input[type=tel], .contact-form-box .wpcf7 .col-input input[type=email] {
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #FFF3E5;
  border: none;
  border-bottom: 1px solid #222222;
  padding: 13px 13px 13px 37px;
  border-radius: 0 !important;
  height: auto;
  max-width: 100%;
}
/* line 61, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-box .wpcf7 .col-input input[type=text]:-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]:-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]:-moz-placeholder {
  color: #FFF3E5;
}
/* line 64, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-box .wpcf7 .col-input input[type=text]::-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]::-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]::-moz-placeholder {
  color: #FFF3E5;
}
/* line 67, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-box .wpcf7 .col-input input[type=text]:-ms-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]:-ms-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]:-ms-input-placeholder {
  color: #FFF3E5;
}
/* line 56, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-box .wpcf7 .col-input input[type=text]::-webkit-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]::-webkit-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]::-webkit-input-placeholder {
  color: #FFF3E5;
}
/* line 181, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input input[type=text]:focus, .contact-form-box .wpcf7 .col-input input[type=tel]:focus, .contact-form-box .wpcf7 .col-input input[type=email]:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* line 187, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-name {
  margin-bottom: 16px;
}
/* line 189, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-name input {
  background: url(/wp-content/themes/understrap-child-master/images/user-contact.svg) no-repeat 2px center;
}
/* line 193, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-tel {
  margin-bottom: 16px;
}
/* line 195, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-tel input {
  background: url(/wp-content/themes/understrap-child-master/images/phone-contact.svg) no-repeat 2px center;
}
/* line 199, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-mail {
  margin-bottom: 16px;
}
/* line 201, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-mail input {
  background: url(/wp-content/themes/understrap-child-master/images/mail-contact.svg) no-repeat 2px center;
}
/* line 205, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance {
  margin-bottom: 11px;
}
/* line 207, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-form-control-wrap {
  display: table;
  margin-right: auto;
}
/* line 211, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-list-item {
  margin-left: 0;
}
/* line 215, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance input {
  display: none;
}
/* line 220, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 225, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  font-size: 11px;
  color: #646464;
  line-height: 18px;
  padding-left: 37px;
  text-align: left;
  display: table;
}
/* line 233, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #fff;
}
/* line 236, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  background-color: #121212;
  /* Tło przycisku w kolorze #282828 */
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease, color 0.3s ease;
  /* Dodanie płynnej zmiany tła i koloru */
  width: 18px;
  height: 18px;
  left: 4px;
  /* Gradient na obramowaniu */
  background-image: linear-gradient(#121212, #121212), linear-gradient(330deg, #fdc965, #5d4617, #fdc965, #5d4617);
  /* Gradient na obramowaniu */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Gradient tylko na obramowaniu */
}
/* line 258, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #efbe5e;
  border-bottom: 1px solid #efbe5e;
  top: 5px;
  left: 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 999;
}
/* line 276, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 5px;
}
/* line 280, ../sass/layout/_footer.scss */
.contact-form-box .wpcf7 .wpcf7-response-output {
  border: none;
  width: 100%;
  display: table;
  padding: 0;
}

/* line 290, ../sass/layout/_footer.scss */
.col-input-submit input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* line 297, ../sass/layout/_footer.scss */
.contact-footer-wrapper, .contact-footer-wrapper-2 {
  max-width: 560px;
  width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* line 305, ../sass/layout/_footer.scss */
.contact-footer-wrapper {
  padding-bottom: 16px;
}
/* line 307, ../sass/layout/_footer.scss */
.contact-footer-wrapper h2 {
  margin-bottom: 53px;
}
/* line 310, ../sass/layout/_footer.scss */
.contact-footer-wrapper p {
  font-size: 19px;
  line-height: 1.47;
}

/* line 317, ../sass/layout/_footer.scss */
.contact-footer-wrapper-2 p.invite {
  font-size: 19px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 2px;
}

/* line 325, ../sass/layout/_footer.scss */
.col-days {
  font-size: 19px;
  line-height: 2;
}

/* line 330, ../sass/layout/_footer.scss */
.col-hours {
  font-size: 19px;
  line-height: 2;
  font-weight: bold;
}
/* line 334, ../sass/layout/_footer.scss */
.col-hours span {
  display: table;
  margin-left: auto;
  position: relative;
  padding-left: 37px;
}
/* line 339, ../sass/layout/_footer.scss */
.col-hours span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/clock.svg) no-repeat center top;
}

/* line 352, ../sass/layout/_footer.scss */
.section-footer-bottom {
  padding-top: 115px;
}

/* line 356, ../sass/layout/_footer.scss */
.expert-footer-wrapper {
  margin-bottom: 45px;
}
/* line 358, ../sass/layout/_footer.scss */
.expert-footer-wrapper div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 360, ../sass/layout/_footer.scss */
.expert-footer-wrapper div p {
  font-size: 24px;
  line-height: 1.125;
  color: #BA9E5C;
}
/* line 364, ../sass/layout/_footer.scss */
.expert-footer-wrapper div p br {
  display: none;
}
/* line 368, ../sass/layout/_footer.scss */
.expert-footer-wrapper div a {
  font-weight: bold;
  color: #FFF3E5;
  padding-left: 38px;
  position: relative;
}
/* line 373, ../sass/layout/_footer.scss */
.expert-footer-wrapper div a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
}
/* line 385, ../sass/layout/_footer.scss */
.expert-footer-wrapper .expert-footer-img {
  margin-right: 31px;
}

/* line 1, ../sass/pages/_home.scss */
.section-home-top {
  background: url(/wp-content/themes/understrap-child-master/images/main_header_image.png) no-repeat center top;
  padding-top: 116px;
}
/* line 5, ../sass/pages/_home.scss */
.section-home-top .contact-form-box {
  padding: 28px 30px 0 30px;
  position: relative;
}
/* line 8, ../sass/pages/_home.scss */
.section-home-top .contact-form-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 789px;
  height: 789px;
  top: 100%;
  margin-top: -395px;
  left: 50%;
  margin-left: -395px;
  background: url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
  z-index: -1;
}
/* line 21, ../sass/pages/_home.scss */
.section-home-top .contact-form-box .book-home-top {
  font-size: 36px;
  line-height: 1.33;
  color: #BA9E5C;
}
/* line 27, ../sass/pages/_home.scss */
.section-home-top .col-form-address {
  margin-bottom: 13px;
}
/* line 30, ../sass/pages/_home.scss */
.section-home-top a.btn-sz {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 20px 54px;
  display: table;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 40, ../sass/pages/_home.scss */
.col-contact-home-top {
  margin-top: 170px;
}

/* line 44, ../sass/pages/_home.scss */
.home-top-box {
  max-width: 580px;
  padding-bottom: 30px;
}
/* line 47, ../sass/pages/_home.scss */
.home-top-box h1 {
  font-size: 60px;
  line-height: 1.33;
  color: #EDC681;
  margin-bottom: 42px;
}
/* line 53, ../sass/pages/_home.scss */
.home-top-box p {
  font-size: 19px;
  line-height: 1.47;
  margin-bottom: 32px;
}

/* line 61, ../sass/pages/_home.scss */
#home-page-wrapper {
  padding-top: 0;
}

/* line 65, ../sass/pages/_home.scss */
.container-home-top {
  position: relative;
  z-index: 2;
}

/* line 70, ../sass/pages/_home.scss */
.container-home-services {
  position: relative;
  z-index: 1;
}

/* line 75, ../sass/pages/_home.scss */
.services-wrapper {
  position: relative;
  padding-top: 92px;
  margin-top: 40px;
  padding-bottom: 110px;
}
/* line 80, ../sass/pages/_home.scss */
.services-wrapper > h2 {
  font-size: 36px;
  line-height: 1.333;
  max-width: 590px;
}
/* line 85, ../sass/pages/_home.scss */
.services-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -140px;
  bottom: 0;
  background-color: #282828;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  z-index: -1;
}

/* line 102, ../sass/pages/_home.scss */
.services-carousel {
  width: 1554px;
  margin-top: 56px;
}

/* line 108, ../sass/pages/_home.scss */
.service-home h2 {
  font-size: 26px;
  line-height: 1.19;
  color: #FFF3E5;
}
/* line 113, ../sass/pages/_home.scss */
.service-home p {
  font-size: 19px;
  line-height: 1.47;
}
/* line 117, ../sass/pages/_home.scss */
.service-home img {
  display: block;
  margin-bottom: 28px;
}
/* line 121, ../sass/pages/_home.scss */
.service-home h2 {
  margin-bottom: 44px;
}
/* line 124, ../sass/pages/_home.scss */
.service-home a {
  position: absolute;
  bottom: 0;
  padding-right: 16px;
}
/* line 128, ../sass/pages/_home.scss */
.service-home a:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 0;
  border-top: 1px solid #BA9E5C;
  border-right: 1px solid #BA9E5C;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 141, ../sass/pages/_home.scss */
.service-home .service-box {
  max-width: 227px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 44px;
  position: relative;
  height: 100%;
}

/* line 154, ../sass/pages/_home.scss */
.services-carousel-nav {
  margin-top: 100px;
}
/* line 156, ../sass/pages/_home.scss */
.services-carousel-nav ul {
  display: table;
  margin-left: auto;
}
/* line 159, ../sass/pages/_home.scss */
.services-carousel-nav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 161, ../sass/pages/_home.scss */
.services-carousel-nav ul li:first-child {
  margin-right: 24px;
}
/* line 164, ../sass/pages/_home.scss */
.services-carousel-nav ul li div {
  display: block;
}
/* line 166, ../sass/pages/_home.scss */
.services-carousel-nav ul li div:hover {
  cursor: pointer;
}

/* line 174, ../sass/pages/_home.scss */
.section-services-home-2 {
  position: relative;
  z-index: 2;
  margin-top: -57px;
}
/* line 178, ../sass/pages/_home.scss */
.section-services-home-2 h2 {
  margin-bottom: 73px;
}
/* line 181, ../sass/pages/_home.scss */
.section-services-home-2 p {
  margin-bottom: 30px;
}
/* line 184, ../sass/pages/_home.scss */
.section-services-home-2 a {
  padding: 20px 27px;
}
/* line 187, ../sass/pages/_home.scss */
.section-services-home-2 ul {
  margin-bottom: 39px;
}
/* line 189, ../sass/pages/_home.scss */
.section-services-home-2 ul li {
  padding-left: 13px;
  position: relative;
}
/* line 192, ../sass/pages/_home.scss */
.section-services-home-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #BA9E5C;
}

/* line 207, ../sass/pages/_home.scss */
.row-service-2 {
  margin-bottom: 70px;
}

/* line 213, ../sass/pages/_home.scss */
.container-home-services-2 .row:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 217, ../sass/pages/_home.scss */
.container-home-services-2 .row:first-child .col-service-home-2-content {
  padding-top: 120px;
}
/* line 221, ../sass/pages/_home.scss */
.container-home-services-2 .row:last-child {
  margin-bottom: 0;
}

/* line 227, ../sass/pages/_home.scss */
.home-expert-box {
  text-align: center;
  max-width: 270px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 233, ../sass/pages/_home.scss */
.home-expert-box img {
  display: table;
  max-width: 268px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
/* line 242, ../sass/pages/_home.scss */
.home-expert-box h3 {
  font-size: 24px;
  line-height: 1.125;
  margin-bottom: 34px;
}
/* line 247, ../sass/pages/_home.scss */
.home-expert-box p {
  font-size: 18px;
  line-height: 1.3333;
  color: #FFF3E5;
}

/* line 256, ../sass/pages/_home.scss */
.row-home-experts-head h2 {
  font-size: 36px;
  margin-bottom: 65px;
}

/* line 262, ../sass/pages/_home.scss */
.section-home-experts {
  position: relative;
  overflow: hidden;
  padding-top: 308px;
  margin-top: -168px;
}

/* line 269, ../sass/pages/_home.scss */
.home-experts-wrapper {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
}
/* line 274, ../sass/pages/_home.scss */
.home-experts-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  right: -82px;
  bottom: 0;
  background-color: #282828;
  -moz-border-radius-topright: 45px;
  -webkit-border-top-right-radius: 45px;
  border-top-right-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -webkit-border-bottom-right-radius: 45px;
  border-bottom-right-radius: 45px;
  z-index: -1;
}
/* line 288, ../sass/pages/_home.scss */
.home-experts-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 789px;
  height: 789px;
  top: 100%;
  margin-top: -395px;
  left: 50%;
  margin-left: -395px;
  background: url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
  z-index: -1;
}

/* line 303, ../sass/pages/_home.scss */
.container-home-experts {
  position: relative;
}
/* line 305, ../sass/pages/_home.scss */
.container-home-experts:before {
  content: "";
  display: block;
  position: absolute;
  width: 789px;
  height: 789px;
  bottom: 100%;
  margin-bottom: -395px;
  left: -204px;
  background: url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
  z-index: -2;
}

/* line 320, ../sass/pages/_home.scss */
.home-experts-carousel .slick-dots {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}
/* line 327, ../sass/pages/_home.scss */
.home-experts-carousel .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #7f6e4a;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 333, ../sass/pages/_home.scss */
.home-experts-carousel .slick-dots li button:before {
  display: none;
}
/* line 338, ../sass/pages/_home.scss */
.home-experts-carousel .slick-dots li.slick-active button {
  background-color: #ba9e5c;
}

/* line 346, ../sass/pages/_home.scss */
.section-home-video {
  position: relative;
  padding-top: 130px;
  margin-top: -75px;
  padding-bottom: 200px;
}
/* line 351, ../sass/pages/_home.scss */
.section-home-video .video-poster {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 359, ../sass/pages/_home.scss */
.home-video-content-wrapper {
  max-width: 690px;
}
/* line 361, ../sass/pages/_home.scss */
.home-video-content-wrapper .video-text {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.125;
  color: #BA9E5C;
}
/* line 367, ../sass/pages/_home.scss */
.home-video-content-wrapper .video-text-small {
  margin-bottom: 6px;
}
/* line 370, ../sass/pages/_home.scss */
.home-video-content-wrapper h2 {
  margin-bottom: 55px;
}

/* line 375, ../sass/pages/_home.scss */
.col-home-video {
  position: static;
}

/* line 379, ../sass/pages/_home.scss */
.section-opinions {
  text-align: center;
}
/* line 381, ../sass/pages/_home.scss */
.section-opinions h2 {
  color: #282828;
  margin-bottom: 78px;
}

/* line 387, ../sass/pages/_home.scss */
.opinion {
  color: #282828;
}
/* line 389, ../sass/pages/_home.scss */
.opinion p {
  font-size: 26px;
  line-height: 1.65;
  margin-bottom: 48px;
}
/* line 394, ../sass/pages/_home.scss */
.opinion span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.21;
  margin-bottom: 100px;
}

/* line 403, ../sass/pages/_home.scss */
.opinions-wrapper {
  position: relative;
  padding-top: 142px;
  padding-bottom: 114px;
}
/* line 407, ../sass/pages/_home.scss */
.opinions-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 151%;
  top: 0;
  right: -142px;
  bottom: 0;
  background: url(/wp-content/themes/understrap-child-master/images/bg_testimonials.png) no-repeat right center;
  background-size: cover !important;
  -moz-border-radius-topright: 45px;
  -webkit-border-top-right-radius: 45px;
  border-top-right-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -webkit-border-bottom-right-radius: 45px;
  border-bottom-right-radius: 45px;
  z-index: -1;
}
/* line 422, ../sass/pages/_home.scss */
.opinions-wrapper .slick-dots {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  bottom: inherit;
}
/* line 429, ../sass/pages/_home.scss */
.opinions-wrapper .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #957c4c;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 435, ../sass/pages/_home.scss */
.opinions-wrapper .slick-dots li button:before {
  display: none;
}
/* line 440, ../sass/pages/_home.scss */
.opinions-wrapper .slick-dots li.slick-active button {
  background-color: #282828;
}

/* line 448, ../sass/pages/_home.scss */
.home-posts-carousel {
  width: 1730px;
  position: static !important;
  margin-bottom: 0;
}
/* line 452, ../sass/pages/_home.scss */
.home-posts-carousel .post-item {
  margin-right: 130px;
}
/* line 456, ../sass/pages/_home.scss */
.home-posts-carousel .slick-dots {
  position: absolute;
  display: table;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 463, ../sass/pages/_home.scss */
.home-posts-carousel .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #282828;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 469, ../sass/pages/_home.scss */
.home-posts-carousel .slick-dots li button:before {
  display: none;
}
/* line 474, ../sass/pages/_home.scss */
.home-posts-carousel .slick-dots li.slick-active button {
  background-color: #957c4c;
}

/* line 482, ../sass/pages/_home.scss */
.home-blog-wrapper {
  position: relative;
  padding-bottom: 58px;
}

/* line 488, ../sass/pages/_home.scss */
.col-home-blog-head h2 {
  font-size: 36px;
  margin-bottom: 78px;
}

/* line 494, ../sass/pages/_home.scss */
.section-home-blog {
  display: none;
  padding-top: 52px;
  padding-bottom: 70px;
}

/* line 1, ../sass/pages/_service.scss */
#service-page-wrapper {
  padding-top: 0;
  padding-bottom: 90px;
}
/* line 4, ../sass/pages/_service.scss */
#service-page-wrapper h1 {
  margin-bottom: 128px;
}

/* line 9, ../sass/pages/_service.scss */
.section-service-top {
  padding-top: 78px;
  position: relative;
  z-index: 2;
}

/* line 15, ../sass/pages/_service.scss */
.service-main-1 {
  font-size: 36px;
  line-height: 1.333333333333333;
  color: #BA9E5C;
  margin-bottom: 44px;
}

/* line 26, ../sass/pages/_service.scss */
.col-service-top-image {
  text-align: right;
}

/* line 31, ../sass/pages/_service.scss */
.col-background-neon-content h2, .col-background-neon-content h3 {
  margin-bottom: 50px;
}
/* line 34, ../sass/pages/_service.scss */
.col-background-neon-content p {
  margin-bottom: 30px;
}

/* line 39, ../sass/pages/_service.scss */
.background-neon-content-box {
  display: table;
  margin-left: auto;
}
/* line 43, ../sass/pages/_service.scss */
.background-neon-content-box ul li {
  padding-left: 14px;
  position: relative;
}
/* line 46, ../sass/pages/_service.scss */
.background-neon-content-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  background-color: #FFF3E5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 61, ../sass/pages/_service.scss */
.service-background-neon {
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
/* line 65, ../sass/pages/_service.scss */
.service-background-neon:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -140px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
}
/* line 77, ../sass/pages/_service.scss */
.service-background-neon .heading-service-neon {
  margin-bottom: 58px;
}
/* line 81, ../sass/pages/_service.scss */
.service-background-neon .floating-yellow-box {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 63px 20px 20px 20px;
  position: absolute;
  margin-right: -33px;
  margin-bottom: -27px;
  bottom: 0;
  right: 0;
}
/* line 92, ../sass/pages/_service.scss */
.service-background-neon .floating-yellow-box .text-big {
  display: table;
  font-size: 53px;
  color: #282828;
  line-height: .5;
  margin-bottom: 16px;
}
/* line 99, ../sass/pages/_service.scss */
.service-background-neon .floating-yellow-box .text-small {
  font-size: 18px;
  line-height: 1.38;
  color: #282828;
  font-weight: bold;
}

/* line 108, ../sass/pages/_service.scss */
.container-service-background-neon {
  position: relative;
  margin-top: -70px;
}

/* line 114, ../sass/pages/_service.scss */
.container-service-text-left h2, .container-service-text-left h3 {
  margin-bottom: 50px;
}
/* line 117, ../sass/pages/_service.scss */
.container-service-text-left p {
  margin-bottom: 30px;
}
/* line 120, ../sass/pages/_service.scss */
.container-service-text-left img {
  display: table;
  margin-left: auto;
}
/* line 125, ../sass/pages/_service.scss */
.container-service-text-left ul li {
  padding-left: 14px;
  position: relative;
}
/* line 128, ../sass/pages/_service.scss */
.container-service-text-left ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  background-color: #FFF3E5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 143, ../sass/pages/_service.scss */
.neon-bg {
  position: relative;
}
/* line 146, ../sass/pages/_service.scss */
.neon-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 1824px;
  height: 1824px;
  top: -540px;
  right: -400px;
  background: url(/wp-content/themes/understrap-child-master/images/shine-big.svg) no-repeat center top;
}

/* line 158, ../sass/pages/_service.scss */
.col-yellow-box {
  width: 870px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}
/* line 165, ../sass/pages/_service.scss */
.col-yellow-box.bg_left .yellow-box-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 154%;
  top: 0;
  bottom: 0;
  right: -70px;
  background: linear-gradient(to right, #edc681, #ba9e5c);
  -moz-border-radius-topright: 35px;
  -webkit-border-top-right-radius: 35px;
  border-top-right-radius: 35px;
  -moz-border-radius-bottomright: 35px;
  -webkit-border-bottom-right-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: -1;
}
/* line 180, ../sass/pages/_service.scss */
.col-yellow-box.bg_right {
  margin-left: 25%;
}
/* line 183, ../sass/pages/_service.scss */
.col-yellow-box.bg_right .yellow-box-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 154%;
  top: 0;
  bottom: 0;
  left: -70px;
  background: linear-gradient(to right, #ba9e5c, #edc681);
  -moz-border-radius-topleft: 35px;
  -webkit-border-top-left-radius: 35px;
  border-top-left-radius: 35px;
  -moz-border-radius-bottomleft: 35px;
  -webkit-border-bottom-left-radius: 35px;
  border-bottom-left-radius: 35px;
  z-index: -1;
}

/* line 200, ../sass/pages/_service.scss */
.yellow-box-wrapper {
  position: relative;
  padding-top: 45px;
  padding-bottom: 10px;
}
/* line 205, ../sass/pages/_service.scss */
.yellow-box-wrapper h2 {
  color: #282828;
  margin-bottom: 58px;
}
/* line 210, ../sass/pages/_service.scss */
.yellow-box-wrapper ul li {
  position: relative;
  padding-left: 50px;
  line-height: 1;
  color: #282828;
  margin-bottom: 48px;
}
/* line 216, ../sass/pages/_service.scss */
.yellow-box-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/check-circle-solid.svg) no-repeat center top;
}

/* line 234, ../sass/pages/_service.scss */
.service-background-without-neon {
  position: relative;
  padding-top: 67px;
  padding-bottom: 42px;
}
/* line 238, ../sass/pages/_service.scss */
.service-background-without-neon:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -116px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828;
}
/* line 251, ../sass/pages/_service.scss */
.service-background-without-neon h2 {
  margin-bottom: 49px;
}
/* line 254, ../sass/pages/_service.scss */
.service-background-without-neon h3 {
  font-size: 29px;
  margin-bottom: 34px;
}
/* line 258, ../sass/pages/_service.scss */
.service-background-without-neon p {
  margin-bottom: 32px;
}
/* line 261, ../sass/pages/_service.scss */
.service-background-without-neon img {
  display: block;
  margin-left: auto;
  max-width: 512px;
}
/* line 266, ../sass/pages/_service.scss */
.service-background-without-neon .service-bg-1-box {
  display: table;
  margin-left: auto;
  max-width: 512px;
  width: 100%;
}

/* line 274, ../sass/pages/_service.scss */
.row-service-background-without-neon-1 {
  margin-bottom: 59px;
}
/* line 276, ../sass/pages/_service.scss */
.row-service-background-without-neon-1 p.text-large {
  font-size: 36px;
  color: #BA9E5C;
  max-width: 512px;
  display: table;
  width: 100%;
  margin-left: auto;
  padding-top: 56px;
}

/* line 288, ../sass/pages/_service.scss */
.container-service-image-left h2, .container-service-image-left h3 {
  margin-bottom: 50px;
}
/* line 291, ../sass/pages/_service.scss */
.container-service-image-left p {
  margin-bottom: 30px;
}
/* line 295, ../sass/pages/_service.scss */
.container-service-image-left ul li {
  padding-left: 14px;
  position: relative;
}
/* line 298, ../sass/pages/_service.scss */
.container-service-image-left ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  background-color: #FFF3E5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 314, ../sass/pages/_service.scss */
.page-id-50 .service-background-neon, .page-id-52 .service-background-neon {
  padding-bottom: 0;
  padding-top: 135px;
}
/* line 317, ../sass/pages/_service.scss */
.page-id-50 .service-background-neon .row, .page-id-52 .service-background-neon .row {
  position: relative;
  bottom: -34px;
}

/* line 327, ../sass/pages/_service.scss */
.section-service2-top {
  padding-top: 47px;
  position: relative;
  z-index: 2;
}

/* line 336, ../sass/pages/_service.scss */
.row-service-2-top {
  padding-top: 100px;
}

/* line 341, ../sass/pages/_service.scss */
.col-service2-top-content h2, .col-service2-top-content h3 {
  margin-bottom: 58px;
}
/* line 344, ../sass/pages/_service.scss */
.col-service2-top-content p {
  margin-bottom: 30px;
}
/* line 347, ../sass/pages/_service.scss */
.col-service2-top-content p.lead {
  font-size: 26px;
  line-height: 1.192;
  margin-bottom: 42px;
}

/* line 354, ../sass/pages/_service.scss */
.background-neon-image {
  position: relative;
  display: table;
}

/* line 360, ../sass/pages/_service.scss */
.page-id-16 .service-background-neon {
  padding-bottom: 0;
}
/* line 363, ../sass/pages/_service.scss */
.page-id-16 .service-background-neon:before {
  bottom: 104px;
}

/* line 368, ../sass/pages/_service.scss */
.container-4-columns {
  padding-top: 88px;
}
/* line 370, ../sass/pages/_service.scss */
.container-4-columns h2, .container-4-columns h3 {
  font-size: 24px;
  line-height: 1.125;
  margin-bottom: 60px;
}
/* line 375, ../sass/pages/_service.scss */
.container-4-columns p {
  font-size: 18px;
}

/* line 383, ../sass/pages/_service.scss */
.c2-img-box {
  display: table;
  position: relative;
}
/* line 386, ../sass/pages/_service.scss */
.c2-img-box .floating-yellow-box {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 63px 20px 20px 20px;
  position: absolute;
  bottom: -109px;
  left: 52px;
}
/* line 395, ../sass/pages/_service.scss */
.c2-img-box .floating-yellow-box .text-big {
  display: table;
  font-size: 53px;
  color: #282828;
  line-height: .5;
  margin-bottom: 16px;
}
/* line 402, ../sass/pages/_service.scss */
.c2-img-box .floating-yellow-box .text-small {
  font-size: 18px;
  line-height: 1.38;
  color: #282828;
  font-weight: bold;
}

/* line 411, ../sass/pages/_service.scss */
.container-expert-2-columns2 {
  padding-top: 100px;
}
/* line 414, ../sass/pages/_service.scss */
.container-expert-2-columns2 h2, .container-expert-2-columns2 h3 {
  margin-bottom: 56px;
}

/* line 419, ../sass/pages/_service.scss */
.row-col2-2 {
  position: relative;
  margin-top: -90px;
}

/* line 424, ../sass/pages/_service.scss */
#service2-next-level-page-wrapper {
  padding-bottom: 100px;
}

/* line 429, ../sass/pages/_service.scss */
.page-id-18 .col-service-background-without-neon {
  position: relative;
  margin-top: -130px;
}

/* line 435, ../sass/pages/_service.scss */
.container-service-2-yellow-box {
  position: relative;
  z-index: 2;
}

/* line 442, ../sass/pages/_service.scss */
.container-service-without-background-neon {
  position: relative;
  margin-top: -70px;
}
/* line 447, ../sass/pages/_service.scss */
.container-service-without-background-neon .col-neon-content h2, .container-service-without-background-neon .col-neon-content h3 {
  margin-bottom: 50px;
}
/* line 450, ../sass/pages/_service.scss */
.container-service-without-background-neon .col-neon-content p {
  margin-bottom: 30px;
}
/* line 455, ../sass/pages/_service.scss */
.container-service-without-background-neon .neon-content-box {
  display: table;
  margin-left: auto;
}
/* line 460, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon {
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
/* line 464, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -140px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: transparent url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
}
/* line 476, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon .heading-service-neon {
  margin-bottom: 58px;
}
/* line 480, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon .floating-yellow-box {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 63px 20px 20px 20px;
  position: absolute;
  margin-right: -33px;
  margin-bottom: -27px;
  bottom: 0;
  right: 0;
}
/* line 491, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon .floating-yellow-box .text-big {
  display: table;
  font-size: 53px;
  color: #282828;
  line-height: .5;
  margin-bottom: 16px;
}
/* line 498, ../sass/pages/_service.scss */
.container-service-without-background-neon .service-without-background-neon .floating-yellow-box .text-small {
  font-size: 18px;
  line-height: 1.38;
  color: #282828;
  font-weight: bold;
}
/* line 509, ../sass/pages/_service.scss */
.container-service-without-background-neon .neon-bg {
  position: relative;
}
/* line 512, ../sass/pages/_service.scss */
.container-service-without-background-neon .neon-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 1824px;
  height: 1824px;
  top: -540px;
  right: -400px;
  background: url(/wp-content/themes/understrap-child-master/images/shine-big.svg) no-repeat center top;
}

/* line 525, ../sass/pages/_service.scss */
.container-service-image-left {
  z-index: 3;
  position: relative;
}

/* line 530, ../sass/pages/_service.scss */
.container-service-dark-box {
  position: relative;
  z-index: 1;
}
/* line 534, ../sass/pages/_service.scss */
.container-service-dark-box .col-dark-box {
  width: 870px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}
/* line 541, ../sass/pages/_service.scss */
.container-service-dark-box .col-dark-box.bg_left .dark-box-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 154%;
  top: 0;
  bottom: 0;
  right: -70px;
  background: #282828;
  -moz-border-radius-topright: 35px;
  -webkit-border-top-right-radius: 35px;
  border-top-right-radius: 35px;
  -moz-border-radius-bottomright: 35px;
  -webkit-border-bottom-right-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: -1;
}
/* line 556, ../sass/pages/_service.scss */
.container-service-dark-box .col-dark-box.bg_right {
  margin-left: 25%;
}
/* line 559, ../sass/pages/_service.scss */
.container-service-dark-box .col-dark-box.bg_right .dark-box-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 154%;
  top: 0;
  bottom: 0;
  left: -70px;
  background: #282828;
  -moz-border-radius-topleft: 35px;
  -webkit-border-top-left-radius: 35px;
  border-top-left-radius: 35px;
  -moz-border-radius-bottomleft: 35px;
  -webkit-border-bottom-left-radius: 35px;
  border-bottom-left-radius: 35px;
  z-index: -1;
}
/* line 576, ../sass/pages/_service.scss */
.container-service-dark-box .dark-box-wrapper {
  position: relative;
  padding-top: 45px;
  padding-bottom: 10px;
}
/* line 581, ../sass/pages/_service.scss */
.container-service-dark-box .dark-box-wrapper h2 {
  color: #BA9E5C;
  margin-bottom: 58px;
}
/* line 586, ../sass/pages/_service.scss */
.container-service-dark-box .dark-box-wrapper ul li {
  position: relative;
  padding-left: 50px;
  line-height: 1;
  color: #FFF3E5;
  margin-bottom: 48px;
}
/* line 592, ../sass/pages/_service.scss */
.container-service-dark-box .dark-box-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/check-circle-solid-yellow.svg) no-repeat center top;
}

/* line 1, ../sass/pages/_experts.scss */
#experts-page-wrapper {
  padding-top: 75px;
  padding-bottom: 0;
}

/* line 6, ../sass/pages/_experts.scss */
.experts-wrapper {
  position: relative;
  padding-top: 85px;
  padding-bottom: 364px;
  margin-top: 65px;
}
/* line 11, ../sass/pages/_experts.scss */
.experts-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -100px;
  bottom: 0;
  -moz-border-radius-topleft: 60px;
  -webkit-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  -webkit-border-bottom-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
}
/* line 23, ../sass/pages/_experts.scss */
.experts-wrapper .heading-service-neon {
  margin-bottom: 58px;
}
/* line 27, ../sass/pages/_experts.scss */
.experts-wrapper .col-expert {
  margin-bottom: 167px;
}

/* line 33, ../sass/pages/_experts.scss */
.page-template-experts .section-opinions {
  position: relative;
  margin-top: -370px;
  z-index: 999;
  margin-bottom: -35px;
}
/* line 39, ../sass/pages/_experts.scss */
.page-template-experts #wrapper-footer {
  padding-top: 0;
}

/* line 44, ../sass/pages/_experts.scss */
.section-expert-top {
  padding-top: 43px;
}

/* line 49, ../sass/pages/_experts.scss */
.row-main-expert h2 {
  color: #FFF3E5;
  line-height: 1.17;
}

/* line 55, ../sass/pages/_experts.scss */
.expert-info {
  padding-top: 61px;
}
/* line 57, ../sass/pages/_experts.scss */
.expert-info p {
  margin-bottom: 30px;
}

/* line 66, ../sass/pages/_experts.scss */
#expert-page-wrapper {
  padding-bottom: 50px;
}

/* line 70, ../sass/pages/_experts.scss */
.col-expert-short-1 {
  width: 415px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}

/* line 77, ../sass/pages/_experts.scss */
.col-expert-short-2 {
  width: 475px;
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}
/* line 82, ../sass/pages/_experts.scss */
.col-expert-short-2 .expert-box {
  max-width: 385px;
  display: table;
  margin-left: auto;
}

/* line 89, ../sass/pages/_experts.scss */
.expert-bg-wrapper {
  position: relative;
  margin-top: -90px;
  padding-bottom: 80px;
}
/* line 93, ../sass/pages/_experts.scss */
.expert-bg-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 143%;
  top: 140px;
  right: -100px;
  bottom: 0;
  -moz-border-radius-topright: 60px;
  -webkit-border-top-right-radius: 60px;
  border-top-right-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -webkit-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat 137px -413px;
}

/* line 107, ../sass/pages/_experts.scss */
.expert-yellow-box-wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -50px;
  z-index: 2;
}
/* line 113, ../sass/pages/_experts.scss */
.expert-yellow-box-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 160%;
  top: 0;
  bottom: 0;
  left: -100px;
  background: linear-gradient(to right, #edc681, #ba9e5c);
  -moz-border-radius-topleft: 60px;
  -webkit-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  -webkit-border-bottom-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: -1;
}
/* line 126, ../sass/pages/_experts.scss */
.expert-yellow-box-wrapper h2 {
  color: #282828;
  margin-bottom: 58px;
}
/* line 131, ../sass/pages/_experts.scss */
.expert-yellow-box-wrapper ul li {
  position: relative;
  padding-left: 50px;
  line-height: 1;
  color: #282828;
  margin-bottom: 48px;
}
/* line 137, ../sass/pages/_experts.scss */
.expert-yellow-box-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/check-circle-solid.svg) no-repeat center top;
}

/* line 151, ../sass/pages/_experts.scss */
.container-big-yellow-heading {
  padding-top: 200px;
  padding-bottom: 160px;
}
/* line 154, ../sass/pages/_experts.scss */
.container-big-yellow-heading p {
  font-size: 47px;
  line-height: 1;
  color: #BA9E5C;
}

/* line 161, ../sass/pages/_experts.scss */
.container-additional-services {
  position: relative;
  z-index: 2;
}
/* line 164, ../sass/pages/_experts.scss */
.container-additional-services h2 {
  margin-bottom: 85px;
}
/* line 168, ../sass/pages/_experts.scss */
.container-additional-services ul li {
  position: relative;
  padding-left: 50px;
  line-height: 1;
  color: #FFF3E5;
  margin-bottom: 48px;
}
/* line 174, ../sass/pages/_experts.scss */
.container-additional-services ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/check-circle-solid-yellow.svg) no-repeat center top;
}

/* line 188, ../sass/pages/_experts.scss */
.additional-services {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
}
/* line 192, ../sass/pages/_experts.scss */
.additional-services:before {
  content: "";
  display: block;
  position: absolute;
  width: 160%;
  top: 0;
  bottom: 0;
  right: -100px;
  background-color: #282828;
  -moz-border-radius-topright: 60px;
  -webkit-border-top-right-radius: 60px;
  border-top-right-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -webkit-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: -1;
}

/* line 207, ../sass/pages/_experts.scss */
.floating-clients {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 63px 20px 20px 20px;
  position: absolute;
  left: 100%;
  margin-right: 100px;
  top: 80px;
}
/* line 217, ../sass/pages/_experts.scss */
.floating-clients span {
  display: table;
  font-size: 53px;
  color: #282828;
  line-height: .5;
  margin-bottom: 16px;
}
/* line 224, ../sass/pages/_experts.scss */
.floating-clients p {
  font-size: 18px;
  line-height: 1.38;
  color: #282828;
  font-weight: bold;
}

/* line 232, ../sass/pages/_experts.scss */
.expert-section-opinions {
  position: relative;
  margin-top: -65px;
  z-index: 1;
}
/* line 236, ../sass/pages/_experts.scss */
.expert-section-opinions .opinions-wrapper:before {
  right: inherit;
  left: -100px;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

/* line 244, ../sass/pages/_experts.scss */
.multimedia-carousel {
  width: 1720px;
  position: static !important;
  padding-bottom: 120px;
}
/* line 248, ../sass/pages/_experts.scss */
.multimedia-carousel .multimedia-item {
  margin-right: 130px;
}
/* line 250, ../sass/pages/_experts.scss */
.multimedia-carousel .multimedia-item p {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.68;
}
/* line 256, ../sass/pages/_experts.scss */
.multimedia-carousel .multimedia-image {
  margin-bottom: 25px;
  position: relative;
}
/* line 259, ../sass/pages/_experts.scss */
.multimedia-carousel .multimedia-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 86px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -43px;
  background: url(/wp-content/themes/understrap-child-master/images/youtube-brands-solid.svg) no-repeat center top;
  z-index: 2;
}
/* line 273, ../sass/pages/_experts.scss */
.multimedia-carousel .slick-dots {
  position: absolute;
  display: table;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 280, ../sass/pages/_experts.scss */
.multimedia-carousel .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #282828;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 286, ../sass/pages/_experts.scss */
.multimedia-carousel .slick-dots li button:before {
  display: none;
}
/* line 291, ../sass/pages/_experts.scss */
.multimedia-carousel .slick-dots li.slick-active button {
  background-color: #957c4c;
}

/* line 299, ../sass/pages/_experts.scss */
.container-multimedia {
  padding-top: 57px;
  margin-bottom: 16px;
}
/* line 302, ../sass/pages/_experts.scss */
.container-multimedia h2 {
  font-size: 36px;
  margin-bottom: 78px;
}

/* line 309, ../sass/pages/_experts.scss */
.col-expert-2-columns-1 .text-expert-big {
  color: #BA9E5C;
  font-size: 47px;
  line-height: 1;
  margin-bottom: 40px;
}

/* line 321, ../sass/pages/_experts.scss */
.container-expert-2-columns {
  position: relative;
  margin-top: -67px;
  z-index: 3;
}

/* line 327, ../sass/pages/_experts.scss */
.expert-yellow-bg-short {
  position: relative;
  max-width: 444px;
  width: 100%;
  display: table;
  margin-left: auto;
  padding: 100px 0 150px 0;
}
/* line 334, ../sass/pages/_experts.scss */
.expert-yellow-bg-short h2, .expert-yellow-bg-short h3 {
  color: #282828;
  margin-bottom: 72px;
}
/* line 338, ../sass/pages/_experts.scss */
.expert-yellow-bg-short p {
  color: #282828;
}
/* line 341, ../sass/pages/_experts.scss */
.expert-yellow-bg-short:before {
  content: "";
  display: block;
  position: absolute;
  width: 250%;
  top: 0;
  bottom: 0;
  left: -124px;
  background: linear-gradient(to right, #edc681, #ba9e5c);
  -moz-border-radius-topleft: 60px;
  -webkit-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  -webkit-border-bottom-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: -1;
}

/* line 356, ../sass/pages/_experts.scss */
.container-expert-2-columns-without-bg {
  padding-top: 124px;
  padding-bottom: 70px;
}

/* line 362, ../sass/pages/_experts.scss */
.col-2-columns-without-bg-1 p {
  font-size: 47px;
  line-height: 1;
  color: #BA9E5C;
}

/* line 370, ../sass/pages/_experts.scss */
.container-long-yellow-content .long-yellow-content-wrapper {
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-top: -50px;
  z-index: 2;
}
/* line 376, ../sass/pages/_experts.scss */
.container-long-yellow-content .long-yellow-content-wrapper p {
  color: #282828;
  font-size: 26px;
  line-height: 1.65;
}
/* line 381, ../sass/pages/_experts.scss */
.container-long-yellow-content .long-yellow-content-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 160%;
  top: 0;
  bottom: 0;
  left: -90px;
  background: linear-gradient(to right, #edc681, #ba9e5c);
  -moz-border-radius-topleft: 60px;
  -webkit-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  -webkit-border-bottom-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: -1;
}

/* line 2, ../sass/pages/_blog.scss */
.blog h1 {
  margin-bottom: 74px;
}
/* line 6, ../sass/pages/_blog.scss */
.blog .site-main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 3px;
  margin-bottom: 100px;
}
/* line 11, ../sass/pages/_blog.scss */
.blog .site-main:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -115px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
}

/* line 26, ../sass/pages/_blog.scss */
#index-wrapper {
  padding-top: 77px;
}

/* line 30, ../sass/pages/_blog.scss */
.container-blog-list {
  padding-left: 37px;
  padding-right: 37px;
}
/* line 33, ../sass/pages/_blog.scss */
.container-blog-list .row {
  margin-right: -37px;
  margin-left: -37px;
}
/* line 36, ../sass/pages/_blog.scss */
.container-blog-list .row div[class*='col-'] {
  padding-left: 37px;
  padding-right: 37px;
}

/* line 43, ../sass/pages/_blog.scss */
.col-post-big {
  margin-bottom: 60px;
}
/* line 45, ../sass/pages/_blog.scss */
.col-post-big .post-item .post-description p {
  font-size: 19px;
  margin-bottom: 23px;
}

/* line 51, ../sass/pages/_blog.scss */
.col-post-small {
  margin-bottom: 100px;
}
/* line 53, ../sass/pages/_blog.scss */
.col-post-small h2 {
  font-size: 26px;
  line-height: 1.423;
}
/* line 57, ../sass/pages/_blog.scss */
.col-post-small .post-item .post-description p {
  font-size: 19px;
  margin-bottom: 23px;
}

/* line 63, ../sass/pages/_blog.scss */
.blog-pagination {
  max-width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
/* line 69, ../sass/pages/_blog.scss */
.blog-pagination .pagination {
  margin-right: -8px;
  margin-left: -8px;
}
/* line 72, ../sass/pages/_blog.scss */
.blog-pagination .pagination li {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 76, ../sass/pages/_blog.scss */
.blog-pagination .pagination li.active span {
  color: #282828;
  background-color: #BA9E5C;
}
/* line 81, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span, .blog-pagination .pagination li a {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #BA9E5C;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50%;
  border-radius: 50% !important;
  background-color: transparent;
  position: relative;
}
/* line 92, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span:hover, .blog-pagination .pagination li a:hover {
  background-color: #BA9E5C;
  color: #282828;
}
/* line 96, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span:focus, .blog-pagination .pagination li a:focus {
  outline: none;
  box-shadow: none;
}
/* line 100, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.next, .blog-pagination .pagination li a.next {
  color: transparent;
}
/* line 102, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.next:before, .blog-pagination .pagination li a.next:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #BA9E5C;
  border-right: 1px solid #BA9E5C;
}
/* line 117, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.next:hover:before, .blog-pagination .pagination li a.next:hover:before {
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
/* line 123, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.prev, .blog-pagination .pagination li a.prev {
  color: transparent;
}
/* line 125, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.prev:before, .blog-pagination .pagination li a.prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #BA9E5C;
  border-left: 1px solid #BA9E5C;
}
/* line 140, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.prev:hover:before, .blog-pagination .pagination li a.prev:hover:before {
  border-top: 1px solid #282828;
  border-left: 1px solid #282828;
}

/* line 154, ../sass/pages/_blog.scss */
.single h1 {
  margin-bottom: 82px;
}
/* line 159, ../sass/pages/_blog.scss */
.single .entry-header .post-date {
  font-size: 20px;
  line-height: 1.35;
  color: #BA9E5C;
  margin-bottom: 30px;
}
/* line 166, ../sass/pages/_blog.scss */
.single .site-main {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
}

/* line 173, ../sass/pages/_blog.scss */
#single-wrapper {
  padding-top: 77px;
  padding-bottom: 90px;
}

/* line 178, ../sass/pages/_blog.scss */
.single-bg-neon {
  position: relative;
  padding-top: 100px;
  padding-bottom: 3px;
  margin-bottom: 100px;
  z-index: 2;
}
/* line 184, ../sass/pages/_blog.scss */
.single-bg-neon:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -115px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
  z-index: -1;
}
/* line 198, ../sass/pages/_blog.scss */
.single-bg-neon .entry-content {
  padding-top: 36px;
}
/* line 200, ../sass/pages/_blog.scss */
.single-bg-neon .entry-content p.lead {
  font-size: 29px;
  line-height: 1.3;
  margin-bottom: 50px;
}
/* line 205, ../sass/pages/_blog.scss */
.single-bg-neon .entry-content p {
  line-height: 2;
  margin-bottom: 29px;
}
/* line 209, ../sass/pages/_blog.scss */
.single-bg-neon .entry-content h2, .single-bg-neon .entry-content h3 {
  font-size: 29px;
  line-height: 1.3;
  margin-bottom: 41px;
}

/* line 217, ../sass/pages/_blog.scss */
.read-also {
  font-size: 47px;
  line-height: 1;
  color: #BA9E5C;
  margin-bottom: 80px;
}

/* line 224, ../sass/pages/_blog.scss */
.row-related-articles {
  margin-right: -37px;
  margin-left: -37px;
}
/* line 227, ../sass/pages/_blog.scss */
.row-related-articles div[class*='col-'] {
  padding-left: 37px;
  padding-right: 37px;
}
/* line 231, ../sass/pages/_blog.scss */
.row-related-articles .post-item h2 a {
  font-size: 26px;
}
/* line 234, ../sass/pages/_blog.scss */
.row-related-articles .post-item .post-description p {
  font-size: 19px;
  line-height: 2;
  margin-bottom: 3px;
}
/* line 239, ../sass/pages/_blog.scss */
.row-related-articles .post-item img {
  margin-bottom: 25px;
}

/* line 1, ../sass/pages/_pricing.scss */
#pricing-page-wrapper {
  background-size: 1920px 769px !important;
  padding-top: 77px;
}
/* line 4, ../sass/pages/_pricing.scss */
#pricing-page-wrapper h1 {
  padding-bottom: 40px;
}

/* line 9, ../sass/pages/_pricing.scss */
.section-pricing-top {
  position: relative;
  z-index: 2;
}
/* line 12, ../sass/pages/_pricing.scss */
.section-pricing-top h2 {
  font-size: 36px;
  line-height: 1.333;
  margin-bottom: 48px;
}
/* line 20, ../sass/pages/_pricing.scss */
.section-pricing-top img {
  margin-top: 60px;
  display: block;
}

/* line 26, ../sass/pages/_pricing.scss */
.price-item {
  border: 1px solid #BA9E5C;
  background-color: #222222;
  display: flex;
  flex-wrap: wrap;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 13px;
}
/* line 35, ../sass/pages/_pricing.scss */
.price-item .price-name {
  color: #ffffff;
  padding-left: 30px;
  padding-right: 15px;
}
/* line 40, ../sass/pages/_pricing.scss */
.price-item .price-val {
  margin-left: auto;
  font-size: 19px;
  color: #BA9E5C;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 15px;
}

/* line 50, ../sass/pages/_pricing.scss */
.pricing-lists-wrapper {
  padding-top: 160px;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 100px;
  z-index: 2;
}
/* line 56, ../sass/pages/_pricing.scss */
.pricing-lists-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -115px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
  z-index: -1;
}

/* line 71, ../sass/pages/_pricing.scss */
.section-pricing-lists {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}

/* line 77, ../sass/pages/_pricing.scss */
.row-pricing {
  margin-bottom: 80px;
}
/* line 79, ../sass/pages/_pricing.scss */
.row-pricing h2 {
  font-size: 36px;
  margin-bottom: 96px;
}

/* line 86, ../sass/pages/_pricing.scss */
.page-template-pricing .section-opinions {
  position: relative;
  margin-bottom: -100px;
  z-index: 999;
}

/* line 1, ../sass/pages/_contact-page.scss */
#contact-page-wrapper {
  padding-top: 77px;
}

/* line 5, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  margin-top: 70px;
}
/* line 10, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper h2 {
  margin-bottom: 38px;
}
/* line 13, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: -115px;
  bottom: 0;
  -moz-border-radius-topleft: 45px;
  -webkit-border-top-left-radius: 45px;
  border-top-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  -webkit-border-bottom-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #282828 url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
  z-index: -1;
}
/* line 27, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-tel {
  position: relative;
  padding-left: 31px;
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF3E5;
}
/* line 34, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-tel a {
  color: #FFF3E5;
}
/* line 38, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
  background-size: contain !important;
}
/* line 51, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-address {
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
}
/* line 59, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-address:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 18px;
  top: 0;
  left: 2px;
  background: url(/wp-content/themes/understrap-child-master/images/map-marker-light.svg) no-repeat center top;
  background-size: contain !important;
}
/* line 72, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-mail {
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
/* line 78, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-mail a {
  color: #FFF3E5;
}
/* line 81, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-mail:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/envelope-open-light.svg) no-repeat center top;
  background-size: contain !important;
}
/* line 94, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours {
  padding-top: 50px;
}
/* line 96, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours p {
  font-weight: bold;
}
/* line 99, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours .col-contact-days {
  line-height: 2;
}
/* line 102, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours .col-contact-hours {
  font-weight: bold;
  line-height: 2;
}
/* line 105, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours .col-contact-hours span {
  padding-left: 37px;
  display: block;
  position: relative;
}
/* line 109, ../sass/pages/_contact-page.scss */
.contact-neon-wrapper .contact-hours .col-contact-hours span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/clock-light.svg) no-repeat center top;
  background-size: contain !important;
}

/* line 125, ../sass/pages/_contact-page.scss */
.section-contact-top {
  position: relative;
  z-index: 2;
}
/* line 128, ../sass/pages/_contact-page.scss */
.section-contact-top .contact-form-box {
  max-width: 460px;
  margin-left: auto;
  display: table;
  margin-top: 30px;
  position: relative;
}
/* line 134, ../sass/pages/_contact-page.scss */
.section-contact-top .contact-form-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 789px;
  height: 789px;
  top: -270px;
  left: -140px;
  bottom: 0;
  background: url(/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
  z-index: -1;
}

/* line 149, ../sass/pages/_contact-page.scss */
.section-map {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  margin-left: -50px;
}

/* line 156, ../sass/pages/_contact-page.scss */
.section-contact-content {
  padding-top: 45px;
}
/* line 158, ../sass/pages/_contact-page.scss */
.section-contact-content h2 {
  margin-bottom: 50px;
}

/* line 163, ../sass/pages/_contact-page.scss */
.row-contact-content {
  margin-bottom: 55px;
}

/* line 167, ../sass/pages/_contact-page.scss */
.section-transport {
  padding-top: 50px;
}
/* line 169, ../sass/pages/_contact-page.scss */
.section-transport h2 {
  margin-bottom: 38px;
}

/* line 175, ../sass/pages/_contact-page.scss */
.col-bus-transport p {
  padding-left: 60px;
  position: relative;
  line-height: 32px;
  margin-bottom: 27px;
}
/* line 180, ../sass/pages/_contact-page.scss */
.col-bus-transport p:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/bus-alt-light.svg) no-repeat center top;
}

/* line 193, ../sass/pages/_contact-page.scss */
.col-tram-transport p {
  padding-left: 60px;
  position: relative;
  line-height: 32px;
  margin-bottom: 27px;
}
/* line 198, ../sass/pages/_contact-page.scss */
.col-tram-transport p:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 32px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/train-light.svg) no-repeat center top;
}

/* line 213, ../sass/pages/_contact-page.scss */
.col-transport ul li {
  font-size: 30px;
  line-height: 90px;
  color: #EDC681;
  width: 90px;
  height: 90px;
  max-height: 90px;
  text-align: center;
  background-color: #282828;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 5px;
  margin-bottom: 8px;
}
/* line 226, ../sass/pages/_contact-page.scss */
.col-transport ul li:last-child {
  margin-right: 0;
}
