/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXp-p7K4KLjztg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  src:url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

}

.blog-header {
  background-color: ;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  display: hidden;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

}
.blog-header__author-social-links svg {
  
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/*==================================================== 
==================== Blog Listing ====================
====================================================*/
.blog-content-wrapper  {
  margin-top: 4rem;
}
.blog-content-wrapper .container:after, 
.blog-content-wrapper .container:before{
  content: " ";
  display: table;
}
.blog-content-wrapper .container:after {
  clear: both;
}

.blog-content-wrapper a{
  text-decoration:none !important; 

}
.blog-news {
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 1100px;
}

.blog-news:after, 
.blog-news:before {
  content: " ";
  display: table;
}
.blog-news:after {
  clear: both;
}

/* Base (Mobile First) */
.page-header {
  background-image: url('https://7805423.fs1.hubspotusercontent-na1.net/hubfs/7805423/seattle%20suttons%20in%20the%20press%20mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1000 / 720;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1.page-heading {
  text-align: center;
  margin: 0;
  margin-top: 20px;
  line-height: 1.5;
  font-family: 'Scarlet Pen', cursive;
  font-size: 3rem; /* Adjust as needed */
  display: none;
    }

.blog-news h1.page-heading {
  text-align: center;
  margin: 0;
  margin-top: 20px;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
    font-family: 'Scarlet Pen', cursive;
  color: #01894D;
}

.blog-description
{text-align: center;
  margin: 0;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px; 
  font-size: 15px;
  line-height: 20px;
  font-family: Roboto,sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

.blog-news p.page-heading {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  
}

.tabs-container {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  margin-right: 10.5px;
  margin-left: 10.5px;
}

.tabs-container a {
  width: auto;
  display: inline-block;
  border: 1px solid #aaa;
  padding: .5rem 2rem;
  margin-top: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: Raleway,sans-serif;
  color: #222222;
}

.tabs-container a.active {
  background-color: #01894D;
  border-color: #01894D;
  color: #fff;
  pointer-events: none;
}

.post-item .blog-post-figure a:hover {
  opacity: .9;
}

.tabs-container a:hover {
  background-color: #01894D;
  border-color: #2f8455;
  color: #fff;
}

.post-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding: 40px 20px 0;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  color: #222222;
}

.post-item:nth-child(3n+1) {
  clear: both;
}

.blog-posts:after {
  content: '';
  display: block;
  clear: both;
}

.post-item .blog-post-figure {
  width: 100%;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  
}

.post-item .blog-post-figure .blog-thumbnail {
  border: 1px solid #ddd;
  padding: 0;
  width: 100%;
  margin: 0;
  position: relative;
  color: #222222;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}

.post-item .blog-post-figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1200 / 1200;
  color: #222222;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}

.post-item .blog-post-figure .blog-thumbnail:after {
  padding-bottom: 100%;
  margin-top: 20px;
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 1200;
  color: #222222;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}
.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  color: #222222;
  line-height: 1.5;
  
}

.blog-post-body .blog-title {
  margin: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: capitalize;
  min-height: 44px;
  color: #222222;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}

.blog-title h1 {
  color: #01894d;
  font-size: 40px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}

.blog-title a {
  text-decoration: none;
  color: #333;
  color: #01894d;
  line-height: 1.5;
  font-family: Raleway,Arial,Helvetica,sans-serif;
 
}

.blog-title a:hover {
  color: #01894d;
}

.hs_recaptcha.hs-recaptcha{
  overflow: auto hidden;
}


/*==================================================== 
==================== Blog pagination =================
====================================================*/

.pagination {
  margin-top: 2rem;
}
.pagination-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  display: block;
  margin-left: 0;
  list-style:none;
}
.pagination-list:after, .pagination-list:before {
  content: " ";
  display: table;
}
.pagination-list:after {
  clear: both;
}
.pagination-list li {
  border: 1px solid transparent;
  line-height: 1;
  color: #757575;
  font-size: 1rem;
  margin-left: .375rem;
  display: inline-block;
  cursor: pointer;
}
.pagination-list li.active {
  border-color: #e5e5e5;
  border-radius: 4px;
  margin: 0 .375rem 0 .75rem;
}
li.pagination-item.active a {
  cursor: default;
}

li.pagination-item:first-child{
  margin-left: 0;
}
.pagination-item--previous {
  float: left;
}
.pagination-item--next {
  float: right;
}

.pagination-list li a {
  border-radius: 4px;
  background: 0 0;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: .3125rem .5rem;
  color: #333;
  text-decoration: none;
  transition: all .2s ease;
}
.pagination-item .pagination-link:hover {
  color: #2f8455;
}

.pagination-item--next .icon, .pagination-item--previous .icon {
  height: 1.25rem;
  margin-top: -.125rem;
  width: 1.25rem;
  transition: all .15s ease;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  line-height: inherit;
}

.pagination-item--previous .icon {
  margin-left: -.75rem;
}

.icon svg {
  display: inline-block;
  fill: #757575;
  height: 100%;
  vertical-align: top;
  width: 100%;
  transition: all .15s ease;
}

.pagination .pagination-item--next .icon {
  margin-right: 0;
}

.pagination-item.pagination-item--next>a:hover .icon>svg, 
.pagination-item.pagination-item--previous>a:hover .icon>svg {
  fill: #2f8455;
}

.read-now-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


/*==================================================== 
==================== Blog Post ======================
====================================================*/
.inside-blog {
  margin: 20px auto;
  padding: 20px auto;
  max-width: 800px;
  background-color: #f2f2f2
}

.inside-blog  .blog-post-figure {
  display: block;
  margin: auto;
  padding: 20px 20px;
  text-align: center;
}

.inside-blog .blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  width: 100%;
  max-width: 500px; /* Maximum size */
  aspect-ratio: 1 / 1; /* Maintains a square shape */
  overflow: hidden;
}

.inside-blog .blog-thumbnail div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.inside-blog .blog-thumbnail:after {
  content: '';
  display: block;
  height: auto;
  width: 100%;
  padding-bottom: 100%;
  padding-top: 20px;
}

.inside-blog .blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
}


.inside-blog .blog-title {
  color: #01894d;
  font-weight: 800;
  min-height: 44px;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 1.5rem .375rem;
  line-height: 1.5;
  padding: 5px;
}

.inside-blog .blog-title h1 {
  color: #01894d;
  font-weight: 800;
  min-height: 44px;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 1.5rem .375rem;
  line-height: 1.5;
  padding: 5px;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  font-weight: 300;
}

.blog-post p {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-family: Roboto,sans-serif;
  color: #000;
}

.blog-post h2 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-family: Roboto,sans-serif;
  color: #000;
  font-weight: 300;
  text-transform: none;
  
}

