

.videos-content-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.videos-content-container>[class*='col-'] {
	display: flex;
	flex-direction: column;
}


/* Message box */

.cltf_alert {
	padding: 20px;
	background-color: #f62457;
	color: white;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border-radius: 12px;
	opacity: 1;
	transition: opacity 0.6s;
}

.cltf_alert.success {
	background-color: #4CAF50;
}

.cltf_alert.info {
	background-color: #2196F3;
}

.cltf_alert.warning {
	background-color: #ff9800;
}

.cltf_closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.cltf_closebtn:hover {
	color: black;
}

.cltf_notify {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 22px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=9);
	z-index: 9999999;
}

.success-bg {
	background-color: #4CAF50;
}

.error-bg {
	background-color: #ff9800;
}

.cltf_hide {
	display: none;
}


/** player **/

#Live-Player {
	margin: auto;
	max-width: 850px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 30px;
}

.jw-button-color {
	color: #54f98d !important;
}

.jw-button-color:hover {
	color: #fff !important;
}

img.rounded {
	border-radius: 5px;
}


/** carousel **/
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -20px!important;
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 410px;
    object-fit: cover;
}

.owl-item a.overlay::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -50vh;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background: rgba(0,0,0,.5);
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
     transition: background-color 0.4s ease-out;
}

.owl-item a.overlay:hover::after {
    background: rgba(0,0,0,.2);
}

