@font-face {
    font-family: 'NotoSansJP-Medium';
    src: url('fonts/NotoSansJP-Medium.woff2') format('woff2'),
        url('fonts/NotoSansJP-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.suggestion_title {
display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    overflow-wrap: normal;
	width: 70%;
	vertical-align: middle;
	text-align:left;
	line-height: 1.2em;
	margin: 15px 0;
}

.suggestion_image {
	max-width: 200px;
	display: inline-block;
	text-align: center;
	margin: 15px;
}
.suggestion_image img {margin:0!important}

.suggestion{
	background-color: #efefef;
    margin-top: -50px;
    padding: 20px 0 15px 0;
	margin-bottom: 30px;
	margin-left: 20px;
	text-align:center;
}

.suggestion:hover {
  background-color: cyan;
  webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

body{
    font-family: 'Barlow Semi Condensed', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img{
	width:100%;
}
ul{
	margin:0;
	padding:0;
}
a:hover {
    text-decoration: none;
}
li{
	list-style-type:none;
}
h1{
	font-size:40px;
}
h2 {
    font-size: 26px;
}
h5 {
    font-size: 18px;
}
a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/**************** Header css ***********/
header li a {
    color: #888888;
    font-size: 13.3px;
}
header li a:hover{
	color: #888888;
}
header {
    background: #000;
    border-bottom: 1px solid #353535;
}
header .logo_main img {
    width: 170px;
    height: 46px;
}
.logo .logo_main {
    margin-left: 27px;
}
.top_ul li {
    padding: 0 20px;
    border-right: 1px solid #353535;
}
.top_ul li:last-child {
    border-right: none;
}
.top_ul {
    margin: 0 -20px;
}
.top_ul_right svg {
    fill: #fff;
	display: block;
}
.top_ul_right svg.sun , .top_ul_right svg.switch_btn {
    height: 25px;
    width: 25px;
}
.top_ul_right svg.moon {
    height: 15px;
    width: 18px;
}
.top_ul_right svg.search_icon {
    height: 20px;
    width: 20px;
}
.top_ul_right li {
    padding: 0 10px;
}
.top_ul_right {
    margin: 0 -10px;
}
.top_ul_right li:first-child svg {
    margin: 0 2px;
}
header .right_header_bottom  ul.navbar-nav a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	padding: 0;
	display: flex;
    align-items: center;
	display: -webkit-flex;
    -webkit-align-items: center;
}
header .right_header_bottom nav.navbar {
    padding: 0;
}
header .right_header_bottom .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    border: none;
    content: '\f078';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    font-size: 11px;
    line-height: 7px;
}
header .right_header_bottom nav.navbar li.nav-item {
    padding: 15px 25px;
}
header .container {
    overflow: visible !important;
}
header .right_header_bottom nav.navbar {
    margin: 0 -25px;
}
.right_header_top {
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #353535;
}
.left_menu {
    padding: 0 0;
}
.right_header_bottom {
    padding: 0 0 0 40px;
}
.col-lg-9.header_right {
    border-left: 1px solid #353535;
    padding-left: 0;
}
.right_header_top {
	position: relative;
	overflow: hidden;
}
.right_header_top:after {
    content: '';
    position: absolute;
    background: #353535;
    height: 1px;
    width: 100%;
    left: 100%;
    bottom: -1px;
}
.right_menu {
    padding: 0px 30px 0px 30px;
    border-left: 1px solid #353535;
}
/**************** Header css ***********/


/**************** banner css ***********/
section.banner img {
    width: 100%;
}
/**************** darkmode css ***********/

body.darkmode, .darkmode .section-header-inner {
	background: #1c1c1c;
}
.darkmode .section-header h2, .darkmode .title_main, .darkmode .title_main a,  .darkmode .section-header-inner h2, .darkmode p, .darkmode .bottom_sections_tags p a {
	color: white;

}
.darkmode .switch_btn {
	transform: rotate(180deg);
}
.darkmode .trending-picto {
	filter: invert(1);
}
.darkmode blockquote {
    background-color: #333333;
}

.switch_btn {
    margin: 0 .25rem;
    display: block;
    height: 1rem;
    width: 2rem;
    border-radius: .5rem;
    position: relative;
}

.switch_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .75rem;
    height: .75rem;

    border-radius: 50%;
    left: 0;
    margin-left: .125rem;
}

.social_icons img {
	max-width: 36px;
}
#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    bottom: 77px!important;
    right: 6px!important;
}
/**************** trending css ***********/
.trending-picto {
	max-width: 30px;
}
.section-header h2 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
	 margin: 0;
	 position: relative;
}
.section-header img {
    display: block;
}
.section-header h2 span {
    margin-right: 10px;
}
.section-header-inner {
    display: inline-block;
    width: auto;
    background: #fff;
    padding-right: 20px;
}
.section-header {
    position: relative;
    margin-bottom: 30px;
}
.section-header:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 100%;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	z-index: -1;
}
.card_title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 28px;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}
.card_cat {
    font-size: 0.8rem;
    color: #00dee8;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 15px;
}
.title_main a {
	color: initial;
}
.card_cat a {
	color: #00dee8;
}

