/* 
    Theme name: Anielski
    Theme uri: https://anielski.com
    Description: Anielski Website
    Version: 07052021-01
    Author: RZ/DSGN/CO
*/
/* ------------------------------------------------------------ */
/* MIXINS --------------------------------------------- */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* FIXING & BASICS --------------------------------------------- */
/* ------------------------------------------------------------ */
pre {
  display: none; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 0 !important;
  overflow-x: hidden;
  overflow-y: hidden; }

html {
  overflow-y: scroll; }

body:before {
  top: 0; }

body:after {
  bottom: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  position: relative; }

p:empty:before {
  content: none; }

/* ::-webkit-scrollbar {
  width: 0px; //remove scrollbar space
  // background: transparent; / optional: just make scrollbar invisible
}

// optional: show position indicator in red
::-webkit-scrollbar-thumb {
  background: #ff0000;
}  */
.container-1200 {
  width: 1140px;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1199px) {
  .container-1200 {
    width: 100%;
    padding: 0 1.5rem; } }
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  overflow: visible;
  position: relative; }

/* ------------------------------------------------------------ */
/* THEME WPEDITOR / WYSIWYG ----------------------------------------- */
/* ------------------------------------------------------------ */
.wpeditor-wysiwyg {
  display: block;
  position: relative;
  width: 100%; }
  .wpeditor-wysiwyg h2 {
    font-size: 2rem;
    font-weight: 500; }
  .wpeditor-wysiwyg h3,
  .wpeditor-wysiwyg h4,
  .wpeditor-wysiwyg h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #cf962e;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .wpeditor-wysiwyg h6 {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 150%;
    color: black;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px lightgray; }
  .wpeditor-wysiwyg ol {
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 140%;
    padding-left: 25px;
    margin-bottom: 1.5rem; }
    .wpeditor-wysiwyg ol li {
      padding-left: 10px;
      line-height: 140%; }
      .wpeditor-wysiwyg ol li::marker {
        font-weight: 700;
        color: #cf962e; }
  .wpeditor-wysiwyg ul {
    list-style: circle;
    font-weight: 500;
    font-size: 1.05rem;
    padding-left: 25px;
    margin-bottom: 1.5rem; }
    .wpeditor-wysiwyg ul li {
      padding-left: 10px;
      line-height: 140%; }
      .wpeditor-wysiwyg ul li::marker {
        color: #cf962e; }
  .wpeditor-wysiwyg a {
    background-image: linear-gradient(90deg, #cf962e, #cf962e);
    background-size: 100% 10%;
    background-position: 0 95%;
    background-repeat: no-repeat; }
    .wpeditor-wysiwyg a:hover {
      color: #cf962e; }

.wp-block-image img {
  width: 100%;
  height: auto; }

.wp-block-embed {
  margin: 1.5rem 0 !important; }

figure.wp-block-embed-vimeo iframe {
  width: 100%;
  height: 500px; }

.wp-block-quote {
  margin: 0 !important;
  padding: 0 !important; }
  .wp-block-quote p {
    font-size: 1.5rem;
    font-weight: 700;
    border-left: solid 5px #cf962e;
    padding-left: 20px;
    line-height: 120% !important;
    margin: 30px 0;
    color: #cf962e; }

@media screen and (max-width: 700px) {
  .wp-block-embed iframe {
    height: 300px !important; } }
@media screen and (max-width: 440px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    width: 100%;
    margin: 0; }

  figure.wp-block-embed-vimeo iframe {
    height: 300px; } }
/* ------------------------------------------------------------ */
/* THEME VARIABLES------------------------------------------------- */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* THEME DESIGN CONSTANTS ------------------------------------------- */
/* ------------------------------------------------------------ */
html {
  font-family: "Fira Sans", sans-serif; }
  html {
    font-size: 16px; }
    @media screen and (min-width: 440px) {
      html {
        font-size: calc( 16px + 4 * ((100vw - 440px) / 552) ); } }
    @media screen and (min-width: 992px) {
      html {
        font-size: 20px; } }

h1 {
  font-size: 3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  line-height: 110%;
  color: #cf962e;
  display: block;
  position: relative;
  margin-bottom: 2rem; }

@media screen and (max-width: 440px) {
  h1 {
    font-size: 2.75rem; } }
h2 {
  font-size: 2.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  line-height: 110%;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  color: black; }

h3 {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  color: black; }

h4 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
  margin-bottom: 0.25rem;
  color: black; }

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: black;
  display: block;
  position: relative;
  margin-bottom: 1rem; }

a {
  text-decoration: none !important;
  color: black; }
  a:hover {
    color: black; }

/* PAGE 404 LAYOUT DESIGN ================================================================= */
.contentwrapper-page404 {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 100px 0; }
  .contentwrapper-page404 h1 {
    color: black; }
  .contentwrapper-page404 a {
    padding: 10px 30px;
    color: black;
    background: white;
    border-radius: 15px;
    font-size: 18px;
    display: inline-block;
    margin-top: 40px;
    border: solid 3px black;
    font-weight: 800; }
    .contentwrapper-page404 a:hover {
      border: solid 3px black;
      color: black; }

/* PRIVACY POLICIES PAGE ================================================================= */
.contentwrapper-privacy {
  margin-bottom: 100px; }
  .contentwrapper-privacy h1 {
    width: 80%; }
  .contentwrapper-privacy .post-main-content {
    width: 75%;
    display: block;
    position: relative;
    margin: 0 auto; }

/* ------------------------------------------------------------ */
/* IMPORTS--------------------------------------------- */
/* ------------------------------------------------------------ */
/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
.contentwrapper-header {
  margin-bottom: 100px; }
  .contentwrapper-header .button-showsearch-closeicon {
    background: url(img/x-icon.svg) no-repeat !important; }
  .contentwrapper-header form.customsearch {
    display: flex;
    width: 100%;
    background: #ececec;
    transition: all 1s;
    position: relative;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .contentwrapper-header form.customsearch input {
      width: 100%;
      padding: 10px;
      font-weight: 300;
      border: solid 1px lightgray; }
    .contentwrapper-header form.customsearch button {
      padding: 8px 0;
      border: none;
      background: transparent;
      height: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      margin-right: 20px; }
      .contentwrapper-header form.customsearch button:hover svg {
        fill: black; }
    .contentwrapper-header form.customsearch svg {
      width: auto;
      height: 100%;
      fill: gray; }
  .contentwrapper-header .show-searchform {
    top: 0 !important;
    padding: 10px !important;
    margin-top: 15px !important;
    max-height: 70px !important;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .contentwrapper-header #nav-desktop {
    top: -15px;
    height: 100px;
    z-index: 10;
    position: relative; }
    .contentwrapper-header #nav-desktop .topnav-logo {
      position: absolute;
      float: left;
      height: 80px;
      width: 100%;}
      .contentwrapper-header #nav-desktop .topnav-logo img {
        height: 100%;
        position: absolute; }
    .contentwrapper-header #nav-desktop .topnav-logo-small {
      display: none; }
    .contentwrapper-header #nav-desktop .nav-blog-button {
      background: #cf962e;
      padding: 10px 20px;
      position: relative;
      float: right;
      color: white;
      border-radius: 5px;
      top: 25px;
      line-height: 1;
      border: solid 2px #cf962e;
      margin-left: 8px;
      font-size: 20px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 300; }
      .contentwrapper-header #nav-desktop .nav-blog-button:hover {
        color: #cf962e;
        border: solid 2px #cf962e;
        background: white; }
    .contentwrapper-header #nav-desktop ul {
      float: right;
      margin-right: 10px;
      padding-inline-start: 0;
      list-style: none;
      position: relative;
      top: 20px; }
      .contentwrapper-header #nav-desktop ul li {
        display: inline-block;
        position: relative; }
        .contentwrapper-header #nav-desktop ul li a {
          text-decoration: none;
          position: relative;
          display: inline-block;
          width: 100%;
          cursor: pointer;
          padding: 10px;
          font-weight: 300;
          font-family: "Barlow Condensed", sans-serif;
          font-size: 22px; }
          .contentwrapper-header #nav-desktop ul li a:hover {
            color: #cf962e !important; }
    .contentwrapper-header #nav-desktop .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 99;
      min-width: 180px;
      max-height: 0; }
      .contentwrapper-header #nav-desktop .sub-menu li {
        width: 100%; }
      .contentwrapper-header #nav-desktop .sub-menu a {
        color: black;
        font-weight: 700;
        position: relative;
        display: inline-block;
        width: 100%;
        background: #f5f5f5;
        border-radius: 8px; }
    .contentwrapper-header #nav-desktop ul li:hover > .sub-menu {
      display: block; }
    .contentwrapper-header #nav-desktop li.menu-item-has-children > a {
      margin-right: 18px; }
      .contentwrapper-header #nav-desktop li.menu-item-has-children > a:after {
        content: "";
        background: url(img/arrow-down-sign-to-navigate.png) no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 12px;
        right: auto;
        opacity: 0.5;
        margin-left: 5px; }
    .contentwrapper-header #nav-desktop .nav-desktop-topsection {
      height: 60px;
      padding: 10px 0;
      border-bottom: dotted 1px black;
      top: 15px;
      position: relative; }
      .contentwrapper-header #nav-desktop .nav-desktop-topsection a {
        float: right;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        padding: 5px 8px;
        border: solid 1px lightgray;
        margin-right: 12px;
        font-size: 15px;
        color: lightgray; }
      .contentwrapper-header #nav-desktop .nav-desktop-topsection .button-showsearch {
        float: right;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        background: none;
        border: none;
        outline: none;
        height: 25px;
        width: 25px;
        opacity: 0.25;
        background: url(img/001-loupe.svg) no-repeat;
        background-size: cover;
        transition: all 0.8s ease; }
        .contentwrapper-header #nav-desktop .nav-desktop-topsection .button-showsearch:active {
          border: none;
          outline: none; }
  .contentwrapper-header #sidemenu {
    position: fixed;
    height: 100vh;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 1s ease;
    visibility: hidden;
    background: black;
    z-index: 70;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 15px lightgray;
    padding-top: 80px; }
    .contentwrapper-header #sidemenu ul {
      text-decoration: none;
      list-style: none;
      font-size: 28px;
      font-family: "Barlow Condensed", sans-serif;
      position: relative;
      left: 0;
      padding: 0 20px;
      overflow-y: auto;
      overflow-x: hidden; }
      .contentwrapper-header #sidemenu ul li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 15px; }
      .contentwrapper-header #sidemenu ul a {
        text-transform: uppercase;
        color: white;
        font-weight: 300;
        transition: all 0.5s; }
        .contentwrapper-header #sidemenu ul a:hover {
          text-decoration: line-through !important; }
    .contentwrapper-header #sidemenu .nav-blog-button {
      background: #cf962e;
      padding: 10px 20px;
      color: white;
      border-radius: 5px;
      line-height: 1;
      border: solid 2px #cf962e;
      margin-left: 8px;
      font-size: 20px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 300;
      position: relative;
      display: block;
      top: 0;
      margin: 30px 20px 0 20px;
      float: none;
      width: auto;
      text-align: center; }
    .contentwrapper-header #sidemenu .sidemenu-channels {
      display: block;
      height: auto;
      padding: 0;
      border-bottom: none;
      width: auto;
      margin: 30px 20px 0 20px;
      position: relative; }
      .contentwrapper-header #sidemenu .sidemenu-channels a {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
        border: solid 1px #3b3b3b;
        color: #3b3b3b;
        margin-bottom: 10px;
        font-family: "Fira Sans", sans-serif;
        padding: 5px; }
  .contentwrapper-header .sidemenu-bg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
    border: none; }
  .contentwrapper-header .active-page-highlight {
    color: #cf962e !important; }
  .contentwrapper-header #sidemenu-mainbtn {
    position: fixed;
    top: 13px;
    right: 16px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 1s ease;
    z-index: 99;
    display: none; }
    .contentwrapper-header #sidemenu-mainbtn input {
      display: block;
      opacity: 0;
      width: 75px;
      height: 75px;
      top: -5px;
      left: -5px;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      visibility: hidden; }
    .contentwrapper-header #sidemenu-mainbtn .sidemenu-mainbtn-span-wrapper span:nth-child(1) {
      transform-origin: 0% 0%; }
    .contentwrapper-header #sidemenu-mainbtn .sidemenu-mainbtn-span-wrapper span:nth-child(3) {
      transform-origin: 0% 100%; }
    .contentwrapper-header #sidemenu-mainbtn input:checked ~ .sidemenu-mainbtn-span-wrapper span:nth-child(1) {
      opacity: 1;
      transform: rotate(45deg) translate(0, -4px);
      background: #3b3b3b;
      left: 7px;
      transform-origin: 0% 0%; }
    .contentwrapper-header #sidemenu-mainbtn input:checked ~ .sidemenu-mainbtn-span-wrapper span:nth-child(2) {
      opacity: 0;
      transform: rotate(0deg) translate(3px, 0); }
    .contentwrapper-header #sidemenu-mainbtn input:checked ~ .sidemenu-mainbtn-span-wrapper span:nth-child(3) {
      opacity: 1;
      transform: rotate(-45deg) translate(0, 4px);
      background: #3b3b3b;
      left: 7px;
      transform-origin: 0% 100%; }
  .contentwrapper-header .sidemenu-mainbtn-span-wrapper {
    position: relative;
    display: inline-block; }
    .contentwrapper-header .sidemenu-mainbtn-span-wrapper span {
      display: block;
      width: 40px;
      height: 3px;
      margin-bottom: 8px;
      position: relative;
      background: black;
      border-radius: 3px;
      z-index: 1;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#nav-mobile {
  display: none; }