.owl-carousel .caption-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.owl-carousel .caption-head {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.owl-carousel .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.owl-carousel .caption a{
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.owl-carousel .caption .caption-footer {
    border-radius: 0;
    background: none;
    padding: 15px 0;
    margin: 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.home-carousel .elementor-carousel-image {
    background: no-repeat;
}

.uppercase,
.uppercase a {
	text-transform: uppercase!important;
}


/** awards **/

.awards_vote {
	cursor: pointer;
}

.awards_vote,
.awards_voted,
.awards_not_voted {
background: #000;
display: inline-block;
width: 100%;
padding: 4px 0;
}

.awards_voted {
	background: var(--brand_color);
}

.awards_vote:hover,
.awards_voted:hover {
	background: var(--brand_color);
	color: #000;
}

a.awards_vote{
	color: #fff;
	text-align: center;
}

a.awards_voted {
	color: #000;
	text-align: center;
}

.awards_not_voted,
a.awards_not_voted:hover {
	background: #fff;
	color: #fff;
	text-align: center;
}

.awards-countdown {
	background: #000;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

.awards-countdown .clock {
	font-size: 28px;
}

.awards-countdown .span {
	font-weight: 800;
}

.awards_count {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	padding: 0px 4px;
	border-radius: 2px;
	color: #000;
}

.ctvp {
	border-radius: 10px;
	padding: 0 10px;
}

.hlw {
	background-color: #fff;
	color: #f62457;
}


/**remix me**/

a.sampledl {
	background: #f62457;
	border-radius: 4px;
	display: inline-block;
	line-height: 40px;
	padding: 5px 10px;
	color: #fff;
	margin: 20px;
}

a.sampledl:hover {
	background: #1f2f40: color:#fff;
}

.tick {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	position: relative;
	z-index: 1;
	line-height: 1.4
}

.tick * {
	box-sizing: inherit
}

.tick [data-view] {
	max-width: 100%
}

.tick span[data-view] {
	display: inline-block
}

.tick [data-layout~=pad] {
	margin: -.25em
}

.tick [data-layout~=pad]>* {
	margin: .25em
}

.tick [data-layout~=horizontal] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
	-ms-flex-align: baseline;
	align-items: baseline
}

.tick [data-layout~=horizontal][data-layout~=center] {
	-ms-flex-pack: center;
	justify-content: center
}

.tick [data-layout~=horizontal][data-layout~=right] {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tick [data-layout~=horizontal][data-layout~=left] {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tick [data-layout~=horizontal][data-layout~=fill],
.tick [data-layout~=horizontal][data-layout~=stretch] {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.tick [data-layout~=horizontal][data-layout~=fill]>*,
.tick [data-layout~=horizontal][data-layout~=stretch]>* {
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	width: 100%
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tick [data-layout~=horizontal][data-layout~=fit] {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tick [data-layout~=vertical] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.tick [data-layout~=vertical][data-layout~=top] {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tick [data-layout~=vertical][data-layout~=bottom] {
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=middle] {
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=left] {
	-ms-flex-align: start;
	align-items: flex-start
}

.tick [data-layout~=vertical][data-layout~=right] {
	-ms-flex-align: end;
	align-items: flex-end
}

.tick [data-layout~=vertical][data-layout~=center] {
	text-align: center
}

.tick [data-layout~=vertical][data-layout~=fill],
.tick [data-layout~=vertical][data-layout~=stretch] {
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 100%
}

.tick [data-layout~=vertical][data-layout~=fill]>*,
.tick [data-layout~=vertical][data-layout~=stretch]>* {
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.tick [data-layout~=vertical]>*+* {
	margin-top: .5em
}

.tick [data-layout~=overlay] {
	position: relative
}

.tick [data-layout~=overlay]>* {
	margin: 0
}

.tick [data-layout~=overlay][data-layout~=center] {
	text-align: center
}

.tick [data-layout~=overlay][data-layout~=left] {
	text-align: left
}

.tick [data-layout~=overlay][data-layout~=right] {
	text-align: right
}

.tick [data-layout~=overlay]>[data-overlay=fill],
.tick [data-layout~=overlay]>[data-overlay=stretch] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.tick [data-layout~=overlay]>[data-overlay=center] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.tick-flip {
	position: relative;
	text-align: center
}

.tick-flip * {
	border-radius: inherit;
	white-space: pre;
	letter-spacing: inherit;
	text-indent: inherit
}

.tick-flip-front {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.tick-flip-back {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.tick-flip-spacer {
	display: block;
	visibility: hidden
}

.tick-flip-shadow {
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	color: transparent!important;
	background: transparent!important
}

.tick-flip-shadow-top {
	bottom: calc(50% - 1px)
}

.tick-flip-shadow-bottom {
	top: calc(50% + 1px)
}

.tick-flip-card-shadow {
	position: absolute;
	left: .15em;
	right: .15em;
	bottom: .125em;
	height: .5em;
	background-color: transparent;
	border-radius: 0;
	opacity: 0;
	transform-origin: 0 100%;
	box-shadow: 0 .125em .25em rgba(0, 0, 0, .5), 0 .125em .5em rgba(0, 0, 0, .75);
	z-index: 0
}

.tick-flip-card {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	perspective: 4em
}

.tick-flip-panel-back,
.tick-flip-panel-front {
	position: absolute;
	left: 0;
	width: 100%;
	height: 51%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d
}

.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
	position: absolute;
	left: -1px;
	top: 0;
	right: -1px;
	height: 100%;
	overflow: hidden
}

.tick-flip-panel-text-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
	height: 200%;
	top: -100%
}

.tick-flip-panel-front {
	transform-origin: center bottom;
	top: 0;
	z-index: 2;
	box-shadow: inset 0 1px hsla(0, 0%, 100%, .05)
}

.tick-flip-panel-back {
	transform-origin: center top;
	top: 50%;
	z-index: 1;
	box-shadow: inset 0 -1px rgba(0, 0, 0, .1)
}

.tick-flip-panel-back:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 1px, rgba(0, 0, 0, .15) 0, transparent 30%)
}

.tick-flip-panel-back-shadow {
	z-index: 2
}

.tick-flip-panel-back-highlight {
	z-index: 3
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow,
.tick-flip-panel-front-shadow {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0
}

.tick-flip-panel-front-shadow {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3))
}

.tick-flip-panel-back-shadow {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5))
}

.tick-flip-panel-back-highlight {
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .3))
}

.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-shadow {
	box-shadow: none
}

.tick [data-style*="shadow:none"] .tick-flip-back:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
	background-image: none
}

.tick [data-style*="rounded:none"] {
	border-radius: 0
}

.tick [data-style*="rounded:panels"] .tick-flip-front,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.tick [data-style*="rounded:panels"] .tick-flip-back,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.tick-flip {
	margin-left: .0625em;
	margin-right: .0625em;
	min-width: 1.125em;
	border-radius: .125em;
	letter-spacing: .25em;
	text-indent: .25em
}

.tick-flip-panel {
	color: #edebeb;
	background-color: #333232
}

.tick-flip-shadow {
	box-shadow: 0 .125em .3125em rgba(0, 0, 0, .25), 0 .02125em .06125em rgba(0, 0, 0, .25)
}

.tick {
	font-size: 1rem;
	white-space: nowrap;
	font-weight: 700;
}

.tick-flip,
.tick-text-inline {
	font-size: 2.5em;
}

.tick-label {
	margin-top: .5em;
	font-size: 1em;
	font-weight: 300;
}

.tick-char {
	width: 1.5em;
}

.tick-text-inline {
	display: inline-block;
	text-align: center;
	min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
	margin-left: -.325em;
}

.tick-group {
	margin: 0 .5em;
	text-align: center;
}

.tick-flip-panel {
	background-color: rgb(31, 47, 64) !important;
	border-radius: 4px !important;
}


/* Styles for signature plugin v1.2.0. */

.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}

.kbw-signature-disabled {
	opacity: 0.35;
}


/** volve **/


/** video **/

.video-iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-container {
	margin-top: -10px!important;
}


/** top 20 **/

.top-20-view .mod-list .mod-list-cell:first-child {
	min-width: 10%;
}

.top-20-view h3 {
	margin-top: 40px;
}

p.tp_list {
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(136, 136, 136, .2);
}

.tp_artist {
	font-weight: 700;
}

.ep_head i {
	font-size: 22px;
	margin-left: 0px !important;
	font-weight: 700;
}

span.tp_position {
	border: 2px solid var(--brand_color) !important;
	border-radius: 100%;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 0;
	vertical-align: middle;
	color: var(--base_color);
	min-width: 35px;
	min-height: 35px;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
}

span.tp_progress {
	color: #FF4000;
	padding: 5px;
}


/** contest **/

.mod-blog-split .mod-split-col__image {
	max-width: 42%;
	min-width: 32%;
}

#ajax-content {
	margin-bottom: -80px;
}


