/*!
Theme Name: Retexo
Author: Coffee Creative Studio
Author URI: https://www.coffeecreativestudio.co.za
Version: 1.0.0

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Navigation
# Home
# About
# Services
# Contact
# Forms
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: "Barlow", sans-serif;
  font-display: fallback;
  overflow-x: hidden !important;
  background-color: #000;
  color: #fff;
}

h1 {
  font-size: 80px;
  font-display: fallback;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

h2 {
  font-size: 48px;
  font-display: fallback;
  margin: 8px 0 20px;
  line-height: 1.05;
  text-transform: uppercase;
  font-style: italic;
}

h3 {
  font-size: 15px;
  font-display: fallback;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
  font-display: fallback;
  font-weight: 300;
  margin: 15px 0;
  line-height: 1.4;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
  outline: none;
  color: #fff;
  text-decoration: none;
}

#page {
  overflow-x: hidden !important;
}

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

.max-width {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

a.link {
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.4px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 9px;
}

/*a.link::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2023/12/arrows.svg');
	width: 29px;
	height: 14px;
	margin-left: 8px;
	cursor: pointer;
}*/

.button {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1.5px solid;
  padding: 10px 22px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  transition: 0.45s ease all;
}

.button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation ul {
  display: block;
  text-align: right;
}

#site-navigation {
  position: fixed;
  z-index: 9999;
}

#site-navigation {
  /*background-color: transparent !important;
	transition: background-color 0.2s linear;
	position: fixed;
	z-index: 999;
  	width: 100%;
  	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 50px;*/
  mix-blend-mode: difference;
}

.navbar-toggler {
  display: block !important;
  border: none !important;
  background-color: transparent;
  padding: 10px 0 5px;
  position: fixed;
  z-index: 9999;
  right: 45px;
  top: 35px;
}

.navbar-button {
  width: 40px;
  height: 23px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 45px;
  top: 35px;
}

.navbar-button .bar {
  height: 2.5px;
  width: 40px;
  background-color: #ffffff;
  display: block;
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.2s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-button .bar.two {
  top: 10px;
}

.navbar-button .bar.three {
  top: 20px;
}

#site-navigation.open .navbar-button .bar.one,
#site-navigation.open .navbar-button .bar.three {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: top 0.2s ease 0s, transform 0.3s ease-out 0.2s;
}

#site-navigation.open .navbar-button .bar.two {
  left: 50%;
  width: 0;
}

#site-navigation.open .navbar-button .bar.three {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-inner-wrap {
  position: relative;
  top: 50%;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 315px;
}

.navbar-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 30px;
  max-width: 500px;
}

.navbar-inner-wrap form {
  margin-top: 50px;
  position: relative;
}

.navbar-inner-wrap input {
  font-family: "Barlow", sans-serif;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 15px 24px;
  outline: none;
  text-transform: uppercase;
  font-size: 19px;
  font-style: italic;
  letter-spacing: 0.8px;
  height: 58px;
}

.navbar-inner-wrap button {
  position: absolute;
  right: 0;
  height: 58px;
  border-radius: 0;
  background-color: #2c2c2c;
  border: none;
  cursor: pointer;
  outline: none;
}

.navbar-menu #primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.navbar-menu a {
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.000009em;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 8px 0;
}

.navbar-menu a::after {
  content: "";
  height: 4px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  transition: width 0.35s ease;
  right: 0;
}

.navbar-menu a:hover::after {
  width: 100%;
}

.navbar-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 990;
  background-color: transparent;
}

.navbar-menu a {
  position: relative;
  opacity: 0;
  top: 40px;
  transition: opacity 0.5s ease, top 0.5s ease;
}

.navbar-menu.show li a {
  opacity: 1;
  top: 0;
}

a.navbar-brand {
  top: 25px;
  display: block;
  line-height: 1;
  position: fixed;
  z-index: 9999;
  left: 45px;
  max-width: 75px;
  opacity: 1;
}

#site-navigation.open a.navbar-brand {
  opacity: 1;
}

a.navbar-brand::after {
  bottom: -10px;
}

a.navbar-brand img {
  display: block;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s;
}

#preloader h1 {
  display: none;
}

#first-title {
  width: 100%;
  font-size: 62px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

#first-title strong {
  font-size: 90px;
  display: block;
}

#second-title {
  width: 100%;
  font-size: 90px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

#page {
  display: none;
}

.home-landing {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
}

.home-landing .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  max-width: 880px;
  margin: auto;
}

