  #Content.profile_page {
    padding-top: 25px !important;
}
@media screen and (max-width: 768px) {
    #Content.profile_page {
        padding-top: 0 !important;
    }
}

#Content.profile_page > .breadcrumb_row {
    padding: 23px 0 20px 35px !important;
    position: absolute;
    width: 100%;
    background: transparent;
}

#filter-by-level-header, 
#filter-by-level-form {
    display: none;
}

.see_more_media.see_all_box > a {
    padding-top: 15px !important;
    padding-right: 5px !important;
}

.profile_page > .section_wrapper {
    padding-bottom: 40px;
}

.profile_page > .section_wrapper.first_wrapper {
    padding-top: 60px !important;
}

@media screen and (max-width: 1024px) {
    .profile_page > .section_wrapper.first_wrapper {
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    .profile_page > .section_wrapper.first_wrapper {
        padding-top: 70px !important;
        padding-bottom: 20px !important;
    }
}

.profile_page > .section_wrapper.related_list_content {
    padding: 40px 0 60px 0;
}
.profile_page > .section_wrapper.related_list_content > .staff_list_section {
    margin-bottom: 0 !important;
    width: 100%;
}
.profile_page > .section_wrapper.related_list_content > .staff_list_section .profile_card {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .profile_page > .section_wrapper.related_list_content > .staff_list_section .profile_card {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 479px) {
    .profile_page > .section_wrapper.related_list_content > .staff_list_section .profile_card:last-child {
        margin-bottom: 0;
    }
}

    .hall_of_fame_header {
    background-image: url('/wp-content/themes/betheme-child/assets/images/Hall_of_Fame_banner_line.jpg');
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

#Content .hall_of_fame_header > .hall_of_fame_image {
    max-width: 33.333333% !important;
    width: auto !important;
    height: auto !important;
}

/* Awards Section */
.awards_section {
    /*padding: 30px 0;*/
}
.awards_section .text_title {
    text-align: center;
}
/* End Awards Section */



.decorated {
    padding: 40px 40px 0 40px;
    border: 5px solid #c5281c;
    border-bottom: 0;
}
.image-decorated {
    text-align: center;
}
.image-decorated strong {
    color: #c5281c;
    text-transform: uppercase;
}


/* TO DELETE WHEN PARTIAL IS FINISHED */
#Profile_info section{
	margin-bottom:35px;
	margin-top: 0;
}

.profile-names{
    margin-bottom: 40px;
}

.profile-first-name{
    color: black;
    font-size: 3.8em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.profile-last-name{
    color: #C5281C;
    font-size: 6em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}
/*.profile-user-data {
    display: block;
}*/

.profile-data-header{
    font-size: 18px;
    color: #737374;
    line-height: 1.2;
    text-transform: capitalize;
}

.profile-data-value{
    font-size: 16px;
    color: black;
    line-height: 1.2;
}

.profile-info-divider{
    height: 40px;
}

.coach-name
{
    width:75%;
	font-weight:bold;	
}
.coach-social-net
{
	display:flex;
	justify-content:flex-end;
	width:25%;
}
.coach-social-net  div{
    max-height:25px;
    margin-left:10px;  
    	
}
.profile-image-container
{
    width:40%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.profile-data-container {
    width: 60%;
}

.profile-vertical-row {
    display: flex;
    flex-direction: column;
}
.profile-data{
    margin-left:15px;
}
.profile-data-block{
    margin-bottom:10px;
}

.profile_horizontal_row #personal_data {
	margin-left: auto;
}

.img-prof-title{
	width: 30px;
	height: 30px;
    border-radius: 50%;
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.img-prof-title +span, .img-prof-hometown +span{
	margin: auto;
}
.img-prof-hometown{
	width: 25px;
	height: 25px;    
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 10px;
}
/*.prof-rlted-content
{
	display:flex;
	justify-content: space-between;
}*/

/* Player Statistics Section */
#stats_section {
    margin-bottom: 60px;
}
#stats_section .stats_text_subtitle {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#stats_section .player_statistics_section {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}
.player_statistics_section .circle_stats {
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.player_statistics_section .circle_stats * {
    color: #000000;
    text-align: center;
}
.player_statistics_section .player_stats_content {
    height: 282px;
    width: 282px;
    border: 20px solid #c5281c;
    border-radius: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.player_statistics_section .player_stats_content span {
    text-transform: uppercase;
}
.player_statistics_section .player_stats_content .stats_number {
    font-size: 8.125rem;
    font-family: DIN_WebFont_Bold;
    font-weight: 400;
    line-height: 173px;
}
.player_statistics_section .player_stats_content .stats_name {
    font-size: 1.125rem;
    font-family: DIN_WebFont_Bold;
    font-weight: 400;
    line-height: 24px;
}

.profile_media {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.profile_media_box {
    width: 100%;
}
.profile_media_box .media_box_content {
    margin: 0 -7px;
}

@media screen and (max-width: 1440px) {
    .player_statistics_section .player_stats_content {
        height: 226px;
        width: 226px;
        border: 16px solid #c5281c;
    }
    .player_statistics_section .player_stats_content .stats_number {
        font-size: 6.5rem;
        line-height: 138px;
    }
    .player_statistics_section .player_stats_content .stats_name {
        font-size: 0.875rem;
        line-height: 19px;
    }
}
@media screen and (max-width: 1024px) {
    .player_statistics_section .player_stats_content {
        /*height: 180px;
        width: 180px;
        border: 12.8px solid #c5281c;*/
        height: 170px;
        width: 170px;
        border: 12px solid #c5281c;
    }
    .player_statistics_section .player_stats_content .stats_number {
        /*font-size: 5.25rem;
        line-height: 111px;*/
        font-size: 5rem;
        line-height: 101px;
    }
    .player_statistics_section .player_stats_content .stats_name {
        font-size: 0.75rem;
        line-height: 16px;
    }
}
@media screen and (max-width: 768px) {
    #stats_section .player_statistics_section {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .player_statistics_section .player_stats_content {
        height: 180px;
        width: 180px;
        border: 12.8px solid #c5281c;
    }
    .player_statistics_section .player_stats_content .stats_number {
        font-size: 5.25rem;
        line-height: 111px;
    }
    .player_statistics_section .circle_stats {
        width: 50%;
        padding: 15px 0;
    }
    .player_statistics_section .circle_stats:last-child {
        padding-bottom: 0;
    }
    .profile_horizontal_row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 479px) {
    .player_statistics_section .circle_stats {
        width: 100%;
    }
}
/* End Player Statistics Section */

a.more_button {
    float: right;
    color: #c5281c;
    background: transparent;
    position: relative;
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 18px;
}

a.more_button:hover{
	text-decoration: none;
	color: #c5281c;
	opacity: 1;
}

a.more_button > img {
    height: 20px !important;
    width: 20px;
    position: relative;
    top: 4px;
    left: 10px;
}

.profile-photo {
    height: 270px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.media_container .vc_col-md-6{
    padding-bottom: 10px;
}

video {
    width: 100%;
    height: 270px;
}

/* Biography Section */
.profile_bio_section {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.profile_bio_section .profile_bio_content {
    margin: 0;
}
.profile_bio_section .bio_image {
    padding: 0 0 10px 30px;
    float: right;
    width: auto;
}
.profile_bio_section .bio_photo {
    max-height: 480px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.profile_bio_section .bio_text {
    color: #000000;
    overflow: hidden;
    transition: height 0.3s linear;
    line-height: 39px;
    padding-bottom: 7px;
}
.profile_bio_section .bio_text.expanded {
    height: auto !important;
    overflow: visible;
}
.profile_bio_section .bio_text * {
    line-height: 39px;
}
@media screen and (max-width: 1440px) {
    .profile_bio_section .bio_photo {
        max-height: 400px;
    }

    .profile_bio_section .bio_text {
        line-height: 39px;
    }
    .profile_bio_section .bio_text * {
        line-height: 39px;
    }
}
@media screen and (max-width: 1024px) {
    .profile_bio_section .bio_photo {
        max-height: 360px;
    }

    .profile_bio_section .bio_text {
        line-height: 39px;
    }
    .profile_bio_section .bio_text * {
        line-height: 39px;
    }
}
@media screen and (max-width: 768px) {
    .profile_bio_section .bio_photo {
        max-height: 300px;
    }

    .profile_bio_section .bio_text {
        line-height: 34px;
        padding-bottom: 5px;
    }
    .profile_bio_section .bio_text * {
        line-height: 34px;
    }
}
@media screen and (max-width: 600px) {
    .profile_bio_section .bio_photo {
        max-height: 260px;
    }
}
@media screen and (max-width: 479px) {
    .profile_bio_section .profile_bio_content {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .profile_bio_section .bio_image {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .profile_bio_section .bio_photo {
        max-height: 100%;
        width: 100%;
    }
    .profile_bio_section .bio_text {
        line-height: 34px;
    }
    .profile_bio_section .bio_text * {
        line-height: 34px;
    }
}
/* End Biography Section */


/* Player Profile Stats Section */
.profile_stats {

}
.profile_stats .profile_stats_ul {
    display: flex !important;
    justify-content: center;
}
.profile_stats .profile_stats_ul li {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}
.profile_stats .profile_stats_ul li a {
    padding: 15px !important;
}

/* Profile Datatables */
.profile_stats .vc_tta-container .yearpicker_container {
    width: 140px;
}
.profile_stats .vc_tta-container .filter_title {
    margin-bottom: 5px;
    font-family: DIN_WebFont_Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}
.profile_stats .vc_tta-container #years {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/calender.svg);
    background-size: 1rem;
    background-position: 10px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 0;
    cursor: pointer;
    height: 34px;
    margin: 0 0 20px 0;
    width: 100%;
    text-indent: 34px;
    font-family: DIN_WebFont_Regular;
    border: solid 1px #e5e5e5;
}
.profile_stats .vc_tta-container #years,
.profile_stats .vc_tta-container #years {
    color: #000000;
    font-weight: bold;
}
.profile_stats .vc_tta-container #years::-webkit-input-placeholder,
.profile_stats .vc_tta-container #years::placeholder {
    color: #000000;
    font-weight: 400;
}

.profile_stats .dataTables_wrapper .dataTables_info {
    font-size: 0.875rem;
    font-family: DIN_WebFont_Regular;
    font-weight: 400;
    line-height: 19px;
    text-align: left !important;
}
.dataTables_scrollBody {
    border-bottom: 1px transparent !important;
    margin-left: -4px;
}
/*player stats tables*/
.profile_stats #years_table_wrapper .datatables_scrollHead,
.profile_stats #timeline_table_wrapper .datatables_scrollHead,
.profile_stats #match_by_match_table_wrapper .datatables_scrollHead,
    /*staff stats tables*/
.profile_stats #men_soccer_wrapper .datatables_scrollHead,
.profile_stats #women_soccer_wrapper .datatables_scrollHead {
    display: none;
}
/*player stats tables*/
.profile_stats #years_table_wrapper .dataTables_scrollBody thead th .dataTables_sizing,
.profile_stats #timeline_table_wrapper .dataTables_scrollBody thead th .dataTables_sizing,
.profile_stats #match_by_match_table_wrapper .dataTables_scrollBody thead th .dataTables_sizing,
    /*staff stats tables*/
.profile_stats #men_soccer_wrapper .dataTables_scrollBody thead th .dataTables_sizing,
.profile_stats #women_soccer_wrapper .dataTables_scrollBody thead th .dataTables_sizing {
    height: auto !important;
}
/*player stats tables*/
.profile_stats #years_table_wrapper .dataTables_scrollBody::-webkit-scrollbar,
.profile_stats #timeline_table_wrapper .dataTables_scrollBody::-webkit-scrollbar,
.profile_stats #match_by_match_table_wrapper .dataTables_scrollBody::-webkit-scrollbar,
/*staff stats tables*/
.profile_stats #men_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar,
.profile_stats #women_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    height: 12px;
    background-color: #e5e5e5;
    border-radius: 0;
}
/*player stats tables*/
.profile_stats #years_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-button,
.profile_stats #timeline_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-button,
.profile_stats #match_by_match_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-button,
/*staff stats tables*/
.profile_stats #men_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar-button,
.profile_stats #women_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar-button {
    width: 1px;
    background: transparent;
}
/*player stats tables*/
.profile_stats #years_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb,
.profile_stats #timeline_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb,
.profile_stats #match_by_match_table_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb,
/*staff stats tables*/
.profile_stats #men_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb,
.profile_stats #women_soccer_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #c5281c;
}
/*player stats tables*/
.profile_stats #years_table_wrapper #years_table,
.profile_stats #timeline_table_wrapper #timeline_table,
.profile_stats #match_by_match_table_wrapper #match_by_match_table,
/*staff stats tables*/
.profile_stats #men_soccer_wrapper #men_soccer,
.profile_stats #women_soccer_wrapper #women_soccer {
    border-bottom: none !important;
}
.profile_stats .year_filter_table .yearpicker_container{
    padding: 0 !important;
}
.profile_stats .vc_tta-panels {
    border-radius: 0;
    border: 0 !important;
    margin-top: 10px;
}
.profile_stats .vc_tta-panels-container {
    background-color: #F7F7F7;
    border-top: thin solid #F0F0F0;
}
.profile_stats > .section_wrapper.text_title {
    padding: 0 !important;
}
.profile_stats #filter_wrapper.section_wrapper {
    padding: 15px 0 0 0 !important;
}
.profile_stats #filter_wrapper.section_wrapper .yearpicker-input {
    margin: 0;
    background-color: white !important;
}
.profile_stats .vc_tta-container .section_wrapper {
    padding: 10px 0 !important;
    border-width: 0 !important;
    background-color: #F7F7F7 !important;
}
.profile_stats .dataTables_info {
    font-size: 0.875rem;
    font-family: DIN_WebFont_Regular;
    font-weight: 400;
    line-height: 19px;
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    /*player stats tables*/
    .profile_stats #years_table .dataTables_empty,
    .profile_stats #timeline_table .dataTables_empty,
    .profile_stats #match_by_match_table .dataTables_empty,
        /*staff stats tables*/
    .profile_stats #men_soccer .dataTables_empty,
    .profile_stats #women_soccer .dataTables_empty {
        text-align: left !important;
    }
}
/* End Profile Datatables */

