/*
Theme Name: CHSN
Theme URI: https://chsn.com
Description: A theme powering chsn.com
Version: 0.0.1


/**
*Fonts
**/

@font-face {
    font-family: 'proximanova-bold';
    src: url('/wp-content/themes/chsn/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/chsn/fonts/proximanova-bold-webfont.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    color:#000;

}

@font-face {
    font-family: 'proximanova-regular';
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/wp-content/themes/chsn/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         local('Pacifico Regular'), local('Pacifico-Regular'), url('/wp-content/themes/chsn/fonts/proximanova-regular-webfont.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova-semibold';
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/wp-content/themes/chsn/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         local('Pacifico Regular'), local('Pacifico-Regular'), url('/wp-content/themes/chsn/fonts/proximanova-semibold-webfont.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;

}

.regular {
  font-family:proximanova-regular, Helvetica, Arial,sans-serif !important;
}

.bold {
  font-family:proximanova-bold, Helvetica, Arial,sans-serif !important;
}

.semibold {
  font-family:proximanova-semibold, Helvetica, Arial,sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, button {
    color:#fff;
}

p {
    font-size:18px;
}

#footer {
  display:none;
}

body {
    margin-top:0px;
    overflow-x:hidden;
    background:#000;
}

.video_title {
    font-size: 2rem;
}

 @media screen and (max-width:600px) {
  .video_title {
    font-size: 25px;
    }
}

.nav_logo {
    width:60px;
    height:auto;
    padding-top:20px;
    padding-bottom:20px;
}

@media screen and (max-width:600px) {
  .nav_logo {
    width:50px;
}
}

a:hover {
    text-decoration: none;
}

.team_icon {
    width:80px;
    height:auto;
    border-radius:50%;
    cursor:pointer;
}

.team_icon:hover {
    /** box-shadow:0px 0px 20px 5px rgb(204, 45, 50, 0.25); **/
    border:4px solid #CB2C30;
    cursor:pointer;
}

 @media screen and (max-width:991.98px) {
  .team_icon:hover {
    cursor:pointer;
    }
}

 @media screen and (max-width:767.98px) {
  .team_icon:hover {
    border:none;
    }
}

.ul_nav{
    list-style-type: none;
    padding-inline-start: 0px;
    display:flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none !important;
    margin-top:35px;
}
 @media screen and (max-width:600px) {
  .ul_nav {
    margin-top:30px;
    }
}


.row_main {
    justify-content:center;
    background:#000;
    padding-left:10%;
    padding-right:10%;
}
 @media screen and (max-width:991.98px) {
  .row_main {
    padding-left:15px;
    padding-right:15px;
    }
}

 @media screen and (max-width:600px) {
  .row_main {
    padding-left:0px;
    padding-right:0px;
    }
}

.row_team_nav {
    justify-content:center;
    background:#141213;
    padding-left:10%;
    padding-right:10%;
    padding-top:20px;
    padding-bottom:20px;
}
@media screen and (max-width:991.98px) {
  .row_team_nav {
    padding-left:0px;
    padding-right:0px;
    }
}

@media screen and (max-width:767.98px) {
  .row_team_nav {
    padding-top:15px;
    }
}



#gform_submit_button_2 {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    color: #CB2C30;
    font-weight: bold;
    letter-spacing: 1px;
}
#input_2_1 {
    width: 100%;
    height: 40px;
    border: none;
    text-align: center;
        margin-bottom: -10px;
}


.row_header{
    background-image:url('/wp-content/uploads/chsn-bg.png');
    background-repeat:no-repeat;
    background-size:100% 260px;
    height:260px;
    margin-bottom:40px;
    background-position: center;
}

@media screen and (max-width:1200px) {
  .row_header{
    background-image:url('/wp-content/uploads/chsn-bg.png');
    background-repeat:no-repeat;
    background-size:100% 190px;
    height:190px;
    margin-bottom:40px;
    background-position: center;
}
}

.h1_header {
    font-size:35px;
    letter-spacing:0px;
    color:#fff;
    line-height:1.0;
    margin-bottom:20px;
    font-weight: 800;
    width:75%;
}

.p_header {
    letter-spacing:1px;
    color:#fff;
    font-size:22px;
    width:70%;
    line-height:1.25;
    text-shadow:0px 0px 10px rgb(0,0,0,0.5);
}

.col_header_left {
    margin-top:40px;
}

.cta_header {
    margin-top:55px;
}

@media screen and (max-width:1400px) {
  .h1_header {
    font-size:35px;
    width:90%;
    }
  .p_header {
    font-size:20px;
    width:90%;
    }
}


@media screen and (max-width:1200px) {
  .h1_header {
    font-size:30px;
    width:90%;
    }
  .p_header {
    font-size:18px;
    width:100%;
    }

    .col_header_left {
    margin-top:30px;
    }
}



@media screen and (max-width:991.98px) {
  .h1_header {
    font-size:35px;
    width:90%;
    }
  .p_header {
    font-size:18px;
    width:100%;
    }

    .col_header_left {
    margin-top:30px;
    }
}


@media screen and (max-width:800px) {
  .h1_header {
    font-size:26px;
    width:100%;
    }
  .p_header {
    font-size:18px;
    width:100%;
    margin-bottom:0px;
    }

    .col_header_left {
    margin-top:30px;
    }

    .cta_header {
    margin-top:-40px;
    }
}



@media screen and (max-width:767.98px) {
  .h1_header {
    font-size:25px;
    width:100%;
    }
  .p_header {
    font-size:18px;
    width:100%;
    }
    .col_header_left {
    margin-top:30px;
}
    .cta_header {
    margin-top:-40px;
    }
}

@media screen and (max-width:600px) {
  .h1_header {
    font-size:25px;
    width:100%;
    margin-bottom:10px;
    }
  .p_header {
    font-size:16px;
    width:100%;
    }
    .col_header_left {
    margin-top:30px;
}
    .cta_header {
    margin-top:-30px;
    }


#gform_submit_button_2 {
    height: 30px !important;
}
#input_2_1 {
    height: 30px !important;
}

}