.sidemenu-open {
  width: 200px !important;
  visibility: visible !important;
  right: 0;
  top: 0; }

.sidemenu-bg-overlay-open {
  visibility: visible !important;
  opacity: 1 !important; }

.sidemenu-moveleft {
  right: 155px !important; }

.sidemenu-mainbtn-visible {
  display: inline-block !important; }

.sidemenu-mainbtn-moving-left {
  right: 145px !important; }

.showsearch-move-element {
  top: 95px; }

.nav-desktop-narrow {
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed !important;
  box-shadow: 0 2px 15px lightgray !important;
  top: 0 !important;
  width: 100% !important;
  height: 50px !important;
  transition: all 0.5s; }
  .nav-desktop-narrow ul {
    display: none; }
  .nav-desktop-narrow #nav-desktop {
    display: none; }
  .nav-desktop-narrow .nav-desktop-topsection {
    display: none; }
  .nav-desktop-narrow .topnav-logo {
    display: none; }
  .nav-desktop-narrow .nav-blog-button {
    display: none; }
  .nav-desktop-narrow .topnav-logo-small {
    height: 50px !important;
    padding: 5px 0 !important;
    top: 0 !important;
    position: fixed !important;
    left: 16px !important;
    display: inline-block !important; }
    .nav-desktop-narrow .topnav-logo-small img {
      height: 100%;
      position: relative; }