/* End Player Profile Stats Section */

.profile-gallery .vc_col-sm-4:first-child {
    width: 66.66667%;
}

.profile-gallery .vc_col-sm-4 {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
} 

a.see_more_button {
    float: right;
    color: #c5281c;
    background: transparent;
    position: relative;
    padding: 15px;
    font-size: 1rem;
    line-height: 18px;
    top: -40px;
	font-weight: 700;
	text-transform: uppercase;
}

a.see_more_button:hover{
	text-decoration: none;
	opacity: 1;
	color: #c5281c;
}

a.see_more_button > img {
    height: 20px !important;
    width: 20px;
    position: relative;
    top: 4px;
    left: 10px;
}

/* Honours Section */
#honours_section a.see_more_honour {
    color: #c5281c;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

#honours_section a.see_more_honour:hover{
    text-decoration: none;
    opacity: 1;
    color: #c5281c;
}

#honours_section  a.see_more_honour > img {
    height: 10px !important;
    width: 10px;
    position: relative;
    left: 5px;
}
@media screen and (max-width: 1024px) {
    #honours_section .honours_section_content {
        margin: 0 -7px;
    }
}
/* End Honours Section */


.staft_card:hover .bottom-red-line, .prof-column:hover .bottom-red-line  {
    display: block;
}

