/*
Theme Name: Renewed Hope
Theme URL: https://www.renewedhope.org.uk
Description: Renewed Hope Framework
Author: Greg Hibbins
Author URI:  https://www.renewedhope.org.uk
Version: 1.1
*/

/*** Body ***/
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 330px;
}
@media (max-width: 768px) {  
  body {
    margin-bottom: 800px;
  }
}

/*** Globals ***/
.admin-bar {
  top: 32px;
}

/*** Page Defaults ***/
.default {
  margin-top: 50px;
  padding-bottom: 50px;
}
.default h1 {
  font-size: 35px;
  color: #BC2026;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-size: 28px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
}
.default p {
  font-size: 16px;
  color: #252525;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

/*** Anchors ***/
a {
  color: #BC2026;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #BC2026;
  text-decoration: underline;
}

/*** Web Fonts ***/
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueMedium.woff') format('woff'), url('fonts/HelveticaNeueMedium.ttf') format('truetype'), url('fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueRegular';
  src: url('fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueRegular.woff') format('woff'), url('fonts/HelveticaNeueRegular.ttf') format('truetype'), url('fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*** Wordpress Alignment Classes ***/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** Global Mobile Classes ***/
@media (max-width: 768px) {  
 
}

/*** Header ***/
.admin-bar {
  min-height: 35px;
}
.logo {
  width: 120px; 
}
.header {
  background: #BC2026;
  padding-top: 20px;
  padding-bottom: 15px;
}
.header-right a {
  color: #ffffff;
}
.header-right p.strap {
  color: #ffffff;
  font-size: 23px;
  text-align: right;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 15px 0 35px 0;
}

.taptap-custom-activator {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
}

/*** Header Mobile ***/
@media (max-width: 768px) {  
  .logo {
    margin-top: 5px;
    margin-left: 0px;
    width: 130px; 
  }
  .admin-bar {
    min-height: 50px;
  }
  .header-right p.strap {
    color: #ffffff;
    font-size: 17px;
    text-align: right;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 60px 0 35px 0;
  }
}

/*** Navigation ***/
.navigation {
  background: #333333;
}
.navbar-light {
  background: #333333!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 12px 5px 12px;
}
.nav-link.panel {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 8px 5px 8px;
  margin-left: 15px;
  border: 2px solid #75336d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-light .navbar-toggler {
  background: #412F63;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.navbar-nav.navbar-social li a {
  font-size: 27px!important;
  color: #e6e6e6;
  margin-left: 17px;
  padding: 0 0 0 0;
}

/*** Dropdown Menu ***/
.dropdown .fas {
  font-size: 12px!important;
}
.dropdown-menu {
  width: 220px;
  background: #BC2026;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.404), 0 5px 10px rgba(0, 0, 0, 0.356);
  margin-right: -25px;
  padding-top: 10px;
  border: 1px solid #BC2026;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.336), 0 30px 60px -30px rgba(0, 0, 0, 0.521);
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.45), 0 30px 60px -30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.274), 0 30px 60px -30px rgba(0, 0, 0, 0.418);
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.feature-downdown-icon {
  text-align: center;
  font-size: 27px;
  color: #BC2026;
}
.feature-downdown-icon i {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #BC2026;
}
.feature-downdown-text {
  margin: 0 0 0 0;
  padding: 0 5px 0 18px;
}
.feature-downdown-text h3 {
  color: #BC2026;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.feature-downdown-text h3 a {
  color: #BC2026;
}
.feature-downdown-text p {
  color: #292929;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.dropdown-menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.dropdown-menu ul li {
  list-style-type: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ce242a;
  color: #ffffff;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ce242a;
  color: #ffffff;
}
.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 10%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #BC2026;
  border-left: 10px solid transparent;
  border-bottom-color: #000000;
  content: "";
}
.dropdown-menu:after {
  position: absolute;
  top: -10px;
  left: 10%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #BC2026;
  border-left: 10px solid transparent;
  content: "";
}
.dropdown-item {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 3px 15px 3px 10px;
}
.dropdown-toggle::after {
  display: none;
}
a.dropdown-toggle {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
a:hover.dropdown-toggle {
  text-decoration: none;
}
a.dropdown-admin-menu {
  display: block;
  padding: 6px 15px 6px 15px;
}
a:hover.dropdown-admin-menu {
  background: #BC2026;
  text-decoration: none;
}
a:hover.dropdown-admin-menu h3 {
  color: #7C3777;
}
a:hover.dropdown-admin-menu p {
  color: #333333;
}
a:hover.dropdown-admin-menu .feature-downdown-icon {
  color: #E15B00;
}
.dropdown-toggle img {
  border-radius: 50%;
  margin-left: 6px;
}

/*** Bootstrap ***/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.badge-primary {
  background-color: #ebddea;
  font-weight: 600;
  font-size: 65%;
  color: #76336D;
}

/*** Responsive Video ***/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aiosp_upgrade_wrapper .aioseop_option_div {
  display: none !important;
}

/*** Login Form ***/
.page-template-page-templatespage_login-php {
  background: #f5f5f5;
}
#login-page {
  margin-top: 100px;
}
#login-page .form-control {  
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 7px 15px 7px 15px !important;
  height: 45px !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border: 1px solid #C1D7E7;
}
#login-page .btn-login {
  background: #BC2026;
  color: #FFFFFF;
}
#login-page .woocommerce, .woocommerce form.login, .woocommerce form.register {
  background: #ffffff!important;
}
.lost-password a {
  color: #055790;
}
#login-page .woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 14px !important;
  margin: 0 !important;
}

