@charset "utf-8";
/*
 * Theme Name:		Dadou Woodworking
 * Description: 	"Built" for (and by) myself. Get it?
 * Version: 		1.0.0
 * 
 * Author: 			Dave Woodhall
 * Author URI: 		https://davewoodhall.com
 * Text Domain:		dadou
 */
/* Shortcuts
 * ================================================== */
.fa,
.far,
.fas,
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
}
/* General
 * ================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d2122;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1d2122;
}
h1 {
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}
h2 {
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 36px;
  }
}
/* Header
 * ================================================== */
.site-header {
  background-color: #ffffff;
  padding: 25px 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.site-header .header-inner {
  display: grid;
  grid-template-areas: "sitename menu" "description menu";
  grid-auto-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 40px;
}
.site-header .navbar {
  grid-area: menu;
  margin-bottom: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .site-header .navbar .hamburgler {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all 0.2s ease;
    float: right;
    width: 40px;
    height: 40px;
    display: block;
  }
  .site-header .navbar .hamburgler .bun,
  .site-header .navbar .hamburgler .meat {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
    background: #1d2122;
    height: 20%;
    border-radius: 50px;
  }
  .site-header .navbar .hamburgler .meat {
    margin: 20% 0;
  }
  .site-header .navbar .hamburgler + .navbar-collapse {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all 0.2s ease;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    display: block;
    border-top: none;
    position: absolute;
    top: 100%;
    transform: translateY(25px);
    background-color: #ffffff;
    width: auto;
    z-index: 5;
  }
  .site-header .navbar .hamburgler + .navbar-collapse li {
    width: 100%;
    text-align: right;
  }
  .site-header .navbar .hamburgler + .navbar-collapse li > a:after {
    display: none;
  }
  .site-header .navbar .hamburgler + .navbar-collapse .dropdown-menu {
    display: block;
    position: static;
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
  }
  .site-header .navbar .hamburgler.no-hamburgler {
    transform: rotate(-45deg);
  }
  .site-header .navbar .hamburgler.no-hamburgler .bottom {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 0 0 50px 50px;
  }
  .site-header .navbar .hamburgler.no-hamburgler .meat {
    margin: 2px 0;
  }
  .site-header .navbar .hamburgler.no-hamburgler .top {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 50px 50px 0 0;
  }
  .site-header .navbar .hamburgler.no-hamburgler + .navbar-collapse {
    max-height: 100vh;
    transition: max-height 0.25s ease-in;
    right: 0;
  }
}
.site-header .navbar .navbar-nav {
  float: none;
}
.site-header .navbar .navbar-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  float: none;
}
.site-header .navbar .navbar-nav li a {
  color: #1d2122;
}
.site-header .navbar .navbar-nav li a:active,
.site-header .navbar .navbar-nav li a:focus,
.site-header .navbar .navbar-nav li a:hover {
  color: #ffaa17;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent > a:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f107";
  vertical-align: middle;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu {
  font-size: 100%;
  padding: 0;
  left: auto;
  right: 0;
  border-top: none;
  box-shadow: none;
  margin-bottom: 15px !important;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu li {
  float: none;
  width: 100%;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu li a:active,
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu li a:focus,
.site-header .navbar .navbar-nav li.dropdown-link-parent .dropdown-menu li a:hover {
  color: #1d2122;
}
.site-header .navbar .navbar-nav li.dropdown-link-parent.open > a {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .site-header .navbar {
    text-align: right;
  }
}
.site-header .slogan {
  grid-area: description;
  font-size: 22px;
  line-height: 22px;
}
.site-header .title {
  grid-area: sitename;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.site-header .title:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f7d9 \10f7d9";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 44px;
  line-height: 44px;
  width: 44px;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}
/* Page header
 * ================================================== */
.post-meta {
  text-align: right;
  margin-top: 40px;
}
.post-meta span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: #1d2122;
  background-color: #ffffff;
  padding: 10px 20px;
}
.title-container h1,
.title-container .subtitle {
  opacity: 0;
  position: relative;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200px, 0px);
}
.title-container h1.in-view,
.title-container .subtitle.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.post-header {
  background-color: #1d2122;
}
.post-header h1 {
  color: #ffffff;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.post-header .subtitle {
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .post-header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .post-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .post-header {
    padding: 125px 0 40px;
  }
}
@media (min-width: 768px) {
  .post-header {
    padding: 200px 0 40px;
  }
}
@media (min-width: 1200px) {
  .post-header {
    margin-bottom: 60px;
  }
}
/* Home page: Hero section
 * ================================================== */
#hero {
  position: relative;
  background-color: #1d2122;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  height: clamp(400px, 100vh, 1000px);
}
#hero a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  color: #ffaa17;
  border: 1px solid #ffaa17;
  padding: 10px 25px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#hero a:active,
