/*
Theme Name: Roster Con V6
Author: Roster Con
Description: Roster Con Theme V6
Version: 6
Text Domain: rostercon
*/

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.rostercon.com/wp-content/themes/rosterconv6/fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.rostercon.com/wp-content/themes/rosterconv6/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.rostercon.com/wp-content/themes/rosterconv6/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.clearer, .clear {
  clear: both;
  float: none; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.col-centered {
  display: inline-block;
  float: none;
  /* inline-block space fix */
  margin-right: -4px; }


body {
  font-family: 'Lato', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
 }

.bg-gray-rc {
    background-color : #f6f6f6;
}

.bg-red {
  background-color: #ed1848; }

#content {
    margin-top: 85px !important;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.link-white a {
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto 5px auto; }

.alignright {
  float: right;
  margin: 20px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 20px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 20px 0 20px 20px; }

a img.alignnone {
  margin: 20px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 20px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  clear: both; }

.wp-caption.alignnone {
  margin: 20px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 20px 20px 20px 0; }

.wp-caption.alignright {
  margin: 20px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-caption {
  border: 1px solid #e6ecf5;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
  max-width: 100%; }

.wp-caption img {
  margin-bottom: 15px; }

.wp-caption.wp-caption-text {
  font-size: 14px;
  margin-bottom: 0; }

.wp-caption figcaption {
  padding: 0; }

.page-content:after {
  content: "";
  display: table;
  clear: both; }

.post_format-post-format-chat .post-content p:nth-child(odd) {
  color: #515365;
  color: var(--heading-font-color);
  font-weight: 700; }

.format-standard .post__author {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center; }

.format-standard .post__author img {
  min-width: 40px;
  min-height: 40px; }


/* Menu */

/*Menu Top*/
#site-header {
  height: 85px;
  background-color: #ed1848;
  max-width: 100%; 
z-index: 1030!important;
}

.header-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: inherit; }

#language-rc {
    position:absolute;
    right:0;
  margin: 0px 15px; }

#nav-menu-top {
  margin-right: 25px; }


.bold {
  font-weight: 800; }

/* MENU STYLES */
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000; }

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30001;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0; }

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30000;
  width: 60px;
  height: 60px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; }

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 2000;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit; }

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px; }

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg); }

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg); }

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg); }

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible; }

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s; }

.menu-wrap .toggler:checked ~ .opacity-box {
  visibility: visible; }

.opacity-box {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999; }

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 275px;
  height: 100%;
  visibility: hidden;
  display: flex;
  justify-content: center;
  padding: 30px;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  background: #ed1848;
  z-index: 2000; }

@media only screen and (max-width: 960px) {
  .menu-wrap .menu > div {
    height: 100vw; } }

.menu-wrap .menu > div > div {
  text-align: left;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease; }

.menu .nav-link {
  padding: 0px !important; }

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.25rem;
  padding: 7px 0px 7px 15px; }

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease; }


.menu-wrap .nav-link:hover {
  color: #1e2022 !important;
  text-decoration: none;
  transition: color 0.4s ease; }

.menu-wrap .menu-social-icon li {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.hamburger {
  position: fixed;
  z-index: 9999;
  padding: 15px; }

.hamburger:hover {
  cursor: pointer; }

.hamburger div {
  background-color: white;
  border-radius: 1px;
  height: 6px;
  width: 30px; }

.hamburger div:not(:last-child) {
  margin-bottom: 5px; }

/*Menu Mag*/
  .mag-menu .nav > li > a {
    color: #ed1848;
}


  .mag-menu .navbar-nav > li > a, .mag-menu .navbar-toggle {
    color: #1e2022;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px; }


  .mag-menu .dropdown-menu > li > a:hover, .mag-menu .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ed1848;
 }

  .mag-menu .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #ed1848;
    white-space: nowrap; }

/*Search Engine Form */

