/* Header */
.welcome {
    color: #ec3145;
    font-weight: 700;
}

/* Generic Page */
#content.generic-page .the-content-wrapper {
    background-color: #fff;
    padding: 40px;
}

#content.generic-page  {
    padding-bottom: 150px;
    background-color: #d7dcdf;
}

/* Booking */
.with_frm_style .frm_submit {
    text-align: center!important;
}

/* Listing and Details Views */
.the-fighter p {
    margin: 0;
}
.odd .bg-gray{
    background-color:gray!important;
}
.even .bg-gray{
    background-color:lightgray!important;
}
#content.individual-fighter-page .hero-section .the-fighter-profile .wrapper .fighter-details .personal-info .the-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em;
}

/*
#content.individual-fighter-page .hero-section .the-fighter-profile .wrapper .fighter-videos {
    margin-bottom: -60px;
    height: 362px;
}
*/

#content.meet-the-fighters-page {
    background-color: #d7dcdf;
}

.frm_pagination_cont {
    text-align: center;
    background-color: #d7dcdf;
}

.frm_pagination_cont ul.frm_pagination {
    /*display: inline-block;
    list-style: none;
    margin-left: 0 !important;*/
    margin: 0 0 50px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ec3145;
    border-radius: 3px;
    height: 40px;
}

.frm_pagination_cont ul.frm_pagination > li:first-child {
    margin-left: 0;
}

.frm_pagination_cont ul.frm_pagination > li:last-child:after {
    content:none;
    width: 1px;
    height: 32px;
    background-color: #ec3145;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.frm_pagination_cont ul.frm_pagination > li {
    /*display: inline;
    list-style: none;
    margin: 2px;
    background-image: none;*/
    list-style: none;
    position: relative;    
}

.frm_pagination_cont ul.frm_pagination > li:after {
    content: "";
    width: 1px;
    height: 32px;
    background-color: #ec3145;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.frm_pagination_cont ul.frm_pagination > li.active a {
    text-decoration: none;
}

.frm_pagination_cont ul.frm_pagination > li a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
}

.frm_pagination_cont ul.frm_pagination > li a.next,
.frm_pagination_cont ul.frm_pagination > li a.prev {
    width: 50px;
    font-size: 16px;
}

.biography .stat {
    font-size: 35px;
    color: #ec3145!important;
    font-weight: 700;
}

/* Formidable */

/* User messages */

/* Media all */
.frm_style_formidable-style.with_frm_style .frm_message {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing, .menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin-bottom: 30px;
}
.with_frm_style .frm_description {
    clear: both;
    padding-top: 5px!important;
    font-style: italic!important;
    font-weight: 700!important;
    font-size: 13px!important;
    font-family: Source Sans Pro,sans-serif!important;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-family: unset;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
    padding: 15px 0 3px 0;
    margin: 0;
    font-size: 36px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    color: #444444;
    border: none;
    border-top: 2px solid #e8e8e8;
    background-color: transparent;
    text-transform: lowercase;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
    text-transform: lowercase;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement {
    height: 40px;
    border: none;
    padding: 10px;
    font-size: 16px;
	border-radius: 0;
    background-clip: padding-box;
    border: 0px solid #ccc;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.frm_style_formidable-style.with_frm_style select {
    font-size: 15px;
}

.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {

    font-family: Source Sans Pro,sans-serif;
    margin: 0px;
    vertical-align: middle;
	
	background: none;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px;
	width: 40%;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    text-decoration: none!important;
    background-color: #ec3145;
    border: none;	
	margin: 36px 18px;
	
	box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 0px 0px #eeeeee!important;
    -webkit-box-shadow: 0 0px 0px #eeeeee!important;
    box-shadow: 0 0px 0px #eeeeee!important;
}
.btn-red{
    font-family: Source Sans Pro,sans-serif;
    margin: 0px;
    vertical-align: middle;
	
	background: none;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px;
	width: 40%;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    text-decoration: none!important;
    background-color: #ec3145;
    border: none;	
	margin: 36px 18px;
	
	box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 0px 0px #eeeeee!important;
    -webkit-box-shadow: 0 0px 0px #eeeeee!important;
    box-shadow: 0 0px 0px #eeeeee!important;
}
.forgot-password{
    text-align: center;
    display:block;
}
.white{
    color:white;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
.frm_form_submit_style:hover, 
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
    background-color: #d61429;
    color: #fff!important;
	
	box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 0px 0px #eeeeee!important;
    -webkit-box-shadow: 0 0px 0px #eeeeee!important;
    box-shadow: 0 0px 0px #eeeeee!important;
}

.frm_dropzone .dz-preview {
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
    background: #d7dcdf;
}

.frm_dropzone .dz-message {
    /* border: 2px dashed #dfdfdf; */
    background: #d7dcdf;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    text-align: center;
    margin: .5em 0 1em;
}
.frm_style_formidable-style.with_frm_style .frm_dropzone {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    background-color: #d7dcdf;
}

button, input[type=submit] {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.the-fighter .fighter-info .the-info .the-label {
    width: 40px;
    font-size: 12px;
    color: #787878;
    text-transform: uppercase;
    border-right: 1px solid #dadada;
}

.the-fighter .fighter-info .the-info .the-value {
    padding-left: 10px;
    font-size: 14px;
}

.the-fighter .fighter-info .the-info .the-label {
    width: 40px;
    font-size: 11px;
    color: #787878;
    text-transform: uppercase;
    border-right: 1px solid #dadada;
    padding-right: 45px;
}

.the-fighter img {
    width: 100%;
}

/* Gallery */

#gallery-1 img {
    max-width: unset;
    height: auto;
    width: 100%;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 0px!important;
    text-align: center;
    padding: 0 10px;
    width: 20%!important;
}

@media only screen and (max-width: 768px){
    #gallery-1 .gallery-item {
        width: unset!important;
    }
}


