/**
* ==============================================================================
* $CLEARFIX
* ==============================================================================
*/
/**
 * Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf, .main-header #searchform, .readable-area {
  zoom: 1;
}
.cf:before, .main-header #searchform:before, .readable-area:before, .cf:after, .main-header #searchform:after, .readable-area:after {
  content: " ";
  display: table;
}
.cf:after, .main-header #searchform:after, .readable-area:after {
  clear: both;
}

body {
  background-color: #D9E3CB;
  /* font-family: brandon-grotesque; */
  font-size: 19px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a, a.visited {
  color: #6e5d5c;
}

a.continue {
  display: block;
  margin-bottom: 30px;
}

h1 {
  font-size: 66px;
  line-height: 60px;
  margin-bottom: 33px;
  font-style: normal;
  font-weight: 400;
  color: #5c5b5b;
  letter-spacing: 0px;
  margin-top: 6px;
}
@media all and (max-width: 345px) {
  h1 {
    font-size: 36px;
    line-height: 30px;
  }
}
h1 a {
  color: #5c5b5b;
  text-decoration: none;
}

h2, h2 a {
  color: #000;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-style: normal;
  font-weight: 400;
}

.main-header {
  background-color: #f4f2f3;
  border-bottom: 3px solid #fcfafb;
  -moz-box-shadow: 10px 10px 5px #c2c0c1;
  -webkit-box-shadow: 0px 5px 5px #c2c0c1;
  box-shadow: 0px 5px 5px #c2c0c1;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main-header h1 {
  margin: 30px 0 0 30px;
}
.main-header hr {
  background-color: #dbdbd9;
  border: 0;
  height: 2px;
  margin: 30px 30px 15px 30px;
}
.main-header .contact-icons {
  border: 1px solid #c2c0c1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  float: right;
  margin: 30px 0 0 0;
  -moz-box-shadow: 10px 10px 5px #c2c0c1;
  -webkit-box-shadow: 0px 5px 5px #c2c0c1;
  box-shadow: 0px 5px 5px #c2c0c1;
}
@media all and (max-width: 718px) {
  .main-header .contact-icons {
    border-radius: 0 0 0 5px;
    border-top: 0;
    margin: 0 0 0 30px;
  }
  .main-header .contact-icons img {
    clear: right;
    float: right;
  }
}
.main-header .contact-icons img, .main-header .contact-icons a {
  border: 0;
  margin: 18px 3px 12px 3px;
}
.main-header .contact-icons img:first-child {
  margin-left: 15px;
}
.main-header .contact-icons img:last-child {
  margin-right: 10px;
}
.main-header .little-details {
  color: #666464;
  float: right;
  font-size: 14px;
  text-indent: 0px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media all and (max-width: 735px) {
  .main-header .little-details {
    float: none;
    margin-right: 0;
    margin-left: 30px;
  }
}
.main-header #searchform {
  line-height: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  float: left;
}
.main-header #searchform input {
  display: block-inline;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #47afb3;
  text-indent: 10px;
}
.main-header #searchform input#s {
  width: 300px;
}
@media all and (max-width: 1000px) {
  .main-header #searchform input#s {
    width: 200px;
  }
}
.main-header #searchform #searchsubmit {
  -webkit-appearance: none;
  background-color: #3d9699;
  color: #f1f1f1;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #47afb3;
  text-indent: 0px;
}

img {
  border: 3px solid #f1f1f1;
  margin: 0;
  padding: 0;
  max-height: 324px;
  max-width: 98%;
}

blockquote {
  margin-bottom: 29px;
  margin-top: 0px;
  font-size: 32px;
  line-height: 50px;
  text-align: left;
  text-indent: 16px;
  color: #8C8A8A;
}

p {
  text-indent: 0em;
  line-height: 30px;
  margin-bottom: 30px;
}

p.author {
  text-indent: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666464;
  line-height: 30px;
  margin-top: 10px;
}