/* --------------------------------------------------------------
HOMEPAGE
-------------------------------------------------------------- */
.contentwrapper-home {
  /* cell number */
  /* .carousel-cell:before {
  display: block;
  text-align: center;
  //content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
   } */
  /* no circle */
  /* big previous & next buttons */
  /* closer to edge */
  /* icon color */
  /* hide disabled button */ }
  .contentwrapper-home .homepage-intro {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    width: 100%; }
    .contentwrapper-home .homepage-intro h1 {
      font-size: 4rem;
      line-height: 105%; }
      .contentwrapper-home .homepage-intro h1 span {
        color: black; }
    .contentwrapper-home .homepage-intro p {
      width: 50%; }
    .contentwrapper-home .homepage-intro img {
      position: absolute;
      right: 0;
      top: -40px;
      height: auto;
      width: 600px;
      opacity: 0.9;
      z-index: -20; }
  .contentwrapper-home .homepage-golden-quote {
    position: relative;
    display: inline-block;
    width: 100%; }
    .contentwrapper-home .homepage-golden-quote h5 {
      background: #cf962e;
      border-radius: 15px 0 15px 0;
      padding: 25px;
      color: white;
      font-size: 26px;
      font-weight: 300;
      line-height: 1.25;
      width: 800px;
      position: relative;
      margin: 50px 0;
      float: right;
      right: 80px;
      font-family: "Fira Sans", sans-serif; }
  .contentwrapper-home .homepage-awards-author {
    height: 100%;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px; }
    .contentwrapper-home .homepage-awards-author div {
      position: relative; }
    .contentwrapper-home .homepage-awards-author img {
      width: 55%;
      height: auto;
      box-shadow: 7px 7px 25px gray; }
    .contentwrapper-home .homepage-awards-author svg {
      position: absolute;
      left: -300px;
      opacity: 0.1;
      width: 900px;
      bottom: -300px; }
  .contentwrapper-home .awards-author-wrapperleft {
    width: 60%; }
  .contentwrapper-home .awards-author-wrapperright {
    width: 30%;
    padding-top: 150px; }
    .contentwrapper-home .awards-author-wrapperright h2 {
      width: 75%; }
    .contentwrapper-home .awards-author-wrapperright p {
      width: 75%; }
  .contentwrapper-home .book-one {
    position: absolute;
    left: 0;
    top: 0; }
  .contentwrapper-home .book-two {
    float: right;
    margin-top: 150px; }
  .contentwrapper-home .homepage-testimonials {
    padding: 50px 20px 80px 20px;
    background: white;
    width: 100%;
    box-shadow: 0 0 20px gray;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center; }
    .contentwrapper-home .homepage-testimonials h2 {
      display: block; }
    .contentwrapper-home .homepage-testimonials h3 {
      color: #cf962e; }
    .contentwrapper-home .homepage-testimonials .testimonial-clientimg {
      width: 100px;
      height: 100px;
      margin-bottom: 30px; }
      .contentwrapper-home .homepage-testimonials .testimonial-clientimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 100px; }
    .contentwrapper-home .homepage-testimonials .testimonial-text p {
      width: 75%;
      display: block;
      margin: 0 auto;
      margin-bottom: 2rem; }
    .contentwrapper-home .homepage-testimonials .testimonial-clientid h4 {
      margin-bottom: 100px;
      font-weight: 600;
      display: inline-block;
	  max-width: 80%;
}
  .contentwrapper-home .flickity-viewport {
    transition: height 0.2s; }
    .contentwrapper-home .flickity-viewport:focus {
      outline: none; }
  .contentwrapper-home .main-carousel {
    background: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 50px; }
    .contentwrapper-home .main-carousel:focus {
      outline: none; }
  .contentwrapper-home .carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
  /* img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: inline-block;
  height: 100%;
  position: absolute;
} */ }
    .contentwrapper-home .carousel-cell:focus {
      outline: none; }
  .contentwrapper-home .flickity-button {
    background: transparent; }
  .contentwrapper-home .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    border: none; }
  .contentwrapper-home .flickity-prev-next-button.previous {
    left: 0; }
  .contentwrapper-home .flickity-prev-next-button.next {
    right: 0; }
  .contentwrapper-home .flickity-button-icon {
    fill: lightgray; }
  .contentwrapper-home .flickity-button:disabled {
    display: none; }
  .contentwrapper-home .flickity-page-dots {
    bottom: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 0; }
    .contentwrapper-home .flickity-page-dots .dot {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      opacity: 1;
      background: transparent;
      border: 2px solid #cf962e;
      display: inline-block;
      margin: 0 5px;
      cursor: pointer; }
    .contentwrapper-home .flickity-page-dots .dot.is-selected {
      background: #cf962e; }
  .contentwrapper-home .homepage-services {
    padding: 25px 0; }
    .contentwrapper-home .homepage-services h2 {
      display: inline-block; }
    .contentwrapper-home .homepage-services a {
      float: right;
      font-size: 16px;
      border: solid 1px lightgray;
      color: gray;
      padding: 8px 15px;
      position: relative;
      top: 10px;
      display: inline-block;
      transition: all 1s; }
      .contentwrapper-home .homepage-services a:hover {
        background: black;
        border: solid 1px black;
        color: #cf962e; }
    .contentwrapper-home .homepage-services .home-section-title {
      width: 100%;
      height: auto; }
  .contentwrapper-home .service-card {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 25px;
    width: 24%;
    margin-bottom: 15px;
    text-align: center; }
    .contentwrapper-home .service-card svg {
      fill: #cf962e;
      max-height: 80px;
      margin-bottom: 10px; }
  .contentwrapper-home .homepage-recentprojects {
    padding: 55px 0 95px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    background: #f2f2f2;
    margin: 80px 0; }
    .contentwrapper-home .homepage-recentprojects h2 {
      display: inline-block; }
    .contentwrapper-home .homepage-recentprojects a {
      display: inline-block;
      float: right;
      font-size: 16px;
      border: solid 1px lightgray;
      color: gray;
      padding: 8px 15px;
      position: relative;
      top: 10px;
      display: inline-block;
      transition: all 1s; }
      .contentwrapper-home .homepage-recentprojects a:hover {
        background: black;
        border: solid 1px black;
        color: #cf962e; }
  .contentwrapper-home a.project-card {
    background: white;
    border-radius: 10px;
    width: 31%;
    padding: 0;
    border: none;
    transition: all 0.5s;
    position: relative; }
    .contentwrapper-home a.project-card h4 {
      padding: 20px 20px 100px 20px;
      transition: all 0.5s; }
    .contentwrapper-home a.project-card .featured-project-imagecard {
      width: 100%;
      height: 250px;
      position: relative; }
    .contentwrapper-home a.project-card .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: inset 0 0 30px -15px grey;
      border-radius: 10px 10px 0 0;
      top: 0;
      left: 0; }
    .contentwrapper-home a.project-card img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center center;
      border-radius: 10px 10px 0 0;
      transition: all 0.5s; }
    .contentwrapper-home a.project-card .button-homepage-projectcard {
      padding: 8px 20px;
      border: solid 1px #cf962e;
      display: inline-block;
      position: absolute;
      left: 20px;
      bottom: 0;
      font-size: 1rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 300;
      color: #cf962e;
      margin-bottom: 25px;
      transition: all 0.5s;
      border-radius: 8px; }
    .contentwrapper-home a.project-card:hover {
      border: none;
      transform: scale(1.1);
      box-shadow: 0 10px 20px -5px grey;
      color: black;
      background: white; }
      .contentwrapper-home a.project-card:hover img {
        opacity: 0.3; }
      .contentwrapper-home a.project-card:hover .button-homepage-projectcard {
        border: solid 1px black;
        color: black;
        font-weight: 800;
        line-height: 1; }
  .contentwrapper-home .homepage-logo-clientlist {
    margin-bottom: 100px;
    margin-top: 20px;
    text-align: center; }
  .contentwrapper-home .clientlist-wrapper-right {
    width: 100%; }
  .contentwrapper-home .clientlist-wrapper-left {
    width: 100%;
    padding: 0 50px; }
    .contentwrapper-home .clientlist-wrapper-left div {
      width: 25%;
      height: auto;
      text-align: center; }
    .contentwrapper-home .clientlist-wrapper-left img {
      width: 100%;
      padding: 10%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .contentwrapper-home .maxwidth-60 {
    max-width: 60%; }
  .contentwrapper-home .maxwidth-70 {
    max-width: 70%; }

/* --------------------------------------------------------------
ABOUT
-------------------------------------------------------------- */
.contentwrapper-about {
  position: relative;
  margin-bottom: 100px; }
  .contentwrapper-about p.intro-about {
    margin-bottom: 80px;
    width: 60%; }
  .contentwrapper-about .about-bottomcontent-wrapper {
    margin-top: 50px;
    position: relative; }
  .contentwrapper-about .about-imageone {
    position: absolute;
    right: -170px;
    display: inline-block;
    top: -70px;
    width: 70%;
    opacity: 0.25;
    z-index: 0; }
  .contentwrapper-about .about-imagetwo {
    width: 40%; }
    .contentwrapper-about .about-imagetwo img {
      width: 100%;
      position: relative; }
  .contentwrapper-about .presentation-about {
    width: 60%;
    padding-left: 50px;
    padding-top: 300px;
    padding-right: 12%;
    margin-bottom: 100px; }
    .contentwrapper-about .presentation-about span {
      font-weight: 800;
      color: #cf962e; }

/* --------------------------------------------------------------
PROJECTS
-------------------------------------------------------------- */
.contentwrapper-projects {
  position: relative;
  margin-bottom: 100px;
  /* :checked */
 /*  .half input[type="checkbox"]:checked ~ label #tabicon-vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg) !important;
    opacity: 1 !important;
  }

  .half input[type="checkbox"]:checked ~ label #tabicon-horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  } */ }
  .contentwrapper-projects article {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    overflow: visible;
    position: relative;
    padding-bottom: 100px;
    padding: 35px;
    box-shadow: 0 0 35px 0px lightgrey;
    border-radius: 8px;
    margin: 0 0 50px 0;
    /* &::before {
      content: "";
      width: 1200px;
      height: 100px;
      display: block;
      position: relative;
      margin: 0 auto;
      border-top: dotted 1px black;
    } */ }
  .contentwrapper-projects h2 a {
    color: #cf962e; }
  .contentwrapper-projects p {
    width: 70%; }
  .contentwrapper-projects a.view-article {
    display: none; }
  .contentwrapper-projects .post-thumbnail-design {
    width: 50%;
    display: inline-block;
    position: relative; }
    .contentwrapper-projects .post-thumbnail-design a {
      width: 120%;
      right: 0;
      position: absolute;
      height: 100%;
      margin-bottom: 0; }
    .contentwrapper-projects .post-thumbnail-design img {
      border-radius: 10px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center;
      border-radius: 10px;
      box-shadow: 3px 8px 15px -5px grey; }
  .contentwrapper-projects .post-card-description {
    padding: 0;
    width: 50%;
    top: -5px;
    position: relative;
    padding-left: 40px; }
    .contentwrapper-projects .post-card-description p {
      width: 95%; }
    .contentwrapper-projects .post-card-description h3 {
      margin-top: 30px; }
      .contentwrapper-projects .post-card-description h3 a {
        color: #cf962e; }
    .contentwrapper-projects .post-card-description img {
      max-width: 100%;
      height: auto; }
    .contentwrapper-projects .post-card-description ul li {
      font-weight: 300;
      margin: 5px 0; }
  .contentwrapper-projects .article-odd-design:nth-child(odd) .post-card-description {
    order: 1;
    padding-left: 0;
    padding-right: 30px; }
  .contentwrapper-projects .article-odd-design:nth-child(odd) .post-thumbnail-design {
    order: 2; }
    .contentwrapper-projects .article-odd-design:nth-child(odd) .post-thumbnail-design a {
      right: auto; }
    .contentwrapper-projects .article-odd-design:nth-child(odd) .post-thumbnail-design img {
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 43% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 43% 100%); */ }
  .contentwrapper-projects .post-card-description p > a {
    text-decoration: underline !important;
    font-weight: 700; }
  .contentwrapper-projects span.date {
    color: lightgray;
    margin-bottom: 55px;
    position: relative;
    display: block;
    font-weight: 300; }
  .contentwrapper-projects .intro-latestwork {
    margin-bottom: 80px; }
  .contentwrapper-projects .read-more-button {
    display: block;
    text-transform: uppercase;
    padding: 8px 16px;
    border: solid 1px #cf962e;
    position: relative;
    width: 150px;
    text-align: center;
    margin: 25px 25px 25px 0; }
    .contentwrapper-projects .read-more-button:hover {
      background: #cf962e;
      color: white; }
  .contentwrapper-projects .half {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 100px; }
  .contentwrapper-projects .tab {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
    border: solid 1px #cf962e;
    border-radius: 8px;
    padding: 25px; }
  .contentwrapper-projects .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .contentwrapper-projects .tab label {
    display: block;
    background: white; }
    .contentwrapper-projects .tab label p {
      position: absolute;
      top: -3px;
      left: 0;
      width: 100%;
      margin: 0;
      font-weight: 300;
      cursor: pointer;
      font-size: 33px;
      color: black;
      font-family: "Barlow Condensed", sans-serif;
      padding-left: 20px;
      transition: all 0.3s ease-in-out; }
    .contentwrapper-projects .tab label .tabicon-wrapper {
      position: absolute;
      right: 20px;
      top: 10px;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      .contentwrapper-projects .tab label .tabicon-wrapper #tabicon-vertical {
        position: absolute;
        background-color: black;
        width: 5px;
        height: 30px;
        left: 50%;
        margin-left: -2.5px;
        top: 50%;
        margin-top: -15px;
        transition: all 0.3s ease-in-out; }
      .contentwrapper-projects .tab label .tabicon-wrapper #tabicon-horizontal {
        position: absolute;
        background-color: black;
        width: 30px;
        height: 5px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px;
        transition: all 0.3s ease-in-out; }
  .contentwrapper-projects .tab label:hover > p {
    color: #cf962e !important; }
  .contentwrapper-projects .tab label:hover > div.tabicon-wrapper > #tabicon-vertical, .contentwrapper-projects .tab label:hover > div.tabicon-wrapper > #tabicon-horizontal {
    background-color: #cf962e !important; }
  .contentwrapper-projects .tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    text-align: left;
    font-weight: 300;
    width: 100%; }
    .contentwrapper-projects .tab-content h6 {
      display: inline-block;
      color: white;
      background: black;
      font-size: 0.7rem;
      font-weight: 500;
      padding: 5px 12px;
      margin: 0 0 30px 0; }
    .contentwrapper-projects .tab-content h4 {
      font-weight: 500;
      color: #cf962e; }
    .contentwrapper-projects .tab-content p {
      width: 100% !important; }
    .contentwrapper-projects .tab-content a {
      width: 100%;
      display: block;
      border-top: dotted 1px gray;
      padding-top: 25px;
      text-decoration: underline !important;
      margin-top: 20px;
      font-weight: 700; }
    .contentwrapper-projects .tab-content .projecttab-flex-column {
      width: 47%; }
    .contentwrapper-projects .tab-content .flexwrapper-margintop {
      margin-top: 80px; }
  .contentwrapper-projects .half input[type="checkbox"]:checked ~ .tab-content {
    max-height: 1000px !important;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
  .contentwrapper-projects .half input[type="checkbox"]:checked ~ label #tabicon-vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(225deg) !important;
    opacity: 1 !important; }
  .contentwrapper-projects .half input[type="checkbox"]:checked ~ label #tabicon-horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(225deg);
    opacity: 1 !important; }

.contentwrapper-projectsingle {
  position: relative;
  margin-bottom: 100px; }
  .contentwrapper-projectsingle .project-socialsharing-section {
    margin-top: 50px;
    padding-top: 50px;
    border-top: dotted 1px gray; }
  .contentwrapper-projectsingle .project-subject a {
    display: inline-block;
    background: black;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    pointer-events: none;
    margin-bottom: 20px; }
  .contentwrapper-projectsingle h1 {
    width: 90%; }
  .contentwrapper-projectsingle .date {
    color: gray;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block; }
  .contentwrapper-projectsingle .author {
    pointer-events: none;
    color: gray;
    font-size: 14px;
    display: inline; }
    .contentwrapper-projectsingle .author a {
      color: gray;
      display: inline; }
  .contentwrapper-projectsingle .post-main-visual {
    height: 100vh;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    box-shadow: inset 0 0 25px lightgray;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    transform: translate3d(); }
  .contentwrapper-projectsingle .post-main-content {
    width: 75%;
    display: block;
    position: relative;
    margin: 0 auto; }
    .contentwrapper-projectsingle .post-main-content p {
      width: 100%; }

.project-subject a {
  display: inline-block;
  background: black;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  pointer-events: none; }

/* --------------------------------------------------------------
SERVICES
-------------------------------------------------------------- */
.contentwrapper-services {
  position: relative;
  margin-bottom: 200px; }
  .contentwrapper-services p.intro-services {
    margin-bottom: 80px;
    width: 70%; }
  .contentwrapper-services .servicelist-descriptioncard {
    background: white;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px lightgray; }
    .contentwrapper-services .servicelist-descriptioncard p {
      width: 90%; }
    .contentwrapper-services .servicelist-descriptioncard svg {
      fill: #cf962e;
      width: 80%; }
    .contentwrapper-services .servicelist-descriptioncard .servicelist-card-icon {
      width: 20%;
      text-align: center; }
    .contentwrapper-services .servicelist-descriptioncard .servicelist-card-text {
      width: 80%;
      padding-left: 30px; }

/* --------------------------------------------------------------
CONTACT
-------------------------------------------------------------- */
.contentwrapper-contact {
  position: relative;
  margin-bottom: 100px; }
  .contentwrapper-contact h1 {
    display: block; }
  .contentwrapper-contact h2 {
    margin-bottom: 100px; }
  .contentwrapper-contact h3 {
    display: block;
    margin-bottom: 30px; }
  .contentwrapper-contact p.intro-contact {
    margin-bottom: 40px;
    width: 55%; }
  .contentwrapper-contact .contactbanner-socialicons svg {
    fill: #ffffff; }
  .contentwrapper-contact .contactbanner-socialicons a {
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.8s; }
    .contentwrapper-contact .contactbanner-socialicons a:hover svg path {
      fill: black; }
  .contentwrapper-contact .channel-banner {
    width: 100%;
    background: #cf962e;
    box-shadow: 0 0 25px gray;
    margin-top: 170px;
    height: 100%;
    margin-bottom: 100px; }
    .contentwrapper-contact .channel-banner h5 {
      font-size: 40px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 300;
      color: #8f671f;
      display: inline-block;
      width: 40%;
      line-height: 0.9;
      margin: 20px 0; }
    .contentwrapper-contact .channel-banner img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60%; }
  .contentwrapper-contact .contactbanner-socialicons {
    width: 40%;
    padding-bottom: 20px; }

/* --------------------------------------------------------------
BLOG STUFF
-------------------------------------------------------------- */
.contentwrapper-blogindex {
  position: relative;
  margin-bottom: 100px; }
  .contentwrapper-blogindex h1 {
    display: inline-block; }
  .contentwrapper-blogindex section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative; }
  .contentwrapper-blogindex article {
    width: 32%;
    border: solid 1px lightgray;
    border-radius: 10px;
    margin-bottom: 2%;
    position: relative; }
  .contentwrapper-blogindex a.index-post-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    line-height: 1; }
  .contentwrapper-blogindex p span {
    display: block; }
  .contentwrapper-blogindex .date {
    color: gray;
    font-size: 14px; }
  .contentwrapper-blogindex .author {
    pointer-events: none;
    color: gray;
    font-size: 14px; }
    .contentwrapper-blogindex .author a {
      color: gray; }
  .contentwrapper-blogindex .categories:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .contentwrapper-blogindex .categories {
    list-style: none;
    float: right;
    top: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500; }
    .contentwrapper-blogindex .categories li {
      display: inline-block; }
    .contentwrapper-blogindex .categories a {
      display: inline-block;
      padding: 5px 10px;
      background: white;
      border: solid 1px black; }
      .contentwrapper-blogindex .categories a:hover {
        background: #cf962e;
        border: solid 1px #cf962e;
        color: white; }

.post-thumbnail-design a {
  position: relative;
  width: 100%;
  height: 300px;
  display: inline-block;
  margin-bottom: 20px; }
.post-thumbnail-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0; }
.post-thumbnail-design .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 30px -15px grey;
  border-radius: 10px 10px 0 0;
  top: 0;
  left: 0; }