#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img {
    border: 2px solid #f0f0f0;
}

.gallery > br {
    display: none;
}

/*#gallery a span.caption img.the-icon {
    width: 85px;
    margin-bottom: 20px;
}*/

.frm_dropzone .dz-message {
    border: 2px dashed #e8e8e8;
    background: none;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    text-align: center;
    margin: .5em 0 1em;
}

.collaborations img {
    max-width: 100%;
    height: auto;
}

.caption a.book-button span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
a.the-fighter.the-gym{
	display: block; text-decoration: none;
	overflow: hidden;
	border-radius: 5px;
}
a.the-fighter.the-gym .the-logo{
	width:100%; height: 250px;
	display: flex; align-items: center; justify-content: center;
	background-color: #ccc;
}
a.the-fighter.the-gym .the-logo img{
	max-width: 80%;
	max-height: 80%;
}
a.the-fighter.the-gym .fighter-name{
	font-size: 20px;
}

#content.equipment-page .hero-section .sponsor-logos .the-content{
	padding:30px 0px;
}
#content.equipment-page .hero-section .sponsor-logos .the-content *{
	color:#fff;
}
#content.equipment-page .hero-section .sponsor-logos .the-content p:last-child{
	margin-bottom: 0px;
}

#home-banner{
	border-bottom:1px solid rgb(161, 161, 161);
}
#home-banner.video-banner{
	position: relative;
	display: flex; align-items: center; justify-content: center;
	height: 85vh;
	overflow: hidden;
}
#home-banner.video-banner .video-wrapper{
	position: fixed; z-index: -99; width: 100%; height: 100%; background-color:#000;
}
#home-banner.video-banner video,
#home-banner.video-banner iframe
{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#home-banner.video-banner .overlay{
	position: absolute; top:0px; left:0px; bottom:0px; right:0px; z-index: 1;
	background-color: #000;
	opacity: .3;
}


/* Homepage*/

@media only screen and (min-width: 768px){
    #header.for-home-page {
        background: transparent;
        /*margin-bottom: -215px;*/
    }

    #header.for-home-page {
        position: relative;
        z-index: 5;
        background: url(../../img/header-bg.jpg) 50% no-repeat;
        background-size: cover;
	}
}

#home-banner .caption .fight-time-left .hours span, #home-banner .caption .fight-time-left .minutes span, #home-banner .caption .fight-time-left .seconds span {
    font-family: Roboto,sans-serif;
    font-size:40px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

#home-banner .caption .fight-time-left .hours, #home-banner .caption .fight-time-left .minutes, #home-banner .caption .fight-time-left .seconds {
    margin: 0 25px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

#home-banner .caption .fight-time-left {
    margin-bottom: 30px;
    min-height: 59px;
}

@media (max-width: 550px){
    #gallery-1 .gallery-item {
        float: none!important;
    }
}


/*@media (min-width: 992px){
    img {
        max-width: unset;
        height: auto;
    }
}*/

