/**
 * Theme Name: Zinc
 * Theme URI: http://www.themezilla.com/themes/zinc
 * Description: Zinc is our inimitable behemoth portfolio theme for contemporary designers and agencies. Featuring near-endless customization possibilities so you can show potential clients everything you offer, Zinc is the perfect complement to your unique brand.
 * Author: Themezilla
 * Author URI: http://www.themezilla.com/
 * Version: 1.0.3
 * Tags: dark, light, left-sidebar, two-columns, black,responsive-layout, post-formats, yellow, translation-ready
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  margin: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.clear {
  clear: both;
}

body,
.page-subtitle > a,
.page-content .zilla-dribbble-shots li .views-likes-overlay,
.primary-sidebar ul,
.primary-sidebar .sidebar-address,
.primary-sidebar .copyright,
input,
textarea,
input.url[type='text'],
.page-template-contact .section-subtitle,
.comment-form input,
.comment-form textarea {
  font-family: 'Roboto', sans-serif;
}

.section-title,
.page-title,
.blog-day,
.page-content .dribbble-title,
.primary-sidebar .widget-title,
.site-title,
.hero-title,
.hero-subtitle,
.service-name,
.cover-blog-title,
.cta-title,
.portfolio-project-title,
.project-info .project-info-title,
.testimonial-title,
.contact-title,
.page-template-contact .section-title,
.archive-post-title,
.pagination-title,
.comments-title,
.mobile-logo .site-logo-link,
.featured-area-title,
.about-member-modal-name,
.about-member-name,
.about-content .about-rte.no-featured-section h3,
.selling-points-title,
.career-info-title,
.counter-title,
.counter-number,
.result-title,
.portfolio-slide .slide-title,
.portfolio-title {
  font-family: 'Oswald', sans-serif;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  40% {
    -webkit-transform: translateY(-30px) rotate(90deg);
    transform: translateY(-30px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateY(-15px) rotate(90deg);
    transform: translateY(-15px) rotate(90deg);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  40% {
    -webkit-transform: translateY(-30px) rotate(90deg);
    transform: translateY(-30px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateY(-15px) rotate(90deg);
    transform: translateY(-15px) rotate(90deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-transform: uppercase;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d5d5d5;
  margin: 1em 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-weight: 300;
  text-align: center;
  word-wrap: break-word;
  background-color: #fff;
  box-sizing: border-box;
}
body * {
  box-sizing: inherit;
}

p {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5rem;
}

a {
  font-weight: 400;
  text-decoration: underline;
  color: #141414;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0.9375rem;
  margin-left: 1.25em;
  list-style-position: inside;
}

ul > li {
  margin-bottom: 0.9375rem;
  list-style: none;
}

ul li:before {
  position: relative;
  padding-right: 0.75rem;
  content: '\25A0';
}

ol li {
  position: relative;
  margin-bottom: 0.9375rem;
  list-style-type: none;
  counter-increment: list;
}

ol {
  counter-reset: section;
}
ol > li:before {
  position: absolute;
  left: -2.5em;
  width: 2em;
  text-align: right;
  content: counter(section) '.';
  counter-increment: section;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
}

td,
th {
  padding: 0.9375rem;
  border: 1px solid #d5d5d5;
  text-align: left;
}

.inner-width-860 {
  max-width: 53.75rem;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .inner-width-860 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.inner-width-645 {
  max-width: 40.3125rem;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .inner-width-645 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.inner-width-600 {
  max-width: 37.5rem;
  margin: 0 auto;
}

.error {
  color: #ff0000 !important;
}

.secondary-background {
  background-color: #fafafa;
}

.content {
  height: 100%;
  overflow: hidden;
}

.accent-underline {
  position: relative;
  padding-bottom: 1.5625rem;
}
.accent-underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.0625rem;
  width: 2.25rem;
  border-bottom: 1px solid;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-button-container {
  width: 100%;
  clear: both;
}
.single-button-container .zinc-button {
  margin: 0 auto;
}

.zinc-button,
.contact-submit > .pushbutton-wide {
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
  position: relative;
  display: block;
  width: 15rem;
  min-height: 3.75rem;
  padding: 1.5rem 1.25rem 1.5625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
}
.zinc-button:hover .button-arrow,
.contact-submit > .pushbutton-wide:hover .button-arrow {
  display: inline-block;
  stroke: #fff;
}

.button-text {
  position: relative;
  display: block;
}
.button-text .text {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
}
.button-text.animating,
.button-text.visible {
  display: inline;
}
.button-text.animating-in {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.button-text.animating-out {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.button-text.visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.button-arrow-svg {
  position: absolute;
}

.button-arrow {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  display: none;
  position: relative;
  stroke: #141414;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.primary-button,
.secondary-button,
.contact-submit > .pushbutton-wide {
  color: #141414;
  border-color: #141414;
  box-shadow: none;
}
.primary-button:hover,
.secondary-button:hover,
.contact-submit > .pushbutton-wide:hover {
  color: #fff;
  background-color: #141414;
  box-shadow: inset 15rem 0 0 0 #141414;
}
@media all and (max-width: 480px) {
  .primary-button:hover,
  .secondary-button:hover,
  .contact-submit > .pushbutton-wide:hover {
    color: #141414;
    background-color: transparent;
    box-shadow: none;
  }
}

.primary-button,
.tertiary-button,
.contact-submit > .pushbutton-wide {
  padding: 1.5rem 1.25rem 1.5625rem 1.25rem;
}

.secondary-button:hover {
  box-sizing: border-box;
}
.secondary-button:hover .button-text {
  overflow: hidden;
}
.secondary-button:hover .text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.secondary-button:hover .button-arrow-svg {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tertiary-button {
  color: #fff;
  border: 1px solid;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}
.tertiary-button:hover {
  background-color: #fff;
  box-shadow: inset 15rem 0 0 0 #fff;
}

.light-button {
  color: #fff;
  border-color: #fff;
}
.light-button:hover {
  background-color: #fff;
  box-shadow: inset 15rem 0 0 0 #fff;
  color: #fff;
}

.contact-submit > .pushbutton-wide {
  cursor: pointer;
  opacity: 1;
}

.segment {
  clear: both;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
}
@media all and (max-width: 480px) {
  .section-title {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.section-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: none;
  color: #adadad;
}
@media all and (max-width: 480px) {
  .section-subtitle {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.section-description {
  margin-top: 2.8125rem;
}

.bounce {
  -webkit-animation: bounce 3.5s infinite;
  animation: bounce 3.5s infinite;
}

.thumb-responsive {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.thumb-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.read-more {
  display: block;
  clear: left;
  width: 6.25rem;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #141414;
}
.read-more:hover {
  text-decoration: none;
}
.read-more:after {
  position: absolute;
  width: 0.5em;
  height: 1.125rem;
  margin-left: -0.3em;
  text-indent: -9999em;
  background-color: #fff;
  content: '.';
}

.title-section {
  margin-top: 5.625rem;
}

.page-title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
}
.page-title > a {
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
}

.page-subtitle {
  padding-top: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: none;
}
.page-subtitle > a {
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.blog-date {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  float: left;
  height: 6.25rem;
  width: 3.75rem;
  letter-spacing: normal;
  color: #fff;
  cursor: default;
}
.blog-date * {
  cursor: default;
}
.blog .blog-date:hover {
  background-color: #141414;
  cursor: pointer;
}
.blog .blog-date:hover * {
  cursor: pointer;
}

.blog-date-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-day {
  font-size: 2rem;
  font-weight: 300;
  text-decoration: none;
}
.blog-day a {
  font-weight: 300;
  letter-spacing: normal;
}

.blog-month {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}
.blog-month a {
  letter-spacing: inherit;
}

.secondary-link {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.secondary-link:hover {
  color: #141414;
}

.wp-caption {
  position: relative;
}

.wp-caption-text {
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: none;
  width: 100%;
  padding: 1rem 0 1rem 2.5rem;
  font-size: 0.875rem;
  background-image: url('images/message.svg');
  background-repeat: no-repeat;
  background-position: -4.375rem -1.5625rem;
}

.featured-image-section {
  height: 21.875rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  clear: both;
}
.featured-image-section > div {
  height: 100%;
}
.featured-image-section > div > .thumb-responsive {
  height: 100%;
}
@media all and (max-width: 1170px) {
  .featured-image-section {
    height: 17.5rem;
  }
}
@media all and (max-width: 770px) {
  .featured-image-section {
    height: 12.5rem;
  }
}

.theme-background {
  color: #fff;
  background-color: #1e1d1d;
}

.background-overlay {
  background-color: #1e1d1d;
  background-color: rgba(30, 29, 29, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.background-overlay.show {
  display: block;
}

.uneven-gallery {
  overflow: hidden;
}

.uneven-gallery-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.uneven-gallery-image {
  position: relative;
  float: left;
  width: 28.75rem;
  height: 20rem;
  margin: 0.625rem;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .uneven-gallery-image {
    margin: 0;
  }
}
.uneven-gallery-image.second:not(.last-two) {
  float: right;
  height: 41.25rem;
}
@media all and (max-width: 1000px) {
  .uneven-gallery-image.second:not(.last-two) {
    float: none;
  }
}
.uneven-gallery-image.fourth {
  width: 58.75rem;
}
.uneven-gallery-image.last-one {
  width: 58.75rem;
  height: 41.25rem;
}
@media all and (max-width: 1000px) {
  .uneven-gallery-image {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .sidebar .uneven-gallery-image {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .sidebar .portfolio-type.second:not(.last-two) {
    float: none;
  }
}

.uneven-gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-dots {
  position: absolute;
  bottom: 0.9375rem;
}
.slick-dots > li {
  float: left;
  list-style: none;
}
.slick-dots > li > button {
  height: 0.625rem;
  width: 0.625rem;
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  padding: 0;
  font-size: 0;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}
.slick-dots > li:before {
  content: '';
  padding: 0;
}
.slick-dots > li.slick-active > button {
  background-color: #1e1d1d;
  border: 1px solid #fff;
}

.second-segment {
  padding-bottom: 0;
  overflow: hidden;
  background-color: #fff;
}

.second-title {
  margin-bottom: 5.625rem;
}

.sd-content .share-end:before {
  padding: 0;
  content: '';
}

.page-content .zilla-dribbble-shots {
  padding-top: 5rem;
}
.page-content .zilla-dribbble-shots li {
  display: block;
  float: left;
  width: 33.33333%;
  max-width: none;
  margin-right: 0;
  margin-bottom: 0;
}
.page-content .zilla-dribbble-shots li .dribbble-views svg,
.page-content .zilla-dribbble-shots li .dribbble-likes svg {
  max-width: 1.875rem;
}
@media all and (max-width: 760px) {
  .page-content .zilla-dribbble-shots li {
    width: 100%;
  }
}
.page-content .zilla-dribbble-shots li img {
  margin-right: 0;
  margin-bottom: 0;
}
.page-content .zilla-dribbble-shots li .views-likes-overlay {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  color: #141414;
}
@media all and (max-width: 480px) {
  .page-content .zilla-dribbble-shots li {
    width: 100%;
  }
}
.page-content .zilla-dribbble-shots li:hover {
  opacity: 1;
}

.page-content .dribbble-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
}
@media all and (max-width: 1024px) {
  .page-content .dribbble-title {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media all and (max-width: 1024px) {
  .page-content .dribbble-description {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.page-content .dribbble-description a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

@media all and (max-with: 880px) {
  .page-content .dribbble-views {
    width: 100%;
  }
}

.page-content li {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  display: inline;
  margin-bottom: 0;
  overflow: hidden;
  list-style-type: none;
}
.page-content li a {
  overflow: hidden;
}
.page-content li img {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.page-content li:hover {
  color: #7a7a7a;
}
.page-content li:before {
  padding-right: 0;
  content: '';
}
@media all and (max-width: 480px) {
  .page-content li {
    display: block;
  }
}

.zinc-gallery-caption {
  display: none;
}

.featured-area-list .featured-list-element {
  display: block;
  margin-bottom: 1.25rem;
}
.featured-area-list .featured-list-element:hover {
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 1.875rem;
  height: 2.1875rem;
  font-size: 0;
  cursor: pointer;
  background: url('images/arrow.svg') no-repeat;
  background-size: cover;
  border: 0;
}

.slick-prev {
  left: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.slick-next {
  right: 0.625rem;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.x-object-fit-cover {
  width: inherit !important;
  height: inherit !important;
  min-width: inherit !important;
  min-height: inherit !important;
  overflow: hidden !important;
}

_:-ms-lang(x),
figure {
  height: 200px;
  overflow: hidden;
}

figure img {
  width: 33%;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0;
}

figure :root img {
  height: auto;
  width: auto;
}

figure _:-ms-lang(x),
figure img {
  height: auto;
  width: auto;
}

@media all and (max-width: 1024px) {
  .page-title,
  .page-subtitle,
  .section-content,
  .section-description,
  .cover-portfolio p,
  .page-content > p,
  .inner-portfolio .post-tags {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .archive-post p,
  .hero-tagline,
  .hero-subtitle {
    padding-right: 1.5625rem;
  }
}

@media all and (max-width: 480px) {
  .hero-tagline,
  .hero-subtitle {
    padding-left: 1.5625rem;
  }
}

.content-width,
.zinc-gallery,
.testimonials-inner,
.inner-slider-section,
.slick-gallery-container,
.portfolio-testimonials-inner {
  width: calc(100vw - 310px);
}
@media all and (max-width: 1024px) {
  .content-width,
  .zinc-gallery,
  .testimonials-inner,
  .inner-slider-section,
  .slick-gallery-container,
  .portfolio-testimonials-inner {
    width: calc(100vw - 70px);
  }
}
@media all and (max-width: 480px) {
  .content-width,
  .zinc-gallery,
  .testimonials-inner,
  .inner-slider-section,
  .slick-gallery-container,
  .portfolio-testimonials-inner {
    width: 100vw;
  }
}
.no-sidebar .content-width,
.no-sidebar .zinc-gallery,
.no-sidebar .testimonials-inner,
.no-sidebar .inner-slider-section,
.no-sidebar .slick-gallery-container,
.no-sidebar .portfolio-testimonials-inner {
  width: 100vw;
}

.widget {
  margin-bottom: 3.125rem;
}

.zilla-dribbble-shots li {
  margin-right: 0;
}
.zilla-dribbble-shots li img {
  width: 100%;
}

.widget_recent_entries .widget-title {
  margin-bottom: 1.875rem;
}

.widget-input {
  margin-bottom: 0.9375rem;
}

.widget_search {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.widget_search input {
  color: #fff;
}
.widget_search .search-button {
  max-width: 100%;
  cursor: pointer;
}
.widget_search .search-button:hover {
  color: #141414;
  background-color: transparent;
}

.primary-sidebar li:hover .number {
  color: #7a7a7a;
}

.primary-sidebar .social-icons {
  margin-top: 0.625rem;
}

.primary-sidebar {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  position: fixed;
  left: 0;
  z-index: 300;
  height: 100%;
  width: 19.375rem;
  color: #fff;
  text-align: center;
  background-color: #141414;
}
.primary-sidebar.fixed {
  position: fixed;
}
.ie9 .primary-sidebar {
  overflow-y: scroll !important;
}
.admin-bar .primary-sidebar {
  top: 2rem;
}
@media all and (max-width: 768px) {
  .admin-bar .primary-sidebar {
    top: 2.875rem;
  }
}
.primary-sidebar #wp-calendar td,
.primary-sidebar #wp-calendar th {
  padding: 0.625rem;
}
.primary-sidebar #wp-calendar a {
  letter-spacing: normal;
}
.primary-sidebar a {
  color: #fff;
  word-wrap: break-word;
}
@media all and (max-width: 1024px) {
  .primary-sidebar {
    height: 100vh;
    top: 0;
    width: 4.375rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .primary-sidebar .inner-sidebar {
    -webkit-transition: all linear 0.35s;
    transition: all linear 0.35s;
    display: none;
    opacity: 0;
  }
  .primary-sidebar .inner-sidebar.visible {
    display: inline;
  }
  .primary-sidebar .inner-sidebar.animating {
    display: none;
  }
  .primary-sidebar .inner-sidebar.animating-in {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
    transition: transform 0.5s linear, opacity 0.5s linear;
    transition: transform 0.5s linear, opacity 0.5s linear,
      -webkit-transform 0.5s linear;
  }
  .primary-sidebar .inner-sidebar.animating-out {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
  }
  .primary-sidebar .inner-sidebar.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .primary-sidebar.open {
    width: 19.375rem;
  }
}
@media all and (max-width: 480px) {
  .primary-sidebar {
    position: absolute;
    right: 0;
    left: auto;
    background: transparent;
  }
  .primary-sidebar.fixed {
    position: fixed;
    top: 0;
  }
  .primary-sidebar.fixed .site-header-menu-line {
    fill: #141414;
  }
  .primary-sidebar.open {
    width: 100%;
    background-color: #141414;
  }
}

.primary-sidebar ul {
  padding-left: 0;
  margin-left: 0;
}
.primary-sidebar ul > li {
  font-size: 0.875rem;
  font-weight: 300;
  list-style-type: none;
}
.primary-sidebar ul > li.menu-item-has-children > a {
  position: relative;
}
.primary-sidebar ul > li.menu-item-has-children.open > a > .arrow-icon-holder {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.primary-sidebar ul > li:before {
  padding: 0;
  content: '';
}
.primary-sidebar ul > li > a {
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-weight: 300;
  letter-spacing: normal;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-sidebar ul > li > a:hover {
  color: #fff;
}
.primary-sidebar ul > li > .sub-menu {
  display: none;
  margin-top: 0;
}
.primary-sidebar ul > li > .sub-menu.animating,
.primary-sidebar ul > li > .sub-menu.visible {
  display: block;
}
.primary-sidebar ul > li > .sub-menu.animating-in {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.primary-sidebar ul > li > .sub-menu.animating-out {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s ease;
  transition: opacity 0.2s, -webkit-transform 0.4s ease;
  transition: opacity 0.2s, transform 0.4s ease;
  transition: opacity 0.2s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.primary-sidebar ul > li > .sub-menu.visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.primary-sidebar ul > li > .sub-menu > li {
  list-style: none;
}
.primary-sidebar ul > li > .sub-menu > li > a {
  display: block;
  padding-top: 0;
  padding-bottom: 0.9375rem;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color linear 0.5s;
  transition: color linear 0.5s;
}

@media all and (max-width: 1024px) {
  .menu-item-has-children:target > .sub-menu {
    display: block;
  }
}

.primary-sidebar .widget {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  list-style-type: none;
}

.primary-sidebar .widget-title {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  color: #fff;
}
.primary-sidebar .widget-title:after {
  border-bottom: 0;
}

.primary-sidebar .widget_calendar {
  padding-right: 0;
  padding-left: 0;
}

.primary-sidebar .sidebar-address {
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
}
.primary-sidebar .sidebar-address > .address-line {
  font-size: 0.875rem;
  color: #666666;
}
.primary-sidebar .sidebar-address .contact-email {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.primary-sidebar .sidebar-address .contact-email:hover {
  color: #fff;
}
.primary-sidebar .sidebar-address a {
  letter-spacing: normal;
  color: #666666;
  text-decoration: none;
  text-transform: none;
}
.primary-sidebar .sidebar-address a:hover {
  color: #fff;
}

.primary-sidebar .copyright {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #666666;
}

.site-title-container {
  padding-bottom: 0.625rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.site-title {
  position: static !important;
  margin-bottom: 0.3125rem;
  font-weight: 300;
  text-align: center;
}
.site-title > a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  line-height: normal;
  text-decoration: none;
}

.site-subtitle {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
}

.arrow-icon-holder {
  position: absolute;
  /* height: 0.75rem; */
  /* width: 0.9375rem; */
  padding-left: 0.625rem;
  /* padding-right: 0.625rem; */
  margin-left: 0.9375rem;
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;

  /* new - jb */
  width: 100%;
  left: 0;
  height: 16px;
  background: transparent;
  text-align: right;
  padding-right: 10%;

}