.blog-post h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #01894D;
  text-transform: capitalize;
}

.blog-post h3 a {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #01894D;
  text-transform: capitalize;
}

.blog-post h3 a:hover {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: capitalize;
}


.blog-post__author {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #01894D;
  background-color: transparent;
  text-decoration: none;
  cursor: default;
}


}

/* Optional: Remove hover effects if it’s inside a <a> tag */
.blog-post__author:hover {
  color: #01894D; /* same as default */
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

ul.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
  font-size: 0;
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0;
}

ul.tags .tag {
  display: inline-block;
  font-size: 1rem;
}

ul.tags .tag a {
  color: #757575;
  display: inline-block;
  padding: .375rem .5rem;
  text-decoration: none;
}

ul.tags .tag a:hover {
  color: #2f8455;
}

.addthis_toolbox {
  margin-top: 3rem;
}

.addthis_toolbox .socialLinks {
  text-align: center;
}
.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
}

.socialLinks:after, .socialLinks:before {
  content: " ";
  display: table;
}
.socialLinks:after {
  clear: both;
}
.socialLinks-item {
  display: inline-block;
  font-size: 0;
}
.socialLinks li {
  margin: 0;
  padding: 0;
}
.socialLinks .socialLinks-item {
  margin-bottom: .375rem;
  margin-right: .75rem;
}
.socialLinks .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.socialLinks .icon svg {
  fill: #757575;
  transition: all .15s ease;
}

.socialLinks .icon:hover svg {
  fill: #2f8455;
}
.socialLinks-item--pinterest {
  width: 25px;
}
.socialLinks .socialLinks-item:last-child {
  margin-right: 0;
}

/*==================================================== 
==================== Media Query =====================
====================================================*/



@media (min-width: 992px){
  .post-item{
    width: 33.33333333%;
     }
  .blog-content-wrapper {
    margin-top: 1rem;
  }

  }
}
@media (min-width: 991px){
  .inside-blog  .blog-post-figure {
    width: 66.66667%;
  }

}

@media (max-width: 991px){
  .blog-news .tabs-container {
    position: relative;
    z-index: 98;
    margin-top: 1rem;
  }
  .blog-content-wrapper {
    margin-top: 1rem;
  }
  .blog-news h1.page-heading {
    font-size: 44px;
  }
  .post-item {
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
  .post-item:nth-child(3n+1) {
    clear: none;
  }
  .post-item:nth-child(2n+1) {
    clear: both;
  }

}

@media (max-width: 479px){
  .post-item {
    width: 100%;
  }
  .post-item:nth-child(2n+1) {
    clear: none;
  }
}

/* Tablet and Desktop: Override with Seattle Sutton image */
@media screen and (min-width: 768px) {
  .page-header {
    background-image: url('https://7805423.fs1.hubspotusercontent-na1.net/hubfs/7805423/seattle%20suttons%20in%20the%20press.png');
    background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 480;
  display: flex;
    
  }