section.trending .card_title {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
    -ms-flex-align: start;
	padding: 0 10px;
        align-items: flex-start;
}
span.title_count {
    color: #e6e6e6;
    font-size: 40px;
    line-height: 40px;
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
    margin-right: 10px;
}
.news-inner .news-bottom .news-title {
    padding-right: 20px;
}
section.news {
    margin-top: 60px;
}
.news .card_title span.title_main {
    line-height: 1.2em;
}
.news-short .card_title .title_inner a {
    color: #000;
}
.news-short.desktop {
    margin-top:2rem
}
.card_title .title_inner span {
    display: block;
}
.card_title span.title_main {
    white-space: break-spaces;
}
.section_main {
    margin: 50px 0;
}
.news_horizontal_main {
    /*border-top: 1px solid #e6e6e6;*/
    margin-top: 50px;
}
/**************** trending css ***********/

/**************** news css ***********/
.news-inner .news-bottom {
    padding-left: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 5;;
}
.news-image img {
    width: 100%;
}
.news-title span {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;
    background: cyan;
    display: inline;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    padding: 0.10em 0.30em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-transition: 0.25s;
}
p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
	font-weight: normal;
	color: #000;
}
.news_card .news_time {
    margin-top: 15px;
}
.news_time {
    font-size: 13px;
    color: #a8a7a7;
}
.news-bottom p {
    margin: 25px 0;
}
.news_card .card_cat {
    margin-top: 15px;
    display: block;
}
.news_card .card_title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
    /*border-bottom: 1px solid #e6e6e6;*/
    border-top: 1px solid #e6e6e6;
}

.news_horizontal .card_image {
    width: 30%;
}
.news_horizontal .horizontal_right {
    padding-left: 40px;
    width: 70%;
    margin-top: 8px;
}
.news_horizontal .horizontal_right span.card_cat {
    margin-top: 8px;
}
.news-short .card_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.news-short .card_main .news-short-left span.card_cat {
    margin-bottom: 10px;
    display: block;
}
.news-short .card_main .news-short-left {
    width: 70%;
}
.news-short .card_main .news-short-right {
    width: 30%;
}
.news-short .card_main .news-short-right img {
    height: 80px;
    max-width: 80px;
    object-fit: cover;
    border-radius: 50%;
}
img.ad_images {
    width: 100%;
    height: 517px;
}
.news-short .card_title span.title_main {
    font-size: 18px;
    line-height: initial;
}
.bottom_sections_second span.title_main {
    line-height: 23px;
}
.news-short .card_title {
    margin-top: 0;
}
.section-header.short_header h2 {
    font-size: 20px;
    line-height: 26px;
}
.section-header.no_after::after {
	display:none;
}
.short_videos .section-header {
    margin: 30px 0;
}
.short_videos .short_videos_inner_sec img {
    width: 100%;
    height: 146px;
}
.short_videos .short_videos_inner_sec {
    margin-bottom: 25px;
}
.short_videos .short_videos_inner_sec:last-child {
    margin-bottom: 0;
}
.ad_space {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 2rem 0;*/
    /*background: #cecece;*/
    /*min-height: 100px;*/
}

.ad_space.last_sec {
    margin-bottom: 35px;
    margin-top: 25px;
}

.ad_space.short_ad {
    height: 260px;
}
.ad_space h2 {
    font-weight: bold;
    color: #000;
}
.author a, .news_time a {
    color: initial
}
.short_videos {
    margin-bottom: 40px;
}
.news_bottom {
    margin-top: 50px;
}
section.banner {
    margin-bottom: 50px;
}
.podcasts .section-header h2 {
    -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
}
.podcasts .section-header p {
    margin: 30px 0 ;
}
.podcasts .section-header a {
    font-size: 18px;
    font-weight: bold;
    color: #2cdcd2;
    text-transform: capitalize;
    display: inherit;
    line-height: 20px;
}
.podcasts .section-header a i {
    margin-left: 10px;
}
.podcasts {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.podcasts .section_header_inner {
    line-height: 22px;
}
.podcasts .card_title {
    font-size: 16px;
    line-height: initial;
}
.no-border {
    border: none;
}
button.btn {
    background: cyan;
    height: 35px;
    border-radius: 0;
    padding: 0 60px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}
button.btn:hover {
    background: #000;
    color: #fff;
}
/**************** news css ***********/



/**************** middle footer css ***********/
section.middle_footer {
    background: #000;
    padding: 50px 0;
}
section.middle_footer .middle_footer_logo img {
    max-width: 260px;
}
.middle_footer span {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin: 30px 0;
}
ul.social_icons {
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
   -ms-flex-align: center;
     align-items: center;
}
ul.social_icons li {
    margin: 0 20px;
}
.second_section_btn {
    width: 100%;
    margin-top: 50px;
}
/**************** middle footer css ***********/


/**************** fighter css ***********/
.fighters .fighters_image img {
    /*height: 200px;
    width: 200px;*/
    margin: 0 auto;
}
.fighters .fighters_title span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.5em;
    background: cyan;

    margin: 0 auto;
    margin-top: 0;
    text-transform: uppercase;
    display: inline;
    padding: 0.10em 0.30em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-transition: 0.25s;
}
.fighters .fighters_title {
    max-width: 180px;
    margin: -15px auto 0;
}
.fighters .card_cat {
    font-size: 13px;
}
.fighters {
    margin-bottom: 40px;
    text-align: center;
}
.bottom_sections_fifth.section_main {
    margin-bottom: 0;
}

