@charset "UTF-8";
/*!
Theme Name: Veribo Framework
Theme URI: https://www.veribodevelopment.com/
Author: Veribo
Author URI: https://www.veribodevelopment.com/
Description: A basic theme, containing a few helpful functions to get your project started. Perfect for developing custom websites.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* @font-face {
    font-family: 'Sen';
    src: url('assets/fonts/sen-regular-webfont.eot');
    src: url('assets/fonts/sen-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sen-regular-webfont.woff2') format('woff2'),
        url('assets/fonts/sen-regular-webfont.woff') format('woff'),
        url('assets/fonts/sen-regular-webfont.ttf') format('truetype'),
        url('assets/fonts/sen-regular-webfont.svg#senregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sen';
    src: url('assets/fonts/sen-bold-webfont.eot');
    src: url('assets/fonts/sen-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sen-bold-webfont.woff2') format('woff2'),
        url('assets/fonts/sen-bold-webfont.woff') format('woff'),
        url('assets/fonts/sen-bold-webfont.ttf') format('truetype'),
        url('assets/fonts/sen-bold-webfont.svg#senbold') format('svg');
    font-weight: bold;
    font-style: normal;
} */
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.eot?knr31k');
  src: url('assets/fonts/icomoon.eot?knr31k#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?knr31k') format('truetype'), url('assets/fonts/icomoon.woff?knr31k') format('woff'), url('assets/fonts/icomoon.svg?knr31k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
  content: "";
}
.icon-right-arrow:before {
  content: "";
}
.icon-spotify:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-down-arrow:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-logo:before {
  content: "";
}
.icon-search:before {
  content: "";
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
h1, .h1 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 800;
  font-family: "Nunito Sans";
}
h1:first-child, .h1:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) and (max-width: 1024px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 799px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2, .h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  font-family: "Nunito Sans";
  margin: 27px 0;
}
h2 + h4, .h2 + h4 {
  margin-top: -11px;
}
@media (max-width: 600px) {
  h2 + h4, .h2 + h4 {
    margin-top: -1px;
  }
}
h2:first-child, .h2:first-child {
  margin-top: 0;
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) and (max-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 799px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0;
  }
}
h3, .h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Nunito Sans";
  margin: 30px 0 30px 0;
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) and (max-width: 1024px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 799px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 27px 0 24px 0;
  }
}
h4, .h4 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Nunito Sans";
  margin: 31px 0 13px 0;
}
@media (max-width: 600px) {
  h4, .h4 {
    margin: 47px 0 10px 0;
  }
}
h4:first-child, .h4:first-child {
  margin-top: 0;
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}
h4 + p, .h4 + p {
  margin-top: 13px;
}
@media (max-width: 600px) {
  h4 + p, .h4 + p {
    margin-top: 10px;
  }
}
p {
  margin: 16px 0;
  padding: 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.large {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Nunito Sans";
  margin: 29px 0 29px 0;
}
.large:first-child {
  margin-top: 0;
}
.large:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .large {
    font-size: 15px;
    line-height: 18px;
  }
}
blockquote, .blockquote {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Nunito Sans";
  font-style: italic;
  margin: 40px auto;
  text-align: left;
  max-width: 800px;
}
blockquote:first-child, .blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child, .blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  blockquote, .blockquote {
    font-size: 20px;
    line-height: 26px;
    margin: 48px 0;
  }
}
cite, .cite {
  font-size: 20px;
  line-height: 38px;
  font-weight: 800;
  font-family: "Nunito Sans";
  text-align: center;
  font-style: normal;
}
@media (max-width: 600px) {
  cite, .cite {
    font-size: 20px;
    line-height: 26px;
  }
}
a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  color: #000000;
}
a:hover {
  border-color: transparent;
}
.white-text {
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 8px 16px 0;
}
@media (max-width: 600px) {
  .alignleft {
    float: none;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
}
.alignright {
  float: right;
  margin: 0 0 16px 8px;
}
@media (max-width: 600px) {
  .alignright {
    float: none;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body {
  overflow: -moz-scrollbars-none;
}
body {
  -ms-overflow-style: none;
}
html, body {
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Nunito Sans";
  background-color: #ffffff;
}
header, nav, section, article, aside, footer {
  display: block;
}
.clear {
  display: block;
  clear: both;
  height: 0;
}
a {
  outline: none;
}
a i {
  -webkit-transition: none !important;
  transition: none !important;
}
a img {
  border: none;
}
ol, ul {
  padding-left: 20px;
}
ol li {
  margin: 24px 0;
}
input[type="submit"] {
  -webkit-appearance: none;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loaded *, .loaded {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
::selection {
  color: #ffffff;
  background: #000000;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
#header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 800px) and (max-width: 1024px) {
  #header {
    padding: 0 12px 0 12px;
  }
}
@media (max-width: 799px) {
  #header {
    padding: 0 20px;
    height: 44px;
    border-width: 1px;
  }
}
.header-container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  flex: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .header-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#logo-business {
  display: flex;
  align-items: center;
}
.icon-logo {
  display: block;
}
#logo-title {
  font-family: "Sen";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  padding-left: 8px;
}
#logo-title a {
  text-decoration: none;
  border: none;
  color: #ffffff;
}
#logo {
  text-decoration: none;
  border: none;
  color: #ffffff;
  font-size: 19px;
}
#menu ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -8px;
  z-index: 99999;
  width: 180px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (max-width: 600px) {
  #menu ul {
    position: unset;
    box-shadow: none;
    border-radius: 0;
    width: unset;
  }
}
#menu li {
  position: relative;
}
#menu li:hover > ul {
  display: block;
}
.sub-menu {
  padding: 10px 0 10px 16px;
}
@media (max-width: 600px) {
  .sub-menu {
    padding: 10px 0 6px 0;
  }
}
.sub-menu li {
  padding: 0 !important;
  display: list-item !important;
  list-style: none;
  text-align: left;
}
@media (max-width: 600px) {
  .sub-menu li {
    text-align: center;
  }
}
.sub-menu li a {
  color: #000 !important;
}
#nav {
  position: relative;
}
@media (max-width: 600px) {
  #nav {
    display: none;
    position: fixed;
    left: 0;
    top: 44px;
    z-index: 10;
    background-color: #000000;
    width: 100%;
    height: calc(100vh - 44px);
    justify-content: center;
    align-items: center;
  }
  #nav .nav-inner {
    opacity: 0;
    position: relative;
    top: 150px;
    text-align: center;
  }
}
#nav #menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media (max-width: 600px) {
  #nav #menu {
    text-align: center;
  }
}
#nav #menu li {
  padding: 0 0 0 42px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 600px) {
  #nav #menu li {
    display: block;
    padding: 3px 0;
  }
  #nav #menu li.search {
    display: none;
  }
}
#nav #menu li:first-child {
  padding-left: 0;
}
#nav #menu li:before {
  display: none;
}
#nav #menu li a {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  color: #ffffff;
  font-size: 13px;
  line-height: 32px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 600px) {
  #nav #menu li a {
    font-size: 32px;
    line-height: 50px;
    font-weight: 800;
    border-width: 3px;
  }
}
#nav #menu li a:hover {
  border-color: #ffffff;
}
#nav #menu li a i {
  margin-left: 13px;
  position: relative;
  top: 1px;
}
#nav #menu li.current-menu-ancestor > a, #nav #menu li.current-menu-parent > a, #nav #menu li.current-menu-item > a {
  border-color: #ffffff;
}
#nav .social-icons {
  display: none;
  padding: 0 15px 0 15px;
}
#nav .social-icons a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  display: block;
  margin: 7px 0 0 0;
}
@media (max-width: 600px) {
  #nav .social-icons a {
    font-size: 28px;
    display: inline-block;
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  #nav .social-icons {
    display: inline-block;
    margin-top: 24px;
  }
}
#search-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 600px) {
  #search-form {
    opacity: 1;
    visibility: visible;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin: 45px 15px 0 15px;
  }
}
.search-open #search-form {
  visibility: visible;
  opacity: 1;
}
#search-form ::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
#search-form ::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
#search-form :-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
#search-form :-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
#search-form input[type="text"] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  font-family: "Nunito Sans";
  font-weight: bold;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #search-form input[type="text"] {
    border-width: 1px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    font-weight: normal;
  }
}
#search-form input[type="submit"] {
  width: 20px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-family: "icomoon";
  font-weight: normal;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -5px;
  top: -1px;
}
@media (max-width: 600px) {
  #search-form input[type="submit"] {
    right: 0;
    top: 6px;
    font-size: 18px;
  }
}
#search-form input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.5;
}
#mobile-menu-button {
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: none;
  border: none;
}
#mobile-menu-button span {
  display: none;
}
#mobile-menu-button .state-1 {
  display: block;
}
#mobile-menu-button.active .state-1 {
  display: none;
}
#mobile-menu-button.active .state-2 {
  display: block;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    display: inline-block;
  }
}
#body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#page-wrapper {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.single-project-page #page-wrapper {
  overflow: initial;
}
#page-wrapper-inner .full-image-container:first-of-type:first-child {
  margin-top: 24px;
}
#page-wrapper-inner .featured-posts:first-of-type:first-child {
  padding-top: 24px;
}
@media (max-width: 600px) {
  #page-wrapper-inner .featured-posts:first-of-type:first-child {
    padding-top: 0;
  }
}
#page-wrapper-inner {
  flex: 1;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  #page-wrapper-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  #page-wrapper-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 799px) {
  #page-wrapper-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 600px) {
  #page-wrapper-inner {
    padding: 0;
  }
}
.slider-container {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .slider-container {
    margin-bottom: 40px;
  }
}
.slider-container.with-captions .caption {
  width: 50%;
  max-width: 600px;
  font-size: 13px;
  padding: 10px 12px 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .slider-container.with-captions .caption {
    max-width: 75%;
    width: auto;
  }
}
@media (max-width: 600px) {
  .slider-container.with-captions .caption {
    max-width: none;
  }
}
.post-category-title {
  font-family: "Nunito Sans" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  text-transform: uppercase;
  margin: 24px 0 0 !important;
}
.slider {
  padding: 0;
  margin: 0;
}
.slider .feature-title {
  display: inline-block;
  padding: 16px;
  margin-left: 48px;
  background-color: #000000;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .slider .feature-title {
    margin-left: 24px;
  }
}
.slider .feature-title p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 32px !important;
  font-weight: 600;
}
.slider .slides {
  padding: 0;
  list-style: none;
}
.slider .slides li {
  padding: 0;
  position: relative;
}
.slider .slides li:before {
  display: none;
}
.slider .slides li img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 45px);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.slider .slides li .slide-content {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
  z-index: 1;
  padding: 0 170px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .slider .slides li .slide-content {
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .slider .slides li .slide-content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 11px 15px 29px 15px;
  }
}
.slider .slides li .slide-content:after {
  content: "";
  display: table;
  clear: both;
}
.slider .slides li .slide-content p {
  display: block;
  float: left;
  clear: left;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  font-family: "Nunito Sans";
  margin: 27px 0;
  color: #ffffff;
}
.slider .slides li .slide-content p + h4 {
  margin-top: -11px;
}
@media (max-width: 600px) {
  .slider .slides li .slide-content p + h4 {
    margin-top: -1px;
  }
}
.slider .slides li .slide-content p:first-child {
  margin-top: 0;
}
.slider .slides li .slide-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .slider .slides li .slide-content p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 799px) {
  .slider .slides li .slide-content p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .slider .slides li .slide-content p {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0;
  }
}
@media (max-width: 600px) {
  .slider .slides li .slide-content p {
    padding: 0 5px;
    margin: 6px 0 0 0 !important;
    float: none;
    display: inline-block;
  }
}
.slider .slides li .slide-content .read-more {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 135px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .slider .slides li .slide-content .read-more {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: 16px auto 0 auto;
  }
}
.slider .slides li .slide-content .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}
.slider .flex-direction-nav {
  padding: 0;
  margin: 0;
}
.slider .flex-direction-nav li {
  padding: 0;
  margin: 0;
}
.slider .flex-direction-nav li:before {
  display: none;
}
.slider .flex-direction-nav li a {
  border: none;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  opacity: 1 !important;
  text-align: center;
}
@media (max-width: 600px) {
  .slider .flex-direction-nav li a {
    top: auto !important;
    bottom: 23px !important;
    color: #000000;
  }
}
.slider .flex-direction-nav li a:before {
  display: none;
}
.slider .flex-direction-nav li a.flex-prev {
  left: 0 !important;
}
@media (max-width: 600px) {
  .slider .flex-direction-nav li a.flex-prev {
    left: 2px !important;
  }
}
.slider .flex-direction-nav li a.flex-next {
  right: 0 !important;
}
@media (max-width: 600px) {
  .slider .flex-direction-nav li a.flex-next {
    right: 2px !important;
  }
}
.slider .flex-direction-nav li a:hover {
  opacity: 0.5 !important;
}
.button {
  padding: 2px 16px 0;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.featured-posts {
  margin: 16px auto 32px !important;
}
@media (max-width: 600px) {
  .featured-posts {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 799px) {
  .featured-posts {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.featured-posts .post:first-of-type {
  flex-basis: 100% !important;
}
@media (max-width: 600px) {
  .featured-posts .post:first-of-type {
    display: block;
  }
}
@media (max-width: 799px) {
  .featured-posts .post:first-of-type {
    display: block;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .featured-posts .post:first-of-type {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
@media (min-width: 1025px) {
  .featured-posts .post:first-of-type {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
.featured-posts .post {
  display: none;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .featured-posts .post {
    display: block;
  }
}
@media (min-width: 1025px) {
  .featured-posts .post {
    display: block;
  }
}
.posts-container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 799px) {
  .posts-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .posts-container {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
.posts-container.related-posts {
  margin: 42px auto 0;
}
@media (max-width: 600px) {
  .posts-container.related-posts {
    margin-top: 0;
    padding-top: 0;
  }
}
.posts-container.related-posts:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 600px) {
  .posts-container.related-posts .posts-title {
    display: block;
  }
}
.posts-title p {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.posts {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 16px;
}
@media (max-width: 600px) {
  .posts {
    height: auto !important;
  }
}
.posts .post:first-of-type {
  padding-left: 0;
}
@media (min-width: 1025px) {
  .posts .post:nth-child(3n+1):last-child {
    flex-grow: 0.022;
    /* hack until I find a better solution */
  }
}
@media (max-width: 1399px) {
  .posts .post:nth-child(3n+1):last-child {
    flex-grow: 0.022;
    /* hack until I find a better solution */
  }
}
@media (max-width: 799px) {
  .posts .post:nth-child(3n+1):last-child {
    flex-grow: 0.022;
    /* hack until I find a better solution */
  }
}
.posts .post {
  flex: 1 calc((100% / 3) - 2rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  .posts .post {
    flex: 1 calc((100% / 3) - 2rem);
  }
}
@media (max-width: 600px) {
  .posts .post {
    flex: 1 100%;
  }
}
.posts .post p {
  margin: 12px 0px;
  font-weight: 600;
  line-height: 24px;
}
.posts .post a {
  display: block;
  border-bottom: none;
}
.posts .post a img {
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.posts .post a .post-content img {
  width: 60%;
  max-width: 247px;
  max-height: none;
  height: auto;
  margin: 0 auto 40px auto;
  display: block;
}
@media (max-width: 799px) {
  .posts .post a .post-content img {
    margin-bottom: 20px;
  }
}
.posts .post a .post-content p {
  padding: 0;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.posts .post a .post-content h4 {
  color: #000;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
}
.posts .post a:hover img {
  opacity: 1;
}
.grid-item, post-padding {
  overflow: hidden;
}
.grid-item picture, .post-padding picture {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-item picture img, .post-padding picture img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .grid-item picture:hover img, .post-padding picture:hover img {
    -moz-transform: scale(1.02) !important;
    -webkit-tranform: scale(1.02) !important;
    transform: scale(1.02) !important;
  }
}
.related-post-title {
  margin-bottom: 24px;
}
.container {
  margin: 80px auto;
  max-width: 800px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 799px) {
  .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.container .content {
  margin: 0 auto;
  position: relative;
}
.container .content:after {
  content: "";
  display: table;
  clear: both;
}
.container:last-of-type {
  margin-bottom: 40px;
}
.two-cols {
  display: flex;
  max-width: 1000px;
}
@media (max-width: 799px) {
  .two-cols {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .right-image {
    flex-direction: column-reverse;
  }
}
.col-right-text, .col-left-text {
  width: 60%;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .col-right-text, .col-left-text {
    width: 50%;
  }
}
.col-right-image, .col-left-image {
  width: 40%;
  align-self: center;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .col-right-image, .col-left-image {
    width: 50%;
  }
}
.col-left-text {
  padding-right: 40px;
}
.col-right-text {
  padding-left: 40px;
}
@media (max-width: 799px) {
  .col-right-text, .col-left-text, .col-right-image, .col-left-image {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 799px) {
  .col-left-image, .col-right-image {
    margin-bottom: 32px;
  }
}
@media (max-width: 799px) {
  .col-right-image img, .col-left-image img {
    width: 100%;
  }
}
.info-box {
  background-color: #F6F6F6;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 80px;
}
@media (max-width: 799px) {
  .info-box {
    padding: 40px;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .info-box {
    margin: 0;
  }
}
.info-box ol {
  list-style: none;
  counter-reset: fancy-counter;
  padding-left: 40px;
}
@media (max-width: 799px) {
  .info-box ol {
    padding: 50px 0 0;
  }
}
.info-box ol li {
  counter-increment: fancy-counter;
  position: relative;
  margin: 16px 0;
}
@media (max-width: 799px) {
  .info-box ol li {
    padding-bottom: 50px;
  }
}
.info-box ol li::before {
  content: counter(fancy-counter);
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) 50px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: black;
  color: white;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 799px) {
  .info-box ol li::before {
    margin: auto;
    left: 0;
    right: 0;
    top: -40px;
  }
}
.feature-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 600px) {
  .feature-title {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .feature-title {
    bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .feature-title {
    bottom: 32px;
  }
}
.feature-title .post-category-title {
  font-size: 12px !important;
}
.feature-title p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 24px !important;
  font-weight: 600;
}
/* .featured-post img {
    object-fit: cover;
    width: 100%;
    margin: 0;
} */
/* .featured-post-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


    /* @include tablet_landscape {
        bottom: 15px;
    }

    @include phone {
        position: relative;
        padding: 0;
    } */
/* &:after {
        content: "";
        display: table;
        clear: both;
    }

    p {
        display: block;
        float: left;
        clear: left;
        @include h2;
        color: #ffffff;

        @include phone {
            padding: 0 5px;
            margin: 6px 0 0 0 !important;
            float: none;
            font-size: 18px;
            line-height:24px;
        }
    }
} */
.full-image-container {
  margin: 40px auto;
  max-width: 100%;
}
.full-image.more {
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .full-image.more {
    display: block;
  }
}
@media (max-width: 600px) {
  .full-image.more {
    padding: 0 15px;
  }
}
.full-image.more > div {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 600px) {
  .full-image.more > div {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .full-image.more > div:last-of-type {
    margin-bottom: 0;
  }
}
.full-image.more img {
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .full-image.more img {
    max-width: 100%;
    padding: 0;
  }
}
.full-image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0;
  max-height: calc(100vh - 45px);
  object-fit: cover;
}
.full-image .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0 8px;
  width: calc(100% - 16px);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (-ms-high-contrast: none) and (min-width: 1200px) {
  .full-image .video {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .full-image .video {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.full-image .video iframe, .full-image .video object, .full-image .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch !important;
  overflow: scroll !important;
}
.full-image .video-thumb {
  display: block;
  position: relative;
  border: none;
  color: #333333;
}
.full-image .video-thumb:hover {
  color: #000000;
}
.full-image .video-thumb:hover img {
  opacity: 0.75;
}
.full-image .video-thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 114px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .full-image .video-thumb i {
    font-size: 90px;
  }
}
@media (max-width: 799px) {
  .full-image .video-thumb i {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .full-image .video-thumb i {
    font-size: 35px;
  }
}
.full-image .caption {
  display: block;
  padding: 10px 12px 0 12px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 24px;
  width: 50%;
  max-width: 600px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .full-image .caption {
    max-width: 75%;
    width: auto;
  }
}
@media (max-width: 600px) {
  .full-image .caption {
    padding: 16px 20px 0;
    width: auto;
  }
}
.full-image.more .caption {
  padding-left: 4px;
  padding-right: 4px;
}
@media (max-width: 600px) {
  .full-image.more .caption {
    padding-left: 0;
    padding-right: 0;
  }
}
.clients-container .clients-toggle {
  padding: 35px 12px 7px 12px;
}
@media (max-width: 600px) {
  .clients-container .clients-toggle {
    padding: 20px 15px 9px 15px;
  }
}
.clients-container .clients-toggle p {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .clients-container .clients-toggle p {
    font-size: 18px;
    line-height: 26px;
  }
}
.clients-container .clients-toggle p a {
  text-decoration: none;
  border: none;
  line-height: 28px;
  display: inline-block;
}
@media (max-width: 600px) {
  .clients-container .clients-toggle p a {
    border-width: 1px;
    line-height: 22px;
  }
}
.clients-container .clients-toggle p a:hover, .clients-container .clients-toggle p a.active {
  border-bottom: 2px solid #000;
}
.clients-container .clients-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 8px;
  display: none;
}
@media (max-width: 600px) {
  .clients-container .clients-grid {
    padding: 8px 15px;
  }
}
.clients-container .clients-grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .clients-container .clients-grid.active.clients-list {
    display: block;
  }
}
.clients-container .clients-grid .client {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}
@media (-ms-high-contrast: none) and (min-width: 1200px) {
  .clients-container .clients-grid .client {
    max-width: 25%;
  }
}
@media (max-width: 799px) {
  .clients-container .clients-grid .client {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media (max-width: 600px) {
  .clients-container .clients-grid .client {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.clients-container .clients-grid .client a {
  display: block;
  position: relative;
  border: none;
}
.clients-container .clients-grid .client a img {
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 1px !important;
}
.clients-container .clients-grid .client a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
@media (max-width: 600px) {
  .clients-container .clients-grid .client a .overlay {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 21px 0 18px 0;
    opacity: 1 !important;
    background-color: #fff;
  }
}
.clients-container .clients-grid .client a .overlay span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .clients-container .clients-grid .client a .overlay span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
}
.clients-container .clients-grid .client a .overlay .description {
  margin-top: auto;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .clients-container .clients-grid .client a .overlay .description {
    padding-top: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .clients-container .clients-grid .client a:hover .overlay {
    opacity: 1;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .clients-container .clients-grid .client a.active .overlay {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .clients-container .clients-grid.clients-list {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.clients-container .clients-grid.clients-list .client {
  padding-top: 0;
  padding-bottom: 0;
}
.clients-container .clients-grid.clients-list .client a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 600px) {
  .clients-container .clients-grid.clients-list .client a {
    border-width: 1px;
    line-height: 30px;
  }
}
.clients-container .clients-grid.clients-list .client a:hover {
  border-color: #ffffff;
}
@media (max-width: 600px) {
  .clients-container.related-projects .client {
    margin-bottom: 10px;
  }
  .clients-container.related-projects .overlay {
    display: none !important;
  }
}
.clients-container.related-projects .clients-toggle {
  border-top: 2px solid #cdcdcd;
  padding: 35px 0 0 0;
  margin: 0 12px;
}
@media (max-width: 600px) {
  .clients-container.related-projects .clients-toggle {
    padding: 27px 0 2px 0;
    margin: 0 15px;
    border-width: 1px;
  }
}
.clients-container.related-projects .clients-toggle p {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .slider-container + .container .post-info {
    margin-top: 0;
  }
}
.post-info {
  position: absolute;
  left: 0;
  top: 3px;
  left: -170px;
  width: 132px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .post-info {
    position: relative;
    left: auto;
    top: auto;
    border-bottom: 2px solid #cdcdcd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 22px;
  }
}
@media (max-width: 600px) {
  .post-info {
    margin-top: -22px;
    border-width: 1px;
  }
}
.post-info p {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 9px 0;
  margin: 0;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .post-info p {
    padding-bottom: 6px;
  }
}
.post-info a {
  border-color: transparent;
}
.post-info a:hover {
  border-color: #000000;
}
.post-info i {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 13px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .post-info i {
    top: 5px;
  }
}
.bc-player {
  clear: both;
  margin: 24px 0;
}
div.single-project {
  padding: 65px 12px 8px 12px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  div.single-project {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  div.single-project {
    padding: 28px 15px 0 15px;
  }
}
div.single-project:after {
  content: "";
  display: table;
  clear: both;
}
div.single-project h1, div.single-project h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
div.single-project .date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #cdcdcd;
  padding: 10px 0;
  margin-bottom: 19px;
}
@media (max-width: 600px) {
  div.single-project .date {
    border-width: 1px;
    padding-bottom: 27px;
  }
}
div.single-project .links {
  display: block;
  font-size: 14px;
  line-height: 20px;
  border-top: 2px solid #cdcdcd;
  padding: 17px 0 7px 0;
  margin-top: 26px;
}
@media (max-width: 600px) {
  div.single-project .links {
    border-width: 1px;
    margin-top: 18px;
  }
}
div.single-project .links a {
  display: inline-block;
  border-color: transparent;
  margin-right: 11px;
}
div.single-project .links a:last-of-type {
  margin-right: 0;
}
div.single-project a:hover {
  border-color: transparent;
}
div.single-project .left, div.single-project .right {
  float: left;
  width: calc(50% - 4px);
}
@media (max-width: 600px) {
  div.single-project .left, div.single-project .right {
    width: 100%;
    float: none;
  }
}
div.single-project .left {
  padding: 40px 40px 0 0;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  div.single-project .left {
    position: relative;
    top: auto;
    margin-right: 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 600px) {
  div.single-project .right {
    padding-bottom: 38px;
  }
}
div.single-project .full-image-container {
  margin: 0;
  padding: 6px 0 0 0;
}
div.single-project .full-image-container .full-image {
  padding: 0 !important;
  display: block !important;
}
div.single-project .full-image-container .full-image > div {
  max-width: 100% !important;
  margin: 0 0 12px 0 !important;
}
@media (max-width: 600px) {
  div.single-project .full-image-container .full-image > div {
    margin-bottom: 10px;
  }
}
.m-newsletter {
  margin: auto;
  width: 420px;
}
.m-newsletter [type="email"] {
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  padding: 0 10px;
  height: 48px;
  font-size: 16px;
  color: black;
  display: block;
  width: 100%;
  font-family: inherit;
  width: 100%;
  width: -webkit-fill-available;
}
.m-newsletter [type="email"]::placeholder {
  color: #BFBFBF;
}
.m-newsletter [type="submit"] {
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 6px;
  height: 50px;
  line-height: 24px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 4px;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  flex: 0 0 auto;
}
.m-newsletter [type="submit"]:hover {
  background-color: #000000;
}
@media (max-width: 600px) {
  .m-newsletter {
    position: static;
    flex: 0 0 100% !important;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
#mc_embed_signup_scroll {
  display: flex;
  align-items: flex-start;
}
#mc_embed_signup_scroll .mc-field-group {
  flex: 1;
}
@media (max-width: 600px) {
  #mc_embed_signup_scroll {
    max-width: 244px;
  }
}
.image img {
  width: 100%;
}
.post-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 16px;
}
@media (max-width: 799px) {
  .post-title-container {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 600px) {
  .post-title-container {
    padding-top: 24px;
  }
}
.post-title {
  text-align: center;
}
.post-subtitle {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.carvery-divide {
  margin-top: 80px;
}
@media (max-width: 799px) {
  .carvery-divide {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .carvery-divide {
    margin-top: 40px;
  }
}
.carvery-divide .divide-center {
  position: absolute;
  left: 50%;
}
.carvery-divide hr {
  width: 200px;
  margin: 0 auto;
  border: 1px solid;
}
.carvery-divide .icon-logo {
  position: relative;
  left: -50%;
  top: -20px;
  font-size: 18px;
  padding: 4px;
}
@media (max-width: 600px) {
  #next-post-button-wrap {
    border-top: 1px solid #cdcdcd;
    padding-top: 50px;
    padding-bottom: 34px;
    margin: -14px 15px 2px 15px;
  }
}
#next-post-button-wrap #next-post-button {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  bottom: -120px;
  border: none;
  z-index: 1;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button {
    position: relative;
    right: auto;
    bottom: auto !important;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
#next-post-button-wrap #next-post-button.visible {
  bottom: 20px;
}
#next-post-button-wrap #next-post-button small {
  display: block;
  font-size: 15px;
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button small {
    font-size: 20px;
    color: #000000;
    bottom: -50px;
  }
}
#next-post-button-wrap #next-post-button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button span {
    height: 250px;
  }
}
#next-post-button-wrap #next-post-button span.top.default img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#next-post-button-wrap #next-post-button span.top.default small {
  display: none;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button span.top.default small {
    display: block;
  }
}
#next-post-button-wrap #next-post-button span.bottom.custom img {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translate(-50%, 0);
  width: auto;
  max-width: 75px;
  height: auto;
  max-height: 30px;
  display: block;
  margin: 0;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button span.bottom.custom img {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
  }
}
#next-post-button-wrap #next-post-button span.bottom.custom small {
  line-height: 20px;
}
#next-post-button-wrap #next-post-button span.bottom {
  opacity: 0;
  line-height: 100px;
  z-index: 1;
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button span.bottom.default {
    font-size: 20px;
    line-height: 250px;
  }
}
@media (max-width: 600px) {
  #next-post-button-wrap #next-post-button:hover .top {
    opacity: 0;
  }
}
#next-post-button-wrap #next-post-button:hover .bottom {
  opacity: 1;
}
.cat-page {
  margin-top: 40px;
}
.cat-page .posts-title {
  margin-bottom: 32px;
}
.cat-page .post {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .cat-page .post {
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .cat-page {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .cat-page .posts-title {
    padding-top: 0;
  }
}
.cli-bar-container {
  max-width: 800px;
}
#cliSettingsPopup {
  display: none;
}
.cli-plugin-button {
  border: none !important;
  border-radius: 4px !important;
}
#cookie-law-info-bar a.cli_settings_button {
  text-decoration: none;
  border: none;
  color: green !important;
}
#cookie-law-info-bar a.cli_settings_button:hover {
  color: #000000 !important;
}
#cookie-law-info-bar a#cookie_action_close_header {
  padding-top: 11px;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.p-question {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 24px;
}
.client-list {
  display: flex;
  gap: 60px;
}
.client-list ul {
  list-style: none;
}
@media (max-width: 600px) {
  .client-list {
    display: block;
  }
}
.comments-area {
  max-width: 800px;
  margin: 0 auto 40px;
  border-top: 3px solid #000;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .comments-area {
    padding: 0 20px;
  }
}
.comment-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.discussion-title {
  display: table;
  vertical-align: middle;
}
.discussion-title h3, .discussion-title a {
  display: table-cell;
  vertical-align: middle;
}
.discussion-title a {
  position: absolute;
  right: 0;
  padding: 8px 16px;
}
.comment {
  margin: 0;
}
.comment .children {
  padding-left: 48px;
  list-style: none;
}
.comment-body {
  padding: 28px 0;
  border-top: 1px solid #cfcfcf;
  position: relative;
}
.comment-author {
  display: table;
  vertical-align: middle;
}
.comment-author img, .comment-author cite, .comment-meta, .reply {
  display: table-cell;
  vertical-align: middle;
}
.comment-author img {
  border-radius: 16px;
}
.comment-author cite {
  padding-left: 16px;
}
.comment-author cite {
  padding-bottom: 3px;
}
.reply {
  position: absolute;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
.reply a {
  border-bottom: none !important;
}
.reply a::before {
  background-image: url('assets/img/reply@2x.png');
  background-size: 8px 10px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 10px;
  content: "";
  padding-right: 4px;
}
.comment-meta {
  font-size: 14px;
  color: #6f6f6f;
  padding-left: 8px;
}
.comment-body p {
  padding-left: 48px;
  margin: 4px 0;
  max-width: 600px;
}
.comment-respond {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
}
.comment-respond small {
  font-size: 14px;
}
#comment-form-comment {
  border-color: #C5C7D1 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#footer-top {
  background-color: white;
  z-index: 1;
  margin: 0 20px 80px;
}
@media (max-width: 799px) {
  #footer-top {
    margin: 0 0 20px;
    padding: 0 24px;
    display: inline-table;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  #footer-top {
    margin: 0 0 20px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  #footer-top .carvery-divide {
    margin-top: 0;
  }
}
#footer-top h4 {
  margin: 40px auto 24px;
  text-align: center;
  font-size: 18px;
}
#footer-top hr {
  margin: 24px auto;
  max-width: 980px;
  border: 1px solid #000000;
}
@media (max-width: 600px) {
  #mc_embed_signup_scroll {
    flex-direction: column;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #mc_embed_signup_scroll #mc-embedded-subscribe {
    width: 100%;
    margin: 16px 0;
  }
}
#footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding: 40px 0 20px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 11px 0 10px 0;
}
@media (-ms-high-contrast: none) and (min-width: 1200px) {
  #footer > div {
    max-width: 50%;
  }
}
#footer > div.right {
  text-align: right;
}
#footer p {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#footer a {
  text-decoration: none;
  color: #ffffff;
  border: none;
}
#footer a:hover {
  opacity: 0.5;
}
#footer .footer-address {
  padding-left: 20px;
}
#footer .footer-logo {
  padding-left: 20px;
  display: block;
}
#footer .icon-logo {
  font-size: 22px;
}
#footer .social-icons {
  padding: 0 20px 0 0;
  text-align: right;
}
@media (max-width: 799px) {
  #footer .social-icons {
    margin-top: -5px;
  }
}
@media (max-width: 600px) {
  #footer .social-icons {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
#footer .social-icons a {
  font-size: 18px;
  margin-left: 14px;
}
@media (max-width: 600px) {
  #footer .social-icons a {
    font-size: 24px;
    margin: 0 7px;
  }
}
#footer .copyright {
  padding: 10px 20px 0 0;
}
@media (max-width: 600px) {
  #footer .copyright {
    padding: 0;
    text-align: center;
  }
}
.footer-content {
  margin: 0 auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer-content {
    display: block;
  }
}
@media (max-width: 600px) {
  .footer-content .left {
    display: none;
  }
}
#footer-nav {
  margin-bottom: -15px;
}
#footer-nav #footer-menu {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
@media (max-width: 799px) {
  #footer-nav #footer-menu {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  #footer-nav #footer-menu {
    padding: 24px 0;
    text-align: center;
  }
}
#footer-nav #footer-menu li {
  padding: 5px 20px 0 0;
  margin: 0;
  display: inline-block;
}
#footer-nav #footer-menu li.current-menu-ancestor > a, #footer-nav #footer-menu li.current-menu-parent > a, #footer-nav #footer-menu li.current-menu-item > a {
  opacity: 0.5;
}
@media (max-width: 600px) {
  #footer-nav #footer-menu li {
    display: block;
    padding: 5px 0;
  }
}