/*#home-banner .caption {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 250px;
    bottom: 0;
    text-align: center;
}

@media (min-width: 992px){
    #header.for-home-page {
        background: transparent;
        margin-bottom: -215px;
    }
}*/


/* Sponsors */
#next-fights {
    background-color: #171516;
    padding: 60px 0 60px;
}

@media only screen and (max-width: 768px)
{
    #next-fights {
        padding: 40px 0 60px;
    }
}
@media only screen and (min-width:769px){
    
}
.mobile-menu{
    display:none;
}
#next-fights .logos.the-carousel {
    margin-top: 0px;
}

/* 4 Fighters */
.the-fighter .buttons {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Weight */
#weight-divisions ul.the-info {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(236,49,69,0);
    border-radius: 20px;
    margin: 0 0 5px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* News */
#latest-news .the-post .post-excerpt {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
}

#content.boxing-news-page .news-list .card .the-news .news-content a.post-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #545757;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
}

/* Newsletter */
#footer .wrapper .newsletter-form .the-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

#footer .wrapper .newsletter-form .the-form .form-control {
    width: 100%;
    position: relative;
    z-index: 0;
    border: none;
    height: 56px;
    padding-right: 150px;
}

#footer .wrapper .newsletter-form .the-form .btn-submit {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    height: 56px;
    width: 150px;
    background-color: #ec3145;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 768px){
    #footer .wrapper .newsletter-form .the-form .btn-submit {
        position: relative;
        z-index: 1;
        top: 0;
        right: 0;
        padding: 0;
        border: none;
        background: none;
        border-radius: 0;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer;
        height: 56px;
        width: 100%;
        background-color: #ec3145;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
}

#footer .wrapper .newsletter-form .the-form .form-control {
    width: 100%;
    position: relative;
    z-index: 0;
    border: none;
    height: 56px;
    padding-right: 250px;
}

.the-button {
    border: none;
    background: none;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #FFF!important;
    text-decoration: none!important;
    background-color: #ccc;
}

.subscription-form .frm_message p {
    color: #FFF;
}

#subscribe .subscription-form .note {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-style: italic;
}

.newsletter-overlay,.newsletter-overlay1 {
    background-color: rgba(34,40,46,.8);
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

/* Ranking & Stats */
#content.boxer-stats-page .the-stats table.table tbody tr td {
    padding: 15px 10px;
    background-color: hsla(0,0%,100%,.9);
    border-color: #c4c4c4;
    font-size: 14px;
    width: 25%;
}

#content p.balance {
    padding: 5px 0px;
    font-size: 14px!important;
}

.the-button-lined {
    background: none;
    border-radius: 0;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none!important;
    height: 48px;
    line-height: 46px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 198px;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 3px;
}

/* Mobile Menu */
#menu .wrapper ul.main-menu li a span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    text-transform: uppercase;
    font-size: 25px;
    color: #FFFFFF;
}


/*#header.for-home-page{*/
/*	background:none;*/
/*}*/
#header .bg-wrapper{
	position: absolute; top:0px; right:0px; bottom:0px; left:0px; z-index: -1;
	overflow: hidden;
}
#header .bg-wrapper img{
	min-width: 1870px;
	width: 100%;
}
#content{
	position: relative; z-index: 0;
}
#content.individual-fighter-page .hero-section .the-fighter-photo{
	margin-top: 30px;
	max-height: max-content;
}


@media only screen and (max-width: 1024px){
	#header .bg-wrapper img{
		min-width: 1200px;
		height: 550px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1024px){
	/* #home-banner.video-banner{}
	#home-banner.video-banner .video-wrapper{
		position: relative;
	}
	#home-banner.video-banner .video-wrapper{
		z-index: 0;
	}
	#home-banner.video-banner video,
	#home-banner.video-banner iframe
	{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	#home-banner.video-banner .overlay{
		display: none;
	} */
}
@media only screen and (max-width: 768px){
	#header .bg-wrapper img{
		min-width: 100%;
		height: 550px;
	}

	#home-banner.video-banner{
		height: 60vh;
	}
	
	#my-banner-content{
        top: 30%!important;
    }
	
	/* #home-banner.video-banner video
	{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	} */
	/*
	.mobile-menu{
        display:block;
    }
    */
    .advertiser-bottom-content p{
        padding-bottom:0px!important;
        margin-bottom:0px!important;
    }
}