/**************** fighter css ***********/


/**************** tags css ***********/
.bottom_sections_tags p {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.bottom_sections_tags p a {
    color: initial;
}
/**************** tags css ***********/


blockquote{
    position: relative;
    padding: 2rem 2.3rem;
    background: #f8f9fa;
    margin-top: 48px;
    margin-bottom: 48px;
    color: inherit;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    background-image: url(https://lasueur.com/wp-content/uploads/2021/02/quote.png);
    background-repeat: no-repeat;
  }

blockquote p { 
    font-size: 1.4rem!important;
    line-height: 2rem!important;  
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif!important;
    margin:0!important;
    text-align:justify;
   }
/**************** footer css ***********/

.pagination__nav_current{
  font-weight: 600;
}

.footer {
    background: #000;
    padding-top: 100px;
}

.no-overflow{
  overflow-y: hidden;
  overflow-x: hidden;
}

span.social_icon_title {
    font-size: 16px;
    color: #a8a7a7;
    text-transform: uppercase;
    display: block;
    margin: 30px 0;
}
.footer .footer_logo img {
    max-width: 180px;
    margin: 0 auto;
}
.footer ul.social_icons li {
    width: 22%;
    margin: 0 0 15px 0;
}
.footer ul.social_icons {
    -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.footer ul.social_icons li img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    border-left: 1px solid #353535;
    padding-left: 20px;
}
.footer-right .footer-right-inner {
    width: 20%;
    padding: 62px 20px 62px;
}
.footer-right .footer-right-inner .footer_title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
    margin-bottom: 5px;
}
.footer-right .footer-right-inner .footer_title a {
    color: #fff;
}


ul.footer_links li{
	margin-bottom: 5px;
}
ul.footer_links li:last-child{
	margin-bottom: 0;
}
ul.footer_links a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_inner {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    padding: 0;
}
.footer_left {
    padding-top: 62px;
}
.footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 160px;
}
.footer_bottom ul a {
    color: #a8a7a7;
    font-size: 16px;
}
.footer_bottom {
    padding: 55px 0;
    border-bottom: 1px solid #353535;
}
.footer_bottom ul li {
    margin-right: 120px;
}
.footer_bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    padding: 45px 0;
}
.copyright p {
    color: #a8a7a7;
    font-size: 16px;
    line-height: initial;
    margin-bottom: 20px;
}
.copyright p a {
    color: #fff;
}
.copyright span {
    font-size: 10px;
    color: #a8a7a7;
}
.copyright span a{
    color: #fff;
}
.copyright span i {
    color: #ff0000;
	margin: 0 2px;
}
.banner_inner_content {
    position: relative;
    height: 100%;
}
.cachemobile .single_banner .banner_inner_content {
    height: initial;
}
.banner_inner_content .content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    max-width: 92%;
}
section.banner .banner_inner_up , .banner_inner_bottom {
    height: 50%;
}
.banner_inner_content img {
    height: 100%;
    object-fit: cover;
}
.banner_title {
    color: #000;
    display: inline;
    background: cyan;
    width: 100%;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.10em 0.30em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-transition: 0.25s;
}
.banner_inner_content .content span {
    display: inline-block;
    width: auto;
    background: #0000008f;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 600;
    margin-bottom: 20px;
}
.etiq {
    clear:both;
    overflow:hidden;
}
.etiqtitle {
    display: inline-block;
    width: auto;
    background: black;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 600;
    margin-bottom: 20px;
}
.etiqcontent {
    display: inline-block;
    width: auto;
    border:1px solid #e4e4e4;
    color: #000;
    padding: 3px 10px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0.5em;
}
.etiqcontent a {
    color: black;
}
/**************** footer css ***********/

.container {
    overflow-x: hidden;
}


/*********** menu css ************/
ul.submenu  , ul.submenu-second-level{
    display: none;
}
li.nav-item:hover ul.submenu {
    display: block;
}
ul.submenu li:hover ul.submenu-second-level {
    display: block;
}
ul.submenu {
    position: absolute;
    z-index: 9999999;
    top: 100%;
    background: #000;
}
.dropdown-menu-inner {
	max-width: 250px;
    width: 100%;
	border : 1px solid #353535;
	}