.home-landing .link {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-landing .link img {
  position: relative;
  animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

.featured-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  position: relative;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #000;
}

.video-content-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
}

.video-text {
  margin-bottom: 25px;
}

.client-carousel {
  padding: 120px 0;
}

.client-carousel h3 {
  text-align: center;
  margin-bottom: 60px;
}

.client-carousel .slick-track,
.client-carousel .slick-list {
  display: flex !important;
  align-items: center;
}

.client-carousel .slick-arrow {
  height: 100%;
  display: flex;
  background-color: #2c2c2c;
  width: 45px;
  z-index: 10;
}

.client-carousel .slick-arrow img {
  max-width: 17px;
  margin: 0 auto;
}

.client-carousel .slick-prev {
  left: 0;
}

.client-carousel .slick-next {
  right: 0;
}

.client-carousel .slick-prev::before,
.client-carousel .slick-prev::after,
.client-carousel .slick-next::before,
.client-carousel .slick-next::after {
  display: none;
}

.client-logo img {
  margin: 0 auto;
  max-height: 135px;
}

.home-services-carousel {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home-services-carousel .service-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  background-size: cover;
  background-position: center;
}

.home-services-carousel .service-slide:first-child {
  left: 0;
}

.home-services-carousel .service-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}

.home-services-carousel .service-slide-content {
  position: absolute;
  bottom: 110px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-services-carousel .service-slide-content-wrap h3 {
  background-color: #000;
  display: inline-block;
  padding: 10px 20px;
  font-style: italic;
  font-size: 16px;
}

.home-services-carousel .service-slide-title {
  margin-top: 12px;
}

.home-services-carousel .service-slide-text p {
  font-size: 18px;
  max-width: 400px;
  margin-bottom: 35px;
}

.footer-video {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 30px;
  text-align: center;
  width: 100%;
  max-width: 545px;
  transform: translateY(-50%) translateX(-50%);
}

.video-overlay h2 {
  background-color: #000;
  padding: 20px 35px 23px;
  margin: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.page-landing {
  height: 100vh;
  width: 100%;
  position: relative;
}

.page-landing h1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}

.page-landing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.page-landing-image-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -250px 200px rgba(0, 0, 0, 0.5);
}

.page-landing-content {
  background-color: #000;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.page-landing-content-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
  max-width: 600px;
  margin: 0 auto;
}

.page-landing-text {
  margin-bottom: 42px;
}

.page-landing-text h2 {
  text-transform: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.page-landing-text h2 strong {
  font-weight: 800;
}

.page-landing-text p {
  font-size: 18px;
}

.page-landing-text p strong {
  font-weight: 700;
}

.founder {
  width: 100%;
  min-height: 100vh;
  background-color: #2c2c2c;
  padding: 50px 0;
}

.founder .left {
  width: 60%;
}

.founder .right {
  width: 32%;
}

.founder h2 {
  margin-bottom: 0;
}

.founder span {
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 22px;
  display: block;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.page-landing.services .page-landing-text p {
  text-transform: none;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  margin: 0;
}

.page-landing.services .link img {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.page-landing .buttons {
  max-width: 470px;
  margin-top: 12px;
}

.page-landing .buttons .button {
  margin: 0 4px 8px 0;
}

.services-carousel {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.services-carousel .service-slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  width: 50%;
}

.services-carousel .service-slide-content {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: #000;
}

.services-carousel .service-slide-content-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
}

.services-carousel .service-slide-content h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.services-carousel .service-slide-content h2 {
  margin-top: 0;
}

.services-carousel .service-slide-text {
  margin-bottom: 55px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.page-landing.contact .page-landing-text {
  margin-bottom: 20px;
}

.page-landing.contact .page-landing-text p {
  text-transform: none;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  margin: 0;
  max-width: 485px;
}

.contact-details .phone,
.contact-details .location {
  width: 47%;
}

.contact-details .email {
  width: 100%;
}

.contact-details a img {
  position: relative;
  top: 1px;
  margin-right: 8px;
  width: 17px;
  display: inline-block;
  max-height: 23px;
}

.contact-details a.phone img {
  top: 4px;
}

.contact-details .location a {
  padding-left: 25px;
  display: block;
}

.contact-details .location img {
  top: 6px;
  margin-left: -25px;
}

.contact-details .location .map.link {
  font-size: 14px;
  margin-top: 5px;
}

.contact-details {
  margin-bottom: 25px;
}

.contact-details > a,
.contact-details > div {
  margin: 4px 0;
}

#get-in-touch {
  width: 100%;
  min-height: 100vh;
  background-color: #2c2c2c;
  padding: 50px 0;
}

#get-in-touch h2 {
  text-align: center;
  width: 100%;
}

#get-in-touch .max-width {
  max-width: 800px;
  width: 100%;
}

