/*
 Theme Name:   66-Day Transformation
 Theme URI:    https://www.charfishdesign.com
 Description:  GeneratePress child theme
 Author:       Charlie Pabst
 Author URI:   https://www.charfishdesign.com
 Template:     generatepress
 Version:      0.1
*/

* {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  }
  
.site-header {
  border-top: 6px solid #EF4137;
  border-bottom: 1px solid #999;
  }

.page .container.grid-container {
  max-width: 100%;
}

#content {
  max-width: 1100px;
  margin: 0 auto;
  }

body:not(.home) {
  background: url(images/cornerShards.png) right 117px no-repeat;
  } 
  
body.home #main {
  margin-top: 0;
  margin-bottom: 0;
  }
  
body.home #main .inside-article {
  padding-top: 0;
  padding-bottom: 0;
  }
  
body.home section.homeFAQ h3 {
  margin: 30px 0 0;
  }
  
.copyright a {
  color: #EF4137;
  }
  
/*
.separate-containers .inside-article {
  padding-left: 0;
  }
*/

h2.entry-title {
  font-size: 36px;
  }
  
.entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  }
  
body:not(.home) article {
  border-bottom: 2px solid #ef4137;
  }
  
body.blog article {
  padding-bottom: 0;
  margin-bottom: 60px !important;
  }