/** search **/

.search-layout {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #fff;
}

.search-layout-content {
	position: relative;
	top: 46%;
	width: 70%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
	border-bottom: 1px solid #000;
}

.search-layout .searchclosebtn {
	position: absolute;
	top: 45px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: #000;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
}

.search-layout .searchclosebtn:hover {
	color: #ccc;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.searchclosebtn i {
	vertical-align: initial!important;
	margin-left: 0!important;
}

.search-layout input[type=text] {
	width: 100%;
	border-left: none;
	border-bottom: 1px solid #000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background: #fff;
	outline: 0;
	height: 100%;
	font-size: 30px;
	color: #000;
	line-height: 1em;
	position: relative;
	padding: 0 0 20px;
	font-weight: 700;
}

.search-submit {
	position: absolute;
	bottom: 10px;
	right: 0;
	border: none;
	background: #000!important;
	outline: 0;
	width: auto;
	cursor: pointer;
	font-family: ElegantIcons;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: -2px;
	color: #fff!important;
	-webkit-transition: color .2s ease, opacity .2s ease;
	-moz-transition: color .2s ease, opacity .2s ease;
	transition: color .2s ease, opacity .2s ease;
	float: right;
}

.search-submit:hover {
	background: #54f98d!important;
}

h3.searchin span {
	background: #54f98d;
	padding: 0 5px;
	border-bottom: 2px solid #54f98d;
}

.monthly-banner img{
       padding: 10px;
}

.alert {
    background-color: var(--brand_color3);
    color: var(--base_color);
    border: none;
    list-style: none !important;
    width: auto;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 15px;
    border-radius: 2px;
    padding: 20px 30px;
    margin-left: 0 !important;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.alert.error{
    background: #FF5E4D;
    color: #fff;
}
.live-alert{
    margin: 0 10px 10px 10px!important;
}

#zapForm {
    background-color: #A4FEE4;
    padding: 60px 60px 60px 60px;
    border-radius: 5px 5px 5px 5px;
}

#zapForm input {
    margin-bottom: 20px;
}

#zapForm input[type="checkbox"], #zapForm input[type="submit"] {
    width: auto!important;
}

#zapForm input[type="checkbox"] {
    margin: -1px 10px 0 0;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #cafff0;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #54f98d;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.zapthx {
    display: none;
    padding: 20px !important;
    margin-top: -30px;
}
#zapForm .select-video{
  margin-top:10px;
}

#zapForm .desc{
    background: #cafff0;
    padding: 10px;
    border-radius: 4px;
}