#gform_wrapper_1 {
  width: 100%;
  margin-top: 5px;
}

body .gform_wrapper {
  position: relative;
}

body .gfield--type-captcha {
  position: absolute;
  bottom: -30px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 19px 25px;
  color: #2c2c2c;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 175px;
  resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer {
  margin: 12px 0 0;
  padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  font-family: "Barlow", sans-serif;
  line-height: 1.5 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1.5px solid;
  padding: 10px 30px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  margin: 0 0 0 auto;
  transition: 0.45s ease all;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.media {
  margin-top: 150px;
}

.media h1 {
  text-align: center;
  margin-bottom: 25px;
}

.filter-section {
  margin: 100px 0 40px;
}

.filter-section span {
  color: #939393;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-right: 10px;
}

.category-button {
  font-family: "Barlow", sans-serif;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.category-button:not(:last-child)::after {
  content: "|";
  display: inline-block;
  position: relative;
  right: -12px;
}

.sorting select {
  font-family: "Barlow", sans-serif;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.sorting span {
  margin: 0 4px;
}

.filter-section .posts-per-page span:last-child {
  margin: 0 30px 0 4px;
}

.filter-section .posts-per-page span:last-child::after {
  content: "|";
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: relative;
  right: -17px;
  font-size: 16px;
}

#posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 8px));
  grid-gap: 15px;
  justify-content: space-between;
  margin-bottom: 100px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#posts-grid.visible {
  opacity: 1 !important;
}

.media-post {
  background-color: #fff;
  position: relative;
}

.media-post::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2024/01/media-arrow.svg");
  width: 12px;
  height: 15px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.media-post .post-image img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.post-details {
  padding: 30px;
}

.post-details > h2 {
  color: #000;
  font-size: 24px;
  margin: 4px 0;
}

.post-details > h3,
.post-details > p {
  color: #2c2c2c;
}

.post-details > h3 {
  font-style: italic;
}

.post-details > p {
  font-size: 17px;
}

#posts-grid + .pagination {
  text-align: center;
  margin: -50px 0 60px;
}

.pagination > a,
.pagination > span {
  text-transform: uppercase;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  padding: 8px;
  min-width: 45px;
  display: inline-block;
}

.pagination > span.current {
  border: 2px solid #fff;
}

#search-term {
  text-align: center;
  font-size: 25px;
}

#clear-search {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  display: block;
}

.media-search {
  min-height: 500px;
  padding: 50px 0;
  background-color: #2c2c2c;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}

.media-search .max-width {
  width: 100%;
  text-align: center;
  max-width: 900px;
}

.media-search h2 {
  margin-top: 0;
}

.media-search form {
  position: relative;
  margin-top: 32px;
}

.media-search input {
  font-family: "Barlow", sans-serif;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 15px 24px;
  outline: none;
  font-size: 19px;
  height: 65px;
  color: #000;
}

.media-search button {
  font-family: "Barlow", sans-serif;
  position: absolute;
  right: 0;
  height: 65px;
  border-radius: 0;
  background-color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 15px 35px;
}

.single-media-post {
  margin-top: 150px;
  margin-bottom: 65px;
}

.media-post-left {
  width: 65%;
}

.media-post-left .entry-header h3 {
  font-style: italic;
}

.media-post-left .entry-header h2 {
  margin: 15px 0 30px;
}

.media-post-left .post-thumbnail img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 35px;
}

.media-post-left .entry-content iframe {
  width: 100%;
  min-height: 450px;
  margin: 20px 0;
}

.media-post-left .entry-content .button {
  margin-top: 15px;
}

.media-post-right {
  width: 33%;
}

.posts-sidebar {
  background-color: #2c2c2c;
  padding: 45px 45px 35px;
}

.posts-sidebar h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.posts-sidebar h3 {
  margin-bottom: 30px;
}

.related-post:not(:first-of-type) {
  border-top: 1.5px solid #fff;
  padding-top: 25px;
  margin-top: 30px;
}