.bg-form-home {background: url("img/fond-form-noir.jpg") no-repeat center center; }
.bg1 {background: url("img/fond-home-1.jpg") no-repeat center center; }
.bg2 {background: url("img/fond-home-2.jpg") no-repeat center center; }
.bg3 {background: url("img/fond-home-3.jpg") no-repeat center center; }
.bg4 {background: url("img/fond-home-4.jpg") no-repeat center center; }
.bg5 {background: url("img/fond-home-5.jpg") no-repeat center center; }
.bg6 {background: url("img/fond-home-6.jpg") no-repeat center center; }
.bg7 {background: url("img/fond-home-7.jpg") no-repeat center center; }
.bg8 {background: url("img/fond-home-8.jpg") no-repeat center center; }
.bg9 {background: url("img/fond-home-9.jpg") no-repeat center center; }
.bg10 {background: url("img/fond-home-10.jpg") no-repeat center center; }
.bg11 {background: url("img/fond-home-11.jpg") no-repeat center center; }
.bg12 {background: url("img/fond-home-12.jpg") no-repeat center center; }
.bg13 {background: url("img/fond-home-13.jpg") no-repeat center center; }
.bg14 {background: url("img/fond-home-14.jpg") no-repeat center center; }
.bg15 {background: url("img/fond-home-15.jpg") no-repeat center center; }
.bg16 {background: url("img/fond-home-16.jpg") no-repeat center center; }
.bg17 {background: url("img/fond-home-17.jpg") no-repeat center center; }
.bg18 {background: url("img/fond-home-18.jpg") no-repeat center center; }
.bg19 {background: url("img/fond-home-19.jpg") no-repeat center center; }
.bg20 {background: url("img/fond-home-20.jpg") no-repeat center center; }
.bg21 {background: url("img/fond-home-21.jpg") no-repeat center center; }
.bg22 {background: url("img/fond-home-22.jpg") no-repeat center center; }
.bg23 {background: url("img/fond-home-23.jpg") no-repeat center center; }

@media only screen and (max-width: 960px) {
  .bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9, .bg10, .bg11, .bg12, .bg13, .bg14, .bg15, .bg16, .bg17, .bg18, .bg19, .bg20, .bg21, .bg22, .bg23 {
    background-color: #00000;
} 
}

#search-engine, #search-engine-min, #search-engine-results {
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position-y: top;
box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.6);
  color: #fff; 
  }

#search-engine {
  min-height: 310px;
  }
#search-engine-min {
  min-height: 240px;
  }

#search-engine-results {
  min-height: 140px;
  }

  
  .search-engine-description {
	  font-size: 1.2rem;
  }
  
 .search-engine-shadow {
    text-shadow: 0 1px 1px #343a40;
}


#search-engine .input-group-merge .form-control:not(:last-child), #search-engine-min .input-group-merge .form-control:not(:last-child), #search-engine-results .input-group-merge .form-control:not(:last-child) {
    padding-right: 0px !important;
}

#search-engine .input-group-merge .form-control:not(:first-child), #search-engine-min .input-group-merge .form-control:not(:first-child), #search-engine-results .input-group-merge .form-control:not(:first-child) {
    padding-left: 0px !important;
}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 10px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .ui-autocomplete .ui-menu-item {
    padding: 5px; }
  .ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap; }
    .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
      color: #fff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none; }

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  cursor: pointer; }

.ui-state-focus, .ui-state-hover {
  background-color: #DCDCDC;
  font-weight: bold;
  padding: 0px 5px; }
  
/* Pub */

@media (min-width: 1024px) {

.container-sda {
  height: 320px;
  overflow: hidden; 
}

.container-sda-skyscrapper{
  height: 620px;
  overflow: hidden; 
}
}


  @media (max-width: 1023px) {
    .container-sda {
      min-height: 270px;
      max-height: 425px; } 
      
    .container-sda-skyscrapper {
height:auto;
  min-height: 270px;
  overflow: hidden; 
}
}

    @media (min-width: 1100px) {
        .billboard-wrapper{
            min-height: 320px !important;
	    max-height: 250px !important;	
        }
    }
    @media only screen and (max-width: 1099) and (min-width: 768px) {
        .billboard-wrapper{
            min-height: 90px !important;
	    max-height: 90px !important;

        }
    }	
    @media (max-width: 767px) {
        .billboard-wrapper{
            min-height: 336px !important;
	    max-height: 425px !important;
        }
    }

	.billboard-wrapper{
		display: flex;
    		align-items: center;
    		justify-content: center;
      overflow: hidden; 
	}

