/*!
Theme Name: Linsoteket
Theme URI: http://underscores.me/
Author: Caddiesoft
Author URI: https://caddiesoft.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linsoteket

*/
/* Media */
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
@import url(vendors/css/bootstrap-reboot.min.css);
@import url(vendors/css/bootstrap.min.css);
@import url(vendors/css/bootstrap-grid.min.css);
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base
--------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  src: url("fonts/Mulish-Bold.eot");
  src: url("fonts/Mulish-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Mulish-Bold.woff2") format("woff2"), url("fonts/Mulish-Bold.woff") format("woff"), url("fonts/Mulish-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MulishRegular';
  src: url("fonts/Mulish-Regular.eot");
  src: url("fonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Mulish-Regular.woff2") format("woff2"), url("fonts/Mulish-Regular.woff") format("woff"), url("fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Open Sans", sans-serif;
  color: #6f534b;
  /* headings */ }
  body h1 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h2 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h3 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h4 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h5 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h6 {
    font-family: "Mulish", sans-serif;
    color: #3f302c; }
  body h1 {
    font-size: 56px;
    line-height: 70px; }
  body h2 {
    font-size: 40px;
    line-height: 50px; }
  body h3 {
    font-size: 32px;
    line-height: 40px; }
  @media (max-width: 576px) {
    body h1 {
      font-size: 46px;
      line-height: 60px; }
    body h2 {
      font-size: 30px;
      line-height: 40px; }
    body h3 {
      font-size: 22px;
      line-height: 30px; } }

body {
  background-color: #fef8f7; }
  body .cs-white-section, body.cs-white-section {
    background-color: #ffffff; }
  body.blog {
    background-color: #ffffff; }
  body a.cs-action-btn {
    border-radius: 8px;
    padding: 20px 40px;
    color: #fff;
    background-color: #EF7B5D;
    text-decoration: none;
    display: inline-block;
    font-weight: 700; }
    body a.cs-action-btn:hover {
      background-color: #ed6846; }
  body a.cs-action-link {
    color: #EF7B5D;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 40px;
    display: inline-block; }
    body a.cs-action-link:hover {
      color: #ed6846; }

p, a, span, li {
  transition: .2s ease; }

.cs-pr-1 {
  padding-right: 10%; }
  @media (max-width: 576px) {
    .cs-pr-1 {
      padding-right: 15px; } }

.default-section-padding {
  padding-bottom: 100px; }

.default-section-padding-s {
  padding-bottom: 64px; }

.cs-image-block img {
  border-radius: 8px; }

header#masthead {
  padding: 40px 0 100px; }
  @media (max-width: 991px) {
    header#masthead {
      background-color: #fef8f7;
      padding: 40px 0 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    header#masthead {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    header#masthead .menu-menu-container {
      text-align: center;
      margin-top: 25px; } }
  header#masthead .menu-menu-container ul {
    margin: 0;
    padding: 0; }
    header#masthead .menu-menu-container ul li {
      text-decoration: none;
      display: inline; }
      @media (max-width: 991px) {
        header#masthead .menu-menu-container ul li {
          display: block; } }
      header#masthead .menu-menu-container ul li.cs-call-button a {
        font: 16px/24px "Open Sans", sans-serif;
        color: #ef7b5d;
        font-weight: 700;
        border: 2px solid #ef7b5d;
        padding: 16px 32px;
        border-radius: 8px;
        margin-left: 48px; }
        @media (max-width: 991px) {
          header#masthead .menu-menu-container ul li.cs-call-button a {
            margin-left: 0;
            margin-top: 25px; } }
        header#masthead .menu-menu-container ul li.cs-call-button a:hover {
          color: #fff;
          background-color: #ef7b5d; }
      header#masthead .menu-menu-container ul li a {
        font: 16px/16px "Open Sans", sans-serif;
        color: #6f534b;
        margin-left: 40px; }
        header#masthead .menu-menu-container ul li a:hover {
          opacity: 0.9;
          color: #ef7b5d;
          text-decoration: none; }
        @media (max-width: 991px) {
          header#masthead .menu-menu-container ul li a {
            margin-left: 0;
            margin-bottom: 20px;
            display: block;
            font-size: 18px; } }
      header#masthead .menu-menu-container ul li:first-child a {
        margin-left: 0; }
  header#masthead .navbar-brand img {
    min-width: 180px; }
  header#masthead .navbar-toggler {
    color: #ef7b5d;
    border-color: #ef7b5d; }
    header#masthead .navbar-toggler span {
      display: block;
      height: 2px;
      width: 30px;
      background-color: #ef7b5d;
      margin-bottom: 6px;
      margin-top: 6px; }

