
body{
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  color: #333333;
  background-color: #FF9FA1;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

/* Fonts */
@font-face {
  font-family: 'brewtopia';
  src:
    url('../fonts/brewtopia.ttf?vev6uh') format('truetype'),
    url('../fonts/brewtopia.woff?vev6uh') format('woff'),
    url('../fonts/brewtopia.svg?vev6uh#brewtopia') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="brew-"], [class*=" brew-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brewtopia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brew-logo:before {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brew-ico span{
  font-family: "futura-pt";
  font-weight: 600;
}

.home-header{
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
  letter-spacing: 10px;
}

.title-block,
.site-title,
h1, h2, h3, h4, h5{
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5em
}

.page-content p{
  max-width: 800px;
}

.social,
.page-content .post-header{
  max-width: 760px;
  margin: 1em auto;
}

.action-page .page-content{
  margin: 90px 0px 0px 0px;
}

.page-content{
  margin: 0px 0px 0px 0px;
  min-height: 80vh;
}

.page-content img{
  max-width: 960px;
  margin: 1em auto;
  display: block;
  padding: 1em;
  width: 100%;
  height: auto;
}

.site-header{
  margin: auto;
  margin-top: 40px;
  color: #FFF;
}

.site-title{
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 10px;
}

.header-inner{
    padding-bottom: 40px;
}

.site-nav{
  display: inline-block;
  text-align: right;
  float: right;
}

a{
  text-decoration: underline;
  color: #333333;
}
a:visited{
  color: #333333;
}

a:hover{
  color: #FFF;
}

blockquote{
  max-width: 900px;
  margin: auto;
  padding: 1em 1em 1em 35px;
  font-weight: bold;
  border-left: 5px solid #1D4B58;
  font-style: italic;
}

footer{
  background: #A478E5;
  color: #FFF;
  padding: 40px 0px;
}
footer .inner{
  text-align: center;
  margin: auto;
  max-width: 760px;
}

footer .inner a{

}

.pods{
  margin: auto;
  max-width: 1600px;
  width: 100%;
}
.pod{
  display: inline-block;
  margin-right: 20px;
  width: 25%;
  max-width: 360px;
}


.home{
  width: 100%;
  margin-top: 90px;
}

.home .page-heading{
  color: #FFF;
  font-size: 60px;
  margin-top: -11px;
}

.home .right{
  width: 65%;
}
.home .first{
  margin-top: 0;
}
.home .left{
  width: 30%;
  float: left;
}

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

.social,
.social li,
.pods,
.pods .pod{
  list-style: none;
  padding: 0;
}

.more-soon{
  text-align: center;
  margin: 60px 0px;
}

ul.social-icons{
  padding-left: 0;
}
.social-icons li{
  display: inline;
  margin-right: 30px;
}
.social-icons li.last{
  margin-right: 0;
}
.social-icons{
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 5px;
}
.social-icons li a{
  text-decoration: none;
}

.social li,
.pods .pod{
  margin: 1em 25px 1em 0px;
  padding: 0px
}

.pod h2{
  margin: 0;
}

.pod a{
  min-height: 360px;
  border: 3px solid #333333;
  display: block;
  width: 100%;
  position: relative;
}

.pod a span{
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-family: "futura-pt";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.5em;
  max-width: 300px;
}

.clear{
  clear: both;
}

.quote{
  font-style: italic;
}

/** Action page **/

.action-page .wrapper{
  max-width: 1600px;
  margin: auto;
  padding: 0px 30px;
}


.action-page .title-block h1{
  font-size: 90px;
  color: #FFF;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  max-width: 800px;
}

.action-page .title-block h1:after{
  content: "\2014";
  display: block;
}

.title-block{

}

.left-col{
  float: left;
  width: 10%;
  max-width: 100px;
  min-height: 250px;
}
.middle{
  float: left;
  width: 50%;
}
.right{
  float: right;
  width: 40%;
  text-align: left;
}

.title-block a{
  font-size: 30px;
  display: block;
  color: #FFF;
}

.title-block a:hover{
  color: #333333;
}

.title-block p{
  margin-top: 0;
  line-height: 1.25em;
  font-size: 30px;
  max-width: 480px;
  font-weight: 400;
}

.actions h3{
  color: #FFF;
}


.action-list,
.actions{
  width: 100%;
  padding: 0;
  margin: 0;
}

.action-count{
  margin-top: 90px;
  margin-bottom: 30px;
  text-align: left;
}

.actions li ul{
  list-style-type: disc;
}
.actions li ul li{
  display: list-item;
  width: 100%;
}

.actions li{
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.actions li .inner{
  max-width: 75%;
  margin: 0;
}

.action-page h2{
  margin-top: 0;
}





.page-nav{
  font-weight: 600;
  font-size: 60px;
  text-decoration: none;
  margin-top: 60px;
  width: 100%;
}

.page-nav a{
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  width: 50%;
  padding: 60px 0px;
}

.page-nav a span{
  font-family: futura-pt;
  font-size: 30px;
  display: inline;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}

.page-nav a:hover{
  color: #333;
}


.next{
  display: block;
  text-align: right;
  right: 20px;
}
.prev{
  display: block;
  text-align: left;
  left: 20px;
}

.more-info{
  padding-top: 150px;
  padding-bottom: 150px;
}
.can-do{
  background: #FFD685;
  padding-top: 150px;
  padding-bottom: 150px;
}

.can-do .inner{
  padding: 0;
}

.more-info.example{
  background: #FFF;
}
.more-info.example .para{
  max-width: 800px;
}



.action-list a{
  display: block;
  text-decoration: none;
  padding: 60px 0px;
  font-size: 30px;
  font-weight: 600;
}

body .action-list a:hover{
  background: #A478E5;
}

.action-list .number{
  margin-right: 60px;
}

.action-list a.odd{
  background: #FFD685;
}

.action-list .inner{
  display: block;
  position: relative;
}

.action-header{
  margin-bottom: 90px;
}

#done-link{
  text-decoration: none;
}

.done #done-link{
  transition: 0.5s ease-out;
  color: #FFD685;
}

.site-footer ul.social-icons{
  margin-left: 0;
}

.action-count{
  font-weight: 600;
}

a.title .inner:after{
  font-family: 'brewtopia';
  content: "\e904";
  line-height: 1em;
  display: inline-block;
  position: absolute;
  right: 30px;
}
#done-link:before {
  font-family: 'brewtopia';
  content: "\e904";
  margin-right: 15px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: 3px;
}
a.title.done .inner:after,
#done-link:hover:before,
.done #done-link:before {
  content: "\e903";
}

@media screen and (max-width: 800px) {
  body .site-title.brew-ico{
    display: inline-block;
  }
  body .site-nav{
    text-align: left;
  }
  body .site-title.brew-ico span{
    letter-spacing: 0;
    font-size: 30px;
  }
  body .home .page-heading{
    line-height: 1em;
  }
  body.action-page .title-block h1{
    font-size: 60px;
  }
  body .more-info a{
    word-wrap: break-word;
  }
  body .action-list .number{
    margin-right: 0px;
  }
  body .actions li .inner{
    max-width: 100%;
  }
  body .left-col{
    min-height: auto;
  }
  body .home .right,
  body .home .left,
  body .left,
  body .middle,
  body .right{
    width: 100%;
  }
  body .right .wrapper{
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .actions li{
    display: block;
    width: 100%;
  }
}