.related-post p {
  margin-top: 12px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Misc.
--------------------------------------------------------------*/

.secondary-page,
.error-404 {
  margin-top: 150px;
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  position: relative;
  overflow: hidden;
}

body:not(.home) .site-footer::before {
  content: "";
  width: calc(100% - 60px);
  height: 2px;
  background-color: #fff;
  max-width: 1220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.site-footer::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2024/01/footer-logo.svg");
  width: 529px;
  height: 631px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.site-info {
  padding: 120px 30px;
}

.footer-content {
  width: 40%;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.footer-content p {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 50px;
}

.footer-links {
  padding-left: 50px;
  position: relative;
  z-index: 2;
}

.footer-links .menu-menu-1-container {
  top: auto;
  transform: none;
  margin: 30px 0;
  max-width: unset;
}

#footer-menu {
  list-style: none;
  border-left: 2px solid #fff;
  margin: 0;
  padding: 0 0 0 30px;
}

#footer-menu a {
  font-style: italic;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  margin: 4px 0;
}

.footer-links > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 1.5px;
  margin: 2px 0;
}

.coffee-footer {
  background-color: #2c2c2c;
  padding: 25px 0;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.coffee-footer a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1060px) {
  .filter-section.flex {
    display: block;
    text-align: center;
  }
  .sorting.flex {
    max-width: 433px;
    margin: 12px auto 0;
  }
}

@media (max-width: 810px) {
  .home-landing .wrap {
    max-width: 650px;
  }
  .video-content {
    width: 100%;
  }
  .footer-content {
    width: 47%;
  }
  .page-landing-content {
    width: 100%;
  }
  .founder {
    min-height: auto;
    padding: 70px 0;
  }
  #get-in-touch {
    min-height: auto;
    padding: 65px 0 110px;
  }
  #posts-grid {
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
  }
  .media-post-left {
    width: 100%;
  }
  .media-post-right {
    width: 100%;
    margin-top: 40px;
  }
  .services-carousel .service-slide-content {
    width: 60%;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .services-carousel {
    height: auto;
  }
  .service-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .services-carousel .service-slide-content {
    width: 100%;
    order: 2;
    position: relative;
    top: auto;
    transform: none;
    height: auto;
  }
  .services-carousel .service-slide-content-wrap {
    position: relative;
    top: auto;
    transform: none;
    padding: 50px 30px 60px;
  }
  .services-carousel .service-slide-image {
    width: 100%;
    position: relative;
    order: 1;
    min-height: 350px;
  }
  .services-carousel .service-slide-text {
    margin-bottom: 32px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 33px;
  }
  a.navbar-brand {
    top: 20px;
    left: 20px;
    max-width: 50px;
  }
  .navbar-button {
    right: 25px;
  }
  .site-info {
    padding: 90px 30px 50px;
    flex-wrap: wrap;
  }
  .footer-content {
    width: 100%;
    padding: 0;
  }
  .footer-links {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .coffee-footer {
    margin-top: 0;
  }
  .founder .max-width {
    flex-wrap: wrap;
  }
  .founder .left {
    width: 100%;
  }
  .founder .right {
    width: 100%;
    margin-top: 20px;
  }
  .founder .right img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
  body .gform_wrapper.gravity-theme .gfield input.large,
  body .gform_wrapper.gravity-theme .gfield select.large,
  body .gform_wrapper.gravity-theme .gfield textarea.large {
    padding: 12px 20px;
  }
  .media-search {
    min-height: 400px;
  }
  .media-post-left .post-thumbnail img {
    min-height: 350px;
  }
  .page-landing.services .page-landing-text p {
    font-size: 20px;
  }
  .client-carousel {
    padding: 80px 0;
  }
  #first-title {
    font-size: 34px;
  }
  #first-title strong,
  #second-title {
    font-size: 52px;
  }
}

@media (max-width: 639px) {
  #get-in-touch {
    padding: 65px 0 80px;
  }
  body .gfield--type-captcha {
    position: relative;
    bottom: 0;
    margin: 0 auto;
  }
  body .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0 auto;
  }
  .filter-section {
    margin: 50px 0 40px;
  }
  .filter-section span {
    margin-right: 5px;
    font-size: 14px;
  }
  .category-button {
    font-size: 14px;
  }
  .sorting.flex {
    display: block;
  }
  #posts-grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .media-search input {
    text-align: center;
  }
  .media-search button {
    position: relative;
    width: 100%;
  }
  .media-post-left .post-thumbnail img {
    min-height: 250px;
  }
  .posts-sidebar {
    padding: 35px 35px 25px;
  }
}
