/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Background Color and Nav Bar*/
body:not(.latest-news) {
background: #2A2A2A !important; 
}

.uk-navbar > .uk-flex {
background: rgba(0, 0, 0, 0) linear-gradient(180deg, #848a8c 0%, #2a2a2a 20%) repeat fixed 0 0;
position: relative;
/*margin-top: -24px;*/
}
.uk-nav-navbar > li > a {
color: #ffffff;
}

.uk-navbar-nav > li > a {
color: #ffffff;
}

.uk-navbar-nav > li > a:hover {
color: #4d4d4d;
}

.uk-navbar-nav > li.uk-active > a {
background-color: rgba(0, 0, 0, 0);
color: #ffffff;
}

.uk-navbar-nav > li > a:active {
background-color: rgba(0, 0, 0, 0);
color: #4d4d4d;
}
.uk-nav-navbar ul a {
color: #fff;
}
.uk-nav-navbar ul a:active {
color: #4d4d4d !important;
}

/***** Article Background******/
.uk-article > *:last-child {
background: #fff none repeat scroll 0 0;
padding: 28px;
}

.tm-block2 {
background: #fff;
}

.uk-container 2 {
background: #fff none repeat scroll 0 0;
margin-bottom: 0;
padding: 24px;
}


/* Remove Slider Box Border */
.tm-fullscreen-slideshow .uk-slideshow > li:nth-child(2) .uk-heading-large {
border: none;
}

.uk-h1 {
font-size: 1.8em;
line-height: 1.3em;
}
.uk-h2 {
font-size: 1.6em;
line-height: 1.2em;
}

/* Events Page */
.event-golf {
background: url("/images/articles/golf_event2.jpg") 0 50% no-repeat transparent; 
background-size: cover; 
}

.event-box {
border-top: 6px solid #C8BE31;
}
.event-box-a {
border-top: 6px solid #fc0f0c;
}
.event-box-b {
border-top: 6px solid #fc870c;
}
.event-box-c {
border-top: 6px solid #0c81fc;
}

.donate-cant {
background: #008799;
}

.event-mod {
background: #131736;
opacity: 0.8;
}

.biz-mod {
background: #ffffff;
}

/* Easyblog Module Title */
.eb-mod-media-title {
font-size: 20px;
}


.tm-totop-scroller {
display: none !important;
}
 
 
 /*Easyblog Layout Fixes*/

div#fd.eb .eb-navbar {
background: #ffffff !important;
}
.eb-post-foot {
display: none !important;
}

.eb-mod * {
line-height: 28px !important;
}

#eb .eb-header {
background: #2A2A2A !important;
border: #2A2A2A !important;
}

#eb .eb-navbar__body {
background-color: #2A2A2A;
border-color: #2A2A2A;
}

#eb .btn-default {
color: #032e60 !important;
}

/* EasyDiscuss Fixes */
.ed-page-title {
font-size: 22px  !important;
}


#ed .ed-cat-panel__hd, #ed .ed-cat-panel__bd, #ed .ed-cat-panel__ft {
font-size: 18px !important;
}

#ed .g-list-inline > li {
font-size: 16px !important;
}
/********Supporters background********/
.formResponsive {
background: #ffffff none repeat scroll 0 0;
margin: 0 0 18px;
padding: 60px;
}

/* DP Calendar */
.fc-basic-view .fc-body .fc-row {
    min-height: 6em !important;
}
.fc-unthemed td.fc-today {
   background: #333333;
}

/****Success Colors***/
.uk-alert-success {
background: #C2B72B none repeat scroll 0 0;
color: #131736;
}
 /***warning colors***/
.uk-alert-warning {
background: #cc0000 none repeat scroll 0 0;
color: #eee;
}

/* NEP Connect plugin blog category view */
#system-message-container~h1 {
  /* hide RSS form Text */
  font-size: 0 !important;
  margin: 0 !important;
}
.blog-rss-container::before {
  content: "Latest News";
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.blog-rss-container {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-rss-post,
.blog-post {
  background: hsl(0, 0%, 97%);
  border: 1px solid hsl(0, 0%, 95%);
  padding: 40px 15px;
  box-shadow: 0 2px 4px 0 hsla(240, 30%, 28%, 0.1);
  display: flex;
  flex-direction: column;
}
.blog-post {
  background: hsl(0, 0%, 97%);
}

.blog-post img[src="/"], .blog-rss-lead-image-container img[src="/"] {
  display: none;
}

@media only screen and (max-width: 639px) {
  .blog-post iframe {
    width: 100%;
    height: 100%;
  }
}

.blog-rss-lead-image-container,
.blog-post>img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.blog-rss-lead-image {
  max-height: 250px;
}
.blog-post img:first-child {
  max-height: 400px;
}
.blog-rss-lead-image,
.blog-post img:first-child {
  object-fit: contain;
}


.blog-rss-content,
.blog-post .items-leading {
  width: 100%;
  color: hsl(0, 0%, 20%);
  max-width: 750px;
  line-height: 1.5;
  margin: 0 auto;
  float: none;
  margin-top: 20px;
  padding: 0;
}

.blog-post .items-leading>*:not(figure) {
  text-align: left !important;
  line-height: 1.5 !important;
}

.blog-post .items-leading figure {
  text-align: center;
}

.blog-rss-content-title,
.blog-post .title {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
}

.blog-rss-content-date {
  display: none;
}

.blog-rss-content-body {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-rss-content-read-more-button-container {
  text-align: left;
}

.blog-rss-content-read-more-button {
  border-radius: 0;
  text-transform: capitalize;
  border: none;
  display: inline;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

.blog-post-button {
  background: hsl(0, 0%, 100%);
  border-radius: 0;
  text-transform: none;
  border: 1px solid hsl(0, 0%, 80%);
  display: inline-block;
  padding: 0 12px;
  font-size: 20px;
}

.latest-news .blog-rss-container .pagination li {
  font-size: 18px;
  margin: 0 6px;
}

.blog-post-navigation {
  margin: 40px 0 0;
}

.pager {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .blog-rss-post,
  .blog-post {
    padding: 40px;
  }
  .blog-rss-lead-image-container {
    text-align: center;
  }
  .blog-rss-content-title,
  .blog-post .title {
    font-size: 34px;
  }
  .blog-rss-content-body,
  .blog-post .items-leading {
    font-size: 18px;
    margin-top: 24px;
  }
  .blog-rss-container::before {
    font-size: 52px;
  }
}

/*NEP Connect Latest News Module*/
.newsfeed {
	padding-left: 0;
}
.newsfeed li {
	list-style-type: none;
}
.feed-item-description {
  	padding-top: 5px;
}
.feed-link {
	font-weight: 900;
}
.newsfeed > li:nth-child(2) {
	margin-top: 25px;
}


/*******Media Query*******/

@media only screen and (max-width: 970px) {
  .uk-navbar-nav li a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 550px) {
.eb-mod-thumb, 
.eb-post-image img {
float: none;
margin: 0 auto;
width: 100%;
display: block;
}
.eb-mod-thumb * {
width: 100% !important;
}
}