/* Menu */

.menu-internal-rc {
    padding-top:4px;
}

	  
/* Cards Event */

.panel-event {
  margin-bottom: 10px; }
  .panel-event ul {
    margin-bottom: 0px; }
  .panel-event li {
    vertical-align: middle; }
  .panel-event .serie-list-event, .panel-event .name-list-event, .panel-event .location-list-event {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .panel-event .serie-list-event svg, .panel-event .date-list-event svg, .panel-event .location-list-event svg {
    position: relative;
    top: -2px; }
  .panel-event i {
    padding-right: 4px;
    height: 19px; }
  .panel-event .alert-danger, .panel-event .alert-warning {
    padding: 5px;
    border-radius: 0.25rem; }
  @media only screen and (max-width: 1023px) {
    .panel-event li {
      vertical-align: middle;
      margin-bottom: 5px !important; }
    .panel-event .name-list-event {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .panel-event .alert-event {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 992px) {
    .panel-event .alert-danger, .panel-event .alert-warning {
      font-size: 0.7rem; } }

.card-sponso {
  min-height: 255px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  .card-sponso h2 a {
    font-weight: 700;
    font-size: 1em;
    margin-top: 0px;
    text-transform: none; }
  .card-sponso .card-text {
    color: #fff; }



  #top-list span {
    font-weight: 400; }

/*Image Header Full Size*/

.image-explore {
  display: flex;
  background-size: cover;
  background-color: rgba(76, 76, 76, 0.6);
  color: #fff;
  background-position: center 20%; }
  .image-explore .image-explore-content {
    margin: auto;
    /* Important */ }
  .image-explore h2 {
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 0px;
    text-transform: none; }
  .image-explore .title {
    margin-top: 40px !important; }
  .image-explore a, .image-explore h1 {
    color: #fff; }
  .image-explore .background-opacity {
    background-color: rgba(76, 76, 76, 0.5);
    width: 100%; }
  .image-explore .background-opacity, .image-explore h1, .image-explore .chapo-format, .image-explore .meta-format {
    text-align: center;
    text-shadow: 0 1px 1px #555555; }
  .image-explore .meta-format {
    font-size: 12px; }
  .image-explore .meta-format a {
    color: #fff; }
  .image-explore .chapo-format:before, .image-explore .meta-format:before {
    content: '';
    display: block;
    height: 2px;
    width: 45px;
    margin: 25px auto 20px;
    background: #fff; }

/*Pictures Home*/
  #pictures-home .content-pictures {
    position: relative;
    overflow: hidden; }
  #pictures-home .content-pictures .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; 
border-radius: 0.5rem;
}
  #pictures-home .content-pictures:hover .content-overlay {
    opacity: 1; }
  #pictures-home .content-image {
    width: 100%; }
  #pictures-home .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  #pictures-home .content-pictures:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1; }
  #pictures-home .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  #pictures-home .content-details p {
    color: #fff;
    font-size: 0.8em; }
  #pictures-home .fadeIn-bottom {
    top: 80%; }

/* Video */

.video-container, .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative !important;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; 
margin-bottom:20px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
border-radius: 0.5rem !important;
}

.video-tiktok blockquote {
  padding: 0px !important; }

.video-tiktok blockquote {
  padding: 0px !important; }



/* Single Post */

#chapo {
  color: #ed1848;
  font-weight: bold; }
  #chapo a {
    color: #333333; }

.post-content p {
  line-height: 27px;
}

.post-content h2, .post-content h3 {
  margin-top: 1rem; 
    margin-bottom:1rem;
    font-weight: 400;
  font-weight: bold;
  color: #ed1848; 
}

.post-content ol li, .post-content ul li {
  margin-bottom: 10px; }

