/*
Theme Name: Do Zero
Author: Francisco Costa <jfcpcosta@gmail.com>
Author URI: http://franciscocosta.net/
Description: Wordpress theme for "Do Zero" website
Version: 0.0.1
Tags: bootstrap
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@font-face {
  font-family: 'Andale Mono';
  src: url("./assets/fonts/AndaleMono.eot");
  src: url("./assets/fonts/AndaleMono.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/AndaleMono.woff2") format("woff2"), url("./assets/fonts/AndaleMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-BoldItalic.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-Italic.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-Bold.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-SemiboldItalic.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-Semibold.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url("./assets/fonts/ACaslonPro-Regular.woff2") format("woff2"), url("./assets/fonts/ACaslonPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fusterd Brush';
  src: url("./assets/fonts/Fusterd Brush.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

body {
  padding-top: 73px;
  color: #000 !important;
  font-family: 'Roboto';
}

a {
  color: #000;
  font-weight: bold;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.instagram a {
  font-weight: normal;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.is-style-outline .wp-block-button__link {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s all;
}

.is-style-outline .wp-block-button__link:hover {
  background: #F7F2E7;
  text-decoration: none;
}

.btn.dozero {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s all;
}

.btn.dozero.white-hover:hover {
  background: #FFF;
}

.btn.dozero:hover {
  background: #F7F2E7;
}

.form-group textarea,
.form-group input {
  font-family: Roboto !important;
  color: #000 !important;
}

.form-control {
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  font-size: 15px;
  margin-top: 2rem;
  font-family: Roboto;
  color: #000;
}

.form-control:focus {
  border-color: #000 !important;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  /* Chrome/Opera/Safari */
  font-family: 'Andale Mono';
  text-transform: uppercase;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: 'Andale Mono';
  text-transform: uppercase;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-family: 'Andale Mono';
  text-transform: uppercase;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: 'Andale Mono';
  text-transform: uppercase;
  font-size: 14px;
}