@media screen and (max-width:380px) {
  .h1_header {
    font-size:25px;
    width:100%;
    margin-bottom:10px;
    }
  .p_header {
    font-size:15px;
    width:100%;
    }
    .col_header_left {
    margin-top:25px;
}
    .cta_header {
    margin-top:-30px;
    }


#gform_submit_button_2 {
    height: 30px !important;
}
#input_2_1 {
    height: 30px !important;
}

}


.gform-body {
}
.gform_footer {
}

a { 

    color:#fff;
 }

 a:hover { 

    color:#fff;
 }

button:focus {
    outline: none !important;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius:10px;
}
.nav_button {
    border-color:#fff;
    border:1.5px solid #fff;
    height:40px;
    font-size:14px;
    color:#fff;
    border-radius:25px;
    width:fit-content;
    padding-left:15px;
    padding-right:15px;
    font-weight:regular;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5);
    letter-spacing:1.5px;
    line-height:1.0;
    width:200px;
}

@media screen and (max-width:600px) {
    .nav_button {
       width:140px;
       min-width:fit-content;
       margin-right:15px;
    }
}

.nav_button:hover {    
    border:1.5px solid #CB2C30;
    background:transparent !important;
    color:#fff;
    cursor:pointer;
}

@media screen and (max-width:767.98px) {
    .nav_button:hover {    
    border:1.5px solid #fff;
    background:transparent;
    color:#fff;
    cursor:pointer;
}
}

.nav_button:focus {
    -webkit-appearance: none;
}
.nav_button:active {
    -webkit-appearance: none;
}
#input_1_1 {
    width:100%;
    height:40px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #4b4b4b;
    background:#fcfcfc;
    padding-left:10px;
}
#input_1_1:focus {
    border:none;
    -webkit-appearance: none;
}
#input_1_1:active {
    border:none;
    -webkit-appearance: none;
}
#input_1_2 {
    width:100%;
    height: 40px;
    color:#757575;
    text-align: left;
    padding-left:5px;
}
#input_1_3 {
    width:100%;
    border-radius: 10px;
    text-align: left;
    padding-top:10px;
    padding-left:10px;
}
#input_2_1 {
        width: 100%;
        height: 50px;
        border: none;
        text-align:center;
    }
    #input_2_1::placeholder {
        color:#CB2C30;
        opacity:0.80;
    }
#gform_confirmation_wrapper_1 {
    margin-top:15px;
}
.gfield {
    margin-bottom:15px;
}
.gform_title {
    font-size:20px;
    letter-spacing:1px;
    color:#fe0100;
    font-weight:600;
}
.gform_description {
    color:#fff;
    font-weight:500;
    font-size:24px;
    letter-spacing: 1.5px;
    margin-bottom:30px;
}
@media screen and (max-width:600px) {
    .gform_description {
       font-size:20px;
    }
}
.gform-field-label {
    display:none;
}
.form_div_2 {
    width:50%;
    max-width:100%;
    margin-left:auto;
    margin-right: auto;
}
@media screen and (max-width:767.98px) {
    .form_div_2 {
        width:90%;
        max-width:100%;
    }
}
@media screen and (max-width:600px) {
    .form_div_2 {
        width:90%;
        max-width:100%;
    }
}
.background-img {
    content:url('https://chsn.com/wp-content/uploads/CSN_3840x2160-scaled.jpg');
}
@media screen and (max-width:768px) {
    .background-img {
        content:url('https://chsn.com/wp-content/uploads/CSN_768x1024.jpg');
    }
}
@media screen and (max-width:640) {
    .background-img {
        content:url('https://chsn.com/wp-content/uploads/CSN_640x360.jpg');
    }
}