.dropdown-menu-inner li {
    padding: 7px 10px;
    border-bottom: 1px solid #353535;
}
.dropdown-menu-inner li:last-child {
    border-bottom: none;
}
li.submenu-next:after {
    display: inline-block;
    margin-left: 10px;
    content: '';
    border: none;
    content: '\f078';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    font-size: 11px;
    line-height: 7px;
    right: 20px;
    color: #fff;
    top: 1.1em;
    position: absolute;
    transform: translateY(-50%) rotate(-85deg);
}
header .right_header_bottom nav.navbar li.nav-item:hover > a {
    color: cyan;
}
ul.submenu a {
    font-weight: normal !important;
}
ul.submenu li {
    position: relative;
}
ul.submenu li:hover ul.submenu-second-level {
    display: block;
    position: absolute;
    left: 100%;
    background: #000;
    top: 0;
}
.search {
    display: none;
}
.search.open {
    display: block;
    position: absolute;
    background: #181818;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
}
.search .search-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 100%;
}
.search input[type="search"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #353535;
    width: 100%;
    padding:9px 30px 10px;
	color: #fff;
}
.search input[type="search"]:focus {
    outline: none;
}
.search-inner svg.close-close-icon {
    fill: #fff;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}
.search .search-inner svg.search-search-icon {
    fill: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.slide_menu_body_inner li.nav-item-slide a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.slide_menu_body_inner li.nav-item-slide {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}
.slide_menu_body_inner li.nav-item:last-child {
    border: none;
}
/**************** Single page css *************************/



section.single_banner .single-banner-inner.banner_inner_content {
    padding-bottom: 50px;
}
section.single_banner .single_banner_content.content {
    left: 0;
    max-width: 100%;
    bottom: 25px;
}
.single_banner_content a {
    color: white
}
.single_page_news_content img {
    height: auto;
}
.single_page_news .single_page_news_content p {
    color: #000;
    margin: 0 0 26px 0;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
}
.single_page_news .single_page_news_content h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
section.single_banner .single-banner-inner.banner_inner_content .single_banner_content.content span {
    padding: 2px 10px;
    font-size: 13px;
}
section.single_banner .single-banner-inner.banner_inner_content h1 {
    margin: 0;
    background: cyan;
    /*padding: 0 10px;*/
    font-weight: bold;
    text-transform: uppercase;
}

section.single_social_share ul.single_social_share_icon_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.single_social_share ul.single_social_share_icon_mobile li {
    width: 18%;
    text-align: center;
}
section.single_social_share ul.single_social_share_icon_mobile li img{
  width: 50px;
}

section.single_social_share .round-image {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #000;
    overflow: hidden;
    position: relative;
}
section.single_social_share .round-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section.single_social_share .single_social_share_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.single_social_share .single_social_share_left span {
    font-size: 0.8rem;
    color: #777777;
}
section.single_social_share ul.single_social_share_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
			margin: 0 -6px;
}
section.single_social_share ul.single_social_share_icon li {
    width: 20%;
    margin: 0 6px;
    border: 1px solid #e9e9e9;
    height: 38px;
    border-radius: 25px;
}
section.single_social_share ul.single_social_share_icon li a {
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			padding: 5px 10px;
			height: 100%;
}
section.single_social_share ul.single_social_share_icon li a:hover {
    opacity: 0.8 !important;
}


section.single_social_share ul.single_social_share_icon li a .socil_icon_text {
    border-left: 1px solid #e9e9e9;
    padding: 0 10px;
    width: 70%;
    color: #000;
    font-size: 13px;
}
section.single_social_share ul.single_social_share_icon li a .socil_icon {
    padding-right: 8px;
    width: 30%;
}
section.single_social_share .single_social_share_row {
    -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
.single_page_news .news_bottom {
    margin-top: 0;
}
.single_page_news .news-short.desktop .card_main:first-child {
    margin-top: 0;
}
.single_page_news .news-short.desktop .card_main:first-child span.card_cat {
    margin-top: 0;
}
.single_page_news .single_page_news_content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.single_page_news .single_page_news_content img {
    margin: 20px 0 40px;
}
.single_page_news .news_bottom .single_page_news_content_sec {
    background: #f5f5f5;
    padding: 30px 30px;
    margin: 40px 0 40px 0;
}
.single_page_news .news_bottom .single_page_news_content_sec h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    text-transform: uppercase;
}
.single_page_news .single_page_news_content p:last-child {
    margin-bottom: 50px;
}
.single_page_news .news_bottom .single_page_news_content_sec span {
    font-size: 16px;
    color: #747474;
}
.single_page_news_content p a {
    position: relative;
    font-weight: bold;
    padding: 0 5px 3px;
    display: inline-block;
    color: black;
    margin: 0;
    padding: 0;
}
.single_page_news_content p a:before {
    content: '';
    position: absolute;
    background: cyan;
    height: 8px;
    width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.last_sec {
    margin-bottom: 0;
}
.middle_ad {
    height: 260px;
}
.big_ad {
    height: 480px;
}


/**************** Single page css *************************/

.btn-commentaires{ position: relative }
.btn-commentaires:hover{cursor: pointer}
.btn-commentaires span{
  position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -23px;
      z-index: 50;
      background: white;
      padding: 2px 5px;
      border-radius: 12px;
      color: #000
}
form#commentform label {
    display: block;
}

form#commentform textarea, form#commentform input
{
  width: 100%;
  border: solid 3px black;
}
form#commentform input.submit{
  border: 0;
  margin-top: 20px;
  background: cyan;
  padding: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
ol.post-comments{ padding-left: 0; padding-top: 30px }

/**************** Slide menu follow *************************/
.slide_follow {
    right: 0;
    width: 200px;
    position: relative;
    transition: 1s;
	top: 0;
	background: #fff;
    z-index: 9;

}
.slide_follow_body {
    position: absolute;
    background: white;
}
.slide_follow .slide_follow_body svg {
    height: 20px;
    width: 20px;
    display: block;
}
.slide_follow .slide_follow_body {
    padding: 30px 30px;
}
.slide_follow .slide_follow_body h3 {
    color: #000;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.slide_follow .slide_follow_body li a {
    /*display: flex;
	display: -webkit-flex;*/
}
.slide_follow .slide_follow_body li a span {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
}
.slide_follow .slide_follow_body ul li {
    margin-bottom: 20px;
}
.slide_follow .slide_follow_body ul li:last-child {
    margin-bottom: 0;
}
.slide_follow .slide_follow_body .slide_follow_body_inner {
    margin-bottom: 50px;
}
.slide_follow .slide_follow_body .slide_follow_body_inner:last-child {
    margin-bottom: 0;
}
.slide_follow_header {
    display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	background: #000;
    padding: 20px 20px;
}
.slide_follow_header .slide_follow_close svg {
    fill: #fff;
    height: 30px;
    width: 30px;
	display:block;
}
.slide_follow.open {
    right: 0;
    overflow-y: scroll;
}
.slide_follow::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/**************** Slide menu css *************************/
.slide_menu {
    left: 0;
    width: 400px;
    height: 100%;
    position: fixed;
    left: -410px;
	transition: 1s;
	top: 0;
	background: #fff;
    z-index: 9;
	box-shadow: 0 0 10px #000;
}
header .logo_toggle {
    cursor: pointer;
	width:30px;
}
.slide_menu.open {
    left: 0;
    overflow-y: scroll;
}
.slide_menu::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.slide_menu_body_inner_mobile {
    display:none
}
.slide_menu_body_inner li {
    position: relative;
}
.has-submenu a{
	position:relative;
}
.has-submenu > a:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    border: none;
    content: '\f078';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    font-size: 11px;
    line-height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: .5s;
}
/*.overlay:before {
    content: '';
    position: absolute;
    background: #00000094;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999999;
}*/
.slide_menu_header {
    display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	background: #000;
    padding: 20px 20px;
}
.slide_menu_header .slide_menu_close svg {
    fill: #fff;
    height: 30px;
    width: 30px;
	display:block;
}
.slide_menu .slide_menu_logo img {
    max-width: 140px;
}
section.single_social_share ul.single_social_share_icon li a .socil_icon svg {
    display: block;
}