.arrow-icon {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  height: 0.75rem;
  width: 0.9375rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #999999;
  box-sizing: border-box;
}
.arrow-icon-holder:hover .arrow-icon {
  fill: #fff;
}

.tablet-sidebar {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  position: fixed;
  z-index: 100;
  float: left;
  display: none;
  width: 4.375rem;
  background-color: #141414;
}
@media all and (max-width: 1024px) {
  .tablet-sidebar {
    display: block;
  }
}
.tablet-sidebar.open {
  width: 19.375rem;
}

.tablet-menu-icon {
  position: absolute;
  right: 1.40625rem;
  z-index: 500;
  display: none;
  width: 1.5625rem;
  height: 2.875rem;
  padding: 0;
  margin: 1.5625rem auto 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.tablet-menu-icon:active,
.tablet-menu-icon:visited,
.tablet-menu-icon:focus {
  padding-right: inherit;
  padding-left: inherit;
  outline: none;
}
.tablet-menu-icon.open {
  right: 0.9375rem;
}
.open .tablet-menu-icon .site-header-menu-line {
  fill: #fff;
}
@media all and (max-width: 1024px) {
  .tablet-menu-icon {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .tablet-menu-icon {
    margin-top: 1.25rem;
  }
}

.site-header-menu-line {
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  fill: #fff;
}

.site-header-menu-icon-2 {
  position: absolute;
  top: 0.4375rem;
}

.site-header-menu-icon-3 {
  position: absolute;
  top: 0.875rem;
}

.open .site-header-menu-icon-1 {
  top: 0;
  -webkit-transform: rotate(-45deg) translate(1px, -9px);
  -ms-transform: rotate(-45deg) translate(1px, -9px);
  transform: rotate(-45deg) translate(1px, -9px);
}

.open .site-header-menu-icon-2 {
  display: none;
}

.open .site-header-menu-icon-3 {
  -webkit-transform: rotate(45deg) translate(-3px, 4px);
  -ms-transform: rotate(45deg) translate(-3px, 4px);
  transform: rotate(45deg) translate(-3px, 4px);
}

@media all and (max-width: 480px) {
  body:not(.page-template-cover) .site-header-menu-line {
    fill: #141414;
  }
  body:not(.page-template-cover) .open .site-header-menu-line {
    fill: #fff;
  }
}

.widget_nav_menu {
  margin-bottom: 0;
}

.menu li {
  margin-bottom: 0;
}
.menu li > a {
  padding-bottom: 0;
}

.widget-zinc-contact-info {
  margin-top: 2.5rem;
}
.widget-zinc-contact-info .widget-title {
  margin-bottom: 1.25rem;
}

.page-content {
  padding-top: 0;
  margin-top: 0;
  margin-left: 19.375rem;
  background-color: #fff;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-content {
    margin-left: 4.3125rem;
  }
}
@media all and (max-width: 480px) {
  .page-content {
    margin-top: 4.375rem;
    margin-left: 0;
  }
}
.ie9 .page-content {
  margin-left: 17.8125rem;
}

@media all and (max-width: 480px) {
  .page-template-cover .page-content {
    margin-top: 0;
  }
}

.no-sidebar .page-content {
  margin-left: 0;
}

.page-template-default .title-section {
  margin-bottom: 3.125rem;
}

.page-template-default .cta-section {
  margin-top: 6.25rem;
}

.social-icon {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem;
  fill: #666666;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.social-icon:hover {
  fill: #fff;
}

.hero {
  position: relative;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .hero {
    height: calc(100vh - 70px);
  }
}

@media all and (max-width: 768px) {
  .admin-bar .hero {
    height: calc(100vh - 32px);
  }
}

@media all and (max-width: 480px) {
  .admin-bar .hero {
    height: calc(100vh - 46px);
  }
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background-color: #141414;
  background-color: rgba(20, 20, 20, 0.6);
}

.hero-content {
  padding-top: 10.625rem;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 767px) {
  .hero-content {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
  .hero-content .hero-subtitle {
    font-size: 3.75rem;
  }
}
@media all and (max-width: 480px) {
  .hero-content {
    padding-top: 5rem;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .hero-content .hero-title {
    margin-top: 0;
  }
  .hero-content .hero-subtitle {
    font-size: 2.125rem;
  }
}

.hero-title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.hero-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media all and (max-width: 480px) {
  .hero-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.hero-subtitle {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1;
}

.hero-tagline {
  margin-top: 0;
  margin-left: 0;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: normal;
  color: #999999;
}

.hero-arrow {
  position: absolute;
  bottom: 2.8125rem;
  left: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero-arrow .button-arrow {
  stroke: #fff;
}
@media all and (max-width: 767px) {
  .hero-arrow {
    display: none;
  }
}

.zinc-button.hero-button {
  margin-top: 3.125rem;
}
.zinc-button.hero-button:hover {
  background-color: #fff;
}
@media all and (max-width: 480px) {
  .zinc-button.hero-button {
    margin: 0 auto;
  }
}

.cover-title {
  margin-bottom: 2.8125rem;
}

.services-container {
  max-width: 73.125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 4.375rem auto 0;
  overflow: hidden;
}

.services-block {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.services-block .thumb-responsive {
  display: block;
  margin: 0 auto;
  max-width: 9.375rem;
  overflow: hidden;
}
.services-block .thumb-responsive img {
  width: auto;
  height: auto;
}
.services-block .service-description {
  color: #adadad;
}
.services-block:only-of-type,
.services-block:last-of-type:nth-of-type(odd) {
  float: none;
}
.services-block:nth-of-type(odd) {
  clear: left;
}
@media all and (max-width: 1240px) {
  .services-block {
    width: 100%;
  }
}

.services-inner {
  margin: 0 auto;
  max-width: 25rem;
}

.service-name {
  margin-bottom: 2.5rem;
  letter-spacing: 0.2em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 1.125rem;
  font-weight: 300;
}

.cover-gallery-container {
  max-width: 48.75rem;
  margin: 0 auto;
  overflow: hidden;
}

.cover-gallery .section-description {
  margin-bottom: 3.4375rem;
}

.cover-gallery-image {
  display: inline-block;
  margin: 1.25rem;
}

.cover-blog {
  overflow: hidden;
}

.cover-blog-inner {
  max-width: 37.5rem;
  margin: 0 auto;
}

.cover-blog-block {
  display: block;
  overflow: hidden;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #d5d5d5;
}
.cover-blog-block:last-of-type {
  border-bottom: none;
}

.cover-blog-section-title {
  margin-bottom: 1.875rem;
}

.cover-blog-text {
  float: left;
  overflow: hidden;
  padding-left: 2.5rem;
  width: calc(100% - 60px);
  text-align: left;
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .cover-blog-text {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
  .cover-blog-text .read-more {
    margin-top: 1.875rem;
  }
}

.cover-blog-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1.5625rem;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 1.125rem;
}
.cover-blog-title > a {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  font-weight: 300;
  text-decoration: none;
  color: #141414;
}
@media all and (max-width: 480px) {
  .cover-blog-title {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.cover-blog-description {
  font-size: 0.875rem;
  color: #141414;
}
.cover-blog-description p {
  margin-bottom: 0;
  padding-right: 1.5625rem;
}
.cover-blog-description .read-more {
  margin-top: 0.9375rem;
}
@media all and (max-width: 480px) {
  .cover-blog-description .read-more {
    margin-right: auto;
    margin-left: auto;
  }
}

.cover-blog-button-container {
  margin-top: 1.25rem;
}

.cover-blog-date * {
  cursor: default;
}

.cover-featured-blog .cover-blog-date:hover {
  background-color: #141414;
  cursor: pointer;
}
.cover-featured-blog .cover-blog-date:hover * {
  cursor: pointer;
}

.cover-blog-date-block {
  cursor: pointer;
}
.cover-blog-date-block .cover-blog-day,
.cover-blog-date-block .cover-blog-month {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
}
@media all and (max-width: 480px) {
  .cover-blog-date-block {
    text-decoration: none;
  }
  .cover-blog-date-block .cover-blog-date {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.cover-about {
  padding-bottom: 0;
  overflow: hidden;
}

.cta-section {
  position: relative;
  min-height: 24.6875rem;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.cta-foreground {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cta-background {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cta-overlay {
  width: 100%;
  height: 100%;
}

.cta-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
}
@media all and (max-width: 480px) {
  .cta-title {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.cta-subtitle {
  margin-top: 1.5625rem;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4em;
  text-transform: none;
  color: white;
}
@media all and (max-width: 480px) {
  .cta-subtitle {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.cta-foreground .cta-underline {
  padding-right: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.5625rem;
}
.cta-foreground .cta-underline:after {
  border-color: white;
}

.cta-button-container {
  margin-top: 3.75rem;
}

.cta-button {
  padding-bottom: 1.375rem;
  box-shadow: none;
}
.cta-button:hover {
  box-shadow: inset 15rem 0 0 0 #fff;
}

.inner-portfolio {
  overflow: hidden;
  margin: 0 auto;
  max-width: 60rem;
}

.portfolio-posts {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.portfolio-project {
  position: relative;
  float: left;
  width: 28.75rem;
  height: 20rem;
  margin: 0.625rem;
  overflow: hidden;
}
@media all and (min-width: 1210px) and (max-width: 1300px) {
  .portfolio-project {
    width: 28.4375rem;
  }
}
@media all and (max-width: 1210px) {
  .portfolio-project {
    margin-right: 0;
    margin-left: 0;
  }
}
.portfolio-project:hover .portfolio-project-desc,
.portfolio-project.hover .portfolio-project-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 900px) {
  .portfolio-project {
    width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 1300px) {
  .sidebar .portfolio-type .portfolio-project {
    width: 100%;
    margin: 0;
  }
}

@media all and (min-width: 1251px) and (max-width: 1300px) {
  .sidebar .portfolio-type {
    float: left;
    width: 46%;
    margin: 2%;
    overflow: hidden;
  }
}

@media all and (max-width: 1250px) {
  .sidebar .portfolio-type {
    width: 100%;
    max-width: 100%;
    height: 20rem;
  }
}

@media all and (max-width: 900px) {
  .portfolio-type {
    width: 100%;
    overflow: hidden;
  }
  .portfolio-type .portfolio-project {
    margin: 0.625rem 0;
  }
}

.portfolio-type.second:not(.last-two),
.portfolio-type.folio-1:not(.last-two) {
  position: relative;
  float: right;
}
@media all and (min-width: 1251px) {
  .portfolio-type.second:not(.last-two) .portfolio-project,
  .portfolio-type.folio-1:not(.last-two) .portfolio-project {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
  }
}
@media all and (max-width: 1250px) {
  .portfolio-type.second:not(.last-two) .portfolio-project,
  .portfolio-type.folio-1:not(.last-two) .portfolio-project {
    height: 20rem;
  }
}
@media all and (max-width: 900px) {
  .portfolio-type.second:not(.last-two),
  .portfolio-type.folio-1:not(.last-two) {
    float: none;
  }
}

.portfolio-type.fourth .portfolio-project,
.portfolio-type.folio-3 .portfolio-project {
  width: 58.75rem;
}

.portfolio-type.last-one .portfolio-project {
  height: 41.25rem;
  width: 57.5rem;
}

@media all and (max-width: 1250px) {
  .sidebar .portfolio-type.second:not(.last-two),
  .sidebar .portfolio-type.folio-1:not(.last-two) {
    width: 100%;
  }
}

.portfolio-project-img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.portfolio-project-desc {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.portfolio-project-desc-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  padding-bottom: 0.0625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-project-category {
  color: #141414;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-decoration: none;
  text-transform: uppercase;
}
.portfolio-project-category:after {
  content: ' / ';
}
.portfolio-project-category:last-of-type:after {
  content: '';
}

.portfolio-project-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.zinc-button.portfolio-button {
  margin: 0 auto;
  border-width: 1px;
  line-height: 0.75rem;
}
.zinc-button.portfolio-button:hover {
  background-color: transparent;
}

.portfolio-more-button {
  overflow: hidden;
  clear: both;
}

.btn-load-more-portfolio {
  display: inline;
  cursor: pointer;
  background-color: #fff;
}

.portfolio-audio-post-img {
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-info {
  text-align: left;
}
.project-info .project-info-title {
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.project-info .project-info-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.project-info .portfolio-entry-meta {
  width: 16.25rem;
}
.project-info .portfolio-meta-icon-block {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #d5d5d5;
}
.project-info .portfolio-meta-icon-block:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.project-info dt {
  float: left;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}
.project-info dd {
  font-size: 0.75rem;
  font-weight: 300;
}
.project-info dd a {
  text-transform: none;
}
.project-info .project-info-inner {
  clear: both;
}
.project-info .project-info-meta {
  float: left;
}
.project-info .project-info .project-info-description {
  float: left;
  width: calc(100% - 320px);
  margin-left: 3.75rem;
}
.project-info .project-info .project-info-description p {
  font-size: 0.875rem;
  color: #7a7a7a;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial {
  overflow: hidden;
}

.testimonials-inner {
  position: relative;
}

.testimonial-image,
.testimonial-text {
  float: left;
  width: 50%;
}
@media all and (max-width: 1200px) {
  .testimonial-image,
  .testimonial-text {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .no-sidebar .testimonial-image,
  .no-sidebar .testimonial-text {
    width: 100%;
  }
}

.testimonial-text {
  background-color: #1e1d1d;
}

.testimonial-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}

.testimonial-description {
  color: #666666;
  font-size: 0.875rem;
}

.testimonial-text-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  max-width: 25.625rem;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-icon-container {
  height: 1.875rem;
}

.testimonial-icon {
  width: 3.125rem;
  height: 1.875rem;
  fill: #fff;
}

.testimonial-author-info {
  margin-top: 2.1875rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.input-label {
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: #141414;
}

.contact-form .grunion-field-label,
.contact-form .grunion-field-label span .contact-form .grunion-field-label.url {
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: normal;
  color: #141414;
  text-transform: none;
}

.dark-label {
  color: #fff;
}

input,
textarea,
input.url[type='text'] {
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #7a7a7a;
  text-align: left;
  text-transform: none;
  background: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: 0;
  outline: none;
}
input.error,
textarea.error,
input.url[type='text'].error {
  border-color: #ff0000;
}

.dark-input {
  color: #fff;
}

.contact {
  overflow: hidden;
}

.contact-image,
.contact-form-black {
  float: left;
  width: 50%;
}
@media all and (max-width: 1200px) {
  .contact-image,
  .contact-form-black {
    width: 100%;
  }
}

.contact-form-black {
  background-color: #1e1d1d;
}

.contact-form:not(.contact-form-black) {
  width: 100%;
}

.contact-form-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
}

.contact-image {
  position: relative;
  background-size: cover;
}

.contact-image-overlay {
  background-color: #1e1d1d;
  background-color: rgba(30, 29, 29, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.contact-info {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  color: #fff;
}

.pointer-icon {
  height: 4.6875rem;
  width: 3.4375rem;
  margin-bottom: 3.125rem;
}

.contact-line {
  margin-top: 1.25rem;
}

.contact-title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
  color: #fff;
}

.contact-list {
  margin-top: 2.5rem;
  margin-left: 0;
  list-style: none;
}
.contact-list > li:before {
  content: '';
  padding: 0;
}

li.buttons:hover {
  opacity: 1;
}

.send-button {
  margin: 0 auto;
  font-size: 0.75rem;
  cursor: pointer;
  background: none;
  border-bottom-color: #fff;
}
.send-button:hover {
  color: #1e1d1d;
}

.contact-cancel-button {
  display: none;
  position: relative;
  top: 1.375rem;
  float: right;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.contact-cancel-button:hover {
  text-decoration: underline;
  color: #fff;
}

.contact-textarea {
  height: 3.125rem;
}

.page-content .contact-form input[type='text'],
.page-content .contact-form input[type='email'],
.page-content .contact-form textarea {
  width: 100%;
}

.contact-submit {
  max-width: 100%;
}

.page-template-contact .contact-section {
  margin-top: 6.25rem;
}

.page-template-contact .site-title-container {
  margin-bottom: 0;
}

.zilla .contact-form textarea {
  height: 3.125rem;
}

.after-contact {
  position: relative;
  top: 1.25rem;
  clear: both;
}

.contact-list .buttons {
  display: block;
  overflow: hidden;
}

input:focus,
textarea:focus,
input.url[type='text']:focus {
  opacity: 1;
}

.page-template-contact .cover-about {
  padding-top: 5.625rem;
}

.page-template-contact .accent-underline {
  margin-bottom: 5.625rem;
  padding-bottom: 1.5625rem;
}

.page-template-contact .section-title {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.page-template-contact .section-subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.page-template-contact .about-description {
  display: none;
}

.contact-email a,
.contact-phone a {
  text-decoration: none;
  color: #fff;
}

.contact-phone-email {
  padding-top: 0.625rem;
}
.contact-phone-email .contact-line {
  font-size: 0.6875rem;
}

.archive-post {
  float: left;
  width: 100%;
  text-align: left;
}
.archive-post > p {
  max-width: 100%;
  font-size: 0.875rem;
}
.archive-post.no-image {
  padding-top: 1rem;
  border-top: 1px solid #d5d5d5;
}

.archive-post .read-more {
  display: block;
  width: 6.25rem;
  margin-top: 0.625rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.archive-post-container {
  overflow: hidden;
  margin-top: 6.25rem;
}

.archive-post-meta {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  padding-left: 2.5rem;
}

.archive-post-title {
  margin-bottom: 0.3125rem;
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  line-height: normal;
  text-align: left;
}
.archive-post-title > a {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-decoration: none;
  color: #141414;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.archive-post-title > a:hover {
  color: #141414;
  cursor: default;
}
.blog .archive-post-title a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.archive-post-date a {
  color: #fff;
  text-decoration: none;
}

.archive-post-date:hover a {
  color: #fff;
}

.archive-post-author {
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: left;
}
.archive-post-author a {
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
}

.archive-post-meta-comments {
  float: right;
  font-size: 0.875rem;
}
.archive-post-meta-comments a {
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.archive-post-meta-category:after {
  content: ', ';
}

.archive-post-meta-category:last-of-type:after {
  content: '';
}

.icon-message {
  position: relative;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}

.right-meta {
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  float: right;
}
@media all and (max-width: 668px) {
  .right-meta {
    position: static;
    float: left;
    margin-bottom: 0.625rem;
    clear: left;
  }
}

.left-meta {
  float: left;
  max-width: 85%;
}

.pagination {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.page-numbers {
  font-size: 0.875rem;
  color: #9e9c9c;
  letter-spacing: 0.6em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-decoration: none;
}
.page-numbers:hover,
.page-numbers.current {
  color: #141414;
}

.breadcrumbs {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fafafa;
}

.breadcrumbs-list {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.breadcrumbs-list > li {
  display: inline;
  font-size: 0.875rem;
  list-style: none;
}
.breadcrumbs-list > li:before {
  content: '';
  padding: 0;
}
.breadcrumbs-list > li > a {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  color: #141414;
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
}
.breadcrumbs-list > li > a:after {
  content: ' / ';
}

.singular-post {
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
}
.singular-post > p,
.singular-post > ul,
.singular-post > ol {
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.singular-post.no-image {
  padding-top: 1rem;
  border-top: 1px solid #d5d5d5;
}

blockquote {
  padding-top: 3.125rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-align: center;
  display: block;
  background-image: url(images/quotes.svg);
  background-size: 45px 30px;
  background-position: center top;
  background-repeat: no-repeat;
}

blockquote cite {
  display: block;
  margin-top: 0.625rem;
  width: 100%;
  letter-spacing: 0.42em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

.quote-author-title {
  margin-left: 5px;
}

.testimonial-icon {
  stroke: #141414;
}

.post-tags {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
}

.post-tags .tag {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: lowercase;
}
.post-tags .tag:hover {
  color: #141414;
}
.post-tags .tag:before {
  content: '#';
}
.post-tags .tag:after {
  content: ', ';
}
.post-tags .tag:last-of-type:after {
  content: '';
}

.post-pagination-section {
  padding-bottom: 0;
  text-align: left;
  overflow: hidden;
}

.post-pagination-prev,
.post-pagination-next {
  float: left;
  height: 100%;
  width: 50%;
  padding: 2.5rem;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 767px) {
  .post-pagination-prev,
  .post-pagination-next {
    width: 100%;
  }
}

.post-pagination-prev {
  position: relative;
  overflow: hidden;
  text-align: right;
  border-right: 1px solid #d5d5d5;
}
.post-pagination-prev .prev-arrow {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post-pagination-prev .pagination-title {
  margin-left: 1.25rem;
}
@media all and (max-width: 767px) {
  .post-pagination-prev .pagination-title {
    margin-left: 3.75rem;
  }
}
.post-pagination-prev .accent-underline:after {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.post-pagination-prev:hover .accent-underline:after {
  width: 100%;
}

.post-pagination-next {
  position: relative;
  overflow: hidden;
}
.post-pagination-next .next-arrow {
  position: absolute;
  bottom: 0.9375rem;
  right: 0;
}
.post-pagination-next .accent-underline:after {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  right: auto;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.post-pagination-next:hover .accent-underline:after {
  width: 100%;
}

.post-pagination-next-inner,
.post-pagination-prev-inner {
  position: relative;
  width: 25rem;
}
@media all and (max-width: 1240px) {
  .post-pagination-next-inner,
  .post-pagination-prev-inner {
    width: 18.75rem;
  }
}
@media all and (max-width: 767px) {
  .post-pagination-next-inner,
  .post-pagination-prev-inner {
    width: 100%;
  }
}

.post-pagination-next-inner {
  float: left;
}

.post-pagination-prev-inner {
  float: right;
}

.post-pagination-text {
  font-size: 0.875rem;
  letter-spacing: normal;
  text-transform: none;
  color: #949494;
}

.pagination-title {
  width: calc(100% - 20px);
  margin-top: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}
a:hover .pagination-title {
  color: #141414;
}
@media all and (max-width: 767px) {
  .pagination-title {
    width: calc(100% - 60px);
  }
}

.no-next .post-pagination-next .post-pagination-next {
  opacity: 0.4;
}

.no-next .post-pagination-next .post-pagination-next-inner {
  visibility: hidden;
}

.no-next .post-pagination-next:hover .accent-underline:after {
  width: 2.25rem;
}

.no-prev .post-pagination-prev .post-pagination-prev {
  opacity: 0.4;
}

.no-prev .post-pagination-prev .post-pagination-prev-inner {
  visibility: hidden;
}

.no-prev .post-pagination-prev:hover .accent-underline:after {
  width: 2.25rem;
}

.next-arrow,
.prev-arrow {
  border: none;
}

.slick-gallery-container {
  position: absolute;
}

.slick-gallery-container:not('.portfolio-gallery') .zinc-slideshow-slide {
  width: 100%;
  height: 31.25rem;
}
@media all and (max-width: 1150px) {
  .slick-gallery-container:not('.portfolio-gallery') .zinc-slideshow-slide {
    height: 25rem;
  }
}
@media all and (max-width: 960px) {
  .slick-gallery-container:not('.portfolio-gallery') .zinc-slideshow-slide {
    height: 18.75rem;
  }
}
@media all and (max-width: 660px) {
  .slick-gallery-container:not('.portfolio-gallery') .zinc-slideshow-slide {
    height: 12.5rem;
  }
}

.audio-section {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.password-protected-button {
  margin: 0 auto;
}

.comment-form {
  overflow: hidden;
}
.comment-form input,
.comment-form textarea {
  text-align: left;
}
.comment-form .comment-submit {
  display: block;
  width: auto;
  margin: 0 auto;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .comment-form .comment-submit {
    margin: 3.125rem auto 0;
  }
}
.comment-form label {
  float: left;
}

#comments {
  clear: left;
  padding-top: 6.25rem;
  padding-bottom: 0;
  background-color: #fff;
}

.comment-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.comment-list li:hover {
  opacity: 1;
}
.comment-list li:after {
  content: '';
  padding: 0;
}
@media all and (max-width: 480px) {
  .comment-list .comment .children {
    padding-left: 0;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.comments-title {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  color: #141414;
}

.comment-body {
  max-width: 100%;
  width: 40.625rem;
  margin: 3.125rem auto 0;
  overflow: hidden;
}

.comment-metadata > a {
  text-decoration: none;
}

.comment-meta,
.comment-content {
  float: left;
}
@media all and (max-width: 480px) {
  .comment-meta,
  .comment-content {
    float: none;
  }
}

.comment-meta {
  padding-right: 1.25rem;
}

.avatar {
  border-radius: 50%;
}
.comment-author .avatar {
  margin-top: 0;
}

.comment-author a,
.url {
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75rem;
}

.comment-author .avatar {
  margin-top: 0;
}

.comment-date {
  margin-left: 0.625rem;
  letter-spacing: normal;
  text-transform: none;
  color: #545454;
  font-size: 0.75rem;
  font-weight: 300;
}
@media all and (max-width: 480px) {
  .comment-date {
    margin-left: 0.625rem;
  }
}

.comment-content {
  width: 80%;
  color: #141414;
  text-align: left;
}
.comment-content p {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #7a7a7a;
}
@media all and (max-width: 480px) {
  .comment-content {
    width: 100%;
    text-align: center;
  }
}

.reply {
  clear: left;
}

.comment {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.comment-reply-link {
  font-weight: 400;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.comment-respond {
  display: none;
  max-width: 40.625rem;
  margin: 0 auto;
}

.comment .children {
  padding-left: 5rem;
}
.comment .children li.comment:before {
  content: '';
}

#cancel-comment {
  float: right;
  padding-top: 1.25rem;
  margin-top: 1.5625rem;
  margin-right: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
#cancel-comment:hover {
  color: #141414;
}
@media all and (max-width: 480px) {
  #cancel-comment {
    float: none;
    margin: 0 auto;
  }
}

.comment-form-input,
.comment-form-textarea {
  width: 100%;
  border-bottom-color: #141414;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-top: 0;
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  display: none;
}

.form-submit {
  float: left;
}
@media all and (max-width: 480px) {
  .form-submit {
    float: none;
  }
}

.comment-subscription-form {
  float: left;
  clear: both;
}
.comment-subscription-form > label {
  float: none;
}
.comment-subscription-form > input {
  margin-bottom: 0;
}

.comment-edit-link,
.comment-reply-link,
.logged-in-as > a {
  font-size: 0.75rem;
}

.comment-awaiting-moderation {
  font-size: 0.875rem;
  font-style: italic;
}

.mobile-logo {
  position: absolute;
  left: 0;
  z-index: 300;
  display: none;
  width: 100%;
  height: 4.375rem;
  background-color: transparent;
}
@media all and (max-width: 480px) {
  .mobile-logo {
    display: block;
  }
}
.mobile-logo.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.mobile-logo.no-logo {
  overflow: hidden;
}
.mobile-logo.no-logo .site-logo-link {
  padding-right: 3.125rem;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-align: left;
  text-transform: uppercase;
}
.page-template-cover .mobile-logo.no-logo .site-logo-link {
  color: #fff;
}
.mobile-logo.no-logo .site-logo-link:after {
  content: '';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mobile-logo.no-logo.fixed .site-logo-link {
  color: #141414;
}
.mobile-logo:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-bottom: 1px solid #d5d5d5;
  content: '';
}
.mobile-logo img {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-logo .site-logo-link {
  float: left;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-decoration: none;
}
.mobile-logo .site-logo-link:after {
  left: 0;
}

.featured-area-image,
.featured-area-content {
  position: relative;
  float: left;
  width: 50%;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .featured-area-image,
  .featured-area-content {
    width: 100%;
    margin-bottom: -0.3125rem;
  }
}

@media all and (max-width: 900px) {
  .no-sidebar .featured-area-image,
  .no-sidebar .featured-area-text {
    width: 100%;
    margin-bottom: -0.3125rem;
  }
}

.featured-area-content-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: table;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin: 0 auto;
}

.featured-area-title {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.featured-area-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.featured-area-description {
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  color: #666666;
}

.featured-area-content .featured-area-list {
  margin-left: 0;
}
.featured-area-content .featured-area-list li {
  font-size: 0.875rem;
}
.featured-area-content .featured-area-list li .featured-element-inner {
  opacity: #666666;
}
.featured-area-content .featured-area-list li:before {
  padding-right: 1.5625rem;
  content: url('images/tick.png');
}

.about-team-content,
.about-team-image {
  position: relative;
  float: left;
  width: 50%;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .about-team-content,
  .about-team-image {
    width: 100%;
  }
}

@media all and (max-width: 1000px) {
  .no-sidebar .about-team-content,
  .no-sidebar .about-team-image {
    width: 100%;
  }
}

.about-team-content-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 4.0625rem;
  padding-left: 4.0625rem;
}
.about-team-content-inner .featured-area-title {
  margin-top: 0;
}

.about-team-image {
  background-size: cover;
}

.member-long-arrow {
  width: 1.5625rem;
  height: 0.9375rem;
  margin-top: 1.25rem;
  fill: #fff;
}

.about-members {
  text-align: center;
}

.about-member-thumbnail {
  position: relative;
  float: left;
  width: 25%;
  padding-bottom: 25%;
  overflow: hidden;
}
.about-member-thumbnail:hover .about-member-overlay {
  left: 0;
}
.about-member-thumbnail .thumb-responsive {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.about-member-thumbnail .thumb-responsive img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 480px) {
  .about-member-thumbnail {
    width: 100%;
    padding-bottom: 100%;
  }
}

@media all and (max-width: 1024px) {
  .no-object-fit .about-member-thumbnail > .thumb-responsive img {
    width: auto;
    height: auto;
  }
  .no-object-fit .about-member-modal-thumbnail {
    height: 18.75rem;
  }
  .no-object-fit .about-member-modal-thumbnail .thumb-responsive img {
    width: 100%;
    height: 18.75rem;
  }
}

.about-member-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  width: 60rem;
  height: 31.25rem;
  max-width: calc(100vw - 60px);
  cursor: auto;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 1024px) {
  .about-member-modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .no-thumb .about-member-modal {
    top: 50%;
    min-height: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.about-member-modal-content {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media all and (max-width: 1024px) {
  .about-member-modal-content {
    height: auto;
  }
}

.show-modal {
  position: relative;
}
.show-modal .about-member-modal {
  visibility: visible;
}
.show-modal .about-member-modal-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about-member-modal-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .about-member-modal-thumbnail {
    width: 100%;
    height: 50vh;
  }
}

.no-thumb .about-member-modal-thumbnail {
  display: none;
}

.about-member-modal-text {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.about-member-modal-text .accent-underline {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .about-member-modal-text {
    width: 100%;
    min-height: 50vh;
    padding-bottom: 1.25rem;
  }
  .no-thumb .about-member-modal-text {
    min-height: 0;
  }
}

.no-thumb .about-member-modal-text {
  width: 100%;
}

.about-member-modal-name {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
}

.about-member-modal-title {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: none;
  color: #545454;
}

.about-member-modal-description {
  max-width: 23.75rem;
  margin: 1.9375rem auto 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.about-member-modal-description .read-more,
.about-member-modal-description .sharedaddy {
  display: none;
}
@media all and (max-width: 480px) {
  .about-member-modal-description p {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.about-member-modal-facebook,
.about-member-modal-twitter,
.about-member-modal-linkedin {
  text-decoration: none;
}

.about-member-modal-social-icons {
  margin-bottom: 1.875rem;
}

.about-member-modal-social-icon {
  fill: #141414;
}

.about-member-modal-email {
  background-color: #fff;
}

.about-team-content-link {
  font-size: 0.875rem;
}
.about-team-content-link:hover {
  color: #fff;
  text-decoration: none;
}

.about-member-overlay {
  position: absolute;
  left: -200%;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: left 0.4s linear;
  transition: left 0.4s linear;
  cursor: pointer;
}

.no-thumb .about-member-overlay {
  left: 0;
}

.about-member-overlay-content {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-member-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.about-member-title {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: none;
}

.about-description {
  padding-bottom: 5.625rem;
  margin-bottom: 0;
}

.about-gallery {
  overflow: hidden;
}

.about-gallery-title {
  margin-bottom: 5.625rem;
}

.about-content {
  padding-bottom: 0;
}
.about-content .about-rte.no-featured-section {
  padding-top: 0;
}

.about-member-thumbnail-overlay {
  background-color: #1e1d1d;
  background-color: rgba(30, 29, 29, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-close-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 100;
  width: 1.25rem;
  height: 1.25rem;
  fill: #141414;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .modal-close-icon {
    display: block;
    fill: #fff;
  }
  .no-thumb .modal-close-icon {
    fill: #141414;
  }
}

.about-team-section {
  padding-top: 0;
  padding-bottom: 0;
}

.selling-point-image-wrapper {
  margin: 0 auto;
  max-width: 9.375rem;
}

.selling-point-image {
  height: auto;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.selling-points-title {
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}
.no-featured-section .selling-points-title {
  position: relative;
  padding-bottom: 1.5625rem;
  font-size: 2.5rem;
  letter-spacing: normal;
}
.no-featured-section .selling-points-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.0625rem;
  width: 2.25rem;
  border-bottom: 1px solid;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.archive-career {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 0;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.archive-career * {
  cursor: pointer;
}
.archive-career .careers-excerpt {
  float: none;
  width: auto;
  margin-left: 6.25rem;
}
.archive-career .careers-excerpt .read-more {
  width: 7.625rem;
  color: #141414;
}
.archive-career .careers-excerpt p .read-more {
  display: none;
}
.archive-career .archive-career-title {
  margin-top: 0;
}
.archive-career .archive-career-title a {
  cursor: pointer;
}
.archive-career:last-of-type {
  border-bottom: 0;
}

.page-template-careers .cover-about {
  padding-bottom: 0;
  background-color: #fafafa;
}

.single-career .cover-services {
  padding-bottom: 0;
}

.career-content {
  padding-bottom: 0;
}

.career-info-section {
  padding-bottom: 0;
}
.career-info-section.no-featured-section {
  padding-top: 0;
}

.career-content {
  font-size: 0.875rem;
  color: #141414, 40%;
}

.career-gallery-image {
  float: left;
  width: 33.33333%;
  height: 23.125rem;
}
.career-gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 1000px) {
  .career-gallery-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.benefits-block {
  width: 49%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media all and (max-width: 1000px) {
  .benefits-block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.type-career .featured-area-title:after {
  content: '';
}

.career-info-inner {
  max-width: 41.25rem;
  margin: auto;
}

.career-info-arrow {
  position: relative;
  top: 3.125rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.career-info-title {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.career-info-description {
  font-size: 0.875rem;
  color: #7a7a7a;
}
.career-info-description a {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.career-info-description a:hover {
  color: #141414;
}

.single-career .cover-services {
  padding-top: 4.375rem;
}

@media all and (min-width: 481px) {
  .single-portfolio .page-content .segment:first-of-type {
    padding-top: 0;
  }
}

.single-portfolio .testimonials {
  background-color: #fafafa;
}

.single-portfolio .testimonial .testimonial-text {
  width: 100%;
  background-color: #fafafa;
}

.single-portfolio .testimonial .testimonial-text-inner {
  top: auto;
  max-width: 38.75rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media all and (max-width: 480px) {
  .single-portfolio .testimonial .testimonial-text-inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.single-portfolio .testimonial .testimonial-description {
  color: #141414;
}

.single-portfolio .testimonial .testimonial-icon {
  margin-top: 0.0625rem;
  fill: #141414;
}

.zinc-slideshow-slide {
  display: inline-block;
  width: 50%;
  height: 20.625rem;
  margin: -0.25rem 0 0;
}
@media all and (max-width: 1000px) {
  .zinc-slideshow-slide {
    width: 100%;
  }
}

.logo-banner {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.inner-counter {
  max-width: 60rem;
  margin: 0 auto;
  overflow: hidden;
}

.inner-counter {
  max-width: 60rem;
  margin: 0 auto;
  overflow: hidden;
}

.counter-title {
  margin-bottom: 5.625rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.counter-area {
  position: relative;
  top: 0;
  float: none;
  width: calc(100% - 80px);
  padding-bottom: 1.25rem;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .counter-area {
    top: 100%;
    float: left;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .counter-area.counters-2 {
    width: 50%;
  }
  .counter-area.counters-3 {
    width: 33%;
  }
  .counter-area.counters-4 {
    width: 25%;
  }
}

.counter-area-inner {
  display: inline-block;
  vertical-align: top;
}
.counter-area-inner img {
  width: auto;
  height: auto;
}

.counter-number {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.counter-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #7a7a7a;
}

.single-portfolio .featured-image-section {
  height: 30rem;
}
@media all and (max-width: 1170px) {
  .single-portfolio .featured-image-section {
    height: 23.75rem;
  }
}
@media all and (max-width: 1170px) {
  .single-portfolio .featured-image-section {
    height: 17.5rem;
  }
}
@media all and (max-width: 770px) {
  .single-portfolio .featured-image-section {
    height: 12.5rem;
  }
}

.end-result {
  overflow: hidden;
}

.result-title {
  float: left;
  width: 10rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-align: left;
  line-height: 1.625rem;
}
.result-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.result-desc {
  float: left;
  width: calc(100% - 180px);
  margin-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4375rem;
  text-align: left;
  color: #7a7a7a;
}
@media all and (max-width: 1000px) {
  .result-desc {
    width: 100%;
    margin-left: 0;
  }
}

.portfolio-audio.has-poster {
  height: 25rem;
}

.portfolio-audio-post-img {
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-info {
  text-align: left;
}
.project-info .project-info-title {
  margin-bottom: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.259em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  line-height: 1.625rem;
}
.project-info .project-info-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.project-info .portfolio-entry-meta {
  width: 16.25rem;
}
.project-info .portfolio-meta-icon-block {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #d5d5d5;
}
.project-info .portfolio-meta-icon-block:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.project-info dt {
  float: left;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-transform: uppercase;
}
.project-info dd {
  margin-left: 0;
  font-size: 0.75rem;
  font-weight: 300;
}
.project-info dd a {
  text-transform: none;
}
.project-info .project-info-inner {
  clear: both;
}
.project-info .project-info-meta {
  float: left;
  margin-right: 3.75rem;
}
.project-info .project-info-description {
  float: left;
}
.project-info .project-info-description p {
  font-size: 0.875rem;
  color: #7a7a7a;
}
.project-info .project-info-description iframe {
  margin-top: 1.25rem;
}
@media all and (max-width: 1000px) {
  .project-info .project-info-description {
    width: 100%;
    margin-left: 0;
  }
}
.project-info .project-info-description.no-content {
  width: 100%;
  margin-left: 0;
}

.single-portfolio .project-info-description {
  width: auto;
  float: none;
  margin-left: 0;
}
.single-portfolio .project-info-description p {
  max-width: none;
}
@media all and (max-width: 1000px) {
  .single-portfolio .project-info-description {
    width: 100%;
    clear: left;
  }
}

.fluid-width-video-wrapper {
  margin-bottom: 1.25rem;
}

.inner-slider-section,
.slick-gallery-container {
  position: relative;
}
.inner-slider-section .slick-dots,
.slick-gallery-container .slick-dots {
  right: auto !important;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-slider-section .slick-prev,
.inner-slider-section .slick-next,
.slick-gallery-container .slick-prev,
.slick-gallery-container .slick-next {
  position: absolute;
  top: 50%;
  z-index: 300;
  width: 1.875rem;
  height: 2.1875rem;
  font-size: 0;
  cursor: pointer;
  background: url('images/arrow.svg') no-repeat cover;
  background-size: cover;
  border: 0;
}
.inner-slider-section .slick-prev,
.slick-gallery-container .slick-prev {
  left: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.inner-slider-section .slick-next,
.slick-gallery-container .slick-next {
  right: 0.625rem;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-slide {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  position: relative;
  width: 100%;
}
.portfolio-slide .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-slide .slide-content {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.portfolio-slide .slide-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: none;
}
.portfolio-slide .slide-button {
  display: inline-block;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.portfolio-title {
  font-size: 2.5rem;
  font-weight: 300;
}
.portfolio-title:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.portfolio-more-posts-title {
  margin-bottom: 5.625rem;
}

.portfolio-testimonials {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.project-logo-1 {
  max-width: 16.25rem;
}

.slider-section {
  padding-bottom: 0;
  padding-top: 0;
}
.slider-section .slick-dots li {
  float: none;
}
@media all and (max-width: 480px) {
  .slider-section .slick-dots {
    bottom: 0.3125rem;
  }
  .slider-section .slick-dots li {
    float: left;
  }
}

.portfolio-gallery {
  padding-bottom: 0;
}

.portfolio-testimonials-inner .slick-prev,
.portfolio-testimonials-inner .slick-next {
  z-index: 300;
  background-image: url('images/arrow-dark.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .portfolio-testimonials-inner .slick-prev,
  .portfolio-testimonials-inner .slick-next {
    width: 1.25rem;
    height: 1.4375rem;
  }
}

.slide-button {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.single-portfolio .page-content section:first-of-type {
  padding-top: 0;
}

.portfolio-testimonial-text {
  height: 100%;
}
.portfolio-testimonial-text .testimonial-text-inner {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-video {
  position: relative;
}

.video-poster-embed {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-poster-embed .video-poster-embed-overlay {
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
  background-color: #141414;
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-poster-embed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 101;
}
.video-poster-embed .play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5.9375rem;
  width: 5.9375rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  fill: #fff;
}

.portfolio-video-player .wp-video {
  width: 100% !important;
}

.page-template-services .page-content {
  background-color: #fafafa;
}

.page-template-services .featured-area-title:after {
  border: 0;
}

.page-template-services .cover-services {
  padding-bottom: 1.1875rem;
}

@media all and (max-width: 480px) {
  .page-template-services .second-segment {
    padding-top: 3.125rem;
  }
  .page-template-services .cover-services {
    padding-bottom: 3.125rem;
  }
}

.services-content {
  padding-bottom: 0;
}

@media all and (max-width: 480px) {
  .services-content-section {
    padding-bottom: 0;
  }
}

.no-js .zinc-loader {
  display: none;
}

.zinc-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: #141414;
}
.zinc-loader .sk-cube-grid {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
}
.zinc-loader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.5s infinite linear;
  animation: sk-cubeGridScaleDelay 1.5s infinite linear;
}
.zinc-loader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.zinc-loader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.zinc-loader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.zinc-loader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.zinc-loader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.zinc-loader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.zinc-loader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.zinc-loader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.zinc-loader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}

.meta-content {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5rem;
}
.meta-content ul {
  margin-left: 0;
}
.meta-content ul li {
  display: list-item;
  text-align: center;
}
.meta-content ul li ul {
  margin-top: 0;
}
.meta-content ul li:before {
  padding-right: 5px;
  content: '\25A0';
}
.meta-content ol {
  margin-left: 0;
}
.meta-content ol li {
  display: list-item;
  text-align: center;
  list-style-type: decimal;
}
.meta-content ol li:before {
  content: '';
}
.meta-content ol li ol {
  margin-top: 0;
  margin-left: 0.625rem;
}
.meta-content h1,
.meta-content h2,
.meta-content h3,
.meta-content h4 {
  font-weight: 300;
}
.meta-content h1 {
  font-size: 3.875rem;
}
.meta-content h2 {
  font-size: 2.5rem;
}
.meta-content h3 {
  font-size: 1.875rem;
}
.meta-content h4 {
  font-size: 1.375rem;
}
.meta-content h5 {
  font-size: 1.125rem;
}
.meta-content h6 {
  font-size: 1rem;
}
.meta-content.featured-area-description ul > li,
.meta-content.featured-area-description ol > li,
.meta-content.project-info-description ul > li,
.meta-content.project-info-description ol > li,
.meta-content.result-desc ul > li,
.meta-content.result-desc ol > li {
  margin-left: 0.625rem;
  text-align: left;
}
.meta-content.featured-area-description a {
  color: #fff;
}

.service-tile {
  background: #727272;
  border-bottom: 1px solid #fff;
}

.service-tile:hover {
  background: #008ea4;
}

.service-tile:first-of-type {
  border-top: 1px solid #fff;
}

.service-tile a {
  padding: 150px;
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.service-tile a:hover {
  color: #fff;
}

@media all and (max-width: 600px) {
  .service-tile a {
    padding: 100px;
  }

  .service-tile h2 {
    font-size: 100%;
  }
}