.post-content ul {
  margin-left: 30px;
  list-style-type: disc !important; }

.wp-element-caption {
    font-size:0.8rem;
    text-align: center !important;
}

.related-list li{
    list-style-type: none;
 }

.wp-block-image {
    padding-bottom:10px;
}

.meta-post {
  padding: 10px 0px;
  font-size: 12px;
}

  .post__author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px; }

.format-standard .post__author img {
  min-width: 40px;
  min-height: 40px; }

.slide-content-description {
    background-color: #3e3641!important;
    color: #fff
}

.slide-content-description a {
    color: #fff
}

@media (max-width: 991px) {
    .slide-content-description .description-gallery {
        padding:10px 30px 30px 30px
    }
}


.liens-photos-pages {
list-style-type: none;
  margin-left: 10px !important; }
  @media (max-width: 434px) {
    .liens-photos-pages {
      margin-left: 20px !important; } }
  @media only screen and (min-width: 435px) and (max-width: 768px) {
    .liens-photos-pages {
      margin-left: 0px !important; } }
  .liens-photos-pages li {
    list-style-type: none;
    margin-bottom: 0px !important; }

.container-timeline {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden; }

.container-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1; }

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both; }

.timeline-block-right {
  float: right; }

.timeline-block-left {
  float: left;
  direction: rtl; }

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ed1848;
  background: #ed1848;
  margin-top: 10px;
  z-index: 9999; }

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666; }

.timeline-img {
  margin-bottom: 15px; }

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700; }

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4; }

.timeline-content-desc, .timeline-content p {
  font-size: 1rem;
  color: #888;
  line-height: 1.5em;
  word-spacing: 1px;
  margin-bottom: 0px 0px 0.5rem 0px !important; }

@media screen and (max-width: 768px) {
  .container-timeline:before {
    left: 8px;
    width: 2px; }
  .timeline-block {
    width: 100%;
    margin-bottom: 30px; }
  .timeline-block-right {
    float: none; }
  .timeline-block-left {
    float: none;
    direction: ltr; } }

.list-block-rc li {
  list-style-type: none;
  margin-bottom: 0px !important; }

.list-event-star-block ul {
  margin-left: 0px !important;
  padding: 10px 0; }

.list-event-star-block li {
  list-style-type: none; }


/*Social Share*/

.social-share .icon-share, .social-share .btn-soft-primary svg {
  fill: #ed1848; 
height:13px;
}

.social-share .icon-share:hover, .social-share .btn-soft-primary:hover svg{
  fill: #fff; 
    height:13px;
}

.social-share .btn-soft-primary:hover i{
color:#fff; 
}

/**/

.single-evenement #list-guest-event .col-centered {
    display: inline-block;
    float: none;
}

/*Taxonomy*/


    @media screen and (min-width: 768px) {
        .img-taxonomy {
        max-height : 390px;
    }
}

/* */

.leaflet-container a {
    color: #ed1848 !important;
}

.wpgb-enabled.wpgb-loading {
    position:relative;
}
    
.wpgb-enabled.wpgb-loading .custom-loader {
margin:auto;
  width:50px;
  height:50px;
  border-radius:50%;
  border:8px solid;
  border-color:#E4E4ED;
  border-right-color: #ED1848;
  animation:s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}

.wpgb-facet>fieldset:last-child {
    margin-bottom:20px !important;
}

.wpgb-facet button.wpgb-button {
    width:100% !important;
}

.wpgb-facet-title {
    font-size : 16px !important;
    margin: 0px !important;
}

/*.wpgb-facet-6 .wpgb-facet-title::before {
    content : "\F5ED";
    font-family: "bootstrap-icons";
}*/

/*UGC*/ 

.ugc-inner-wrapper h2{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; 
}

.ugc-inner-wrapper .ugc-input-wrapper {
    padding: 0px !important;
}

.ugc-input-wrapper .checkbox-option-wrapper input {
    position: absolute;
}

.ugc-input-wrapper .checkbox-option-wrapper label {
  font-weight: bold !important;
display: inline-block;
position: relative;
left: 20px;
}

