/* @override 
  http://hammer.dev/assets/css/templates.css
  http://hammer.hammer.dev/assets/css/templates.css */
  
article#templates-info {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: linear-gradient(0deg, #546E7A 0%, #37474F 100%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

article#templates-info {
  padding-top: 0;
  border-top: none;
  position: relative;
}

#templates-info ul li {
  width: 50%;
  float: left;
  padding-left: 100px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 30px;
  background-repeat: no-repeat;
}

#templates-info ul li:nth-of-type(odd) {
  background: url(https://cdn.getforge.com/hammerformac.com/1512081575/assets/images/template-1.png) no-repeat 6px 7px;
}

#templates-info ul li:nth-of-type(even) {
  padding-left: 120px;
  padding-right: 0;
  background: url(https://cdn.getforge.com/hammerformac.com/1512081575/assets/images/template-2.png) no-repeat 26px 7px;
}

article#browse {
  padding-top: 42px;
  padding-bottom: 0;
}

article#browse .wrap {
  width: 90%;
  max-width: 1200px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

section article#browse article {
  width: 29%;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 48px;
  vertical-align: top;
  margin-left: 2%;
}

article#browse article small {
  font-size: 14px;
  color: #9eb7c6;
  padding-bottom: 10px;
  display: block;
}

article#browse article p {
  font-size: 14px;
  padding-bottom: 20px;
}

article#browse span.image {
  display: block;
  position: relative;
  margin-bottom: 16px;
  margin-top: 8px;
}

article#browse span.image.no-border::after {
  box-shadow: none;
}

article#browse span.image::after {
  content: '';
  position: absolute;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article#browse article img {
  width: 100%;
  border-radius: 3px;
  display: block;
}

article#browse article a.download {
  text-decoration: none;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 5px 16px 7px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(90deg, #3677af 0%, #6fabd1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, .15);
  font-size: 16px;
}

article#browse article a.download:active {
  background-image: -moz-linear-gradient(90deg, #3b7bb2 0%, #10527c 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

article#browse p.download {
  padding-bottom: 30px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

article#browse p.download::before {
  content: '';
  height: 1px;
  background-image: -moz-linear-gradient(360deg, white 0%, #e0e6eb 23.6%, #e2e8ec 74.6%, #ffffff 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
}

@media only screen and (max-width: 1020px) {

  #templates-info hgroup {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  #templates-info ul {
    text-align: center;
  }
  
  #templates-info ul li {
    width: 340px;
    text-align: left;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-right: 0;
  }
  
  article#browse .wrap {
    width: 100%;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0;
    box-sizing: border-box;
  }
  
  section article#browse article {
    width: 45%;
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 720px) {

  #templates-info hgroup {
    width: 80%;
    padding-right: 10%;
    padding-left: 10%;
  }
  
  #templates-info h1 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  
  #templates-info p {
    font-size: 18px;
    line-height: 32px;
  }

  #templates-info ul li {
    background-position: center top !important;
    text-align: center;
    padding: 80px 20px 0px !important;
    margin-bottom: 30px;
  }
  
  section article#browse article {
    width: 100%;
    margin-right: 0%;
  }
  
  section article#browse article:nth-child(2n) {
    width: 100%;
    margin-right: 0%;
  }
  
  section article#browse article:nth-child(3n) {
    margin-right: 0%;
  }

}

@media only screen and (max-width: 520px) {

  #templates-info ul li {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  #templates-info ul li:nth-of-type(odd) {
    background-image: url(https://cdn.getforge.com/hammerformac.com/1512081575/assets/images/template-1@2x.png);
    background-size: 72px 73px;
  }
  
  #templates-info ul li:nth-of-type(even) {
    background-image: url(https://cdn.getforge.com/hammerformac.com/1512081575/assets/images/template-2@2x.png);
    background-size: 72px 73px;
  }

}
/*# sourceMappingURL=templates.css.map */