footer.site-footer {
  padding: 70px 0 98px;
  z-index: 99;
  position: relative;
  border-top: 2px solid #dddddd; }
  footer.site-footer .cs-brand-label {
    border-radius: 8px;
    border: 2px solid #dddddd;
    width: fit-content;
    position: absolute;
    top: -39px;
    display: inline-flex;
    align-content: stretch;
    background-color: #ffffff; }
    footer.site-footer .cs-brand-label div {
      padding: 24px; }
      footer.site-footer .cs-brand-label div:nth-child(1) {
        border-right: 2px solid #dddddd; }
      footer.site-footer .cs-brand-label div:nth-child(3) {
        border-left: 2px solid #dddddd; }
      footer.site-footer .cs-brand-label div img {
        max-width: 142px;
        min-width: 142px; }
      footer.site-footer .cs-brand-label div a {
        font: 16px/24px "Open Sans" sans-serif;
        color: #000; }
        footer.site-footer .cs-brand-label div a:hover {
          text-decoration: none;
          color: #000;
          opacity: .8; }
    @media (max-width: 767px) {
      footer.site-footer .cs-brand-label {
        left: 0;
        right: 0;
        margin: auto; } }
    @media (max-width: 576px) {
      footer.site-footer .cs-brand-label {
        position: initial;
        display: flex;
        flex-direction: column;
        width: auto;
        text-align: center;
        margin-bottom: 70px; }
        footer.site-footer .cs-brand-label div:nth-child(1) {
          border-right: none;
          border-bottom: 2px solid #dddddd; }
        footer.site-footer .cs-brand-label div:nth-child(3) {
          border-left: none;
          border-top: 2px solid #dddddd; } }
  footer.site-footer p {
    font: 20px/30px "MulishRegular", sans-serif;
    color: #3f302c; }
    @media (max-width: 576px) {
      footer.site-footer p {
        text-align: center; } }
  footer.site-footer span {
    font: 16px/24px "Open Sans" sans-serif;
    color: #6f534b; }
  footer.site-footer .cs-at-widget {
    text-align: right; }
    @media (max-width: 767px) {
      footer.site-footer .cs-at-widget {
        text-align: center;
        margin-top: 35px; } }
  footer.site-footer .menu {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      footer.site-footer .menu {
        text-align: center;
        margin-top: 35px; } }
    footer.site-footer .menu li {
      list-style: none; }
      footer.site-footer .menu li a {
        font: 16px/18px "Open Sans", sans-serif;
        color: #6f534b;
        margin-bottom: 20px;
        display: block; }
        footer.site-footer .menu li a:hover {
          text-decoration: none;
          opacity: .8; }
  footer.site-footer .cs-last-line {
    margin-top: 60px; }
    footer.site-footer .cs-last-line .site-info {
      font: 16px/24px "Open Sans", sans-serif;
      color: #6f534b; }
      @media (max-width: 576px) {
        footer.site-footer .cs-last-line .site-info {
          text-align: center;
          margin-bottom: 30px; } }
      footer.site-footer .cs-last-line .site-info a {
        color: #6f534b; }
    footer.site-footer .cs-last-line .sc-social a:first-child {
      margin-right: 30px; }
    footer.site-footer .cs-last-line .sc-social a:hover {
      opacity: .8; }

/* Layouts
--------------------------------------------- */
.homepage-first-block .cs-content {
  padding-top: 140px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .homepage-first-block .cs-content {
      padding-top: 0;
      padding-bottom: 20px; } }
  .homepage-first-block .cs-content p {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 25px; }
.homepage-first-block .cs-image {
  right: 0; }
  @media (max-width: 991px) {
    .homepage-first-block .cs-image {
      position: initial !important;
      align-self: center !important;
      padding-bottom: 20px; } }

.cs-about {
  padding-top: 200px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .cs-about {
      padding-top: 100px;
      padding-bottom: 50px; } }
  .cs-about p {
    font-size: 18px;
    line-height: 31px; }
  .cs-about img {
    margin-top: 24px; }

.cs-icons-texts {
  padding-bottom: 100px; }
  .cs-icons-texts .container {
    border-radius: 8px;
    background-color: #fef8f7;
    max-width: 1240px;
    padding: 80px 30px 40px; }
    .cs-icons-texts .container h3 {
      margin-top: 16px;
      margin-bottom: 16px; }
    .cs-icons-texts .container p {
      padding-left: 25px;
      padding-right: 25px; }
    .cs-icons-texts .container a {
      color: #ef7b5d;
      text-decoration: none;
      font-weight: 600; }
      .cs-icons-texts .container a:hover {
        opacity: .8; }

.cs-action-block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden; }
  .cs-action-block picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .cs-action-block picture img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .cs-action-block picture:after {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
      display: block; }
  .cs-action-block .container .row > div {
    z-index: 3; }
    .cs-action-block .container .row > div h1 {
      color: #fff; }
    .cs-action-block .container .row > div a {
      font-weight: 700;
      padding: 16px 36px;
      margin-top: 30px; }

.cs-last-articles {
  padding: 100px 0; }
  .cs-last-articles .cs-more-btn {
    text-decoration: none;
    border: 2px solid #ef7b5d;
    color: #ef7b5d;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    margin-bottom: 80px;
    display: inline-block; }
    .cs-last-articles .cs-more-btn:hover {
      background-color: #fef8f7; }

.cs-blog-page header p {
  max-width: 700px;
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 31px; }
.cs-blog-page article {
  margin-bottom: 30px;
  /* first item */
  /* end first item */ }
  .cs-blog-page article > div {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 100%; }
    .cs-blog-page article > div a {
      margin-top: 10px;
      text-decoration: none;
      color: #ef7b5d;
      display: block; }
      .cs-blog-page article > div a:hover span {
        margin-left: 5px; }
  .cs-blog-page article picture a {
    margin: 0;
    padding: 0; }
  .cs-blog-page article picture img {
    max-width: 100%;
    border-radius: 8px;
    max-height: 205px;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .cs-blog-page article picture img {
        max-height: 170px; } }
    @media (max-width: 991px) {
      .cs-blog-page article picture img {
        max-height: initial; } }
    @media (max-width: 767px) {
      .cs-blog-page article picture img {
        max-height: initial; }
        .cs-blog-page article picture img.cs-img-default {
          display: none; } }
  .cs-blog-page article header h2 a {
    color: #3f302c;
    font: 24px/33px Mulish, sans-serif; }
  .cs-blog-page article.cs-first-element {
    position: relative; }
    .cs-blog-page article.cs-first-element .cs-block-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .cs-blog-page article.cs-first-element picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .cs-blog-page article.cs-first-element picture a {
        margin: 0;
        padding: 0;
        height: 100%; }
      .cs-blog-page article.cs-first-element picture img {
        object-fit: cover;
        max-height: initial;
        height: 100%;
        width: 100%; }
        @media (max-width: 767px) {
          .cs-blog-page article.cs-first-element picture img {
            min-height: 100%; } }
    .cs-blog-page article.cs-first-element header,
    .cs-blog-page article.cs-first-element .entry-content,
    .cs-blog-page article.cs-first-element footer {
      position: relative;
      z-index: 2; }
    .cs-blog-page article.cs-first-element footer {
      z-index: 6; }
    .cs-blog-page article.cs-first-element header h2 a {
      font-weight: 700;
      line-height: 60px;
      font-size: 48px; }
    .cs-blog-page article.cs-first-element > div {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .cs-blog-page article.cs-first-element > div a {
        color: #fff; }
      .cs-blog-page article.cs-first-element > div svg path {
        fill: #fff; }
      .cs-blog-page article.cs-first-element > div:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(239, 123, 93, 0.8);
        z-index: 1; }
    @media (max-width: 991px) {
      .cs-blog-page article.cs-first-element {
        min-height: 400px; } }
.cs-blog-page .cs-pagination h2 {
  display: none; }
.cs-blog-page .cs-pagination .nav-links {
  margin-top: 75px;
  margin-bottom: 100px; }
  .cs-blog-page .cs-pagination .nav-links span, .cs-blog-page .cs-pagination .nav-links a {
    display: inline-block;
    padding: 16px;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    color: #3f302c;
    font-weight: 700;
    text-decoration: none; }
  .cs-blog-page .cs-pagination .nav-links span {
    border: 2px solid #dddddd; }

.cs-single-post-item {
  /* entry header */ }
  .cs-single-post-item .entry-header .sc-cats-container {
    margin-bottom: 15px; }
    .cs-single-post-item .entry-header .sc-cats-container span {
      font: 14px/18px "Open Sans";
      color: #fff;
      padding: 8px 12px;
      background-color: #6F534B;
      border-radius: 8px;
      margin-left: 5px;
      margin-right: 5px; }
    .cs-single-post-item .entry-header .sc-cats-container .entry-meta {
      font-size: 18px;
      line-height: 32px; }
  .cs-single-post-item .entry-header .cs-autor-block {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 56px;
    margin-top: 25px;
    margin-bottom: 25px; }
    .cs-single-post-item .entry-header .cs-autor-block img {
      width: 56px;
      height: 56px;
      border-radius: 56px; }
    .cs-single-post-item .entry-header .cs-autor-block span {
      padding: 12px 24px; }
  .cs-single-post-item .entry-header .cs-single-excerpt {
    font-size: 18px;
    line-height: 31.5px; }
  .cs-single-post-item .cs-thumb-post-img img {
    border-radius: 8px; }
  .cs-single-post-item .cs-thumb-post-img .image-caption {
    font-style: italic;
    padding-top: 16px;
    display: block; }
  .cs-single-post-item .cs-white-section:not(.entry-footer) {
    padding-top: 166px;
    margin-top: -116px; }
  .cs-single-post-item .cs-white-section .row {
    margin-bottom: 64px; }
    .cs-single-post-item .cs-white-section .row:last-child {
      margin-bottom: 0;
      padding-bottom: 100px; }
  .cs-single-post-item .cs-action-block {
    padding: 0; }
    .cs-single-post-item .cs-action-block img {
      border-radius: 8px;
      position: relative;
      z-index: 5;
      min-height: 365px; }
    .cs-single-post-item .cs-action-block p {
      font-size: 18px;
      line-height: 31px; }
    .cs-single-post-item .cs-action-block a {
      color: #3f302c;
      text-decoration: none;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600; }
      .cs-single-post-item .cs-action-block a span svg path {
        fill: #3f302c; }
      .cs-single-post-item .cs-action-block a:hover span {
        margin-left: 10px; }
    .cs-single-post-item .cs-action-block .col-md-8 {
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px;
      background: #fef8f7;
      padding-left: 60px;
      margin-left: -15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 767px) {
        .cs-single-post-item .cs-action-block .col-md-8 {
          padding-left: 40px;
          margin-left: auto;
          margin-right: auto;
          padding-bottom: 40px;
          margin-top: -10px;
          border-radius: 8px;
          width: calc( 100% - 30px );
          padding-top: 40px; } }
  .cs-single-post-item .cs-video-block iframe {
    width: inherit;
    border-radius: 8px; }
  .cs-single-post-item .cs-text-container p {
    font-size: 18px;
    line-height: 31.5px; }
  .cs-single-post-item .cs-text-container ul {
    margin-top: 30px; }
    .cs-single-post-item .cs-text-container ul li {
      list-style-type: none;
      background: url("inc/img/list-icon.svg") no-repeat;
      padding-left: 36px;
      background-position-y: 2px;
      margin-bottom: 10px; }
  .cs-single-post-item .entry-footer {
    padding-top: 80px;
    border-top: 2px solid #dddddd; }
    .cs-single-post-item .entry-footer h2 {
      margin-bottom: 40px; }
    .cs-single-post-item .entry-footer .cs-r-item img {
      max-height: 250px;
      border-radius: 8px;
      object-fit: cover;
      width: 100%; }
      @media (max-width: 767px) {
        .cs-single-post-item .entry-footer .cs-r-item img {
          margin-top: 25px; } }
    .cs-single-post-item .entry-footer .cs-r-item h4 {
      font-weight: 600;
      margin-top: 20px;
      color: #3f302c; }
      .cs-single-post-item .entry-footer .cs-r-item h4 a {
        font-weight: 600;
        margin-top: 20px;
        color: #3f302c; }
    .cs-single-post-item .entry-footer .cs-r-item a {
      color: #ef7b5d;
      text-decoration: none;
      font-weight: 600; }
      .cs-single-post-item .entry-footer .cs-r-item a:hover span {
        margin-left: 10px; }

body.single-post #masthead {
  background-color: #fef8f7; }

.cs-services-page .cs-list-container {
  margin-top: 80px;
  margin-bottom: 80px; }
  .cs-services-page .cs-list-container > div {
    margin-bottom: 32px; }
.cs-services-page .cs-list-section {
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 35px;
  position: relative;
  transition: ease .2s; }
  .cs-services-page .cs-list-section .cs-block-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .cs-services-page .cs-list-section .cs-price {
    display: inline-block;
    margin-bottom: 60px; }
    .cs-services-page .cs-list-section .cs-price span {
      border-radius: 8px;
      border: 2px solid #ef7b5d;
      font: 16px/20px "Open Sans";
      font-weight: 600;
      color: #ef7b5d;
      padding: 8px 12px; }
  .cs-services-page .cs-list-section .cs-content p {
    line-height: 28px; }
  .cs-services-page .cs-list-section .cs-content a {
    color: #3f302c;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 3; }
    .cs-services-page .cs-list-section .cs-content a svg path {
      fill: #3f302c; }
    .cs-services-page .cs-list-section .cs-content a:hover span {
      margin-left: 10px; }
  .cs-services-page .cs-list-section.cs-list-section-first {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    background-color: #EF7B5D; }
    .cs-services-page .cs-list-section.cs-list-section-first .cs-price span {
      border-radius: 8px;
      border: 2px solid #fff;
      font: 18px/22px "Open Sans";
      font-weight: 600;
      color: #fff;
      padding: 8px 12px; }
    .cs-services-page .cs-list-section.cs-list-section-first .cs-content h3 {
      color: #fff; }
    .cs-services-page .cs-list-section.cs-list-section-first .cs-content p {
      color: #fff; }
    .cs-services-page .cs-list-section.cs-list-section-first .cs-content a {
      color: #fff; }
      .cs-services-page .cs-list-section.cs-list-section-first .cs-content a svg path {
        fill: #fff; }
  .cs-services-page .cs-list-section:hover {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    background-color: #EF7B5D; }
    .cs-services-page .cs-list-section:hover .cs-price span,
    .cs-services-page .cs-list-section:hover h4, .cs-services-page .cs-list-section:hover p, .cs-services-page .cs-list-section:hover a {
      color: #fff;
      border-color: #fff;
      transition: ease .2s; }
    .cs-services-page .cs-list-section:hover svg path {
      fill: #fff !important;
      transition: ease .2s; }
.cs-services-page .cs-service-action-block {
  position: relative;
  padding: 100px 0 120px; }
  .cs-services-page .cs-service-action-block h2 {
    margin-bottom: 30px;
    color: #fff; }
  .cs-services-page .cs-service-action-block picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .cs-services-page .cs-service-action-block picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cs-services-page .cs-service-action-block .container {
    position: relative;
    z-index: 2; }
  .cs-services-page .cs-service-action-block:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

.single-service .cs-service-first-block-container {
  padding-bottom: 32px; }
  .single-service .cs-service-first-block-container span {
    font: 18px/22px "Open Sans";
    font-weight: 600;
    color: #3f302c;
    border: 2px solid #3f302c;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 16px;
    padding: 12px 16px; }
  .single-service .cs-service-first-block-container p {
    font: 18px/31px "Open Sans"; }
  .single-service .cs-service-first-block-container a {
    display: inline-block; }
  .single-service .cs-service-first-block-container img {
    z-index: 2;
    position: relative;
    border-radius: 8px;
    margin-top: 80px; }
  .single-service .cs-service-first-block-container.cs-white-stripe {
    position: relative; }
    .single-service .cs-service-first-block-container.cs-white-stripe:after {
      content: '';
      width: 100%;
      height: 132px;
      background-color: #ffffff;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
.single-service .cs-text-container {
  padding-bottom: 32px;
  padding-top: 32px; }
  .single-service .cs-text-container p {
    font-size: 18px;
    line-height: 31.5px; }
.single-service .cs-white-section:last-child {
  padding-bottom: 135px; }
.single-service .sc-testimonial-item {
  text-align: center;
  padding-bottom: 32px;
  padding-top: 32px; }
  .single-service .sc-testimonial-item > div {
    background-color: #EF7B5D;
    border-radius: 8px;
    padding: 84px 40px 73px; }
    .single-service .sc-testimonial-item > div p {
      font: 24px/33.5px MulishRegular;
      color: #fff; }
    .single-service .sc-testimonial-item > div span {
      font: 18px/22.5px "Open Sans";
      color: #fff; }
  .single-service .sc-testimonial-item img {
    margin-bottom: -60px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 120px; }
@media (max-width: 991px) {
  .single-service header#masthead {
    /**background-color: initial;*/ } }
.single-service .cs-action-block {
  padding: 0; }
  .single-service .cs-action-block img {
    border-radius: 8px;
    position: relative;
    z-index: 5;
    min-height: 365px; }
  .single-service .cs-action-block p {
    font-size: 18px;
    line-height: 31px; }
  .single-service .cs-action-block a {
    color: #3f302c;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
    .single-service .cs-action-block a span svg path {
      fill: #3f302c; }
    .single-service .cs-action-block a:hover span {
      margin-left: 10px; }
  .single-service .cs-action-block .col-md-8 {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background: #fef8f7;
    padding-left: 60px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .single-service .cs-action-block .col-md-8 {
        padding-left: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        margin-top: -10px;
        border-radius: 8px;
        width: calc( 100% - 30px );
        padding-top: 40px; } }
.single-service .cs-service-button {
  padding-bottom: 64px; }

.cs-map-container iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -5px; }

.cs-address p {
  line-height: 31.5px; }
@media (min-width: 767px) {
  .cs-address > p {
    max-width: 430px; } }
.cs-address > a {
  text-decoration: none;
  border: 2px solid #ef7b5d;
  color: #ef7b5d;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  display: inline-block; }
  .cs-address > a:hover {
    background-color: #fef8f7; }
.cs-address > div {
  margin-top: 32px; }
  .cs-address > div p {
    font-size: 20px;
    line-height: 30px;
    color: #3f302c; }
    .cs-address > div p span {
      font-size: 18px;
      display: block;
      line-height: 24px;
      color: #6f534b; }
  .cs-address > div a {
    text-decoration: none;
    color: #ef7b5d;
    font-weight: 600; }
    .cs-address > div a:hover span {
      margin-left: 10px; }

@media (max-width: 991px) {
  .cs-form {
    margin-bottom: 30px;
    margin-top: 30px; } }
@media (min-width: 991px) {
  .cs-form {
    margin-bottom: -100px; } }
.cs-form > div {
  border-radius: 8px;
  background-color: #EF7B5D;
  padding: 64px 40px 40px; }
  .cs-form > div h2 {
    color: #fff;
    text-align: center; }
  .cs-form > div p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 31.5px; }
.cs-form form {
  position: relative;
  z-index: 3; }
  .cs-form form br {
    display: none; }
  .cs-form form p {
    margin: 0;
    padding: 0; }
  .cs-form form label {
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    line-height: 24.5px;
    width: 100%;
    margin-bottom: 15px; }
    .cs-form form label span {
      display: block; }
  .cs-form form input, .cs-form form textarea {
    width: 100%;
    background: none;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 16px 10px;
    color: #fff; }
    .cs-form form input:focus, .cs-form form input:active, .cs-form form textarea:focus, .cs-form form textarea:active {
      outline: none;
      border: 2px solid #fff; }
  .cs-form form textarea {
    max-height: 210px; }
  .cs-form form .wpcf7-submit {
    background: #fff;
    color: #EF7B5D; }
  .cs-form form .ajax-loader,
  .cs-form form .wpcf7-response-output,
  .cs-form form .wpcf7-not-valid-tip {
    position: absolute; }
  .cs-form form .wpcf7-not-valid-tip {
    bottom: 0;
    right: 8px;
    text-transform: lowercase; }
  .cs-form form .ajax-loader {
    right: 10px;
    margin: 0 auto;
    bottom: 35px; }
  .cs-form form .wpcf7-response-output {
    bottom: -85px;
    border-radius: 8px;
    background-color: #fff; }

/* youtube lazyload container */
.yt-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* youtube lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */
.yt-lazyload::before {
  content: '';
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  /*16:9 ratio*/
  background-color: #000; }

/* youtube lazyload wrap */
.yt-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit; }

/* youtube lazyload content */
.yt-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  background-image: var(--yt-lazyload-img);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

/* play-btn */
.yt-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23EF7B5D'/%3E%3Cpath d='M31.333 30.6633C31.333 29.081 33.0835 28.1253 34.4145 28.981L52.0493 40.3176C53.274 41.1049 53.274 42.8951 52.0493 43.6824L34.4145 55.019C33.0835 55.8747 31.333 54.919 31.333 53.3367V30.6633Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-size: calc(35px + 10%) auto;
  background-repeat: no-repeat; }

/* play-btn:hover */
.yt-lazyload-playbtn:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23EF7B5D'/%3E%3Cpath d='M31.333 30.6633C31.333 29.081 33.0835 28.1253 34.4145 28.981L52.0493 40.3176C53.274 41.1049 53.274 42.8951 52.0493 43.6824L34.4145 55.019C33.0835 55.8747 31.333 54.919 31.333 53.3367V30.6633Z' fill='white'/%3E%3C/svg%3E%0A"); }

/* iframe */
.yt-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0; }

/* vimeo lazyload container */
.vi-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* vimeo lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */
.vi-lazyload::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  /*16:9 ratio*/
  background-color: #000; }

/* vimeo lazyload wrap */
.vi-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit; }

/* vimeo lazyload content */
.vi-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  background-image: var(--vi-lazyload-img);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

/* play-btn */
.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23EF7B5D'/%3E%3Cpath d='M31.333 30.6633C31.333 29.081 33.0835 28.1253 34.4145 28.981L52.0493 40.3176C53.274 41.1049 53.274 42.8951 52.0493 43.6824L34.4145 55.019C33.0835 55.8747 31.333 54.919 31.333 53.3367V30.6633Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-size: calc(35px + 10%) auto;
  background-repeat: no-repeat; }

/* play-btn:hover */
.vi-lazyload-playbtn:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23EF7B5D'/%3E%3Cpath d='M31.333 30.6633C31.333 29.081 33.0835 28.1253 34.4145 28.981L52.0493 40.3176C53.274 41.1049 53.274 42.8951 52.0493 43.6824L34.4145 55.019C33.0835 55.8747 31.333 54.919 31.333 53.3367V30.6633Z' fill='white'/%3E%3C/svg%3E%0A"); }

/* iframe */
.vi-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
  background-color: #000; }

.vi-lazyload,
.yt-lazyload {
  border-radius: 8px; }

/* Carousel (testimonials)
--------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotateZ(0); }
  100% {
    transform: rotateZ(360deg); } }
.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  will-change: transform; }
.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  .splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }
  .splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7; }
    .splide__pagination__page.is-active {
      transform: scale(1.4);
      background: white; }
    .splide__pagination__page:hover {
      cursor: pointer;
      opacity: .9; }
    .splide__pagination__page:focus {
      outline: none; }

.splide {
  position: relative;
  visibility: hidden;
  outline: none; }

.splide__slide {
  position: relative;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  flex-shrink: 0; }
  .splide__slide img {
    vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }
  .splide__arrow svg {
    width: 1.2em;
    height: 1.2em; }
  .splide__arrow:hover {
    cursor: pointer;
    opacity: .9; }
  .splide__arrow:focus {
    outline: none; }
  .splide__arrow--prev {
    left: 1em; }
    .splide__arrow--prev svg {
      transform: scaleX(-1); }
  .splide__arrow--next {
    right: 1em; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  user-select: none; }

.splide--ttb > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0); }
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__arrows .splide__arrow--prev {
    top: 1em; }
    .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__arrows .splide__arrow--prev svg {
      transform: rotateZ(-90deg); }
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em; }
    .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__arrows .splide__arrow--next svg {
      transform: rotateZ(90deg); }
.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translate(0, 50%); }

.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1); }
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1); }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }
  .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: black; }
  .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }
  .splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0; }
    .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
      position: relative;
      z-index: 1;
      opacity: 1; }

.cs-slider-block .splide__track {
  padding-top: 60px;
  padding-bottom: 30px; }
  .cs-slider-block .splide__track .splide__list .splide__slide {
    background-color: #EF7B5D;
    margin-right: 15px;
    padding: 0 40px 40px;
    border-radius: 8px; }
    .cs-slider-block .splide__track .splide__list .splide__slide img {
      width: 120px;
      margin-top: -60px; }
    .cs-slider-block .splide__track .splide__list .splide__slide p {
      color: #fff;
      font: 24px/33px MulishRegular, sans-serif;
      margin: 24px auto 8px; }
    .cs-slider-block .splide__track .splide__list .splide__slide span {
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      opacity: .75; }
.cs-slider-block .splide__pagination {
  bottom: 0; }
  .cs-slider-block .splide__pagination li {
    margin-left: 10px; }
    .cs-slider-block .splide__pagination li:first-child {
      margin-left: 0; }
    .cs-slider-block .splide__pagination li button {
      width: 8px;
      height: 8px;
      background: #dddddd; }
      .cs-slider-block .splide__pagination li button.is-active {
        background: #6f534b;
        transform: scale(1.5); }

/* Bootstrap
--------------------------------------------- */

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


