/* Stylish left/right borders for content pages */
/**
.page-id-136 #primary,
.page-template-default #primary {
  background: linear-gradient(to right, 
              rgba(180, 0, 0, 0.15) 0%, 
              rgba(180, 0, 0, 0.15) 1%, 
              transparent 3%, 
              transparent 97%, 
              rgba(180, 0, 0, 0.15) 99%, 
              rgba(180, 0, 0, 0.15) 100%);
  padding: 40px 40px;
  border-radius: 6px;
}

*/


p.site-title {
  color: rgb(139,0,0) !important;
  font-family: 'Source Sans Pro';
  /* font-size: 50px !important; */
}

.site-header {
  font-family: 'Source Sans Pro';
}

.current-menu-item {
  /* font-size: 50px !important; */
}

.page-title {
  /* margin-left: 40px; */
}

/* Main menu font & link colors */
.main-navigation a,
.kadence-header-menu a {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5px; */
  color: #333333 !important; /* KW maroon */
  transition: color 0.3s ease;
}

/* Hover / Active */
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.kadence-header-menu a:hover,
.kadence-header-menu .current-menu-item > a {
  color: #8b0000 !important;
}


/* Scope to KW News archive + singles so we don't touch other cards */
/* body.post-type-archive-kw_news .post-thumbnail img,
body.single-kw_news .post-thumbnail img,
body.tax-kw_news_category .post-thumbnail img {
  width: 100%;
  height: 260px;          
  object-fit: inherit !important;     
  object-position: top;  
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
} */

div.fb-post-image img {
  width: 100%;
  height: 260px;          
  object-fit: inherit !important;     
  object-position: top;  
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

h1, h2, h3 {
  font-family: 'Source Sans Pro';
  text-align: left;
  color: rgb(139,0,0);
}


.page-title, .entry-title {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Source Sans Pro';
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  /* color: #450108 !important; */
  color: rgb(139,0,0) !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  /* box-shadow: 0 20px 40px rgba(139,0,0,0.22) !important; */
  /* margin-bottom: 1.2em; */
  margin-bottom: 10px !important;
}

.entry-content.h3 {
  margin-bottom: 4px I !important;
}

xxh4 {
  /* font-family: 'Poppins', sans-serif;
   */
   font-family: 'Source Sans Pro';
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #450108 !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  /* box-shadow: 0 20px 40px rgba(139,0,0,0.22) !important; */
  margin-bottom: 1.2em;
}

xxh5 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Source Sans Pro';
  font-size: 1.4rem !important;
  font-weight: 700;
  text-align: left;
  color: #450108 !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  /* box-shadow: 0 20px 40px rgba(139,0,0,0.22) !important; */
  margin-bottom: 1.2em;
}

/**
body.post-type-archive-kw_news .post-thumbnail,
body.single-kw_news .post-thumbnail,
body.tax-kw_news_category .post-thumbnail {
  background: #fff;         
  display: block;
}

body.post-type-archive-kw_news .post-thumbnail img,
body.single-kw_news .post-thumbnail img,
body.tax-kw_news_category .post-thumbnail img {
  width: 100%;
  height: auto;             
  object-fit: contain;     
  object-position: top;
  display: block;
}
**/