li.nav-item-slide ul.submenu {
    background: transparent;
    position: static;
    border: none;
    max-width: 100%;
}
li.nav-item-slide ul.submenu a {
    font-size: 16px;
    color: #7d7c7c;
}
li.nav-item-slide ul.submenu li {
    border: none;
    margin: 0;
    padding: 4px 0;
}
li.nav-item-slide.has-submenu:hover > a:after {
    transform: translateY(-50%) rotate(178deg);
}
.slide_menu_body_inner ul.submenu li.submenu-next ul.submenu-second-level {
    position: static;
    background: transparent;
    border: none;
    max-width: 100%;
    padding-left: 15px;
}
.slide_menu_body_inner ul.submenu li.submenu-next ul.submenu-second-level li a {
    color: #a8a7a7;
}
.slide_menu_body_inner ul.submenu li.submenu-next a:after {
    color: #000;
}
.slide_menu_body_inner ul.submenu li.submenu-next:hover a:after {
    transform: translateX(-50%) rotate(180deg);
}
/**************** Slide menu css *************************/

.logo_toggle img {
    display: block;
}
section.single_social_share.section_main {
    margin-top: 10px;
    margin-bottom: 0;
}
section.news.single_page_news {
    margin-top: 40px;
}

.single_page_news_content a:hover { background: cyan; }