/*** Buttons ***/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.btn-donate {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  background: #c0363b;
  border: 2px solid #ffffff;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 14px;
}
.btn-donate:hover {
  background: transparent;
  border: 2px solid #F1F1F1;
  color: #FFFFFF;
}
.btn-donate:active:focus {
  background: #ffffff !important;
}
.btn-donate:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-default {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: 2px solid #BC2026;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #BC2026;
}
.btn-default:hover {
  text-decoration: none;
  background: #BC2026;
  border: 2px solid #BC2026;
  color: #ffffff;
}
.btn-default:active:focus {
  background: #BC2026 !important;
}
.btn-default:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-register {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: 2px solid #BC2026;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #BC2026;
}
.btn-register:hover {
  background: transparent;
  border: 2px solid #F1F1F1;
  color: #BC2026;
}
.btn-register:active:focus {
  background: #ffffff !important;
}
.btn-register:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*** WooCommerce ***/
.woocommerce {
  margin-top: 30px;
}

/*** Footer ***/
.footer {
  position: absolute;
  bottom: 0;
  height: 330px;
  background: #252525;
  padding-top: 35px !important;
  padding-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 768px) {  
  .footer {
    height: 800px;
  }
}

.footer p {
  font-size: 15px;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  color: #c0c0c0;
}
.footer h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.footer a {
  font-size: 14px;
  color: #C1C1C1;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer ul li {
  font-size: 15px;
  padding: 0;
  margin: 0 0 3px 0;
  color: #C1C1C1;
}
.copyright p {
  margin: 5px 0 0 0;
  padding: 0 0 5px 0;
  color: #858585;
}
p.social a {
  font-size: 35px;
  color: #bdbdbd;
}
p.social .fa-brands {
  margin-left: 10px;
}

/*** Blog ***/
.blog h2 {
  color:#BC2026;
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.blog h2 a {
  color:#BC2026;
}
.blog-feed-article {
  margin-bottom: 25px;
}

/*** Sidebar ***/
.sidebar {
  padding: 20px;
  -webkit-box-shadow: 2px 0px 40px -16px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 0px 40px -16px rgba(0,0,0,0.21);
  box-shadow: 2px 0px 40px -16px rgba(0,0,0,0.21);
}
.sidebar  h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  color:#BC2026;
}
.sidebar ul {
  margin: 0 0 25px 20px;
  padding: 0 0 0 0;
}

/*** Find Help and Useful Contacts ***/

.find-help-text h1 {
  font-size: 35px;
  color: #BC2026;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.find-help-text h2 {
  font-size: 23px;
  color: #202020;
  font-weight: 400;
  margin: 15px 0 35px 0;
  padding: 0 0 0 0;
}
.find-help-text h3 {
  font-size: 22px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
}
.useful-contacts {
  background: #f5f5f5;
  border-bottom: 3px solid #cccccc;
  padding: 10px 15px 10px 15px;
  margin-top: 50px;
}
.useful-contacts h3 {
  color:#BC2026;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.useful-contacts h4 {
  color:#1d1d1d;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.useful-contacts a {
  text-decoration: underline;
}

/*** Testimonials ***/
.home-testimonials h2 {
  text-align: center;
  font-size: 48px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
}
.testimonial-left img {
  width: 125px;
  margin: 0 auto 0;
}
.testimonial-group div p {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
}
p.testimonial-name {
  font-weight: 600;
  font-size: 17px;
}
.card-block a {
  text-decoration: none; 
}

.five-stars {
  margin-left: 15px;
  color: #f8d510;
}
.slick-next, .slick-prev {
  top: 30%;
}
.slick-prev:before {
  font-family:  "Font Awesome 5 Pro";
  content: "\f104";
  color: #BC2026;
  font-size: 55px;
  font-weight: 600;
}
.slick-next:before {
  font-family:  "Font Awesome 5 Pro";
  content: "\f105";
  color: #BC2026;
  font-size: 55px;
  font-weight: 600;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #BC2026;
}
.slick-dots li.slick-active button:before {
  color: #42233E;
}
.slick-slide {
  padding: 15px 40px 15px 40px;
}
.slick-slide {
  outline: none;
}
.slick-slide {
  display: inline-block;
  vertical-align: middle;
}
/*** Partners ***/
.home-partners h2 {
  text-align: center;
  font-size: 32px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 15px 0;
  padding: 0 0 0 0;
}
/*** Supported ***/
.home-supported h2 {
  text-align: center;
  font-size: 32px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 15px 0;
  padding: 0 0 0 0;
}