.ugc-input-wrapper .checkbox-option-wrapper .error {
  display: block !important; }

/* Comments */
.comment-form .logged-in-as {
    text-align:center;
}

.list-comment {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-comment:first-child {
  margin-top: -2.5rem;
}

.list-comment .comment {
  margin-top: 2.5rem;
}
.list-comment .comment .children .comment {
    margin-left : 1rem;
  padding-left: 1rem;
  border-left: 0.1875rem solid rgba(33, 50, 91, 0.1);
}

.list-comment-divider .list-comment-item:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(33, 50, 91, 0.1);
  padding-bottom: 2.5rem;
}

/*Pagination*/

pagination-wrapper-rc {
  position: relative;
  z-index: 1000000; }


.wpgb-facet .wpgb-pagination li a[aria-current] {
  padding: 10px;
  background: #323232;
  color: #fff !important;
  border-radius: 0.25rem;
line-height:16px !important;
}

.wpgb-facet .wpgb-pagination li a {
  padding: 10px !important;
  background-color: #ed1848;
  color: #fff;
  border-radius: 0.25rem;
line-height:16px !important;
}

.page-numbers {
  background-color: #ed1848;
  border-radius: 0.25rem;
  padding: 8px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block; }

.page-numbers .current {
  background-color: #323232; 
}

.page-numbers:hover, .facetwp-page:hover {
  color: #fff; }

.pagination-rc, .page-links {
  padding: 20px 0;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 10px; }

.pagination-rc .current, .page-links .current {
  margin: 5px 5px 5px 0px;
  padding: 10px;
  background: #323232;
  color: #fff;
  border-radius: 0.25rem;
  display: inline-block; }

.pagination-rc span, .pagination-rc a, .page-links a {
  margin: 5px 5px 5px 0px;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #ed1848;
  border-radius: 0.25rem; }

.pagination-rc a:hover, .page-links a:hover {
  color: #fff;
  background: #ed1848; }


/* Footer */

.grecaptcha-badge {
  visibility: collapse !important; }

.footer {
  background-color: #ed1848;
  color: #fff;
  padding-top: 20px;
  box-shadow: 0px 0px 34px 0px rgba(33, 37, 41, 0.3);
  -webkit-box-shadow: 0px 0px 34px 0px rgba(33, 37, 41, 0.3);
  position: relative; }
  .footer .footer-content {
    padding: 70px 0 60px; }
  .footer .footer-content > *:last-child {
    margin-bottom: 0; }
  .footer .sub-footer-copyright {
    padding: 20px 0 10px 0;
    text-align: center; }
    .footer .sub-footer-copyright span {
      font-size: 12px; }
  @media (max-width: 1024px) {
    .footer .footer .footer-content {
      padding: 40px 0; } }
  @media (max-width: 768px) {
    .footer .sub-footer-copyright {
      padding: 20px 0; }
    .footer .footer .footer-content {
      padding: 20px 0; } }
  .footer a {
    color: #fff; }
  /*.footer a:hover {
    color: #fff; }*/
  .footer .widgettitle-footer {
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold; }
  .footer .wpcf7-form-control {
    width: 100%;
    color: #000000; }
  .footer .wpcf7-list-item-label {
    color: #fff; }
  .footer .wpcf7-submit {
    color: #fff !important; }

/* Quiz */

.wq_questionTextCtr h4 {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: inherit; }

.wq_questionTextCtr {
  float: left;
  padding: 0px !important;
  background: #fff !important;
  box-sizing: border-box; }

.wq_quizCtr.listquiz_quiz .card:not(.no-image) .desc {
  position: relative !important; }

.wq_quizCtr.listquiz_quiz .desc {
  text-shadow: none;
  font-size: 16px;
  padding: 0;
  margin-top: 10px;
  text-align: left; }

.wq-question .credits {
  position: relative; }

.wq_quizCtr.listquiz_quiz .card {
  color: #333333; }

/*Live*/

#elb-load-more {
   background-color :  #ed1848;
}