.slide_menu .slide_menu_body svg {
    height: 20px;
    width: 20px;
    display: block;
}
.slide_menu .slide_menu_body {
    padding: 30px 30px;
}
.slide_menu .slide_menu_body h3 {
    color: #000;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.slide_menu .slide_menu_body .slide_menu_body_rs li a {
    display: flex;
	display: -webkit-flex;
}
.slide_menu .slide_menu_body li a span {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
}
.slide_menu .slide_menu_body ul li {
    margin-bottom: 20px;
}
.slide_menu .slide_menu_body ul li:last-child {
    margin-bottom: 0;
}
.slide_menu .slide_menu_body .slide_menu_body_inner {
    margin-bottom: 50px;
}
.slide_menu .slide_menu_body .slide_menu_body_inner:last-child {
    margin-bottom: 0;
}
body.overlay {
    position: relative;
}
body.overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/********* Switch btn css **************/
.switch_btn {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    margin: 0;
}

.switch_btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_btn .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_btn input:checked + .slider {
  background-color: #777;
}

.switch_btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch_btn input:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

/* Rounded sliders */
.switch_btn .slider.round {
  border-radius: 34px;
}

.switch_btn .slider.round:before {
  border-radius: 50%;
}
.slide_menu.open.close-removed {
    left: -400px;
}




/**************** media css ***********/

@media (min-width: 992px){
li.nav-item-slide:hover ul.submenu {
    display: block;
}
}

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1163px;
		padding: 0;
	}
}

@media (max-width: 1199px){
	section.single_social_share ul.single_social_share_icon li a .socil_icon {
    padding-right: 0;
    width: 25%;
}
	section.single_social_share ul.single_social_share_icon li a .socil_icon svg.linkdin-svg {
    height: 12px;
    width: 12px;

}
	section.single_social_share ul.single_social_share_icon li {
    width: 18%;
}
	.news-short .card_main .news-short-right img {
    height: 60px;
    max-width: 60px;
}
.news-short .card_main .news-short-left {
    padding-right: 10px;
}
header .right_header_bottom ul.navbar-nav a {
    font-size: 14px;
}
header .right_header_bottom nav.navbar li.nav-item {
    padding: 15px 10px;
}
h1{
	font-size:30px;
}
h2 {
    font-size: 21px;
}
h5 {
    font-size: 16px;
}
}

@media (min-width: 992px){
.mobile {
    display: none;
}
}