/*** Homepage Introduction ***/
.home-introduction {
  text-align: center;
}
.home-introduction h2 {
  font-size: 48px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
}
.home-introduction h3 {
  font-size: 25px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.home-introduction-right {
  background: #f5f5f5;
  border-bottom: 3px solid #cccccc;
} 
.home-introduction-right h2 {
  font-size: 24px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
}
.acf-map.marker strong {
  font-size: 25px;
  color: #BC2026;
}
.homepage-map {
  padding: 0;
}
.find-us-bar h2 {
  text-align: center;
  font-size: 35px;
  color: #BC2026;
  font-weight: 600;
  margin: 15px 0 0px 0;
  padding: 0 0 0 0;
}
.find-us-bar p {
  text-align: center;
  font-size: 14px;
  color: #353535;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.find-us-bar {
  background: #e9e9e9;
  color: #ffffff;
  padding: 0 0 10px 0;
}
.home-video-row {
  background: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
}
.home-video-right h2 {
  text-align: left;
  font-size: 27px;
  color: #BC2026;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
/*** Banner Alert ***/
.banner-alert {
  background: #BC2026;
  height: 50px;
}
.banner-alert-text {
  color: #fcfcfc;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}
.banner-alert-text a {
  color: #f8f8f8;
}

/*** Testimonials Mobile Classes ***/
@media (max-width: 768px) {  
  .slick-next, .slick-prev {
    display: none!important;
  }
  .testimonial-left img { 
    width: 175px;
    margin-bottom: 15px;
  }
  .slick-slide {
    padding: 15px 20px 15px 20px;
  }
}

/*** Feature Hightlights ***/
.home-feature-highlights {
  color: #76336d;
}
.feature-highlight h3 {
  font-size: 27px;
  font-weight: 600;
  color: #BC2026;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.feature-highlight p {
  font-size: 16px;
  color: #444444;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
.home-features {
 padding: 5px;
}
.home-feature {
  background: rgb(246,246,246);
  background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 35%);
}
.home-feature h2 {
  font-size: 25px;
  color: #333333;
  font-weight: 800;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.home-feature p {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}

/*** Header Mobile ***/
@media (max-width: 768px) {  
  .sidebar-donate {
    margin-top: 30px;
  }
}

.sidebar-donate h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.sidebar-donate h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.sidebar-donate a {
  color: #000000;
}

.wp-caption-text { 
  margin-top: 2px;
  font-size: 14px!important;
}

.council-logos {
  padding-left: 50px;
  margin-bottom: 150px;
}
.council-logos p {
  margin-bottom: 30px;
}
.greyscale img {
  filter: grayscale(100%);
}
ol.commentlist {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ol.commentlist li {
  background: #ffffff!important;
  box-shadow: 2px 0px 40px -16px rgba(0,0,0,0.21);
  list-style-type: none;
  padding: 15px;
  margin: 0 0 22px 0;
  font-size: 14px;
}
ol.commentlist li .commenttext {
  margin-top: 10px;
  font-size: 14px;
}
/*** Events ***/
.events {
  padding-top: 40px;
  padding-bottom: 50px;
}
.events h1 {
  font-size: 35px;
  font-weight: 600;
  color: #bc2026;
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  text-align: center;
}
.events h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.events .card {
  border-radius: 10px;
  padding: 7px;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 4px 0px;
}
.events .card-image {
  width: 100%;
  height: 210px;
  background-size: cover;
}
.events .card h5 {
  text-align: center;
}
.events .card h5.card-title a {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 0 5px 0;
}
.event-subtitle {
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.event-details {
  margin-bottom: 15px;
}
p.event-details-date {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  text-align: center;
}
.event-details i {
  margin-right: 5px;
  color: #bc2026;
}
.event-details-single {
  margin-bottom: 15px;
}
.event-details-single p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  color: #242424;
}
.event-details-single i {
  margin-right: 5px;
  margin-left: 5px;
  color: #bc2026;
}
.btn-events {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 7px;
  font-weight: 600;
  color: #ffffff;
}
.btn-events:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-events:active:focus {
  background: transparent!important;
}
.btn-events:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.event-ribbon {
  height: 150px;
  inset-block-start: 0;
  inset-inline: auto 0;
  overflow: hidden;
  position: absolute;
  transform: rotate(90deg);
  width: 150px;
  z-index: 1;
}
.event-ribbon-inner {
  font-size: 15px;
  font-weight: 800;
  left: 0;
  line-height: 2;
  margin-block-start: 35px;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  width: 200%;
}