#hero a:focus,
#hero a:hover {
  background-color: #ffaa17;
  text-decoration: none;
  color: #1d2122;
}
#hero .container {
  height: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
#hero h1 {
  color: inherit;
}
#hero:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 1200px) {
  #hero:before {
    height: 25%;
  }
}
@media (min-width: 992px) {
  #hero {
    padding: 60px 0;
  }
}
/* Home page: Bio section
 * ================================================== */
#bio {
  background-color: #ffaa17;
  color: #1d2122;
}
#bio .container {
  display: grid;
}
#bio .container > a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  grid-area: call-to-action;
  margin-top: 10px;
  border: 2px solid #D9D5D2;
  text-decoration: none;
  color: #1d2122;
  text-transform: uppercase;
  font-weight: 700;
}
#bio .container > a:active,
#bio .container > a:focus,
#bio .container > a:hover {
  color: #ffffff;
  background-color: #1d2122;
  border-color: #1d2122;
}
#bio .container > a:after {
  content: "+";
  margin-left: 15px;
}
@media (max-width: 991px) {
  #bio .container > a {
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  #bio .container > a {
    padding: 22px 45px;
  }
}
#bio .container .about {
  grid-area: bio;
}
#bio .container h2 {
  grid-area: title;
}
@media (max-width: 991px) {
  #bio .container {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas: "title title" "bio bio" "call-to-action .";
  }
}
@media (min-width: 992px) {
  #bio .container {
    grid-template-rows: auto auto;
    grid-template-areas: "title bio bio" "title call-to-action .";
    grid-column-gap: 30px;
    grid-template-columns: 50% auto 1fr;
  }
}
@media (max-width: 991px) {
  #bio {
    padding: 25px 0 50px;
  }
}
@media (min-width: 992px) {
  #bio {
    padding: 60px 0;
  }
}
/* Home page: Numerical counters
 * ================================================== */
.numerical-counters {
  background-color: #D9D5D2;
  padding: 60px 0;
  font-size: 24px;
  line-height: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.numerical-counters .container {
  text-align: center;
}
.numerical-counters .container h3 {
  grid-area: title;
  margin-bottom: 40px;
}
.numerical-counters .container .counter {
  padding: 100px 15px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
}
.numerical-counters .container .counter strong {
  font-size: 50px;
}
.numerical-counters .container .counter:nth-of-type(1) {
  grid-area: c1;
}
.numerical-counters .container .counter:nth-of-type(2) {
  grid-area: c2;
}
.numerical-counters .container .counter:nth-of-type(3) {
  grid-area: c3;
}
.numerical-counters .container .counter:hover {
  background-color: #1d2122;
  color: #ffffff;
}
@media (max-width: 767px) {
  .numerical-counters .container .counter + .counter {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .numerical-counters .container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "title title title" "c1 c2 c3";
  }
}
/* Home page: Recent posts
 * ================================================== */
#latest {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(-90deg, #aaa 1px, transparent 1px), linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(#aaa 1px, transparent 1px), #f2f2f2;
  background-size: 4px 4px,
        4px 4px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px;
  background-attachment: fixed;
}
#latest .carousel-control {
  top: auto;
  padding: 15px 25px;
  background: #ffffff;
  color: #1d2122;
  border: 2px solid #D9D5D2;
  text-shadow: none;
  width: auto;
  top: 15px;
  bottom: auto;
  opacity: 1;
}
#latest .carousel-control.left {
  left: 15px;
  right: auto;
  border-right-width: 1px;
}
#latest .carousel-control.right {
  left: 15px;
  right: auto;
  border-left-width: 1px;
  transform: translateX(100%);
}
#latest .carousel-control:active,
#latest .carousel-control:focus,
#latest .carousel-control:hover {
  background-color: #1d2122;
  color: #ffffff;
  border-color: #1d2122;
}
@media (max-width: 767px) {
  #latest .carousel-control {
    top: 0;
  }
  #latest .carousel-control.left,
  #latest .carousel-control.right {
    left: 0;
  }
}
#latest .more-projects {
  text-align: center;
}
#latest .more-projects a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
  padding: 15px 25px;
  color: #1d2122;
  border: 1px solid #1d2122;
}
#latest .more-projects a:active,
#latest .more-projects a:focus,
#latest .more-projects a:hover {
  background-color: #1d2122;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #latest .more-projects {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  #latest .more-projects {
    margin-top: 25px;
  }
}
#latest .recent-project {
  background-color: #ffffff;
  margin-bottom: 40px;
  width: 100%;
  justify-content: space-between;
}
#latest .recent-project .date {
  z-index: 2;
  color: #1d2122;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#latest .recent-project .date .entry-date {
  height: 180px;
  width: 180px;
  background-color: #ffaa17;
  border: 10px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#latest .recent-project .date .entry-date .month {
  flex: 1 1 99%;
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  #latest .recent-project .date .entry-date .year {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  #latest .recent-project .date {
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  #latest .recent-project .date {
    top: -100px;
    right: 0;
  }
  #latest .recent-project .date .entry-date {
    flex-wrap: nowrap;
    height: auto;
    width: auto;
    padding: 13px 15px;
  }
  #latest .recent-project .date .entry-date .month,
  #latest .recent-project .date .entry-date .year {
    margin: 0 5px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .date {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
#latest .recent-project .excerpt {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#latest .recent-project .excerpt > * {
  width: 100%;
}
@media (max-width: 991px) {
  #latest .recent-project .excerpt {
    flex: 1 1 99%;
    padding: 20px 15px 0;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .excerpt {
    flex: 0 0 48%;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  #latest .recent-project .excerpt {
    flex: 0 0 45%;
  }
}
#latest .recent-project .image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #latest .recent-project .image {
    height: clamp(300px, 80vh, 450px);
  }
}
@media (min-width: 992px) {
  #latest .recent-project .image {
    min-height: 675px;
  }
}
#latest .recent-project .intro a {
  font-weight: bold;
  text-decoration: underline;
  color: #1d2122;
}
#latest .recent-project .intro a:active,
#latest .recent-project .intro a:focus,
#latest .recent-project .intro a:hover {
  background-color: #ffaa17;
}
#latest .recent-project .intro > p:first-child:first-line {
  font-weight: 700;
}
@media (min-width: 768px) {
  #latest .recent-project .intro > p:first-child:first-line {
    font-size: 24px;
  }
}
#latest .recent-project .meta {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding-left: 0;
  position: relative;
}
#latest .recent-project .meta li {
  flex: 0 0 30%;
  list-style-type: none;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}