.post-card-description {
  padding: 0 15px 100px 15px; }

.view-article {
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  padding: 8px 16px;
  border: solid 1px #cf962e;
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-weight: 300; }
  .view-article:hover {
    background: #cf962e;
    color: white; }

.post-categories {
  display: block;
  padding: 0; }
  .post-categories ul {
    list-style: none;
    padding: 0; }
  .post-categories li {
    display: inline-block; }
  .post-categories a {
    display: inline-block;
    background: black;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    pointer-events: none; }
  .post-categories a[href*="/all/"] {
    display: none; }

.pagination {
  margin-top: 20px; }

.page-numbers.current {
  font-weight: 700;
  border: none;
  padding: 5px 12px;
  background: #cf962e;
  border-radius: 100px; }

.page-numbers {
  border: solid 1px black;
  padding: 5px 12px; }

a.next.page-numbers,
a.prev.page-numbers {
  color: gray;
  border: none; }

.contentwrapper-blogsingle {
  position: relative;
  margin-bottom: 100px; }
  .contentwrapper-blogsingle .post-main-content {
    width: 70%; }
    .contentwrapper-blogsingle .post-main-content p {
      width: 100%; }
  .contentwrapper-blogsingle h1 {
    width: 90%; }
  .contentwrapper-blogsingle .date {
    color: gray;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block; }
  .contentwrapper-blogsingle .author {
    pointer-events: none;
    color: gray;
    font-size: 14px;
    display: inline; }
    .contentwrapper-blogsingle .author a {
      color: gray;
      display: inline; }
  .contentwrapper-blogsingle .the-post-comments {
    display: inline-block;
    width: 100%; }
  .contentwrapper-blogsingle .post-main-visual {
    height: 100vh;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    box-shadow: inset 0 0 25px lightgray;
    opacity: 0;
    transition: opacity 0.5s ease-in; }
  .contentwrapper-blogsingle .post-categories {
    display: block;
    padding: 0; }
    .contentwrapper-blogsingle .post-categories ul {
      list-style: none;
      padding: 0; }
    .contentwrapper-blogsingle .post-categories li {
      display: inline-block; }
    .contentwrapper-blogsingle .post-categories a {
      display: inline-block;
      background: black;
      padding: 5px 10px;
      color: white;
      font-size: 12px;
      margin-bottom: 20px; }
    .contentwrapper-blogsingle .post-categories a[href*="/all/"] {
      display: none; }
  .contentwrapper-blogsingle .comments ul {
    list-style: none;
    padding: 0; }
  .contentwrapper-blogsingle .comments li {
    background: #f2f2f2;
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 12px; }
  .contentwrapper-blogsingle ul.children {
    margin-top: 15px;
    border-top: dotted 1px gray;
    padding-top: 15px; }
    .contentwrapper-blogsingle ul.children li {
      padding: 0; }
  .contentwrapper-blogsingle .comment-author.vcard {
    font-style: italic;
    font-size: 14px; }
  .contentwrapper-blogsingle .comment-meta.commentmetadata a {
    font-weight: 300; }
  .contentwrapper-blogsingle aside.sidebar {
    width: 25%;
    height: 100%;
    position: relative; }
    .contentwrapper-blogsingle aside.sidebar h5 {
      color: #cf962e;
      font-size: 1.75rem;
      font-weight: 300;
      font-family: "Barlow Condensed", sans-serif;
      margin-bottom: 16px;
      display: block; }
    .contentwrapper-blogsingle aside.sidebar h6 {
      font-size: 1rem;
      font-weight: 500;
      line-height: 120%;
      display: block;
      position: relative;
      margin-top: 0;
      margin-bottom: 0.25rem; }
    .contentwrapper-blogsingle aside.sidebar .sidebar-post-socialsharing {
      margin-bottom: 35px;
      box-shadow: 0 8px 25px -10px grey;
      border-radius: 10px;
      padding: 1.2rem; }
    .contentwrapper-blogsingle aside.sidebar .sidebar-post-tags {
      margin-bottom: 35px;
      box-shadow: 0 8px 25px -10px grey;
      border-radius: 10px;
      padding: 1.2rem; }
      .contentwrapper-blogsingle aside.sidebar .sidebar-post-tags a {
        padding: 5px 10px;
        background: white;
        border: solid 1px black;
        display: inline-block;
        margin: 2px 0;
        font-size: 16px;
        font-weight: 300; }
    .contentwrapper-blogsingle aside.sidebar ul.related-post-section {
      box-shadow: 0 8px 25px -10px grey;
      border-radius: 10px;
      padding: 1.2rem; }
    .contentwrapper-blogsingle aside.sidebar #relatedposts ul li {
      padding-bottom: 25px; }
    .contentwrapper-blogsingle aside.sidebar #relatedposts ul li:last-child {
      padding-bottom: 0; }
    .contentwrapper-blogsingle aside.sidebar .relatedthumb a {
      height: 150px;
      position: relative;
      display: inline-block;
      width: 100%; }
    .contentwrapper-blogsingle aside.sidebar .relatedthumb img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      object-fit: cover;
      object-position: center center;
      border: solid 2px #cf962e;
      margin-bottom: 3px; }
    .contentwrapper-blogsingle aside.sidebar .relatedcontent {
      font-size: 14px;
      color: gray;
      font-weight: 300; }
      .contentwrapper-blogsingle aside.sidebar .relatedcontent h3 {
        display: block; }
  .contentwrapper-blogsingle div#respond {
    padding: 20px;
    border: solid 1px lightgray;
    border-radius: 10px;
    margin-top: 50px; }
    .contentwrapper-blogsingle div#respond h3 {
      font-family: "Barlow Condensed";
      font-size: 2rem;
      color: #cf962e;
      margin-bottom: 20px; }
    .contentwrapper-blogsingle div#respond textarea {
      width: 100%; }
    .contentwrapper-blogsingle div#respond input {
      width: 100%; }
  .contentwrapper-blogsingle .comment-form-comment {
    margin-top: 20px; }
  .contentwrapper-blogsingle .comment-form-url {
    display: none; }
  .contentwrapper-blogsingle .comment-form-cookies-consent {
    margin: 25px 0;
    font-size: 15px !important;
    color: gray; }
    .contentwrapper-blogsingle .comment-form-cookies-consent input {
      width: auto !important; }
  .contentwrapper-blogsingle .comment-form-author,
  .contentwrapper-blogsingle .comment-form-email {
    margin-top: 10px; }
  .contentwrapper-blogsingle .form-submit {
    width: auto !important;
    display: inline-block; }
    .contentwrapper-blogsingle .form-submit input[name="submit"] {
      display: inline-block;
      padding: 8px 20px;
      background: #cf962e;
      border: none;
      border-radius: 5px;
      color: white;
      margin-top: 30px; }
  .contentwrapper-blogsingle input#wp-comment-cookies-consent {
    visibility: hidden;
    display: none; }
  .contentwrapper-blogsingle #wp-comment-cookies-consent + label::before {
    content: "";
    height: 15px;
    width: 15px;
    border: solid 1px gray;
    display: inline-block;
    margin-right: 5px;
    top: 2px;
    position: relative; }
  .contentwrapper-blogsingle #wp-comment-cookies-consent:checked + label::before {
    border-color: black !important;
    background-color: black !important; }