@media only screen and (max-width: 575px){
    #header{
        position:fixed;
        width:100%;
        top:0px;
    }
    #panel{
        padding-top:90px;
    }
	#header .bg-wrapper img{
		width: 100%;
    	height: 250px;
	}

	#menu .wrapper a.logo{
		width: 190px;
		margin-bottom: 15px;
	}
	#menu .wrapper ul.main-menu li a img{
		height: 90px;
	}
	#menu .wrapper ul.main-menu li a span{
		font-size: 22px;
	}
	#content.individual-fighter-page .hero-section{
	    background-color:#b0bdce;
	}
	.footer-links{
	    text-align:center;
	}
	
	#footer .wrapper .footer-menus ul.footer-links li:after,#footer .wrapper .footer-menus ul.footer-links li:last-child:after {
        left: 50%;
        transform: translateX(-50%);
    }
	
}
#content.individual-fighter-page .biography .percentages .the-title span {
    font-size: 17px;
}
#content.individual-fighter-page .hero-section .the-fighter-photo .caption {
    padding-right:5px;
}
.hidden{
    display:none!important;
}
.page-numbers{
    padding:0px 10px;
}
#content.individual-fighter-page .hero-section .the-fighter-photo .caption .the-subtitle span {
    color: white;
    padding-left:4px;
}
.the-data,.the-data p{
    color:white!important;
}
.advertise-with-use{
    top:50px!important;
}
.ssbp-facebook{
    color: #4267B2;
    background-color: #4267B2;
}
.ssbp-twitter{
    color: #55acee;
    background-color: #55acee;
}
.ssbp-linkedin{
    color: #0077b5;
    background-color: #0077b5;
}
.ssbp-messenger{
    color: #448AFF;
    background-color: #448AFF;
}
.ssbp-email{
    color: #7d7d7d;
    background-color: #7d7d7d;
}
.ssbp-whatsapp{
    color: #25d366;
    background-color: #25d366;
}

#ssba-bar-2{
    max-width: fit-content;
    position: fixed!important;
    top: 25vh!important;
    z-index: 10000;
}
#content.individual-fighter-page .instagram-gallery {
    padding: 50px 0 50px;
}
.companies-top-content{
    padding-bottom:1px!important;
}
.home-cname{
    text-align: center;
    font-weight: bold;
    display: block!important;
    width: 100%;
    font-size: 18px!important;
}
#my-banner-content{
    position: absolute;
    top: 45%;
    width: 100%;
}
#my-banner-content .the-content{
    padding: 30px;
    background-color: rgb(0 0 0 / 76%);
}
#my-banner-content .section-title{
    margin-bottom:0px;
}
#subscribe {
    padding: 30px 0 45px;
}
#subscribe h3 {
    margin-bottom:30px;
}
a.the-fighter.the-gym .the-logo {
    background-color:white!important; 
}
.advertiser-bottom-content{
    padding-bottom:45px!important;
}
.mysspb ul{
    list-style:none;
    display:block!important;
    padding-left:0px!important;
    margin-top:20px;
}
.mysspb ul li{
    display:inline-block!important;
}
.personal-info{
    width:100%!important;
}
.mysspb a{
    padding:6px;
    height: 36px!important;
    display: inline-block;
    width: 36px!important;
    border-radius: 4px
}
#subscribe.contentbox *{
	color:#fff;
}
#subscribe.contentbox,
#subscribe.contentbox p,
#subscribe.contentbox ul,
#subscribe.contentbox ol
{	
	font-size: 18px;
	line-height: 24px;
}

#subscribe.contentbox p:last-child{
	margin-bottom: 0px;
}
#subscribe.contentbox .the-content{
	padding:30px; background-color: rgba(0, 0, 0, .6);
}
#header .header-content ul.main-menu>li>a,#header .header-content ul.member-links li a.register-link,#latest-news .the-post .post-excerpt p,#footer .wrapper .footer-menus ul.footer-links li a,#footer .wrapper .newsletter-form label{
    font-size:17px;
}
#subscribe.contentbox p{
    font-size:20px;
}
#meet-the-fighters a.see-all{
    font-size:32px;
}
#latest-news .the-post a.readmore{
    font-size:19px;
}
#content.individual-fighter-page .biography p{
    font-size:18px;
}
#content.individual-fighter-page .biography .percentages .the-title span{
    font-size:18px;
}
.frm_pagination_cont ul.frm_pagination > li a{
    font-size:19px;
}
#content.equipment-page .hero-section .the-text{
    font-size:24px;
}
#content p{
    font-size:20px;
}
#content.equipment-page .hero-section .categories a.the-category{
    font-size:19px;
}
.advertisers-page .the-button-lined {
    font-size:19px;
}
#home-banner .video-wrapper{
    width:100%;
    height:800px;
}
.circles-container p{
    text-align:center;
    color:#222!important;
}
.circle-card {
    position: relative;
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0b0f1a;
}