p.intro {
  text-indent: 0px;
  margin-bottom: 28px;
  line-height: 40px;
  font-size: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
}

div {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
}

.readable-area {
  margin: 0 30px;
}
@media all and (max-width: 1240px) {
  .readable-area {
    margin: 0 5px;
  }
}
.readable-area .blog-content, .readable-area .blog-post {
  clear: both;
  float: left;
  width: 50%;
}
@media all and (max-width: 1164px) {
  .readable-area .blog-content, .readable-area .blog-post {
    width: 70%;
  }
}
@media all and (max-width: 665px) {
  .readable-area .blog-content, .readable-area .blog-post {
    float: none;
    width: 100%;
  }
}
.readable-area .designs, .readable-area .designs-in-post {
  border-left: 2px dashed #9e937f;
  float: right;
  padding-left: 30px;
  width: 45%;
}
@media all and (max-width: 1164px) {
  .readable-area .designs, .readable-area .designs-in-post {
    width: 25%;
  }
}
@media all and (max-width: 665px) {
  .readable-area .designs, .readable-area .designs-in-post {
    border: 0;
    float: none;
    padding: 0 5px;
    width: 100%;
  }
}
.readable-area .designs .box, .readable-area .designs-in-post .box {
  border: 3px solid #f1f1f1;
  cursor: pointer;
  position: relative;
  margin: 2px;
  max-height: 150px;
  overflow: hidden;
  float: left;
}
.readable-area .designs .box img, .readable-area .designs-in-post .box img {
  border: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.readable-area .designs .box .caption, .readable-area .designs-in-post .box .caption {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
.readable-area .designs .box .simple-caption, .readable-area .designs-in-post .box .simple-caption {
  height: 40px;
  width: 100%;
  display: block;
  bottom: -40px;
  text-align: center;
}
.readable-area .designs .box .long-caption, .readable-area .designs-in-post .box .long-caption {
  height: 60px;
  bottom: -60px;
}
.readable-area .designs .box:hover .simple-caption, .readable-area .designs-in-post .box:hover .simple-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.readable-area .designs a, .readable-area .designs a.visited, .readable-area .designs-in-post a, .readable-area .designs-in-post a.visited {
  color: #f1f1f1;
}
.readable-area .designs a img, .readable-area .designs a.visited img, .readable-area .designs-in-post a img, .readable-area .designs-in-post a.visited img {
  max-height: 150px;
  max-width: 100%;
}
@media all and (max-width: 1110px) and (min-width: 666px) {
  .readable-area .designs a img, .readable-area .designs a.visited img, .readable-area .designs-in-post a img, .readable-area .designs-in-post a.visited img {
    max-height: none;
    max-width: 100%;
  }
}

.publish-date {
  text-indent: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666464;
  line-height: 30px;
  margin-top: 10px;
}

.wp-menu ul {
  list-style-type: none;
}

.button {
    background-color: #efea5a;
    border-radius: 8px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 5px #888;
    color:  #000;
    text-decoration: none;
    padding:  8px 16px;
}

.box-double {
    width: 49%;
}
.box-double-first {
    float: left;
}
.box-double-second {
    float: right;
}

@media all and (max-width: 766px) {
    .box-double { width:  100%; }
    .box-double-first, .box-double-second {float: none;}
}

.menu {
    float: left;
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.menu li {
    background-color:  #f4f2f3;
    border-radius: 0 0 8px 8px;
    border-bottom: 3px solid #fcfafb;
    -moz-box-shadow: 10px 10px 5px #c2c0c1;
    -webkit-box-shadow: 0px 5px 5px #c2c0c1;
    box-shadow: 0px 5px 5px #c2c0c1;
    float: left;
    padding:  8px 16px;
    margin-right:  2px;
}

@media all and (max-width: 328px) {
    .menu {
    float: none;
}
.menu li {
    border-radius: 0 8px 8px 0;
    border: 3px solid #fcfafb;
    float: none;
    display: block;
}
}