/* Blog Styling | /assets/css/blog.css */

.padge-header{padding-top:100px;max-width: 80%;margin: auto;}
.page-title{font-size:85px;margin-top:100px;font-weight:400;width: 50%;margin-left: auto;margin-right: auto;line-height: 1em;margin-bottom: 50px;}
.page-subtitle{font-size: 1.65em;line-height: 1.3em;margin-bottom:120px;width: 60%;margin-left: auto;margin-right: auto;}
.thumb{filter:grayscale(1);opacity:0.5}

@media only screen and (max-width: 768px) {
  .page-title {
    width: 75%;
    font-size: 3em
  }
  .page-subtitle {
    width: 75%;
  }
}

@media only screen and (max-width: 450px) {
  .page-title {
    width: 100%
  }
  .page-subtitle {
    width: 100% 
  }
}

/** Waves **/
.waves {
  height: 53px;
}
#item-caret {height:25px;width:auto;left:257px;bottom:25px;z-index:1;position:absolute;}

@media only screen and (max-width: 1093px) {
  #item-caret {
    height:25px;
  }
}

@media only screen and (max-width: 1023px) {
  #item-caret {
    left:250px;
    height:25px;
  }
  .wave-header {
    margin-top:-4%!important;
  }
}

@media only screen and (max-width:768px) {
  #item-caret {
    left:89%;
    height:30px;
  }
  .wave-header {
    width:100%!important;
    overflow:hidden;
    margin-top:-11px!important;
  }
  .post-grid {
    width:100%!important;
  }
}


/** Article Thumbnail Styling **/
.post-grid{width: 80%;margin: auto;}
/*** Dark Green Theme ***/
.item:nth-of-type(6n+1) > .layer-wrapper {background-color:#2c7e47}
.item:nth-of-type(6n+1) > .layer-wrapper > div > .title_link > a {color:#b7d187;text-decoration:none}
.item:nth-of-type(6n+1) > .layer-wrapper > div > .excerpt {color:white;width:65%}
.item:nth-of-type(6n+1) > .layer-wrapper > div > .excerpt > a {color:white}
.item:nth-of-type(6n+1) > .layer-wrapper > div > .post_date {color:#b7d187}

/*** Pink Theme ***/
.item:nth-of-type(6n+2) > .layer-wrapper {background-color:#ffbe9f}
.item:nth-of-type(6n+2) > .layer-wrapper > div > .title_link > a {color:white;text-decoration:none}
.item:nth-of-type(6n+2) > .layer-wrapper > div > .excerpt {color:black;width:65%}
.item:nth-of-type(6n+2) > .layer-wrapper > div > .excerpt > a {color:black}
.item:nth-of-type(6n+2) > .layer-wrapper > div > .post_date {color:white}

/*** Light Green Theme ***/
.item:nth-of-type(3n+3) > .layer-wrapper {background-color:#b7d187}
.item:nth-of-type(3n+3) > .layer-wrapper > div > .title_link > a {color:#2c7e47;text-decoration:none}
.item:nth-of-type(3n+3) > .layer-wrapper > div > .excerpt {color:black;width:65%}
.item:nth-of-type(3n+3) > .layer-wrapper > div > .excerpt > a {color:black}
.item:nth-of-type(3n+3) > .layer-wrapper > div > .post_date {color:#2c7e47}

/*** Pink Theme ***/
.item:nth-of-type(6n+4) > .layer-wrapper {background-color:#ffbe9f}
.item:nth-of-type(6n+4) > .layer-wrapper > div > .title_link > a {color:white;text-decoration:none}
.item:nth-of-type(6n+4) > .layer-wrapper > div > .excerpt {color:black;width:65%}
.item:nth-of-type(6n+4) > .layer-wrapper > div > .excerpt > a {color:black}
.item:nth-of-type(6n+4) > .layer-wrapper > div > .post_date {color:white}

/*** Dark Green Theme ***/
.item:nth-of-type(6n-1) > .layer-wrapper {background-color:#2c7e47}
.item:nth-of-type(6n-1) > .layer-wrapper > div > .title_link > a {color:#b7d187;text-decoration:none}
.item:nth-of-type(6n-1) > .layer-wrapper > div > .excerpt {color:white;width:65%}
.item:nth-of-type(6n-1) > .layer-wrapper > div > .excerpt > a {color:white}
.item:nth-of-type(6n-1) > .layer-wrapper > div > .post_date {color:#b7d187}