#latest .recent-project .meta li.difficulty,
#latest .recent-project .meta li.time {
  border-right: 2px solid #D9D5D2;
}
#latest .recent-project .meta li.bare-with-me {
  font-weight: normal;
  flex: 0 0 99%;
}
@media (max-width: 991px) {
  #latest .recent-project .meta li.bare-with-me {
    text-align: left;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #latest .recent-project .meta li {
    flex: 1 1 30%;
  }
}
@media (max-width: 767px) {
  #latest .recent-project .meta li {
    flex: 1 0 99%;
    text-align: left;
  }
  #latest .recent-project .meta li.difficulty,
  #latest .recent-project .meta li.time,
  #latest .recent-project .meta li.costs {
    padding-left: 25px;
  }
  #latest .recent-project .meta li.difficulty:before,
  #latest .recent-project .meta li.time:before,
  #latest .recent-project .meta li.costs:before {
    content: "\002192";
    position: absolute;
    left: 0;
  }
}
#latest .recent-project .preview {
  position: relative;
}
@media (max-width: 991px) {
  #latest .recent-project .preview {
    height: clamp(300px, 80vh, 450px);
    flex: 1 1 99%;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .preview {
    flex: 0 0 41%;
  }
}
#latest .recent-project .project-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #ffaa17;
}
@media (max-width: 991px) {
  #latest .recent-project .project-heading {
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .project-heading {
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
#latest .recent-project .project-title {
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#latest .recent-project .project-title a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  #latest .recent-project .project-title {
    font-size: 60px;
    line-height: 60px;
  }
}
#latest .recent-project .view-project a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  border: 2px solid #D9D5D2;
  text-decoration: none;
  color: #1d2122;
  text-transform: uppercase;
  font-weight: 700;
}
#latest .recent-project .view-project a:active,
#latest .recent-project .view-project a:focus,
#latest .recent-project .view-project a:hover {
  color: #ffffff;
  background-color: #1d2122;
  border-color: #1d2122;
}
#latest .recent-project .view-project a:after {
  content: "+";
  margin-left: 15px;
}
@media (max-width: 991px) {
  #latest .recent-project .view-project a {
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .view-project a {
    padding: 22px 45px;
  }
}
@media (max-width: 991px) {
  #latest .recent-project .view-project {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #latest .recent-project .view-project {
    margin-top: 30px;
  }
}
#latest .recent-project.active,
#latest .recent-project.prev,
#latest .recent-project.next {
  display: flex;
}
@media (max-width: 991px) {
  #latest .recent-project.active,
  #latest .recent-project.prev,
  #latest .recent-project.next {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #latest .recent-project {
    margin-top: 100px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #latest .recent-project {
    padding: 0 0 20px;
  }
}
@media (min-width: 992px) {
  #latest .recent-project {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #latest {
    padding: 50px 0 30px;
  }
}
@media (min-width: 768px) {
  #latest {
    padding: 50px 0 30px;
  }
}
@media (min-width: 992px) {
  #latest {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1200px) {
  #latest {
    padding: 80px 0;
  }
}
/* Archive pages
 * ================================================== */
