/* Custom CSS - last updated 06-03-2023 - Chamira Athauda */

/* MAIN PAGE STRUCTURE & SPACING */
/* Spacing adjustments */
#t4-main-body.t4-section.t4-main-body { padding-top:0; }
#t4-main-body.t4-section.t4-main-body .t4-section-inner.container{ padding-top:2rem; }

.t4-footnav .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.t4-footer .container {
  padding-bottom: 5rem;
}


/* Background - Page */
.t4-wrapper .t4-content .t4-content-inner{
background-color: #f5f2e9;
background-image: url("../images/patterns/noise.png");
background-repeat: repeat;
}

#t4-topbar,#t4-social-media,#t4-header{background-color:white;}

#t4-breadcrumbs.t4-section.t4-breadcrumbs .t4-section-inner.container {
background-color: white;
margin-top: 20px;
}

#t4-advertising.t4-section.t4-advertising .t4-section-inner.container {
  background-color: white;
  padding-top:2rem;
  margin-top: 20px;
}

#t4-main-body.t4-section.t4-main-body .t4-section-inner.container{
  background-color:#ffffff;
  box-shadow: 0 4px 1px -1px rgba(0,0,0,0.2);
}


/* Borders & etc */
#acym_fulldiv_formAcym1 {
  border-bottom: 3px #dca579 solid;
}

.t4-navbar {
  border-top: 3px #f5f2e9 solid;
  border-bottom: 3px #ad6428 solid;
}


/* Headings & Typography */
h2.item-title a, .item-title.h2 a, .item-title h2 a, .item-title .h2 a {
  color:#1fa129;
}

h2.item-title a:hover, .item-title.h2 a:hover, .item-title h2 a:hover, .item-title .h2 a:hover {
  color:#136119;
}

/* Article Info */
.article-aside .article-info.text-muted { display:block; }
.article-aside .article-info.text-muted .createdby span { margin-left:0;}
/*.article-aside .article-info.text-muted .createdby [itemprop="name"] { color: inherit; } */
.article-aside .article-info.text-muted .category-name [itemprop="genre"] { font-weight: inherit; }
.article-aside .article-info.text-muted dd::after{ content:none; }



/* CATEGORIES */
/* Category List */
.category .list-title a {
  color:#1fa129;
}

.category .list-title a:hover{
  color:#136119;
}

/* Category Tree */
.com-content-categories.categories-list .page-header a {font-weight: 400;}
.com-content-categories.categories-list .com-content-categories__items {display:inline-block;}
.com-content-categories.categories-list .com-content-categories__items .com-content-categories__item .item-inner {
  padding:0;
  border:none;
}

.com-content-categories.categories-list .com-content-categories__items .com-content-categories__item .item-inner .page-header.item-title span.badge {
  margin-left:20px;
  margin-right:auto;
  top:0;
}

/* Readmore button */
p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a { 
  font-weight: bold;
  color: #534a43;
  background-color: #dca579; 
}

p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
  font-weight:bold;
  color: #534a43;
  background-color: #d79765;
}

/* Article counts & hits */
.badge { color: #534a43;}


/* MODULES */
/* Module Headings */
.t4-module.module .module-inner h3.module-title {
  text-transform:none;
  font-family:Roboto;
  font-size: 28px;
  font-weight:300;
}

/* Module - Date */
#t4-social-media {
  padding-top:30px;
}

/* Module - RSSocial */
#t4-social-media .t4-section-inner .t4-row .t4-col.topbar-r .t4-module {
  float: right;
  top: -13px;
}

/* Social Share */
div.com-content-article.item-page div.scsocialbuttons.standard div.sourcecoast.ns-bs5.share.linkedin.jlinkedShare span.IN-widget
{ margin-bottom:5px !important;}

/* Module - Menu */
.t4-module.module.mod-list div.module-inner div.module-ct nav.navbar { 
  padding-top: 0; 
  padding-left: 0; 
}

.t4-module.module.mod-list div.module-inner div.module-ct nav.navbar ul.nav.navbar-nav li.nav-item a {
  font-size:16px;
  color:#1fa129;
  font-weight: 400;
  padding: .25rem .25rem .25rem calc(1rem + 4px);
}

.t4-module.module.mod-list div.module-inner div.module-ct nav.navbar ul.nav.navbar-nav li.nav-item a.nav-link:hover {
  color:#136119;
}

.t4-module.module.mod-list div.module-inner div.module-ct nav.navbar ul.nav.navbar-nav li.nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t4-module.module.mod-list div.module-inner div.module-ct nav.navbar ul.nav.navbar-nav li.nav-item a::before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  position: absolute;
  left: 0;
  }


/* FOOTER */
/* Back to top */
#back-to-top { bottom: 4rem; }

/* Footer - Backgrounds */
#t4-footnav {
  background-image: url(/images/template/footer_pattern-01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#t4-footer.t4-section.t4-footer {
  background-image: url(/images/template/footer_pattern-02.png);
}