/* Style overrides for the drawnwild template */
/* Text style for images in phocogallery */
#imageordering {
  font-size: 0.7em;
}

/* Hover colour for main menu in new background */
.sp-megamenu-parent>li:hover>a {
  color: #8d10ac !important;
}

/* Remove odd shading and icons from category list phocagallery */
.ph-si-category {
  display: none;
}
.pg-item-box-title {
  display: none;
}  

/* Need to override justify for gallery category box otherwise it is not centered*/
.pg-categories-items-box, .pg-category-items-box {
  justify-content: center !important;
}

/* Too much padding and remove borders on social share */
.article-ratings-social-share {
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}

/* Too much padding at the top of the main body */
#sp-main-body {
  padding: 20px;
}

/* Add a gradient header colour */
#sp-header {
  background-image: linear-gradient(to right,#78D529,#009800);
}

/* Increase the font of the read-more link */
.readmore {
  font-size: 1.2em !important;
  font-weight: bold;
}

/* Round corners */
.full-header {
  border-radius: 45px;
  border: 1px solid #73AD21;
}
#sp-footer {
/*  border-radius: 45px; */
/*  border: 1px solid #73AD21; */
  background-color: #1c1c1c !important;
  height: 20px;
}

.sp-copyright {
  font-size: 0.6em;
}

#sp-main-body {
  border-radius: 45px;
  border: 1px solid #73AD21;
}

/* body background colour */
.body-innerwrapper {
  background-color: #1c1c1c;
  overflow-x: visible;
}

/* pagination.. */
.pagination {
  font-size: 1em;
}

