

.top-banner{
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.navbar {
  background-color: #fdf8e4;
}
.navbar-brand {
  font-weight: bold;
  font-size: 24px;
}
.brand-canada {
  background: red;
  color: white;
  padding: 2px 6px;
  font-size: 14px;
  margin-left: 4px;
}
.btn-subscribe {
  background: red;
  color: white;
}

.de-archive-25{
  background: none repeat scroll 0 0 #333333;
    box-shadow: 2px 2px 2px #AAAAAA;
    padding: 10px;
    cursor: pointer;
    margin: 0 0 0 0;
}

.de-archive-25 h2{
  color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}


.de-item{
  padding-top: 10px;
}
.banner-image h2 {color: #333333; font-size: 1.7rem;line-height: 2rem;font-weight: bolder;margin: unset;}
.banner-image h2:hover  {color: var(--main-color);}

.banner-header {padding: 10px 0px 0px 0px}

.home-title
{
  padding-top: 10px;
}

.banner-image .caption, .featured-text h2, .article-title a,.product-title a{
  color:  var(--sec-color);
}

.featured-text h2:hover, .article-title a:hover, .footer.entry-meta a:hover, .product-feature-title:hover{
  color:  var(--hover-color);
}

.banner-image .caption{
  padding-top: 5px;
  font-size: 1rem;
  color: #333333;
  margin: unset;
  line-height: 1.3 rem;
}

/*** Search ****/
/* Fullscreen Overlay */
#searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  z-index:  999999;
}

/* Centered Search Box */
.search-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  align-items: center;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  height: 100%;
  margin-top: 3rem;
}

.search-box img {
  max-width:300px;
  margin: 1rem auto;
  display:  block;
}

.search-box h1 {
  margin: 1rem auto;
  text-align: center;
  font-weight:  bold;
}

.search-box label {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

/* Input Field */
.search-box input {
  width: 100%;
  padding: 6px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-box select, .search-box .subDiv .dropdown {
  width: 100%;
  padding: 6px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

/* Close Button */
.search-box button {
  background: none;
  border: none;
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
}

button#closeBtn {
  position: absolute;
  right:  0;
  top: 0;
  padding:1rem;
  border: none;
  background-color: #FFFFFF;
}

button#searchBtn  {
  border: none;
  background-color: #FFFFFF;
  margin: 0 0.5rem 3px 1rem; 
}

.subchild-dropdown  {
}

.search-box .subDiv {
  width:  100%;
}


.article-title, .article-number, .product-title{
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.product-title{
  text-align: left;
}

.article-number{
  color: #ffffff;
}

.featured-article .featured-img {
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.featured-img img{
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.banner-image img{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 425px;
}

.featured-article {

  margin-bottom: 30px;
}

.featured-text h2, .article-list h2, .de-content h2, .product-header h2 {
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.7rem;
}

.product-header h2{
      border-top: 1px solid #000;
    display: inline-block;
    width: 100%;
    line-height: 1.2 rem;
    padding: 20px 0px 0px 0px;
}

a .featured-text p  {
  padding-top: 5px;
  margin: unset;
  font-size: 0.9rem;
  color: #7C7262;
  font-weight: bolder;
}


.article, .wsideitems {

  padding-top: 20px;
  margin-top: 20px;
}

.entry-content{
  padding: 10px 0px 0px 0px;
}

.sign-up-btn{
  text-align: center;
}

.sign-up-btn button{
  color: #fff; 
  background-color: #333333;
  border-color: #ffffff;
}

.side-bar{
  padding: unset;
  max-width:  320px;
}

.sign-up
{
  line-height: 1rem;
  font-size: 0.77rem;
}

.sign-up-content
{
  padding-top: 10px;
  padding-bottom: 10px;
}

.sign-up-content h2{
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  font-size: 0.98rem;
  color: #333333;
  margin: unset;
  line-height: 1.2 rem;
  padding:10px 0px 0px 0px;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.7rem;
}

.article-sidebar{
  padding: unset;
}

.footer-list
{
  padding-top: 20px;
  border-top: 1px solid #7C7262;
  /*border-bottom: 1px solid #7C7262;*/
}

.footer-list .list-divider
{
  padding-bottom: 15px;
  border-bottom: 1px solid #7C7262;;
}

.footer-list h2{
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-weight: bolder;
}

.footer-end {
  background-color: #231f20;
  text-align: center;
  padding: 10px 0px 100px 0px;
  position: relative;
  margin-top: 1rem; 
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size:  0.8rem;
}

.copyright{
  color: #ffffff;
  font-size: 0.8rem;
}

.disclaimer{
  text-align: center;
  background: #eee;
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 10px;
  margin-bottom: 10px;
}

.cat-date{
  font-size: 1rem;
  line-height: 1.3rem;
}
.feature-title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--main-color);
}

.feature-title a  {
  color: var(--main-color);
}

.art-crumb{
  color: var(--main-color);
}

.article-date {
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding-bottom: 10px;
}

.cat-img{
  margin: unset!important;
  padding: unset!important;
  border: unset!important;
}

.feat-title{
  padding-top: 5px;
}

.cat-img img{
  display: block;
    width: 250px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: 190px
}

.subtitle{
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: italic;
  font-weight:normal!important;
}
.auth-name{
  padding-top: 5px;
}

@media (max-width: 1020px){
  .banner-image img {
    max-height: 200px;
  }
  
  .cat-img img  {
    width: 100%;
  }
  
  .side-bar {
    max-width: 100%;
  }
  
}