/** promo **/
.promo-ctv .caption a {
    color: #222;
    text-align: left;
    padding: 0 20px;
}
.promo-ctv .caption {
    width: 50%;
    top: 0;
    right: 0;
}
.promo-ctv  .caption .caption-footer {
    text-align: left;
    color: #222;
    padding: 0;
    margin: 0 20px;
}

.promo-link a{
   text-transform:uppercase;
   margin-bottom: 20px;
}

@media (min-width: 769px) {
    .owl-carousel.promo-ctv .owl-item img {
        display: block;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .promo-ctv .caption {
        width: 100%;
        top: 15px;
        right: 20px;
        position: relative;
    }
}

.owl-carousel .side-carousel .caption-title{
    text-align:left;
    font-size:18px;
} 

.owl-carousel.promo-ctv .owl-item .side-carousel img {
    display: block;
    width: 100%;
    max-height: inherit;
}

.truncate{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
* Stats
**/
#chartdiv, #legenddiv, #chartd, #chartc, #chartdv {
  width: 100%;
  height: 500px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background:var(--gray_1);
}

#chartdiv{
    margin:0;
}

#legenddiv {
  height: 300px;
  max-height: 300px;
}

.amcharts-amexport-menu-level-0.amcharts-amexport-right {
    right: 45px!important;
    top: 7px!important;
}

/** percentage **/
.meter {
  box-sizing: content-box;
  height: 20px;
  position: relative;
  margin: 0 0 40px 0; 
  background: #ddd;
  border-radius: 25px;
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.percentage-green > span {
  background-color: #54f98d;
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}

.box {
    width:  200px;
    height: 200px;
}

/** panel menu **/
ul.panel-menu {
list-style: none;
}
.panel-menu a {
    margin: 4px;
    text-align: center;
    float: left;
    opacity: 1;
    background: var(--gray_1);
    transition: all 1s ease-out;
   padding: 20px;
   text-transform:uppercase;
}

.panel-menu a span{
   display:block;
   width:100%;
font-weight: 300;
font-size: 14px;
}  

.panel-menu a:hover{
	opacity: 1;
       background:var(--brand_color);
}

.panel-menu a.btn-slide {
    display: block;
}

.panel-menu i{
   position:relative;
   top:7px;
}

#event_city_dropdown{
  margin: 10px;
  background: #ddd;
  text-align: center;
  height: 30px;
  border-radius: 30px;
  margin-top: 10px;
  padding: 5px;
  width: 110px;
}

#event_search_form label{
  line-height: 30px;
  margin: 0 10px;
  float: left;
font-size: 14px;
}

#event_search_form {
  display: flex;
  border-radius: 50px;
  padding: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #ddddd9;
  background: #f7f7f7;
  width: 480px;
}

#event_search_form input{
float: left;
}
  .filter-box {
    display: block;
    width: 50%;
    float: left;
    padding-top: 10px;
  }


@media (max-width: 1023px) {
#event_search_form {
  display: block;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #ddddd9;
  background: #f7f7f7;
  width: 100%;
}
  .filter-box {
    border-top: 1px solid #ddd;
 padding-bottom: 10px;
  }
#event_search_form input{
float: left;
}
#event_search_form label {
  line-height: 30px;
  margin: 0 10px;
  float: left;
}
#event_city_dropdown {
  margin-right: 20px;
   width: 120px;
  }
.page-template-events .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
}

.page-template-events .owl-carousel .side-carousel .caption-title {
  text-align: left;
  font-size: 14px;
}

.page-template-events .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.new-event-form .w50 {
  width: 48%;
  float: left;
  margin-right: 20px;
}

div.wpforms-container .wpforms-form .choices__inner {
  background-color: #cafff0!important;
	border:0!important;
	height:50px!important;
}
.w25{width:30%!important}

.wpforms-field-divider {
  margin-top: 40px !important;
  clear: both;
}

.new-event-form .wpr {
  width: 30%;
  float: left;
  margin-right: 20px;
}

.mod-event-list .mod__title h2 {
  font-size: 22px;
}

@media (max-width: 1300px) {
  .primary-navigation a {
    margin: 0 5px;
  }
	.mod-event-list .mod__title h2 {
  font-size: 18px;
}
}

.page-template-events .mod-event-list .mod__event-date {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  text-align: left;
}


/* Limite la description */
.page-template-events .mod-event-list .mod_content {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	font-size: 14px;
    margin-top: -20px;
}