ul {
        list-style-type: none;
margin-block-start: 0em;
margin-block-end: 0em;
padding-inline-start: 25px;
}
li {
display: list-item;
text-align: -webkit-match-parent;
unicode-bidi: isolate;
font-size:20px;
font-weight:600;
letter-spacing:1px;
margin-right:30px;
color:#fff;
}

@media screen and (max-width:767.98px) {
   li {
margin-right:10px;
}
}

.ul_schedule {
    padding-inline-start: 25px;
}

@media screen and (max-width:767.98px) {
   .ul_schedule {
    padding-inline-start: 15px;
}
}

@media screen and (max-width:600px) {
   .ul_schedule {
    padding-inline-start: 8px;
}
}

.li_schedule {
    font-size:20px;
    font-weight:;
    margin-right:0px;
    margin-top:5px;
    letter-spacing:1px;
}

@media screen and (max-width:767.98px) {
   .li_schedule {
    font-size:16px;
    margin-right:0px;
    margin-top:5px;
}
}

@media screen and (max-width:600px) {
   .li_schedule {
    font-size:14px;
    margin-right:0px;
    margin-top:0px;
}
}

.main_player {
    width:90%;
}
@media screen and (max-width:767.98px) {
    .main_player {
    width:100%;
}
}

.meta_col {
    padding-left:0px;
    padding-right:0px;
}
@media screen and (max-width:767.98px) {
    .meta_col {
    padding-left:0px;
    padding-right:0px;
}
}
.meta_col_single {
    padding-top:15px;
    padding-bottom:15px;
}
@media screen and (max-width:767.98px) {
    .meta_col_single {
    padding-top:15px;
    padding-bottom:15px;
}
}


.latest_col {

}

@media screen and (max-width:767.98px) {
    .latest_col {
        margin-top:50px;
}
}

.col_show {
    margin-bottom:30px;
    padding-left:30px;
    padding-right:30px;
    font-size:18px;
}


@media screen and (max-width:767.98px) {
    .col_show {
        margin-bottom:30px;
        padding-left:15px;
        padding-right:15px;
}
}

.col_faq {
    padding-left:15px;
    padding-right:15px;
}


@media screen and (max-width:767.98px) {
    .col_faq {
    padding-left:0px;
    padding-right:0px;
}
}

.schedule {
    width:100%;
    background:#141213;
    border-radius:5px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    position:relative;
    border-left:10px solid #2B3D53;
    border-top:2px solid #2B3D53;
    border-bottom:2px solid #2B3D53;
    border-right:2px solid #2B3D53;
    border: 2px solid transparent;
    border-image: linear-gradient(to right,#2B3D53, #CB2C30);
    border-image-slice: 1;
}


@media screen and (max-width:767.98px) {
    .schedule {
    width:100%;
    border-radius:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}
}


@media screen and (max-width:600px) {
    .schedule {
    width:100%;
    border-radius:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}
}


.info {
    position:absolute;
    right:30px;
    top:30px;
}

@media screen and (max-width:767.98px) {
   .info {
    position:absolute;
    right:0px;
    top:30px;
}
}

@media screen and (max-width:600px) {
   .info {
    position:absolute;
    right:0px;
    top:17px;
}
}


.li_info {
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    text-align:right;
}

@media screen and (max-width:600px) {
  .li_info {
    font-weight:500;
    font-size:13px;
    letter-spacing:1px;
    font-weight:bold;
    text-align:right;
}
}

.front-page-tab-headings {
  color:#fff;
  background:transparent;
  border:1px solid #fff;
  padding:5px 10px;
  font-size:16px;
  margin-right:10px;
  border-radius:25px;
  cursor:pointer;
  letter-spacing:1px;
  font-family:proximanova-regular, Helvetica, Arial,sans-serif !important;
}

.front-page-tab-headings:hover {
  box-shadow:0 0px 15px 0 rgba(0,0,0, 0.25);
  cursor:pointer;
}

.front-page-tab-headings-active {
  color:#fff;
  background:#2B3D53;
  border:1px solid #fff;
  padding:5px 10px;
  font-size:16px;
  margin-right:10px;
  border-radius:25px;
  cursor:pointer;
  letter-spacing:1px;
  font-family:proximanova-regular, Helvetica, Arial,sans-serif !important;
}

.front-page-tab-headings-active:hover {
  box-shadow:0 0px 15px 0 rgba(0,0,0, 0.25);
  cursor:pointer;
}

@media screen and (max-width:768px) {
.front-page-tab-headings-active:hover {
  box-shadow:none;
  cursor:pointer;
}
}