.archive-content article {
  padding: 10px 0;
  margin-bottom: 20px;
}
.archive-content article h2 {
  margin: 0;
  grid-area: title;
}
@media (max-width: 767px) {
  .archive-content article h2 {
    margin-bottom: 15px;
  }
}
.archive-content article .image {
  grid-area: image;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.archive-content article .image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .archive-content article .image {
    aspect-ratio: 1;
    margin-bottom: 30px;
  }
}
.archive-content article .intro {
  grid-area: intro;
}
.archive-content article .meta {
  grid-area: meta;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #D9D5D2;
}
.archive-content article .meta span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding-right: 5px;
  margin-right: 5px;
}
.archive-content article .meta span + span {
  padding-left: 5px;
  margin-left: 5px;
}
.archive-content article .meta .images:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f083";
  margin-right: 5px;
}
.archive-content article .meta .lessons:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f4fc";
  margin-right: 5px;
}
.archive-content article .meta .steps:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f0cb";
  margin-right: 5px;
}
.archive-content article .view-project {
  margin-top: 30px;
}
.archive-content article .view-project a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  padding: 12px 25px;
  border: 2px solid #D9D5D2;
  text-decoration: none;
  color: #1d2122;
  text-transform: uppercase;
  font-weight: 700;
}
.archive-content article .view-project a:active,
.archive-content article .view-project a:focus,
.archive-content article .view-project a:hover {
  color: #ffffff;
  background-color: #1d2122;
  border-color: #1d2122;
}
.archive-content article .view-project a:after {
  content: "+";
  margin-left: 15px;
}
@media (max-width: 991px) {
  .archive-content article {
    width: 100%;
  }
  .archive-content article .meta {
    padding-top: 10px;
    margin-top: 10px;
  }
  .archive-content article .view-project {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .archive-content article {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image title" "image intro" "image meta";
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }
}
.archive-content.content-post .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.archive-content.content-post article {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
.archive-content.content-post article .image {
  flex: 0 0 250px;
}
.archive-content.content-post article .post-title {
  flex: 1 0 auto;
}
.archive-content.content-post .no-image {
  position: relative;
  background-color: rgba(217, 213, 210, 0.4);
}
.archive-content.content-post .no-image:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f7d9 \10f7d9";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 144px;
  line-height: 144px;
  width: 144px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  color: #ffffff;
}
@media (max-width: 992px) {
  .archive-content.content-post article {
    width: 100%;
  }
  .archive-content.content-post article .meta {
    padding-top: 10px;
    margin-top: 10px;
  }
  .archive-content.content-post article .view-project {
    margin-top: 10px;
  }
}
.archive-content.content-tips .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.archive-content.content-tips article {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
.archive-content.content-tips article .image {
  flex: 0 0 250px;
}
.archive-content.content-tips article .post-title {
  flex: 1 0 auto;
}
.archive-content.content-tips .no-image {
  position: relative;
  background-color: rgba(217, 213, 210, 0.4);
}
.archive-content.content-tips .no-image:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
  content: "\f7d9 \10f7d9";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 144px;
  line-height: 144px;
  width: 144px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  color: #ffffff;
}
.archive-content.content-tools article .image {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.archive-content.content-tools article .image a {
  position: relative;
}
@media (min-width: 992px) {
  .archive-content.content-tools article {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .archive-content.content-tools article {
    width: 33.33333333%;
  }
  .archive-content.content-tools article:nth-of-type(3n - 2) {
    clear: left;
  }
}
/* Main content: Standard Page
 * ================================================== */
.content-page aside a {
  text-decoration: none;
}
.content-page aside h3 {
  background-color: #1d2122;
  color: #ffaa17;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 24px;
}
.content-page aside h3:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .content-page aside h3:not( :nth-of-type(1)) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .content-page aside h3:not( :nth-of-type(1)) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .content-page aside h3:not( :nth-of-type(1)) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .content-page aside h3 {
    margin-bottom: 20px;
  }
}
.content-page aside .post-navigation {
  list-style: none;
  padding-left: 0;
}
.content-page aside .post-navigation a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #D9D5D2;
  border: 1px solid #D9D5D2;
  text-decoration: none;
  color: #ffffff;
  padding: 0;
}
.content-page aside .post-navigation a span {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  background-color: rgba(29, 33, 34, 0.8);
  display: block;
  padding: 10px 15px;
  margin-top: 150px;
  text-transform: uppercase;
}
.content-page aside .post-navigation a:active span,
.content-page aside .post-navigation a:focus span,
.content-page aside .post-navigation a:hover span {
  background-color: #1d2122;
  color: #ffaa17;
}
.content-page aside .post-navigation li {
  margin-bottom: 25px;
  list-style-type: none;
  border-top: none;
}
.content-page aside .post-navigation li > span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffaa17;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .content-page aside {
    margin-top: 80px;
  }
  .content-page aside .table-of-contents {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-page aside {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .content-page aside {
    padding-left: 35px;
  }
}
.content-page aside ul,
.content-page .table-of-contents ul {
  list-style: none;
  padding-left: 10px;
}
.content-page aside ul li a,
.content-page .table-of-contents ul li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
}
.content-page aside ul li a:active,
.content-page .table-of-contents ul li a:active,
.content-page aside ul li a:focus,
.content-page .table-of-contents ul li a:focus,
.content-page aside ul li a:hover,
.content-page .table-of-contents ul li a:hover {
  color: #ffaa17;
}
.content-page aside ul li + li,
.content-page .table-of-contents ul li + li {
  border-top: 1px dotted #D9D5D2;
}
.content-page .mobile-table-of-contents {
  border-bottom: 3px solid #ffaa17;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.content-page .mobile-table-of-contents ul {
  padding-left: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-page .mobile-table-of-contents {
    display: none;
  }
}
.content-page .table-of-contents a {
  border: none;
  padding-left: 40px;
}
.content-page .table-of-contents a:before {
  text-align: right;
  color: #ffaa17;
  font-weight: bold;
}
.content-page .table-of-contents ul {
  counter-reset: tocitems2;
  counter-reset: tocitems3;
  counter-reset: tocitems4;
  counter-reset: tocitems5;
  counter-reset: tocitems6;
}
.content-page .table-of-contents ul .toc2 {
  counter-increment: tocitems2;
}
.content-page .table-of-contents ul .toc2 a {
  text-indent: -30px;
}
.content-page .table-of-contents ul .toc2 a:before {
  content: "0" counter(tocitems2) "/ ";
  text-align: right;
  color: #ffaa17;
  font-weight: bold;
}
.content-page .table-of-contents ul .toc3 {
  counter-increment: tocitems3;
  padding-left: 30px;
}
.content-page .table-of-contents ul .toc3 a {
  text-indent: -35px;
}
.content-page .table-of-contents ul .toc3 a:before {
  content: counter(tocitems2) "." counter(tocitems3) "/ ";
}
.content-page .table-of-contents ul .toc3 + .toc2 {
  counter-reset: tocitems3;
}
main a {
  color: #1d2122;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 992px) {
  main h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  main h2 {
    margin-top: 60px;
  }
}
main figure {
  border: 1px solid #D9D5D2;
  padding: 10px;
}
main figure figcaption {
  border-top: 1px solid #D9D5D2;
  margin-top: 15px;
  padding: 20px 15px;
  font-size: 14px;
  text-align: center;
  font-style: italic;
}
main figure figcaption i,
main figure figcaption em {
  font-style: normal;
}
main table {
  width: 100%;
  margin-bottom: 40px;
}
main table > tbody > tr > td,
main table > tbody > tr > th,
main table > tfoot > tr > td,
main table > tfoot > tr > th,
main table > thead > tr > td,
main table > thead > tr > th {
  padding: 15px 20px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
main table > thead > tr > td,
main table > thead > tr > th {
  border-left: 1px solid #ffffff;
}
main table > tbody > tr > td {
  border-left: 1px solid transparent;
}
main table > tbody > tr > td a {
  color: #1d2122;
}
main table > tbody > tr > td a:active,
main table > tbody > tr > td a:focus,
main table > tbody > tr > td a:hover {
  text-decoration: underline;
}
main table > tbody > tr:nth-of-type(odd) {
  background-color: rgba(217, 213, 210, 0.2);
}
main table > tbody > tr:active,
main table > tbody > tr:focus,
main table > tbody > tr:hover {
  background-color: rgba(217, 213, 210, 0.4);
}
main table > thead > tr > td,
main table > thead > tr > th {
  background-color: #1d2122;
  color: #ffffff;
}
main ul {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  main {
    padding-bottom: 90px;
  }
}
/* Main content: Single Post
 * ================================================== */
.content-post aside h3 {
  background-color: #1d2122;
  color: #ffaa17;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 24px;
}
.content-post aside h3:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .content-post aside h3:not( :nth-of-type(1)) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .content-post aside h3:not( :nth-of-type(1)) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .content-post aside h3:not( :nth-of-type(1)) {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .content-post aside .table-of-contents {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-post aside {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .content-post aside {
    padding-left: 35px;
  }
}
.content-post .post-header {
  background-color: #1d2122;
}
.content-post .post-header h1 {
  color: #ffffff;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.content-post .post-header .subtitle {
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .content-post .post-header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .content-post .post-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .content-post .post-header {
    padding: 125px 0 40px;
  }
}
@media (min-width: 768px) {
  .content-post .post-header {
    padding: 200px 0 40px;
  }
}
@media (min-width: 1200px) {
  .content-post .post-header {
    margin-bottom: 60px;
  }
}
/* Main content: Single Project Page
 * ================================================== */
.single-project .lessons > ol,
.single-project .steps > ol {
  counter-reset: items;
  padding-left: 0;
}
.single-project .lessons > ol > li,
.single-project .steps > ol > li {
  display: block;
  counter-increment: items;
  position: relative;
}
.single-project .lessons > ol > li .carousel,
.single-project .steps > ol > li .carousel {
  height: 450px;
  margin-bottom: 40px;
  background-color: #efefef;
  border: 1px solid #ccc;
}
.single-project .lessons > ol > li .carousel .item,
.single-project .steps > ol > li .carousel .item {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 450px;
}
.single-project .lessons > ol > li .carousel-control,
.single-project .steps > ol > li .carousel-control {
  top: auto;
  padding: 15px 25px;
  background: #ffffff;
  color: #1d2122;
  border: 2px solid #D9D5D2;
  text-shadow: none;
  width: auto;
  top: 15px;
  bottom: auto;
  opacity: 1;
  text-decoration: none;
}
.single-project .lessons > ol > li .carousel-control.left,
.single-project .steps > ol > li .carousel-control.left {
  left: 15px;
  right: auto;
  border-right-width: 1px;
}
.single-project .lessons > ol > li .carousel-control.right,
.single-project .steps > ol > li .carousel-control.right {
  left: 15px;
  right: auto;
  border-left-width: 1px;
  transform: translateX(100%);
}
.single-project .lessons > ol > li .carousel-control:active,
.single-project .steps > ol > li .carousel-control:active,
.single-project .lessons > ol > li .carousel-control:focus,
.single-project .steps > ol > li .carousel-control:focus,
.single-project .lessons > ol > li .carousel-control:hover,
.single-project .steps > ol > li .carousel-control:hover {
  background-color: #1d2122;
  color: #ffffff;
  border-color: #1d2122;
}
@media (max-width: 767px) {
  .single-project .lessons > ol > li .carousel-control,
  .single-project .steps > ol > li .carousel-control {
    top: 0;
  }
  .single-project .lessons > ol > li .carousel-control.left,
  .single-project .steps > ol > li .carousel-control.left,
  .single-project .lessons > ol > li .carousel-control.right,
  .single-project .steps > ol > li .carousel-control.right {
    left: 0;
  }
}
.single-project .lessons > ol > li > h3:before,
.single-project .steps > ol > li > h3:before {
  content: "0" counter(items) "/ ";
  text-align: right;
  color: #ffaa17;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .single-project .lessons > ol > li > h3:before,
  .single-project .steps > ol > li > h3:before {
    font-size: 36px;
  }
}
.single-project .lessons > ol > li > h3:nth-child(n+10):before,
.single-project .steps > ol > li > h3:nth-child(n+10):before {
  content: counter(items);
}
.single-project .lessons > ol > li ol,
.single-project .steps > ol > li ol {
  counter-reset: sublist;
}
.single-project .lessons > ol > li ol li,
.single-project .steps > ol > li ol li {
  counter-increment: sublist;
}
.single-project .lessons > ol > li ol li:before,
.single-project .steps > ol > li ol li:before {
  content: counter(sublist) ". ";
}
.single-project .lessons > ol > li ul,
.single-project .steps > ol > li ul {
  list-style-type: none;
}
.single-project .lessons > ol > li ul li,
.single-project .steps > ol > li ul li {
  position: relative;
}
.single-project .lessons > ol > li ul li:before,
.single-project .steps > ol > li ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: -14px;
  background-color: #1d2122;
}
.single-project .meta {
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D5D2;
}
.single-project .meta .bare-with-me {
  font-size: 14px;
  font-style: italic;
}
.single-project .meta .bare-with-me:before {
  content: "* ";
}
.single-project .meta .costs,
.single-project .meta .difficulty,
.single-project .meta .time {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  border: 1px solid #D9D5D2;
  text-align: center;
  margin-bottom: 15px;
  flex-grow: 0;
}
.single-project .meta .costs strong,
.single-project .meta .difficulty strong,
.single-project .meta .time strong {
  display: block;
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .single-project .meta .costs strong,
  .single-project .meta .difficulty strong,
  .single-project .meta .time strong {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .single-project .meta .costs strong,
  .single-project .meta .difficulty strong,
  .single-project .meta .time strong {
    font-size: 16px;
  }
}
.single-project .meta .costs:hover,
.single-project .meta .difficulty:hover,
.single-project .meta .time:hover {
  background-color: rgba(217, 213, 210, 0.4);
}
@media (max-width: 767px) {
  .single-project .meta .costs,
  .single-project .meta .difficulty,
  .single-project .meta .time {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-project .meta .costs,
  .single-project .meta .difficulty,
  .single-project .meta .time {
    display: table;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
  }
  .single-project .meta .costs strong,
  .single-project .meta .difficulty strong,
  .single-project .meta .time strong {
    display: table-cell;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .single-project .meta .costs,
  .single-project .meta .difficulty,
  .single-project .meta .time {
    padding: 15px 25px;
  }
}
@media (max-width: 1199px) {
  .single-project .meta .costs,
  .single-project .meta .difficulty,
  .single-project .meta .time {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .single-project .meta .costs,
  .single-project .meta .difficulty,
  .single-project .meta .time {
    font-size: 22px;
    padding: 15px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-project .meta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "difficulty time costs" "bare bare bare";
    grid-column-gap: 15px;
  }
  .single-project .meta .bare-with-me {
    grid-area: bare;
  }
  .single-project .meta .costs {
    grid-area: costs;
  }
  .single-project .meta .difficulty {
    grid-area: difficulty;
  }
  .single-project .meta .time {
    grid-area: time;
  }
}
@media (min-width: 1200px) {
  .single-project .meta {
    display: flex;
    flex-wrap: wrap;
  }
}
.single-project .mobile-table-of-contents ul {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .single-project .mobile-table-of-contents {
    display: none;
  }
}
.single-project .post-header {
  padding-bottom: 0;
}
.single-project #project-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.single-project #project-slider a.control_prev,
.single-project #project-slider a.control_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
.single-project #project-slider a.control_prev:active,
.single-project #project-slider a.control_next:active,
.single-project #project-slider a.control_prev:focus,
.single-project #project-slider a.control_next:focus,
.single-project #project-slider a.control_prev:hover,
.single-project #project-slider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
.single-project #project-slider a.control_prev {
  left: 0;
}
.single-project #project-slider a.control_next {
  right: 0;
}
.single-project #project-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 450px;
  list-style: none;
}
.single-project #project-slider ul li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 450px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.single-project #project-slider ul li img {
  width: auto;
  height: auto;
  max-height: 450px;
}
.single-project .tools {
  margin-bottom: 40px;
}
.single-project .tools ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
.single-project .tools ul li {
  list-style-type: none;
  padding: 5px;
  border: 1px solid #D9D5D2;
  margin-right: 30px;
  margin-bottom: 30px;
}
.single-project .tools ul li h4 {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.single-project .tools ul li h4 a {
  display: block;
  color: #1d2122;
  padding: 10px 15px;
  text-decoration: none;
}
.single-project .tools ul li .image {
  height: 150px;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-project .tools ul li .image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-project .tools ul li:active h4,
.single-project .tools ul li:focus h4,
.single-project .tools ul li:hover h4 {
  background-color: #1d2122;
}
.single-project .tools ul li:active h4 a,
.single-project .tools ul li:focus h4 a,
.single-project .tools ul li:hover h4 a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-project .tools ul li {
    flex: 0 0 100%;
  }
  .single-project .tools ul li h4 a {
    height: 100%;
  }
}
/* Main content: Single Tool Page
 * ================================================== */
.single-tools main {
  padding-bottom: 25px;
}
.single-tools .make-and-model h2 {
  margin-top: 0;
}
.single-tools .make-and-model p {
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
.single-tools .notes,
.single-tools .specs {
  padding-top: 60px;
  padding-bottom: 40px;
}
.single-tools .notes h3,
.single-tools .specs h3,
.single-tools .notes * h3,
.single-tools .specs * h3 {
  color: inherit;
}
.single-tools .notes:before,
.single-tools .specs:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 100vw;
  z-index: -1;
}
.single-tools .notes {
  color: #ffffff;
}
.single-tools .notes a {
  color: #ffffff;
}
.single-tools .notes a:active,
.single-tools .notes a:focus,
.single-tools .notes a:hover {
  color: #ffaa17;
}
.single-tools .notes:before {
  background-color: #1d2122;
  left: 0;
}
@media (max-width: 767px) {
  .single-tools .notes:before {
    top: 0;
    left: -15px;
  }
}
.single-tools .post-header {
  background-color: #1d2122;
}
.single-tools .post-header h1 {
  color: #ffffff;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.single-tools .post-header .subtitle {
  color: #ffaa17;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .single-tools .post-header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .single-tools .post-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-tools .post-header {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  .single-tools .post-header {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .single-tools .post-header {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .single-tools .post-header {
    margin-bottom: 60px;
  }
}
.single-tools .preview {
  margin-bottom: 40px;
}
.single-tools .specs {
  color: #1d2122;
}
.single-tools .specs a:active,
.single-tools .specs a:focus,
.single-tools .specs a:hover {
  color: #ffffff;
}
.single-tools .specs:before {
  background-color: #ffaa17;
  right: 0;
}
@media (max-width: 767px) {
  .single-tools .specs:before {
    right: -15px;
  }
}
@media (min-width: 768px) {
  .single-tools .details {
    display: flex;
    flex-wrap: nowrap;
  }
}
/* Pagination
 * ================================================== */
.pagination {
  margin: 40px 0 0;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: none;
  clear: both;
}
.pagination a,
.pagination span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  color: #1d2122;
  border: 1px solid #1d2122;
  padding: 12px 18px;
  margin-right: 5px;
  text-decoration: none;
}
.pagination a:active,
.pagination span:active,
.pagination a:focus,
.pagination span:focus,
.pagination a:hover,
.pagination span:hover {
  background-color: #1d2122;
  color: #ffffff;
  text-decoration: none;
}
.pagination a.current,
.pagination span.current {
  background-color: #1d2122;
  color: #ffffff;
  font-weight: bold;
}
.pagination a.next:after,
.pagination span.next:after,
.pagination a.prev:after,
.pagination span.prev:after,
.pagination a.next:before,
.pagination span.next:before,
.pagination a.prev:before,
.pagination span.prev:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-weight: 300;
}
.pagination a.next:after,
.pagination span.next:after {
  content: "\f105";
  margin-left: 5px;
}
.pagination a.prev:before,
.pagination span.prev:before {
  content: "\f104";
  margin-right: 5px;
}
.pagination h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
/* Footer
 * ================================================== */
.site-footer {
  background-color: #faf9f9;
  border-top: 2px solid rgba(217, 213, 210, 0.4);
  color: #1d2122;
}
.site-footer .copyright {
  color: #ffffff;
  background-color: #1d2122;
  padding: 20px 0;
  font-size: 14px;
}
.site-footer .to-top a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
.site-footer .to-top a:active,
.site-footer .to-top a:focus,
.site-footer .to-top a:hover {
  color: #ffaa17;
}
.site-footer .suppliers {
  text-align: center;
}
.site-footer .suppliers h4 {
  color: #ffaa17;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
}
.site-footer .suppliers p {
  font-style: italic;
}
.site-footer .suppliers .image {
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-footer .suppliers ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.site-footer .suppliers ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.site-footer .suppliers ul li > a {
  padding: 10px;
  display: block;
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="554"] .image {
    width: 120px;
    background-size: 100px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="554"] .image {
    background-size: 70px auto;
    background-position: center 55%;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="554"] .image {
    background-size: 85px auto;
    background-position: center 58%;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="554"] .image {
    background-size: 100px auto;
    background-position: center 60%;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="261"] .image {
    width: 120px;
    background-size: 100px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="261"] .image {
    background-size: 70px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="261"] .image {
    background-size: 90px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="261"] .image {
    background-size: 130px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="252"] .image {
    width: 100px;
    background-size: 90px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="252"] .image {
    background-size: 70px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="252"] .image {
    background-size: 85px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="252"] .image {
    background-size: 110px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="249"] .image {
    width: 80px;
    background-size: 70px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="249"] .image {
    background-size: 65px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="249"] .image {
    background-size: 75px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="249"] .image {
    background-size: 100px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="246"] .image {
    width: 70px;
    background-size: 60px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="246"] .image {
    background-size: 50px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="246"] .image {
    background-size: 60px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="246"] .image {
    background-size: 70px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="242"] .image {
    width: 85px;
    background-size: 75px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="242"] .image {
    background-size: 60px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="242"] .image {
    background-size: 70px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="242"] .image {
    background-size: 85px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="239"] .image {
    width: 105px;
    background-size: 95px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="239"] .image {
    background-size: 80px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="239"] .image {
    background-size: 95px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="239"] .image {
    background-size: 125px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul li[data-id="264"] .image {
    width: 105px;
    background-size: 95px auto;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul li[data-id="264"] .image {
    background-size: 80px auto;
  }
}
@media (min-width: 992px) {
  .site-footer .suppliers ul li[data-id="264"] .image {
    background-size: 85px auto;
  }
}
@media (min-width: 1200px) {
  .site-footer .suppliers ul li[data-id="264"] .image {
    background-size: 100px auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers ul {
    flex-wrap: nowrap;
  }
  .site-footer .suppliers ul li {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .site-footer .suppliers {
    padding: 40px 0 15px;
  }
}
@media (min-width: 768px) {
  .site-footer .suppliers {
    padding: 40px 0;
  }
}
/* Site map
 * ================================================== */
ul.sitemap {
  list-style: square;
}
ul.sitemap a {
  text-decoration: none;
}
ul.sitemap a:active,
ul.sitemap a:focus,
ul.sitemap a:hover {
  color: #ffaa17;
}
ul.sitemap ul {
  margin-bottom: 0;
  list-style: square;
}
/* When logged in
 * ================================================== */
@media (max-width: 600px) {
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar.logged-in .site-header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar.logged-in .site-header {
    top: 32px;
  }
}