/* Animated border */
.circle-card::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    background: conic-gradient(
        #00f0ff,
        #ff00c8,
        #00f0ff
    );
    animation: rotate 8s linear infinite;
}

/* Inner circle */
.circle-card::after {
    content: "";
    position: absolute;
    width: 92%;
    height: 92%;
    background: #0b0f1a;
    border-radius: 50%;
    z-index: 1;
}

/* Content */
.circle-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.circle-content h5 {
    font-size: 28px;
    color:#d12c3f!important;
    margin: 0;
}

.circle-content p {
    margin: 0;
    font-size: 14px;
    color: white!important;
    text-align:center!important;
    padding:0px!important;
    
}

.circles-container .the-title span{
    font-size:22px!important;
    color: white!important;
    
}
.red{
    color:#ec3145!important;
}

.bg-white{
    background-color:white!important;
}
/* Animation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Hover effect */
.circle-card:hover::before {
    animation-duration: 1.5s;
}
    
#header .header-content ul.main-menu > li:not(:last-child) {
    margin-right: 40px;
}        
#content.individual-fighter-page .biography p{
     line-height:1.2;
 }
.section-title.text-black{
    color:black!important;
}
.section-title .text-black{
    color:black!important;
}
#content.equipment-page .hero-section img.the-logo{
    max-width:100%;
    margin-left:0px;
    margin-right:0px;
}
.visually-hidden {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}
.company-desc{
    color:white;
}
.bold{
    font-weight:bold!important;
}
#home-banner .section-title span{
    font-size:30px;
}
@media only screen and (max-width: 767px) {
    .for-home-page{
        background:url(../../img/header-bg.jpg) 50% no-repeat!important;
    }
    #home-banner img.bg{
        height:550px;
    }
}
@media only screen and (min-width: 768px){
    .for-home-page{
        background:none!important;
        position:absolute!important;
        width:100%;
    }
    .for-home-page .header-content .skew-start{
         background-color: rgb(0 0 0 / 56%) !important;
    }
   
}
@media only screen and (min-width: 1400px){
     #content.individual-fighter-page .hero-section .the-fighter-photo .caption{
         padding:30px!important;
     }
    .footer-links a,.header-content a,.the-fighter .buttons a.btn-profile span,.the-fighter .buttons a.btn-book span,.frm_pagination_cont ul.frm_pagination > li a{
        font-size:1.4rem!important;
    }
    #copyright p,#copyright a{
        font-size:1.1rem!important;
    }
    .the-fighter p{
        min-width:38%!important;
    }
   
    .the-fighter .fighter-info .the-info .the-value,#content.individual-fighter-page .biography p,#content.individual-fighter-page .hero-section .the-fighter-photo .caption .the-subtitle,#content.individual-fighter-page .hero-section .the-fighter-photo .caption strong,#content.individual-fighter-page .hero-section .the-fighter-photo .caption a.book-button span,a.the-fighter.the-gym .fighter-name,#subscribe.contentbox p,.company-desc,#content p,#content.equipment-page .hero-section a.the-button-red,#content.equipment-page .hero-section .the-text,#home-banner .section-title span{
        font-size:1.7rem!important;
    }
    #home-banner .section-title span{
        margin-top:15px;
        line-height:1.4;
    }
    #content.equipment-page .hero-section .categories a.the-category,body{
        font-size:1.4rem!important;
    }
    #content.advertisers-page .the-package ul li{
        font-size:1.5rem!important;
    }
    .advertisers-page .the-button-lined{
        max-width:unset;
        font-size:1.5rem!important;
    }
    #content.individual-fighter-page .biography p,#subscribe.contentbox p,.company-desc{
         line-height:1.4;
     }
     #content.individual-fighter-page .collaborations.circles-container-section{
         padding-bottom:80px!important;
     }
     .circle-content h5,#meet-the-fighters a.see-all{
         font-size:40px!important;
     }
     .the-fighter .fighter-info .the-info .the-value{
         height:auto;
     }
}