.left_media {
    width: 100%;
    height: 550px;
}

.vc_tta-tabs-container {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.vc_tta-tabs-list {
    text-align: center;
}

ul.vc_tta-tabs-list li {
    margin-left: 50px !important;
    padding: 10px 10px 20px !important;
}
ul.vc_tta-tabs-list li:first-child {
    margin-left: 5px !important;
}

.vc_tta-tabs-container {
    padding-bottom: 0 !important;
}

ul.vc_tta-tabs-list li.vc_active {
    background-color: #F7F7F7;
    border: thin solid #f0f0f0;
    border-bottom: 0;
}

ul.vc_tta-tabs-list li a {
    background-color: transparent !important;
    font-size: 18px !important;
    border: none !important;
    padding: 5px 0 5px 0 !important;
}

ul.vc_tta-tabs-list li.vc_active a {
    color: rgb(197, 40, 28) !important;
}

ul.vc_tta-tabs-list li.vc_active a span{
    font-weight: bold;
}

select#year {
    color: #000000;
    background-color: white;
    border: none;
    font-size: 0.875rem;
    margin: 0;
    display: inline-block;
    padding: 12px 15px 12px 45px;
}

img.calendar {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 10px;
}

/*BEGIN Honours section*/

section#honours_section .staft_data h4, section#honours_section .staft_data h6, section#honours_section .staft_data p{
    margin-bottom: 5px;
}

