/* Posts features */

/* Single Slider Widget */
.snyPostsSingleSliderLinkWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.snyPostsSingleSliderLinkWrapper {
    width: 100%;
}
.snyPostsSingleSliderLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*! align-items: flex-start; */
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
    text-transform: uppercase !important;
    color: white !important;
    padding: 1.5em;
    /*! padding-top: 2.5em; */
    height: 100%;
}
.snyPostsSingleSliderLink hr{
/*     margin: 0 auto; */
    border-top: 6px solid #ddd;
    width: 169px;
}
.snyPostsSingleSliderLink h2 {
  font-size: 1.5em;
  /* padding-bottom: 0.5em; */
  color: white;
  margin-bottom: 0;
}
.snyPostsSingleSliderUl{
  min-height: 500px;
}
.snyPostsSingleSliderLi{
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uISlideLi {
    background-position: center;
    background-repeat: no-repeat;
}
.rseNewsSliderLiVideoButton {
    position: absolute;
    top: 50px;
    right: 50px;
}
.postsInfGridItemTeaser {
	background-repeat: no-repeat;
	background-position: center;
}
/* Single Dynamic Widget */
.singlePostButtonWrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 0.5em;
}
#postsPreviousPostSingle{
	width: 80px;
	display: none;
}

#postsNextPostSingle {
    width: 80px;
}
.postsInfSingleItemTeaser a {
    display: flex;
    min-height: 300px;
    transition: all 0.6s ease;
}
.postsInfSingleItemTeaser a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.postsInfSingleItem a{
  color: #444444;
  transition: all 0.6s ease;
}
.postsInfSingleItem a:hover{
  color: #cd1f36;
  text-decoration: none;
}
.postsInfSingleItem hr {
    margin: 0 auto;
    border-top: 6px solid #ddd;
    width: 30px;
}

/* Three column cards widget */
.snyPostsPanelImg {
    max-height: 200px;
    transition: all 0.5s Ease;
}
.snyPostsPanelLink {
    min-height: 240px;
}
.snyPostsPanelLink:hover .snyPostsPanelImg{
    opacity: 0.5;
}
.snyPostsPanel a{
  color: #444444;
  transition: all 0.6s ease;
}
.snyPostsPanel a:hover{
  color: #cd1f36;
  text-decoration: none;
}
/* Three column grid widget */
#postsGridLoadMore {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
  justify-content: center;
}
#postsGridLoadMore > p{
  margin: 0;
}
.postsInfGridItemTeaser a {
    display: flex;
    min-height: 212px;
    transition: all 0.6s ease;
}
.homeNewsSmallCardsFigure {
	display: flex;
	/* align-items: center; */
}
.postsInfGridItemTeaser a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.postsInfGridItem a{
  color: #444444;
  transition: all 0.6s ease;
  font-size: 0.9em;
}
.postsInfGridItem a:hover{
  color: #49c4bf;
  text-decoration: none;
}
.postsInfGridItemShowcase a{
	color: #444444;
	transition: all 0.6s ease;
	font-size: 2.2em;
}
.postsInfGridItemShowcase a:hover{
  color: #49c4bf;
  text-decoration: none;
}
.postsInfGridItem hr {
    margin: 0 auto;
    border-top: 6px solid #ddd;
    width: 30px;
}

/* Three column Static Grid */
.postStaticGridTeaser img{
  /* object-fit: cover;
  height: 240px;
  min-width: 300px; */
}
.postStaticGridArticle{
    width: 100%;
    background: #fff;
}
.postStaticGridArticle hr{
  margin: 0 auto;
  border-top: 6px solid #ddd;
  width: 30px;
}
.postStaticGridTeaser {
    min-height: 180px;
    /* width: 100%; */
}
.postStaticGridTeaser a {
    display: flex;
    min-height: 180px;
    transition: all 0.6s ease;
}
.postStaticGridTeaser a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.postStaticGridAnchor{
  color: #444444;
  transition: all 0.6s ease;
}
.postStaticGridAnchor:hover{
  color: #cd1f36;
  text-decoration: none;
}
.postsInfGridItem {
    /* max-width: 285px; */
}
.postsInfGridItem .uk-card-title {
    font-size: 1.1em;
}
.rseSignupsMainWrapper{
  width: 80%;
  margin-top: 0;
}
.rseSignupsMainWrapper ul{
  /* height: 285px; */
}
.postsInfGridItemExcerpt.uk-text-muted {
	min-height: 166px;
}
.postsInfGridItemExcerpt h2, .postsInfGridItemExcerpt h1, .postsInfGridItemExcerpt h3, .postsInfGridItemExcerpt h4 {
	font-size: 1.1em;
}
/*Media Queries*/
@media screen and (max-width: 1600px) {
  .snyPostsSingleSliderLink h2{
    font-size: 1.5em;
    padding-bottom: 0;
  }
}
/* End 1600px */
@media screen and (max-width: 1200px) {
  .snyPostsSingleSliderLink{
    /* padding-left: 0.9em; */
  }
  .rseShowcaseArticle .uk-background-cover {
  	background-size: contain;
  }
}
/* End 1220px */
@media screen and (max-width: 960px) {
  .rseNewsSlider .uk-slideshow-items {
  	min-height: 296px !important;
  }
  .snyPostsSingleSliderLink h2{
    font-size: 1.2em;
  }
  .snyPostsSingleSliderLink p{
    font-size: 1.2em;
    margin: 0;
  }
}
/* End 960px */
@media screen and (max-width: 640px) {
  .rseNewsSliderLiVideoButton {
    top: 87px;
    right: 26px;
  }
  .snyPostsSingleSliderLink h2{
    font-size: 1.0em;
  }
  .snyPostsSingleSliderLink p{
    font-size: 1.0em;
    margin: 0;
  }
  .snyPostsSingleSliderLink {
  	padding: 0.4em;
  }
  .rseNewsSliderLiVideoButton {
  	position: unset;
  }
  .rseSignupsMainWrapper {
  	width: 100%;
  }
  .rseSignupsHeader {
  	font-size: 1.2em;
  }
  .rsePlayersSearch {
  	width: 100%;
  }
  .rseBelowSlider {
  	width: 100%;
  }
  .rseShowcaseHeader {
  	font-size: 1.2em;
  }
  .rseShowcaseArticle h2 {
  	font-size: 1.1em;
  }
  .rseRiseNews {
  	width: 100%;
  }
  .rseNewsHeader {
  	font-size: 1.2em;
  }
  .rseVideoWrapper > section {
  	width: 100%;
  }
  .rseSocial {
/*   	padding: 0; */
  }
  .rseNewsSlider .uk-slideshow-items {
  	min-height: 226px !important;
  }
}
/* End 640px */
/*End Media Queries*/