.form-control:focus {
  background-color: transparent;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sb_instagram .sb_instagram_header {
  display: flex !important;
  justify-content: center;
}

.tips {
  background: #739089;
  position: relative;
  overflow: hidden;
}

.tips .box-content {
  z-index: 10;
}

.tips .box-content .box-title {
  border: 1px solid #fff;
  font-family: 'Andale Mono';
  font-size: 24px;
  color: #fff;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
}

.tips .box-content .box-title img {
  width: 18px;
  height: 18px;
}

.tips .box-content p {
  font-family: 'Adobe Caslon Pro';
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.tips .tip-number {
  position: absolute;
  font-family: 'Andale Mono';
  font-size: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: 0;
}

.workshop {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9E19B;
  position: relative;
}

.workshop .stamp {
  position: absolute;
  top: 140px;
  left: 10px;
  z-index: 0;
}

.workshop h2 {
  font-family: 'Adobe Caslon Pro';
  font-size: 15px;
  letter-spacing: 0.5ch;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  z-index: 1000;
}

.workshop h3 {
  font-family: 'Fusterd Brush';
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0 50px;
  line-height: 20px;
  margin-bottom: 20px;
  z-index: 1000;
}

.workshop p {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.post .markers-wrapper span {
  font-family: 'Andale Mono';
  font-size: 12px;
  color: #000;
}

.post h3 {
  font-family: 'Adobe Caslon Pro';
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.post p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.video-wrapper {
  position: relative;
  padding: 0;
  max-height: calc(100vh - 63px);
}

.video-wrapper .post {
  background: #FFF;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 200px;
  width: 420px;
  min-height: 300px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-end;
}

.video-wrapper .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tag-cloud {
  position: fixed;
  top: 120px;
  left: 40px;
  z-index: 500;
  transition: 0.6s all;
}

.tag-cloud a {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

.tag-cloud a:hover {
  text-decoration: none;
}

.tag-cloud ul {
  list-style: none;
  columns: 2;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.tag-cloud ul li {
  margin-bottom: 4px;
}

.tag-cloud ul li a {
  width: 100%;
  color: #000;
  text-transform: none;
}

.tag-cloud ul li a:hover {
  background: #F7F2E7 !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background: transparent;
  border-color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

a.black {
  color: #000;
}

a.black:hover {
  color: #000;
  text-decoration: underline;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  font-family: Roboto;
  font-size: 12px !important;
  color: #000 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
}

.page-not-found {
  height: 100vh;
  background: #F7F2E7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-not-found h1 {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold;
}

.page-not-found p {
  font-family: Roboto;
  font-weight: 300;
}

#catapult-cookie-bar {
  width: calc(65vw + 1px) !important;
  left: calc(35vw - 1px) !important;
  bottom: 0 !important;
  font-family: 'Andale Mono';
  font-size: 12px;
  padding: 22px 120px 22px 80px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#catapult-cookie-bar #catapultCookie {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s all;
  background: #F7F2E7;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

#catapult-cookie-bar #catapultCookie:hover {
  background: #FFF;
}

.gpdr {
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.gpdr .ctcc-left-side {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.gpdr:before {
  content: '';
  margin-right: 20px;
  background-image: url("/wp-content/themes/dozero/assets/images/cookie.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 120px;
  height: 120px;
}

.post-mt {
  margin-top: 150px;
}

.primary-nav {
  font-family: 'Andale Mono';
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding: 0;
}

.primary-nav .nav-item {
  height: 100%;
  border-right: 1px solid #000;
}

.primary-nav .nav-item a.nav-link {
  color: #000;
  height: 100%;
  padding: 28px 50px;
  font-weight: normal;
}

.primary-nav .nav-item a.nav-link:hover {
  color: #000;
}

.primary-nav .nav-item:hover {
  background: #F7F2E7;
}

.primary-nav .nav-item:hover a {
  color: #000;
}

.primary-nav .navbar-nav > li > .dropdown-menu a.nav-link {
  padding: 0 !important;
}

.primary-nav .navbar-nav > li:hover > .dropdown-menu {
  display: flex;
}

.menu-categories-menu-container {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  font-family: 'Andale Mono';
  font-size: 12px;
  display: none;
}

.menu-categories-menu-container a {
  color: #000;
}

.menu-categories-menu-container a:hover {
  color: #000;
  background: #F7F2E7;
}

ul.dropdown-menu {
  width: 100vw;
  height: 100px;
  left: 0;
  top: 72px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  font-family: 'Andale Mono';
  font-size: 12px;
}

ul.dropdown-menu.show {
  display: flex;
}

ul.dropdown-menu li {
  flex: auto;
  flex-basis: 100%;
  padding: 0 !important;
  border: none !important;
  padding-top: 10px !important;
}

ul.dropdown-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-light .navbar-brand {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

.footer {
  background: #F7F2E7;
}

.footer .border-top,
.footer .border-bottom {
  border-color: #000 !important;
}

.footer .instagram-icon {
  align-items: center;
  display: flex;
}

.footer .form-check label {
  font-family: 'Roboto';
  font-size: 15px;
}

.footer h2 {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold;
  font-size: 26px;
}

.footer .form-control {
  font-size: 12px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.footer .form-check-label {
  font-size: 12px !important;
  line-height: 24px;
}

.footer nav {
  font-family: 'Andale Mono';
  font-size: 12px;
}

.footer nav a {
  color: #000;
}

.footer nav a:hover {
  text-decoration: underline;
}

#newsletterMessage {
  font-family: 'Roboto';
  font-weight: 300;
  text-align: center;
}

.featured-slideshow {
  border-bottom: 1px solid #000;
}

.featured-slideshow .carousel-item {
  height: calc(100vh - 73px);
  min-height: 350px;
}

.featured-slideshow .carousel-item .bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.featured-slideshow .bg-image {
  width: 65vw !important;
  left: 35vw;
}

.featured-slideshow .carousel-caption {
  top: 0;
  left: 0;
  bottom: 0;
  width: 35vw;
  background: white;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
}

.featured-slideshow .carousel-caption > div {
  width: 60%;
  text-align: left;
  font-family: Roboto;
  font-weight: 300;
}

.featured-slideshow .carousel-caption > div a {
  font-weight: 300;
}

.featured-slideshow .carousel-caption > div h5 > a {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold !important;
  font-size: 40px;
}

.featured-slideshow .carousel-indicators {
  bottom: 30px;
}

.featured-slideshow .carousel-indicators > li {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  background: transparent;
}

.featured-slideshow .carousel-indicators > li.active {
  background: #000;
}

.recent-posts {
  font-family: 'Adobe Caslon Pro';
  background: #fff;
}

.recent-posts header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recent-posts header a,
.recent-posts header h2 {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px;
}

.post-bottom-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.banner {
  height: calc(100vh - 73px);
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-device-width: 1366px) {
  .banner {
    background-attachment: scroll;
  }
}

header h1 {
  font-family: 'Adobe Caslon Pro';
  font-size: 64px;
}

header p {
  font-family: 'Andale Mono';
  font-size: 20px;
  padding: 0 60px;
  word-wrap: break-word;
}

header .image-wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .date {
  font-family: 'Andale Mono';
  font-size: 12px;
}

header .tags ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

header .tags ul li {
  margin-right: 5px;
}

header .tags ul li:last-child {
  margin-right: 0;
}

header .tags ul li a {
  border: 1px solid #000;
  font-family: 'Andale Mono';
  font-size: 12px;
  color: #000;
  padding: 5px 10px;
}

.category-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  margin-top: 150px;
}

.content h2 {
  font-family: 'Adobe Caslon Pro';
  font-size: 50px;
  margin: 20px auto;
  max-width: 700px;
}

.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: 'Adobe Caslon Pro';
  max-width: 700px;
  margin: auto;
}

.content ol,
.content ul,
.content p {
  margin: 20px auto;
  max-width: 700px;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
}

.content ul.alternate,
.content p.alternate {
  font-family: 'Andale Mono';
  font-size: 17px;
  line-height: 1.9;
}

.content a {
  font-weight: normal;
}

.content figure.wp-block-image {
  margin: 50px auto;
}

.content .wp-block-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

.content .wp-block-embed-youtube {
  margin-top: 50px;
  margin-bottom: 50px;
}

.content .wp-block-media-text {
  margin: 50px auto;
}

.content .is-style-outline .wp-block-button__link {
  border-width: 1px;
  padding: .375rem .75rem;
}

.slick-arrow {
  display: none !important;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: transparent;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  content: '' !important;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.wp-block-cb-carousel.slick-dotted ul.slick-dots {
  bottom: 20px !important;
  left: 50%;
  transform: translateX(-50%);
}

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

.slick-track {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.slick-track .slick-slide {
  margin-right: 150px;
}

.slick-track .slick-slide:last-child {
  margin-right: 0;
}

.comments-area {
  border-top: 1px solid #000;
  padding-top: 100px;
  margin-top: 50px;
  font-size: 14px;
}

.comments-area a {
  font-family: Roboto;
  font-weight: 300;
  color: #000;
}

.comments-area p.form-submit {
  margin-left: 0;
}

.comments-area .form-group {
  padding-left: 0 !important;
}

.comments-area .comment-form-cookies-consent {
  margin-left: 9px;
}

.comments-area .leave-comment {
  border-top: 1px solid #000;
  padding: 50px 0px;
  margin-top: 100px;
}

.comments-area .comments-title {
  font-family: 'Adobe Caslon Pro';
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
}

.comments-area .comment-list ul {
  list-style: none;
}

.comments-area .comment-list .comment-wrap .comment-header {
  display: flex;
  align-items: center;
}

.comments-area .comment-list .comment-wrap .comment-header .comment-author {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}

.comments-area .comment-list .comment-wrap .comment-header .comment-date {
  margin-left: 100px;
  font-family: 'Andale Mono';
  font-size: 12px;
}

.comments-area .comment-list .comment-wrap .comment-body {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 40px;
}

.comments-area .comment-list .comment-wrap .comment-body .comment-reply a {
  font-family: 'Andale Mono';
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s all;
  padding: .375rem .75rem;
}

.comments-area .comment-list .comment-wrap .comment-body .comment-reply a:hover {
  text-decoration: none;
  background: #fff;
}

#reply-title {
  font-family: 'Adobe Caslon Pro';
  font-size: 18px;
  font-weight: bold;
}

.comment-notes {
  font-family: 'Roboto';
  font-weight: 300;
}

.comment-form .form-control {
  padding: 20px 10px;
  font-size: 14px;
  margin-top: 10px;
}

.comment-form input[type=submit] {
  font-family: 'Andale Mono';
  font-size: 12px;
  padding: .375rem .75rem;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s all;
  background: transparent;
}

.comment-form input[type=submit]:hover {
  text-decoration: none;
  background: #fff;
}

.comment-form-cookies-consent {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  margin-left: 15px;
}

.form-submit {
  margin-left: 15px;
}

.related-posts {
  border-top: 1px solid #000;
  padding: 20px 0px 100px 0px;
}

.related-posts header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-posts header h2 {
  font-family: 'Andale Mono';
  font-size: 18px;
  margin-top: 30px;
}

.related-posts .container {
  margin-top: 50px;
}

.single-workshop {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.single-workshop .header {
  background: url(assets/images/dozero-stamp.png);
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: 120px 0px;
}

.single-workshop .workshop-info {
  position: fixed;
  left: 100px;
  list-style: none;
  border-top: 1px solid #000;
  padding: 0;
  width: 150px;
  transition: 0.3s all;
}

.single-workshop .workshop-info li {
  font-family: 'Andale Mono';
  text-align: center;
  margin: 0;
  border: 1px solid #000;
  border-top: none;
  padding: 10px;
}

.single-workshop .stamp {
  position: absolute;
  left: 120px;
  top: -20px;
  z-index: 0;
}

.single-workshop h2 {
  font-family: 'Adobe Caslon Pro';
  font-size: 15px;
  letter-spacing: 0.5ch;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  z-index: 1000;
}

.single-workshop h3 {
  font-family: 'Fusterd Brush';
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0 100px;
  line-height: 20px;
  z-index: 1000;
  display: inline;
}

.single-workshop p {
  font-family: 'Andale Mono';
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.single-workshop .content {
  margin-top: 50px;
}

.single-workshop .content p {
  margin: 20px auto;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.single-workshop .content p.alternate {
  font-family: 'Andale Mono';
  font-size: 16px;
}

.navbar .search .nav-item {
  border-left: 1px solid #000;
  border-right: none;
}

.search-overlay {
  font-family: Roboto;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  top: 75px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 75px);
  background: #F7F2E7;
}

.search-overlay.visible {
  display: flex;
}

.search-overlay .close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 42px;
}

.search-overlay h4 {
  font-family: 'Andale Mono';
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12rem;
}

.search-overlay form {
  width: 700px;
}

.search-overlay form input {
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  font-size: 20px;
  margin-top: 2rem;
  font-family: 'Roboto';
  color: #000 !important;
}

.search-overlay form input:focus {
  background-color: transparent;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-overlay form button.dozero {
  font-size: 15px;
  margin-top: 2rem;
  font-size: 12px;
}

.search-overlay form button.dozero:hover {
  background: #FFF;
}

.categories {
  background: #C2B2A1;
  padding-bottom: 150px;
}

.categories .header .header-post-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categories .header h1 {
  font-family: 'Adobe Caslon Pro';
  font-size: 90px;
}

.categories .header p {
  font-family: 'Andale Mono';
  font-size: 18px;
}

.categories .header .image-wrapper {
  width: 85px;
  height: 85px;
  border: 1px solid #000;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories .header .image-wrapper img {
  width: 35px;
  height: auto;
}

/* =================================================== MAX-WIDTH 768 PX ==========================================================*/
@media (max-width: 992px) {
  body {
    padding-top: 58px;
  }
  .featured-slideshow #scrollToTopContent {
    display: none;
  }
  .categories .post-bottom-text .btn.dozero {
    margin-bottom: 6rem;
  }
  .wp-block-cb-slide {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .workshop-info {
    position: inherit !important;
    margin: auto;
  }
  #navbarSupportedContent .navbar-brand {
    display: none;
  }
  .banner {
    background-attachment: scroll !important;
  }
  .navbar-brand {
    top: 0;
  }
  .fixed-top .navbar-collapse {
    height: 100vh;
  }
  .navbar-collapse .collapse .show {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  .primary-nav {
    padding-right: 0;
    padding-left: 0;
  }
  ul.dropdown-menu {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  ul.dropdown-menu li {
    width: 100px;
    height: 100px !important;
  }
  .search-overlay {
    top: 64px;
    height: calc(100vh - 64px);
  }
  .search-overlay form {
    width: 90%;
  }
  .search > li {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  #menu-primary-menu {
    margin-top: 20px;
    border-top: 1px solid #000;
  }
  #menu-primary-menu li {
    flex: auto;
  }
  .primary-nav {
    padding: 15px 0px;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .nav-item {
    border-right: none !important;
    border-left: none !important;
    text-align: center;
  }
  .navbar-nav > li:hover > .dropdown-menu {
    display: block;
  }
  .tag-cloud {
    background: #C2B2A1;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
    padding-top: 40px !important;
  }
  .categories .header h1 {
    font-size: 60px;
  }
  .categories .header .image-wrapper {
    width: 85px;
    height: 85px;
    border-width: 1px;
  }
  .categories .header .image-wrapper img {
    width: 35px;
    height: auto;
  }
  header p {
    padding: 0;
  }
  .comments-area .comment-list .comment-wrap .comment-header .comment-date {
    margin-left: 20px;
  }
  .comments-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 49px;
  }
  .navbar-brand {
    top: 10px !important;
  }
  .navbar-brand img {
    width: 150px;
  }
  .content {
    padding: 0 !important;
  }
  .content .container {
    padding: 0 15px;
  }
  .post-mt {
    margin-top: 80px !important;
  }
  .responsive-post-markers-m {
    margin-top: 40px;
  }
  .tag-cloud {
    position: inherit;
    padding: 10px;
  }
  .featured-slideshow .carousel-item .bg-image,
  .featured-slideshow .carousel-item .carousel-caption {
    width: 100vw !important;
    left: 0;
  }
  .featured-slideshow .carousel-item .bg-image {
    height: 40%;
  }
  .featured-slideshow .carousel-item .carousel-caption {
    height: 60%;
    background: #f7f7f5 !important;
    top: 40%;
    padding: 0;
    padding-top: 40px;
    align-items: start;
    border: none;
    border-bottom: 1px solid #000;
  }
  .featured-slideshow .carousel-item .carousel-caption > div {
    width: 90%;
  }
  .featured-slideshow .carousel-item .carousel-caption h5 {
    font-size: 26px;
  }
  .featured-slideshow .carousel-item .carousel-caption p {
    font-size: 16px;
  }
  .featured-slideshow .carousel-indicators {
    bottom: 60%;
  }
  .mtr-5 {
    margin-top: 3rem;
  }
}

@media (max-width: 670px) {
  .gpdr .ctcc-left-side,
  .gpdr {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
  }
  .gpdr .ctcc-left-side:before {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .cookie-bar-bar button#catapultCookie,
  .gpdr .ctcc-right-side {
    margin-top: 10px;
    margin-left: 0 !important;
    position: inherit !important;
  }
  #catapult-cookie-bar {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 22px !important;
  }
}

@media (min-width: 500px) and (max-width: 992px) {
  .fixed-top .navbar-collapse {
    max-height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 570px) {
  .video-wrapper .post {
    display: none;
  }
  .instagram-extra {
    display: none !important;
  }
  .footer-menu .nav {
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* =================================================== MAX-WIDTH 420 PX ==========================================================*/
/* =================================================== MAX-WIDTH 375 PX ==========================================================*/
/* =================================================== MAX-WIDTH 350 PX ==========================================================*/