.social-btn {
  height: 40px;
  width: 32%;
  position: relative;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  text-align: center; }
  .social-btn svg {
    fill: #ffffff;
    height: 100%;
    width: auto; }
  .social-btn:hover {
    background: black; }

.s-twitter {
  background: #03a9f4; }
  .s-twitter .s-twitter img {
    left: -2px;
    position: relative; }

.s-facebook {
  background: #3f51b5; }

.s-whatsapp {
  background: #4caf50; }

.s-linkedin {
  background: #1a7baa; }

.s-pinterest {
  background: #bd081c; }

.social-btn a:last-of-type {
  margin: 0; }

/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
footer {
  width: 100%;
  display: block;
  position: relative;
  background: black;
  padding: 30px 0;
  top: 2px; }
  footer .footercolumn {
    display: inline-block; }
  footer .footer-cielogo {
    width: 20%; }
    footer .footer-cielogo img {
      width: 200px; }
  footer .footer-contact {
    width: 45%; }
    footer .footer-contact h5 {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 20px;
      font-weight: 300;
      color: white;
      margin: 0;
      line-height: 1.25; }
    footer .footer-contact a {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 22px;
      font-weight: 200;
      color: white;
      border: solid 1px white;
      padding: 5px 20px;
      display: inline-block;
      margin-top: 15px; }
      footer .footer-contact a:hover {
        background: white;
        color: black;
        font-weight: 300; }
  footer .footer-socialicons {
    width: 25%; }
    footer .footer-socialicons a {
      width: 30px;
      display: inline-block;
      margin-right: 8px; }
      footer .footer-socialicons a:hover svg path {
        fill: #cf962e; }
    footer .footer-socialicons svg {
      fill: #ffffff; }
  footer .credit-siteweb {
    background: black;
    color: white;
    position: relative;
    bottom: 0 !important;
    display: block;
    font-size: 10px;
    font-weight: 200;
    margin-top: 25px; }
    footer .credit-siteweb h5 {
      border-top: dotted 1px gray;
      font-size: 12px;
      font-weight: 400;
      padding-top: 15px;
      display: block;
      color: white; }
    footer .credit-siteweb a {
      text-decoration: underline !important;
      color: #cf962e; }

/* --------------------------------------------------------------
WEB ANIMATION BANK - CSS
-------------------------------------------------------------- */
[data-animatethis="zoom-in"] {
  opacity: 0 !important;
  transform: scale(0.3) !important; }

.animation-zoom-in {
  opacity: 1 !important;
  transform: scale(1) !important; }

[data-animatethis="zoom-out"] {
  opacity: 0 !important;
  transform: scale(1.3) !important; }

.animation-zoom-out {
  opacity: 1 !important;
  transform: scale(1) !important; }

[data-animatethis="slide-up"] {
  opacity: 0 !important;
  bottom: -200px !important; }

.animation-slide-left {
  opacity: 1 !important;
  bottom: 0 !important; }

[data-animatethis="slide-down"] {
  opacity: 0 !important;
  bottom: 200px !important; }

.animation-slide-left {
  opacity: 1 !important;
  bottom: 0 !important; }

[data-animatethis="slide-left"] {
  opacity: 0 !important;
  right: -100px !important; }

.animation-slide-left {
  opacity: 1 !important;
  right: 0 !important; }

[data-animatethis="slide-right"] {
  opacity: 0 !important;
  right: 100px !important; }

.animation-slide-right {
  opacity: 1 !important;
  right: 0 !important; }

[data-animatethis="flip-up"] {
  opacity: 0 !important;
  transform: perspective(2500px) rotateX(-100deg) !important;
  backface-visibility: hidden; }

.animation-flip-up {
  opacity: 1 !important;
  transform: perspective(2500px) rotateY(0) !important; }

[data-animatethis="flip-down"] {
  opacity: 0 !important;
  transform: perspective(2500px) rotateX(100deg) !important;
  backface-visibility: hidden; }

.animation-flip-down {
  opacity: 1 !important;
  transform: perspective(2500px) rotateY(0) !important; }

[data-animatethis="flip-left"] {
  opacity: 0 !important;
  transform: perspective(2500px) rotateY(-100deg) !important;
  backface-visibility: hidden; }

.animation-flip-left {
  opacity: 1 !important;
  transform: perspective(2500px) rotateY(0) !important; }

[data-animatethis="flip-right"] {
  opacity: 0 !important;
  transform: perspective(2500px) rotateY(100deg) !important;
  backface-visibility: hidden; }

.animation-flip-right {
  opacity: 1 !important;
  transform: perspective(2500px) rotateY(0) !important; }

[data-animatethis="abovefold-zoomout"] {
  opacity: 1 !important;
  transform: scale(1) !important; }

.animation-abovefold-zoomout {
  opacity: 0 !important;
  transform: scale(0.3) !important; }

[data-animatethis="afterload-zoomin"] {
  opacity: 0 !important;
  transform: scale(0.3) !important; }

.animation-afterload-zoomin {
  opacity: 1 !important;
  transform: scale(1) !important; }

/* --------------------------------------------------------------
RESPONSIVE
-------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .contentwrapper-home .homepage-intro img {
    right: -100px; } }
@media screen and (max-width: 991px) {
  .contentwrapper-header {
    margin-bottom: 100px; }
    .contentwrapper-header form.customsearch {
      width: 65%;
      padding: 0 !important;
      background: none;
      margin-top: 7px !important;
      transition: all 1s;
      position: fixed;
      z-index: 15;
      height: 36px;
      left: 15px; }
      .contentwrapper-header form.customsearch button {
        margin-right: 10px; }
    .contentwrapper-header .nav-desktop-topsection {
      display: none; }
    .contentwrapper-header #nav-desktop {
      display: none; }
    .contentwrapper-header #nav-mobile {
      display: inline-block;
      position: fixed;
      height: 50px;
      padding: 5px 15px;
      width: 100%;
      z-index: 10;
      background: rgba(255, 255, 255, 0.8) !important;
      box-shadow: 0 2px 15px lightgray !important; }
      .contentwrapper-header #nav-mobile .button-showsearch-mobile {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 65px;
        background: none;
        border: none;
        outline: none;
        height: 25px;
        width: 25px;
        opacity: 0.25;
        background: url(img/001-loupe.svg) no-repeat;
        background-size: cover;
        transition: all 0.8s ease; }
        .contentwrapper-header #nav-mobile .button-showsearch-mobile:active {
          border: none;
          outline: none; }
    .contentwrapper-header .topnav-logo-small {
      height: 100%;
      width: auto;
      position: relative;
      display: inline-block; }
      .contentwrapper-header .topnav-logo-small img {
        height: 100%; }
    .contentwrapper-header #sidemenu-mainbtn {
      display: inline-block; }

  .contentwrapper-home .homepage-intro img {
    top: -30px; }
  .contentwrapper-home .homepage-intro h1 {
    margin-top: 350px; }
  .contentwrapper-home .homepage-intro p {
    width: 80%; }
  .contentwrapper-home .awards-author-wrapperright {
    padding-top: 55px; }
  .contentwrapper-home .homepage-golden-quote h5 {
    right: 0;
    width: 80%;
    font-size: 20px; }
  .contentwrapper-home .service-card {
    width: 48%; }

  .contentwrapper-about .about-imageone {
    width: 90%; }
  .contentwrapper-about .about-bottomcontent-wrapper {
    margin-top: 0; }
  .contentwrapper-about .presentation-about {
    margin-bottom: 50px;
    padding-top: 100px; }

  .contentwrapper-projects article {
    margin: 80px 0; }
  .contentwrapper-projects .post-thumbnail-design,
  .contentwrapper-projects .post-card-description {
    width: 100%; }
  .contentwrapper-projects .post-thumbnail-design {
    order: 1 !important; }
    .contentwrapper-projects .post-thumbnail-design a {
      position: relative;
      width: 100%;
      height: 300px;
      top: -70px; }
  .contentwrapper-projects .post-card-description {
    order: 2 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .contentwrapper-projects .post-card-description h3 {
      margin-top: 0; }
  .contentwrapper-projects span.date {
    margin-bottom: 40px; }

  .contentwrapper-blogindex article {
    width: 49%; }

  .contentwrapper-blogsingle h1 {
    width: 100%; }
  .contentwrapper-blogsingle .post-main-content {
    width: 100%; }
  .contentwrapper-blogsingle aside.sidebar {
    width: 100%;
    margin-top: 50px; }

  footer .footercolumn {
    width: 100%;
    margin-bottom: 20px; }
  footer .footer-socialicons {
    margin-top: 30px; }
  footer .footer-contact p {
    font-size: 18px;
    width: 80%; } }
@media screen and (max-width: 920px) {
  .contentwrapper-contact p.intro-contact {
    width: 95%; } }
@media screen and (max-width: 767px) {
  .contentwrapper-home .homepage-intro {
    margin-bottom: 20px; }
  .contentwrapper-home .homepage-awards-author {
    position: relative;
    margin-top: 40px; }
  .contentwrapper-home .awards-author-wrapperleft {
    width: 100%;
    order: 2;
    margin-top: 40px; }
  .contentwrapper-home .awards-author-wrapperright {
    width: 100%;
    order: 1;
    padding-left: 0;
    padding-top: 0; }
    .contentwrapper-home .awards-author-wrapperright p {
      width: 90%; }
  .contentwrapper-home .homepage-recentprojects {
    margin: 80px 0 0 0; }
  .contentwrapper-home a.project-card {
    width: 100%;
    margin-bottom: 30px; }
    .contentwrapper-home a.project-card h4 {
      font-size: 22px; }
  .contentwrapper-home .homepage-logo-clientlist {
    margin-bottom: 80px;
    margin-top: 70px; }
  .contentwrapper-home .clientlist-wrapper-left {
    padding: 0 30px; }
    .contentwrapper-home .clientlist-wrapper-left div {
      width: 50%; }
  .contentwrapper-home .homepage-testimonials h2,
  .contentwrapper-home .homepage-testimonials h3 {
    padding: 0 55px; }

  .contentwrapper-about p.intro-about {
    width: 80%; }
  .contentwrapper-about .about-imageone {
    width: 120%;
    right: -250px;
    top: -3%; }
  .contentwrapper-about .about-imagetwo {
    width: 100%; }
  .contentwrapper-about .presentation-about {
    width: 100%;
    padding-top: 50px; }

  .contentwrapper-services p.intro-services {
    width: 95%; }
  .contentwrapper-services .servicelist-descriptioncard h4 {
    font-size: 28px; }
  .contentwrapper-services .servicelist-descriptioncard p {
    font-size: 16px; }
  .contentwrapper-services .servicelist-descriptioncard .servicelist-card-icon {
    width: 30%; }
  .contentwrapper-services .servicelist-descriptioncard .servicelist-card-text {
    width: 100%;
    margin-top: 16px;
    padding-left: 15px; }

  .contentwrapper-projects p {
    width: 95%; }

  .contentwrapper-projectsingle h1 {
    width: 100%; }
  .contentwrapper-projectsingle .post-main-content {
    width: 100%; }

  .contentwrapper-privacy img {
    top: 35%;
    width: 700px; }

  .contentwrapper-blogindex h1 {
    width: 100%; }
  .contentwrapper-blogindex article {
    width: 49%; }
  .contentwrapper-blogindex .categories {
    float: none;
    display: inline-block;
    top: 0;
    margin-bottom: 50px; }
    .contentwrapper-blogindex .categories ul {
      margin-left: 0; }
    .contentwrapper-blogindex .categories a {
      font-size: 14px; }

  .contentwrapper-privacy h1 {
    width: 100%; }
  .contentwrapper-privacy .post-main-content {
    width: 100%; } }
@media screen and (max-width: 650px) {
  .contentwrapper-home .homepage-recentprojects h2,
  .contentwrapper-home .homepage-services h2 {
    margin-bottom: 10px;
    display: block; }
  .contentwrapper-home .homepage-recentprojects a,
  .contentwrapper-home .homepage-services a {
    float: none;
    margin-bottom: 70px;
    font-size: 14px; }

  .contentwrapper-projects .tab-content .projecttab-flex-column {
    width: 100%; }
  .contentwrapper-projects .projecttab-flex-column:nth-child(1) {
    margin-bottom: 40px; }

  .contentwrapper-blogindex article {
    width: 100%;
    margin-bottom: 10%; } }
@media screen and (max-width: 440px) {
  .contentwrapper-header .topnav-logo-mobile {
    display: inline-block;
    width: 40px;
    top: 22px;
    position: relative; }
  .contentwrapper-header .topnav-logo {
    display: none; }

  .contentwrapper-blogindex article {
    width: 100%;
    margin-bottom: 10%; }
  .contentwrapper-blogindex .categories {
    float: none;
    display: inline-block; }
    .contentwrapper-blogindex .categories ul {
      margin-left: 0; }
    .contentwrapper-blogindex .categories a {
      font-size: 14px; }

  .contentwrapper-blogsingle .post-main-content {
    width: 100%; }
  .contentwrapper-blogsingle aside.sidebar {
    width: 100%;
    margin-top: 50px; }

  .contentwrapper-home .homepage-intro {
    margin-top: 0;
    margin-bottom: 30px; }
    .contentwrapper-home .homepage-intro img {
      width: 400px; }
    .contentwrapper-home .homepage-intro p {
      width: 95%;
      margin-bottom: 0; }
    .contentwrapper-home .homepage-intro h1 {
      margin-top: 300px; }
  .contentwrapper-home .awards-author-wrapperright p {
    width: 95%; }
  .contentwrapper-home .homepage-testimonials .testimonial-text p {
    width: 95%; }
  .contentwrapper-home .clientlist-wrapper-left,
  .contentwrapper-home .clientlist-wrapper-right {
    width: 100%; }
  .contentwrapper-home .clientlist-wrapper-left {
    padding: 0 10px; }
    .contentwrapper-home .clientlist-wrapper-left div {
      width: 49%; }
  .contentwrapper-home .homepage-logo-clientlist h2 {
    font-size: 9vw; }
  .contentwrapper-home .homepage-testimonials h4 {
    width: 70%; }
  .contentwrapper-home .homepage-testimonials .testimonial-text p {
    font-size: 16px;
    width: 95%; }
  .contentwrapper-home .home-section-title {
    text-align: center; }
    .contentwrapper-home .home-section-title h2 {
      width: 100%;
      margin-bottom: 10px; }
    .contentwrapper-home .home-section-title a {
      float: none;
      font-size: 12px;
      margin-bottom: 50px; }

  .contentwrapper-about {
    top: 0; }
    .contentwrapper-about .about-imageone {
      right: -220px;
      top: -80px;
      width: 110%; }
    .contentwrapper-about p.intro-about {
      width: 90%; }

  .contentwrapper-projects {
    top: 0; }
    .contentwrapper-projects article {
      padding: inherit; }
    .contentwrapper-projects #projectpage-content-wrapper p {
      width: 85%; }
    .contentwrapper-projects .post-thumbnail-design a {
      top: -30px; }
    .contentwrapper-projects .tab label p {
      top: 4px;
      font-size: 25px; }
    .contentwrapper-projects label::after {
      top: -26px; }

  .contentwrapper-contact {
    top: 0; }
    .contentwrapper-contact h3 br {
      display: none; }
    .contentwrapper-contact .channel-banner {
      margin-top: 50px;
      height: 250px; }
      .contentwrapper-contact .channel-banner h5 {
        width: 55%; }
    .contentwrapper-contact .contactbanner-socialicons {
      width: 55%; }

  .contentwrapper-services {
    top: 0; }

  .contentwrapper-privacy p {
    width: 100%; }
  .contentwrapper-privacy img {
    top: 45%;
    width: 700px;
    right: -400px; } }

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