section#honours_section .staft_card .staft_img {
	height: 120px;
}

.staft_card .staft_img {
    padding-left: 0;
    padding-right: 0;
    height: 145px;
}

.staft_card .staft_img img {
    display: block;
    max-width: 100% !important;
    max-height: 100%;
    height: 100% !important;
    width: 100%;
}

.staft_card .staft_data h4 {
    margin-top: 35px;
}

.staft_data h1 {
    margin-top: 10px;
}
/*END Honours section*/

section.profile_media{
    padding-left: 0;
    padding-right: 0;
}
.vc_tta-tabs-container {
	display: block !important;
}

.vc_tta-panel-heading {
    display: none;
}

#filter-by-level-form select#level {
    color: rgba(0, 0, 0, 0.9);
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 0.875rem;
    margin: 0px;
    display: inline-block;
    padding: 10px 35px 10px 45px;
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/down/arrow-down-red.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 16px 16px;
    height: 100%;
    font-family: DIN_WebFont_Regular;
    font-size: 1rem;
    font-weight: 600;
}

#filter-by-level-form select#level > option {
    padding: 10px 15px 10px 30px;
    font-family: DIN_WebFont_Regular;
    font-size: 1rem;
}

#filter-by-level-form select#level > option:hover {
    background-color: #ffffff;
    color: #000000;
}