.page-template-events .mod-list .mod-list-cell:first-child {
  min-width: 20%;
  max-width: 20%;
}

.page-template-events .mod__title h2 a{
   font-size: 18px;
}

.home .mod-list .mod-list-cell:first-child {
  min-width: 15%;
  max-width: 15%;
}

.home .mod_content {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	font-size: 12px;
    margin-top: -15px;
    margin-bottom:10px;
}

.home .mod-event-list .mod__title {
  margin-top: 10px;
}

@media (max-width: 768px) { 
   .page-template-events .mod-list .mod-list-cell:first-child {
        max-width: 25%;
	min-width: 25%;
   }
   .home .mod-list .mod-list-cell:first-child {
      min-width: 50%;
      max-width: 50%;
    }
}

.mod-event-list:hover .mod__meta-top-content {
  -webkit-transform: translateY(5px)!important;
  -ms-transform: translateY(5px)!important;
  transform: translateY(5px)!important;
  opacity: 1!important;
}

.mod-event-list:hover .mod__meta-top-link {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 1;
}

.featured_event .mod-event-list:hover .mod__meta-top-content {
  -webkit-transform: translateY(10px)!important;
  -ms-transform: translateY(10px)!important;
  transform: translateY(10px)!important;
  opacity: 1!important;
}

.featured_event .mod-event-list:hover .mod__meta-top-link {
  -webkit-transform: translateY(-12px)!important;
  -ms-transform: translateY(-12px)!important;
  transform: translateY(-12px)!important;
  opacity: 1!important;
}

@media (max-width: 575.98px) {
.featured_event .mod-event-list:hover .mod__meta-top-link {
  -webkit-transform: translateY(-12px) !important;
  -ms-transform: translateY(-12px) !important;
  transform: translateY(10px) !important;
  opacity: 1 !important;
}
}

.featured_event .mod__title h2 a {
  color: #222!important;
   font-size: 18px!important;
}

.top-event {
  background-color: var(--brand_color);
  color: #000;
  padding: 0px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
}

.page-template-events .mod-event-list .heart {
  display: inline-block;
  vertical-align: middle;
  animation: heart-beats 3s cubic-bezier(.36,.07,.19,.97) infinite;
  transform-origin: 50% 70%;
  will-change: transform;
	font-size: 17px;
	
}

#start_date_picker {
  width: 90px;
  background: #ddd;
  text-align: center;
  padding: 0;
  height: 30px;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 14px;
}
/* Placeholder */
#start_date_picker::-webkit-input-placeholder, #start_date_picker::-moz-placeholder, #start_date_picker:-ms-input-placeholder, #start_date_picker:-moz-placeholder { 
   color: #000;
}

/* Styles pour le datepicker */
.ui-datepicker {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.ui-datepicker-title {
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 10px 0;
}

.ui-datepicker-prev {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.ui-datepicker-next {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.ui-datepicker-prev:before {
    content: '\2190';
    font-size: 16px;
}

.ui-datepicker-next:before {
    content: '\2192';
    font-size: 16px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background-color: #ddd;
}

.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.ui-datepicker-calendar th {
    background-color: #eee;
    color: #333;
}

.ui-datepicker-calendar td {
    text-align: center;
    padding: 5px;
}

.ui-datepicker-calendar .ui-state-default {
    background-color: transparent;
    color: #333;
}

.ui-datepicker-calendar .ui-state-hover {
    background-color: #ddd;
    cursor: pointer;
}

.ui-datepicker-calendar .ui-datepicker-today {
    background-color: #54f98d;
    color: #000;
}

.ui-datepicker-calendar .ui-state-active, .ui-state-default ui-state-highlight {
    background-color: #54f98d;
    color: #000;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
    font-size: 20px; /* Taille des flèches */
}
.ui-datepicker-calendar td {
  text-align: center;
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.ui-datepicker-calendar{
   background: #f5f5f5;
}
.ui-datepicker-calendar .ui-state-hover {
    background-color: #54f98d;
  cursor: pointer;
}
table.ui-datepicker-calendar th {
  padding: 10px;
}
.reset_filters {
display: block;
  text-align: right;
  margin-top: -20px;
  margin-right: 20px;
}
.reset_filters::before {
    content: "\2715";
    margin-right: 2px;
    color: red;
    font-size: 12px;
}