@media (max-width: 991px){

  .margin-bottom-mobile{
    margin-bottom: 40px;
  }

.section_main_mobile{
  margin-top: 1.5rem!important;
}

    section.single_banner .single-banner-inner.banner_inner_content h1 {
        padding: 0 10px;
    }
    .slide_menu_body_inner_mobile {
        display:block;
    }
	ul.submenu.open-menu {
    display: block;
}
ul.submenu-second-level.open-menu {
    display: block;
}

	ul.submenu {
    display: none;
}
ul.submenu-second-level {
    display: none;
}

	.single_page_ad .ad_space.middle_ad ,
section.news.single_page_news	{
    margin-bottom: 30px;
}
section.single_banner .single-banner-inner.banner_inner_content {
    padding-bottom: 0px;
}
	section.single_banner .single-banner-inner.banner_inner_content h1 {
    font-size: 25px;
}
	section.single_banner .single_banner_content.content {
    max-width: 95%;
    bottom: 20px;
}
	.single_news_bottom.news_bottom {
    border-top: 0;
}
	section.single_social_share .single_social_share_left {
    /* justify-content: center; */
	/* -webkit-justify-content: center; */
	    margin-bottom: 30px;
}
	.news_horizontal_main {
    border-top: none;
    margin-top: 0;
}
	.bottom_sections_tags {
    margin-bottom: 80px;
}
	.top_ul_right svg.moon {
    transform: rotate(-26deg);
}
	.short_videos .short_videos_inner_sec img {
    height: auto;
}
.short_videos_inner.mobile {
    margin-left: -15px;
}
	.medium_hide {
		display:none;
	}
	section.banner {
    margin-bottom: 30px;
}
.section_main {
    margin: 40px 0;
}

	.medium_margin {
		margin-bottom: 1.5rem;
	}
	.section-header:after {
    height: 4px;
}
	button.btn {
    height: 51px;
    font-size: 27px;
    line-height: 47px;
}
	.news-inner .news-bottom {
    padding-left: 10px;
}
.news-inner .news-bottom .news-title {
    max-width: 100%;
    padding-right: 10px;
}
	.copyright p {
    font-size: 17px;
}
	.news_horizontal_main {
 position: relative;
}
.news_bottom {
    margin-top: 30px;
    position: relative;
	border-top: 1px solid #e6e6e6;
}
.podcasts .row {
    border-bottom: 1px solid #e6e6e6;
}
.news_horizontal_main:before {
    content: '';
    position: absolute;
    background:#e6e6e6;
	/* height:1px; */
    width: 100%;
    right: 100%;
    bottom: 0;
}
.podcasts-new {
    position: relative;
}
.podcasts-new:before {
    content: '';
    position: absolute;
    background:#e6e6e6;
	height:1px;
    width: 100%;
    right: 100%;
    bottom: 0;
}
.news-bottom p {
    margin: 20px 0;
}
.footer-right .footer-right-inner .footer_title {
    font-size: 36px;
}
.ad_space.short_ad h2 {
    font-size: 35px;
    margin: 0;
}
.podcasts {
    border-bottom: none;
	margin-bottom: 0;
    padding-bottom: 0;
}
.podcasts .news_horizontal_main:before , .podcasts .news_horizontal_main:after {
    display:none;
}
.podcasts-new:after {
    content: '';
    position: absolute;
    background:#e6e6e6;
	/* height:1px; */
    width: 100%;
    left: 100%;
    bottom: 0;
}
.news_horizontal_main:after {
    content: '';
    position: absolute;
    background:#e6e6e6;
	/* height:1px; */
    width: 100%;
    left: 100%;
    bottom: 0;
}
.news-title span {
    /*font-size: 22px;
    line-height: 26px;*/
}
.banner_inner_content .content span {
    margin-bottom: 8px;
}
.banner_inner_content .content {
    bottom: 23px;
    margin-top: -2.7rem;
    padding: 0 8px;
}
.single_banner .banner_inner_content .content {
    position:relative;
}
.logo_toggle img {
    width: auto;
}
.right_header_bottom div#navbarSupportedContent {
    display: block;
}
.right_header_bottom {
    padding: 0 0 0 20px;
}
.desktop {
    display: none !important;
}
header {
    padding: 15px 0;
    position: relative;
}
.search.open {
    top: 100%;
    z-index: 99;
	border-top: 1px solid #353535;
}
.top_ul_right svg.moon {
    height: 18px;
}
.section-header h2 {
    font-size: 21px;
}
.podcasts-slider img {
    width: 100%;
}
.podcasts .mobile_header_section h2 {
    flex-direction: column;
	-webkit-flex-direction: column;
}
.fighters .fighters_image img {
    height: auto;
}
.fighters .card_cat {
    text-align: center;
}
.footer-right {
    margin: 0;
    border-left: none;
    padding-left: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-right .footer-right-inner {
    width: 100%;
    padding: 20px 0px;
}
.footer_bottom {
    padding: 50px 0;
}
.footer_bottom ul {
    margin-left: 0;
    justify-content: center;
	-webkit-justify-content: center;
}
.footer_bottom ul li {
    margin-right: 70px;
}
ul.footer_links {
    height: 0;
    visibility: hidden;
}
.footer-right .footer-right-inner.main ul.footer_links {
    height: auto;
    visibility: visible;
}
.footer-right .footer-right-inner .footer_title , ul.footer_links li {
    text-align: center;
}
.footer {
    padding-top: 0;
}
.footer_left {
    border-bottom: 1px solid #353535;
    padding-bottom: 50px;
    position: relative;
    padding-top: 50px;
}
.footer_left:before {
    content: '';
    position: absolute;
    background: #353535;
	height:1px;
    width: 100%;
    right: 100%;
    bottom: -1px;
}
section.news.section_main {
    overflow-x: hidden;
}
.footer_left:after {
    content: '';
    position: absolute;
	height:1px;
    border: #353535;
    width: 100%;
    left: 100%;
    bottom: -1px;
}
.footer_inner {
    overflow: hidden;
}
.banner_inner_content .banner_title {
    font-size: 25px;
    line-height: 34px;
}
.trending .title_main {
    font-size: 22px;
    line-height: 30px;
}
}


