.t4-megamenu .mega-inner {
  padding-left: 5px;
  padding-right: 5px;
}

.t4-megamenu .dropdown-menu {
  background-color: #f8f9fa;
}

.t4-megamenu .dropdown-menu li .dropdown-item {
  text-transform: none;
}

/* Article show slider heading */
.entry-title > h3 {
  font-size: 20px;
}

/* Ensure text on social share icons remains white */
.jssocials-share-link {
  color: #ffffff !important;
}

/* Article background white */
.t4-col.col-md {
  background-color: #ffffff;
}
.base {
  background-color: #ffffff;
}

.margin-space-lb {
  margin-left: 15px;
  margin-bottom: 15px;
}

.mega-default {
  text-transform: uppercase;
  background-color: #f8f9fa;
  border: 2px;
  border-color: #ffffff;
  border-style: groove;
  border-radius: 10px;
  font-size: 11px;
}

.mega-box {
  text-transform: none;
  font-size: 12px;
}

.mega2-default {
  text-transform: uppercase;
  font-weight: bold;
}

/* styling for phoca gallery */
.pg-item-box, .pg-category-box {
  padding-bottom: 1.5em;
}
.pg-item-box-title, .pg-category-box-title{
  background-color: rgba(33, 37, 41, 0.19);
  bottom: -8px;
  padding: 0px;
}
.pg-item-box-title a, .pg-category-box-title a {
  font-size: 14px;
}
.ph-si {
  width: 1.0em;
  height: 1.0em;
}
.ph-si-image {
  margin-bottom: 0px;
}

.wellb ( border-style: groove;
	    border-width: 3px;
		border-color: #447c59;
		background-color: rgba(68, 124, 89, 0.605);
}

.share-bluesky {
    display: block;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    border-radius: 0.2em;
    background: #1185fe;
  }
.share-bluesky > svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    margin: 0.3em;
  }