#filter-by-level-form select#level > option:not([value="0"]) {
    font-weight: 600;
}

#filter-by-level-form img.calendar {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 12px;
    max-width: unset;
    width: auto;
}

#filter-by-level-header > .filter-header-p {
    margin-bottom: 5px;
}

/* ------------------------------------------------------- */

@media (max-width: 768px) {
    section.profile_media{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
	ul.vc_tta-tabs-list li {
		margin-left: 10px !important;		
	}
	
	ul.vc_tta-tabs-list li a {
		font-size: 14px !important;
	}
}

@media (max-width: 767px) {
    .profile-gallery .vc_col-xs-12:first-child {
        width: 100%;
    }

    .decorated {
        padding: 40px 0 0;
        border: 0;
        border-top: 5px solid #c5281c;
    }

    /*.profile-user-data {
        display: block;
    }*/

    .profile-data-container {
        width: 100%;
    }

    .profile-data-container > .profile-data:first-child {
        display: block;
    }

    .profile-image-container {
        width: 100%;
    }

    .profile-gallery {
        display: flex;
    }

    .profile-gallery .vc_col-sm-4{
        width: 150px !important;
        margin-right: 5px;
    }

    .profile-photo {
        width: 150px;
        height: 150px;
    }
}

#bio-extra-container {
    display: none;
}
@media (max-width: 1024px) {
    .staft_card .staft_data h4 {
        margin-top: 10px;
    }
    .profile_team_section .team_profile_content {
        margin: 0 -7px;
    }
}