@media (max-width: 767px){
	.footer_bottom ul a {
    font-size: 20px;
}
.footer_bottom ul {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.footer_bottom ul li {
    margin-right: 0;
    text-align: center;
    margin-bottom: 25px;
}
.footer_bottom ul li:last-child {
    margin-bottom: 0;
}
h1{
	font-size:30px;
}
h2 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
}

@media (max-width: 575px){
	.slide_menu_header .slide_menu_logo img {
    width: 100%;
    max-width: 100px;
}

	.slide_menu_logo img {
    width: 100px;
}
.slide_menu_header .slide_menu_close svg {
    height: 20px;
    width: 20px;
}
.slide_menu .slide_menu_body li a span {
    font-size: 18px;
}
.slide_menu .slide_menu_body svg {
    height: 17px;
    width: 17px;
}
.slide_menu_body_inner li.nav-item-slide a {
    font-size: 18px;
}
.slide_menu .slide_menu_body h3 {
    font-size: 20px;
}
.search .search-inner {
    max-width: 90%;
}
	span.border_under:before {
    height: 9px;
    bottom: 5px;
}
	.single_page_news .news_bottom .single_page_news_content_sec {
    padding: 15px 15px;
}
.single_page_news .news_bottom .single_page_news_content_sec h3 {
    font-size: 18px;
    line-height: 26px;
}
	section.single_social_share ul.single_social_share_icon li {
    width: 25%;
    margin: 0 6px 10px 6px;
}
.single_page_news .single_page_news_content h2 {
    font-size: 20px;
}
.single_page_news .single_page_news_content p {
    font-size: 15px;
    line-height: 25px;
}
	section.single_social_share ul.single_social_share_icon {
    flex-wrap: wrap;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
}
	.logo_toggle img {
    width: 19px;
}
.top_ul_right {
    margin: 0 -5px;
}
.top_ul_right li {
    padding: 0 5px;
}
	.overflow-slider.owl-carousel.owl-loaded.owl-drag:before {
    background: white;
    content: '';
    position: absolute;
    right: 100%;
    width: 15px;
    height: 100%;
    top: 0;
    z-index: 999;
}
.bottom_sections_fifth.section_main , .news_bottom {
    overflow: hidden;
}
.overflow-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
button.btn {
    padding: 0 60px;
}
ul.social_icons {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 290px;
    margin: 0 auto;
}
ul.social_icons li {
    margin: 0 0 20px 0;
    width: 25%;
}
section.middle_footer {
    padding: 50px 0 30px;
}
ul.social_icons li img {
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
	.banner_title_main {
    width: 95%;
}
	.banner_inner_content .content {
    bottom: 10px;
}
	.fighters .fighters_title span {
    font-size: 16px;
}
	section.trending .card_title {
    margin-top: 0;
}
	.trending.section_main .card_image {
    display: none;
}
	.margin-bottom{
	margin-bottom : 3rem!important
	}
	.second_section_btn {
		margin-top: 0;
	}
	.news_horizontal {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.news_horizontal .card_image {
    width: 100%;
}
.news_horizontal .horizontal_right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
}
}


@media (max-width: 480px){
	.slide_menu {
    width: 90%;
}
section.banner img {
    height: 320px;
    object-fit: cover;
}
.search.open {
    height: 80px;
}
.slide_menu .slide_menu_body .slide_menu_body_inner {
    margin-bottom: 30px;
}
.slide_menu .slide_menu_body {
    padding: 15px 15px;
}
.slide_menu .slide_menu_body h3 {
    font-size: 18px;
	margin: 0 0 20px 0;
}
.slide_menu .slide_menu_body li a span {
    font-size: 16px;
}
}


@media (max-width: 425px){
section.single_banner .single-banner-inner.banner_inner_content img {
    height: 200px;
    object-fit: cover;
}
}



@media (max-width: 420px){
.second_section_btn {
    padding: 0 15px;
}
button.btn {
    width: 100%;
	padding: 0 20px;
}
section.single_social_share ul.single_social_share_icon li {
    width: 46%;
}
}


@media (max-width: 374px){
	section.single_social_share .round-image {
    height: 50px;
    WIDTH: 20%;
}
.banner_inner_content .banner_title {
    font-size: 20px;
    line-height: 28px;
}
.news-title span {
    font-size: 18px;
    line-height: 22px;
}
p {
    font-size: 16px;
    line-height: 24px;
}
.trending .title_main {
    font-size: 16px;
    line-height: 22px;
}
button.btn {
    padding: 0 40px;
}
}
/* AJOUT BEN */
.tagcenter {margin-top:25px; margin-bottom:25px;text-align: center;}

.tribe-events-calendar-list__event-header{background:transparent;}
.tribe-events-header{background:transparent;}
.tribe-common-h4--min-medium a{background:cyan!important; padding:5px!important;}

.tribe-events-c-top-bar__datepicker {font-family: 'Barlow Semi Condensed'!important;}
.tribe-common {font-family: 'Barlow Semi Condensed'!important;}
.tribe-common-h5, .tribe-common .tribe-common-h6 {font-family: 'Barlow Semi Condensed'!important;}
.tribe-common-h3 {font-family: 'Barlow Semi Condensed'}
.tribe-events-calendar-list__event-title {font-family: 'Barlow Semi Condensed'!important;}
.tribe-common-h4, .tribe-common .tribe-common-h3 {font-family: 'Barlow Semi Condensed'!important;}
.tribe-events-back a{color:cyan}
.tribe-events-back a:hover{color: #00c6ff;}
.tribe-events-nav-next a{color:cyan}
.tribe-events-nav-next a:hover{color: #00c6ff;}
.tribe-events-nav-previous a{color:cyan}
.tribe-events-nav-previous a:hover{color: #00c6ff;}
.tribe-common .tribe-common-h--alt {
    font-weight: 400;
    font-family: 'Barlow Semi Condensed';
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{font-family:'Barlow Semi Condensed'!important;}
.tribe-common .tribe-common-h3{font-family:'Barlow Semi Condensed'!important;}

a.tribe-events-gcal, a.tribe-events-ical {
    clear: both;
    color: #000;
    font-size: 1rem!important;
    font-family: 'Barlow Semi Condensed'!important;
    font-weight: 400;
    line-height: 18px;
    margin-top: 21px;
    padding: 0 6px;
    text-decoration: none;
    padding: 5px!important;
    float:none!important;
}

.tribe-events-cal-links{display:block;}

.tribe-events-button {
    border-radius: 0px!important;
    background:black!important;
}
.tbl-feed-full-width {
    margin-left: 0!important;
    margin-right: 0!important;
}