h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.hero {
  padding: 80px 0 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #343F49;
}

.templates-container-outer {
  position: relative;
  top: -50px;
  color: #505660;
}

.templates-container {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}

.template-featured-image {
  box-shadow: rgba(0, 0, 0, .3) 2px 2px 5px 1px;
}

.row.margin-top-bottom {
  margin: 1.2em 0 2em 0;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.template-thumb.active-thumb {
  opacity: 1;
}

.template-thumb {
  display: inline-block;
  -ms-transition: transform .4s, opacity .4s ease-in-out;
  -webkit-transition: transform .4s, opacity .4s ease-in-out;
  transition: transform .4s, opacity .4s ease-in-out;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .6;
  color: #505660;
  box-shadow: rgba(0, 0, 0, .3) 2px 2px 5px 1px;
}

.template-thumb.hiding {
  -ms-transform: scale(.6);
  -webkit-transform: scale(.6);
  transform: scale(.6);
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.template-thumb.hiding h4 {
  display: none;
}

.template-thumb h4 {
  font-size: 20px;
  margin-top: 15px;
}

.filter-buttons a {
  padding: 10px 0;
  display: inline-block;
  margin-right: 20px;
}

.filter-buttons {
  font-size: 18px;
  margin-bottom: 20px;
}

.filter-buttons-links {
  display: none;
}

.filter-buttons-links a {
  color: #505660;
}

input.register-field {
  height: 40px;
}

button.use-this {
  height: 40px;
  background: #8BBE3F;
  color: #FFFFFF;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.back-link {
  color: #FFFFFF;
  text-decoration: none;
}

.back-link:hover {
  color: #F6F6F6;
}

.sign-dark-btn:hover {
  color: #fff;
  background-color: #7CA93D;
}

.not-mobile {
  display: block;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 641px) {
  .not-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

@media only screen and (min-width: 40.063em) {
  .templates-container-outer {
    top: -50px;
  }
  .filter-buttons a {
    display: block;
    padding: 8px;
    margin: 0;
  }
  .filter-buttons-links {
    display: block !important;
  }
  .templates-container {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}

.template-specs > .premium-template {
  font-variant: small-caps;
  text-transform: uppercase;
  font-size: 14.5px !important;
  letter-spacing: 0.5px;
}

.template-specs > * {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}

hr.hr-margin {
  margin: .1em 0 1em 0;
}

.unpublished {
  background: #8DBD49;
  color: #000000;
}

.template-description p:first-of-type {
  margin-top: 0;
}

.template-description p {
  font-size: 18px;
  line-height: 26px;
}


/*** Sign up CSS ***/

.homepage-call-to-action {
  margin-top: 0;
  text-align: left;
}

.homepage-signup, .homepage-call-to-action .homepage-buttons {
  display: none;
}

.homepage-signup.on, .homepage-call-to-action .homepage-buttons.on {
  display: block;
}

.homepage-signup-google-image {
  display: inline-block;
  background-image: url("//d2slcw3kip6qmk.cloudfront.net/app/common/3rd-party-logos/google-logo-white.png");
  width: 60px;
  height: 20px;
  background-size: 60px 20px;
  vertical-align: middle;
}

.homepage-signup-email {
  padding: 3px 0px 3px 18px;
  border-radius: 4px 0 0 4px;
  height: 40px;
  width: 279px;
  font-size: 18px;
  border: 1px solid transparent;
  vertical-align: middle;
  color: #7A8895;
}

.homepage-signup-email.error {
  border: 1px solid #ef6156;
}

.homepage-signup-submit {
  margin: 0;
  border-radius: 0px 4px 4px 0px;
  padding: 2px 0;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  width: 175px;
  font-family: Avenir;
  cursor: pointer;
  background-color: #8DBD49;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
}

.homepage-signup-submit:disabled {
  background-color: #d2d2d2;
}

.homepage-signup a {
  color: white;
}

.homepage-signup-tos {
  font-size: 12px;
  color: #dcdcdc;
  width: 280px;
  display: block;
  height: 16px;
  vertical-align: middle;
  margin: 0;
}

a.homepage-signup-google-sso {
  background: #1C749A;
  padding: 10px;
  width: 199px;
  margin-top: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  font-family: Avenir;
  border-radius: 4px;
  vertical-align: middle;
  color: #ECECEC;
  font-weight: 600;
  cursor: pointer;
  -o-border-radius: 25px;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

a.homepage-signup-google-sso:hover {
  background: hsla(198, 69%, 31%, 1);
}

.homepage-signup-line2 {
  margin-top: 15px;
}


/** sign up or ***/

.or-wrapper {
  position: relative;
  width: 50px;
  height: 40px;
  margin: 0 5px -15px;
  display: inline-block;
}

.or-wrapper > * {
  display: inline-block;
}

.vert-line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  z-index: 1;
}

.or-wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -13px;
  z-index: 2;
}

.or-word {
  color: white;
  text-transform: none;
  letter-spacing: 1px;
  padding: 2.6px;
  font: 600 16px Avenir, arial, sans-serif;
  background: #252F38;
  border-radius: 4px;
}


/**** end of sign up or ***/


/*** Mobile media query ***/

@media only screen and (max-width: 479px) {
  .homepage-signup-email {
    width: 100%;
    text-align: center;
    border-radius: 4px;
  }
  .homepage-signup-submit {
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
  }
  img.template-thumb {
    height: 60px;
  }
  .or-wrapper {
    margin: 0;
    display: block;
    width: 100%;
  }
  .vert-line {
    display: none;
  }
  .or-word {
    background: none;
  }
  a.homepage-signup-google-sso {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .homepage-signup-tos {
    margin: 0 auto;
  }
  .hero {
    padding: 20px 0 80px;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}


/*** End of sign up CSS ***/


/** breadcrumb ***/

.breadcrumb {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li+li:before {
  content: " » ";
}

.breadcrumb a {
  color: white;
}


/**** end of breadcrumb ***/