/**

* Theme Name: Eventchamp Child

* Description: This is a child theme of Eventchamp.

* Author: Voxel Media

* Template: eventchamp

* Version: 2.0.4

*/

html,
body {
    height: 100%;
    width: 100%;
}

a {
    border-radius: 0px !important;
}
/* @media screen and (min) */
iframe {
    /* override other styles to make responsive */
    /* width: 100% !important; */
    /* height: auto !important; */
}
.gt-mobile-menu .gt-top .gt-menu>li a:visited {
    color: #222;
}
.gt-mobile-menu .gt-top .gt-menu>li.current-menu-item a,
.gt-header.gt-style-3 .gt-navbar .gt-menu>li.current-menu-item>a {
    color: #8224e3;
}

/**
* Slider HP
*/

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:visited {
    border-radius: 0px;
}

.home #header_date {
    color: #FFF;
    
}
#header_date {
    font-weight: bold;
    /* color: white; */
}

#sticky_header_date {
    color: black;
    font-weight: bold;
}

#mobile_header_date {
    /* text-align: center; */
    font-weight: bold;
    font-size: 16px;
    color: black;
    /* padding-top: 10px; */
    padding: 10px 15px;
}

#footer-text {
    text-align: center;
    font-weight: bolder;
}

#footer-text h4 {
    margin: 15px 0px;
}

#footer-social {
    text-align: center;
    font-weight: bolder;
}

#footer-social h4 {
    margin: 15px 0px;
}

.gt-footer .gt-footer-content {
    /* padding-top: 0px; */
    /* padding-bottom: 20px; */
}

.gt-footer-content .vc_row.vc_row-o-full-height {
    min-height: 0px !important;
}

.wo-footer {
    padding-top: 25px;
}

/* page-id-875 id of contact page */

.page-id-875 #event_map {
    display: block;
}

.gt-style-1 #header_date {
    color: black;
    font-weight: bold;
}

.gt-sticky-header #header_date {
    color: black;
    font-weight: bold;
}

.gt-dropdown-menu {
    border-radius: 0px !important;
}

#sticky_id_data {
    margin: 0px;
}

#sticky_post_row {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.sbi_follow_btn a {
    color: white;
    background-color: blueviolet !important;
    border: 1px solid blueviolet !important;
    margin-top: 20px !important;
}

#instagram-gallery #sb_instagram .sbi_follow_btn a:hover {
    color: blueviolet !important;
    background-color: white !important;
    box-shadow: none !important;
    border: 1px solid blueviolet !important;
}

.sbi_header_img {
    display: none;
}

.sbi_header_text {
    display: none;
}

.gt-event-ticket {
    border-radius: 0px !important;
}

.gt-button {
    border-radius: 0px !important;
}

#sticky_news_container {
    margin-top: 0rem !important;
}

.wpb_single_image {
    margin-bottom: 0px !important;
}

.first_sticky_post_title {
    margin: 0px;
    background-color: #19192d;
    color: blueviolet !important;
    text-align: left;
    padding: 15px 15px;
}

.first_sticky_post_column img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

#video_second_column {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: stretch;
}

#video_second_column .container {
    padding: 0px 0px 30px;
}

#video_second_column h5 {
    margin: 15px 0 !important;
}
@media screen and (min-width:575px) {
    #video_second_column h5 {
        padding: 0px !important;
        padding-bottom: 30px !important;
        margin: 0px !important;
    }
}
#video_highlight_row {
    padding: 0px;
    margin-top: 0px !important;
}

#video_highlight_title {
    margin: auto;
}

#post_date {
    margin: 0px !important;
    font-weight: bold;
}

#post_date i {
    color: blueviolet;
}

input {
    border-style: solid !important;
    border-radius: 0px !important;
    border-color: blueviolet !important;
}

#sticky_post_name h4 a:hover {
    color: blueviolet;
}
#hero-section .gt-title {
    margin-bottom: 0;
}
#hero-section .gt-address-date {
    font-size: 20px;
}
#hero-section .gt-buttons {
    margin: 70px 0 23px
}

#searchsubmit {
    border-radius: 0%;
    border-style: solid !important;
    border-color: blueviolet !important;
}

.post-categories {
    border-radius: 0px !important;
}

.wp-post-image {
    border-radius: 0px !important;
}

/**
* Tournament overview
*/ 
.wo-overview {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 35px 0 50px;
}

.wo-overview-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    
}
.wo-overview-item svg {
    width: 100px;
    fill: #7814ff;
}
.wo-overview-item__title {
    font-size: 16px;
    font-weight: 700;
}
.wo-overview-item__value {
    font-weight: 700;
    font-size: 16px;
    color: #7814ff;
}
.wo-overview-item__value.wo-overview-tag {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    justify-content: space-around;
}
.wo-overview-tag svg {
    width: 30px;
    fill: #FFF;
}

@media screen and (min-width: 768px) {
    .wo-overview {
        align-items: baseline;
        flex-direction: row;
        padding: 30px 0;
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3;
    }
    .wo-overview-item {
        flex-direction: column;
        text-align: center;
        padding: 0;
        border: 0 none;
        margin: 0 15px;
    }

}
@media screen and (min-width: 992px) {
    .wo-overview-item__title {
        font-size: 18px;
    }
    .wo-overview-item__value {
         font-size: 18px;
    }
}

.gt-header.gt-style-3.gt-style-4 {
    background: transparent;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p,
.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p {
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 992px) {
    .gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features {
       min-height: 142px;
    }  
    .gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features {
        min-height: 120px;
    }
}
.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features {
    text-align: left;
   
}
.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features {
    text-align: left;
   
}

@media screen and (max-width: 680px) {
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 33.33%
    }

}
@media screen and (max-width: 767px) {
    .wpb_single_image.footer-logo img {
        max-width: 170px;
    }
    .gt-footer .gt-footer-content {
        padding: 20px 0;
    }
    .gt-event-section-tabs .gt-event-tabs>li>a, .gt-event-section-tabs .gt-event-tabs>li>a:visited {
        display: none;
    }
    .gt-event-section-tabs .gt-flex-menu {
        opacity: 1;
        visibility: visible;
        position: static!important;
        width: 100%;

    }
}


.vxm-comunicate-wrapper {

}

.vxm-comunicate-wrapper article a {
    border: 1px solid #fff;
    transition: all .3s;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.vxm-comunicate-wrapper article a:hover {
    border: 1px solid #8224e3;
    color: #8224e3;
}

.vxm-comunicate-wrapper .comunicat-presa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vxm-comunicate-wrapper .comunicat-presa .release-title {
    margin: 0;
    font-size: 16px;
}

.vxm-comunicate-wrapper .comunicat-presa i {
    font-size: 30px;
    margin-left: 20px;
}
.gt-footer.gt-style-1 {
    margin-top: 0;
}
.gt-speaker a{
    pointer-events: none;
}
.gt-mobile-menu .gt-top .gt-menu>li.menu-sm {
    float: left;
    background: #8224e3;
    margin: 10px 10px 0 0;
    text-align: center;
    padding: 5px 0;
}
.gt-mobile-menu .gt-top .gt-menu>li.menu-sm a {
    display: inline-block;
    background: #8224e3;
    padding: 5px 10px;
    color: #FFF;
    border: 0 transparent;
    line-height: 100%;

}
.gt-mobile-menu .gt-top .gt-menu>li.wpml-ls-item {
    clear: both;
}
.gt-header.gt-style-3 .gt-navbar .gt-menu>li>a, .gt-header.gt-style-3 .gt-navbar .gt-menu>li>a:visited {
    padding: 10px 13px;
}

/* WO TOURNAMENT PASS: 500 RON
WO DAY 1
WO DAY 6
WO FINAL */

.home .tickets-list .gt-get-event-content .gt-columns .gt-col {
    display: none;
}
.home .tickets-list .gt-get-event-content .gt-columns .gt-col:nth-child(1),
.home .tickets-list .gt-get-event-content .gt-columns .gt-col:nth-child(2),
.home .tickets-list .gt-get-event-content .gt-columns .gt-col:nth-child(7),
.home .tickets-list .gt-get-event-content .gt-columns .gt-col:nth-child(9) {
    display: block;
}


.page .mstw_tournament_bracket div.round_3,
.page .mstw_tournament_bracket div.round_4, 
.page .mstw_tournament_bracket div.round_5 {
    margin-left: 0;
}
.page div.bracket-lines-4 {
    height: 1095px;
}
.page .mstw_tournament_bracket ul.round_4 li.game {
    margin-bottom: 960px;
}
.page .mstw_tournament_bracket ul.round_5  {
    margin-top: 1030px;
}
.gt-page-content.post-4127,
.gt-page-content.post-4094  {
/*     overflow-y: hidden;
    overflow-x: scroll; */
}
div.mstw_tournament_bracket {
    width: 1200px;
}

.page .mstw_tournament_bracket ul.game li.game_status {
    background-color: #7814FF;
}

.page .mstw_tournament_table tbody tr:nth-child(even),
.page .mstw_tournament_table tbody tr:nth-child(odd) {
    font-size: 16px;
    color: #000;
}

.page .mstw_tournament_table tr.table_headers {
    background-color: #e3e3e3;
    font-weight: 600;
    font-size: 16px;
}
.page .mstw_tournament_table tr.round_header td, 
.page .mstw_tournament_table tr.table_headers td, 
.page .mstw_tournament_table tr.game td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page .mstw_tournament_table tr.round_header {
    font-size: 20px;   
}
.page .mstw_tournament_table tr.round_header td {
    padding-top: 40px;
}

/**
* Upcoming Games / Today Games
*/
/* .logged-in .wo-game,
.logged-in .wo-tabs {
    display: block;
} */
.wo-game {
    /* display: none; */
    padding:  25px 0 20px;
    border-bottom: 1px solid #e3e3e3;
    max-width: 100%;
    margin: 0 auto;
}
.wo-game-details {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    grid-gap: 5px;
    --webkit-grid-gap: 5px;
    align-items: flex-start;

}
@media screen and (min-width: 768px) {
    .wo-game-details {
        grid-template-columns: 1fr 100px 1fr;
        grid-gap: 10px;
        --webkit-grid-gap: 10px;
        align-items: center;
    }
}
.wo-game-team {
    font-size: 13px;
    font-weight: 500;
}
@media screen and (min-width: 480px) {
    .wo-game-team {
        font-size: 16px;
    }
}
.wo-game-team--h {
    text-align: right;
    padding-right: 20px;
}
.wo-game-team--h.wo-game-team--h--winner {
    font-weight: bold;
    color: #7814FF;
}
.wo-game-team--a {
    text-align: left;
    padding-left: 20px;
}
.wo-game-team--a.wo-game-team--a--winner {
    font-weight: bold;
    color: #7814FF;
}
.wo-game-team--winner {
    font-weight: 700;
}
.wo-game-score {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    --webkig-grid-gap: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.wo-game.wo-game--program .wo-game-details {
    grid-template-columns: 1fr 150px 1fr;
}
.wo-game.wo-game--program .wo-game-score {
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(49px, 1fr));
    grid-gap: 1px;
}
.wo-game-score .score {
    background-color: #7814FF;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
}
.wo-game-meta {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
}
@media screen and (min-width: 480px) {
    .wo-game {
        max-width: 80%;
    }
    .wo-game-team {
        font-size: 18px
    }
    .wo-game-meta {
        font-size: 16px;
    }

}



/* Tabs Start */
.ease {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.wo-tabs {
    background: #fff;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}



.wo-tabs > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.wo-tabs > label {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f1f2f2;
}
@media screen and (min-width: 768px) {
    .wo-tabs > label {
        width: 30%;
    }
}

.wo-tabs > label i,
.wo-tabs > label {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.wo-tabs > input:hover + label {
    background: #f1f2f2;
}

.wo-tabs > input:checked + label {
    background: #8224E3;
    color: #FFF;
}

.wo-tabs > input:checked + label,
.wo-tabs > input:hover + label {
    color: #FFF;
    background: #8224E3;
    cursor: pointer;
}

.wo-tab-content {
    padding: 0 20px 20px;
    width: 100%;
    min-height: 340px;
}

.wo-tab-content section {
    width: 100%;
    display: none;
}

.wo-tab-content section h1 {
    margin-top: 15px;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
}

/* #wo-tab-1[checked] ~ .wo-tab-content #wo-tab-item-1, */
#wo-tab-1:checked ~ .wo-tab-content #wo-tab-item-1  {
    display: block;
}
/* #wo-tab-2[checked] ~ .wo-tab-content #wo-tab-item-2, */
#wo-tab-2:checked ~ .wo-tab-content #wo-tab-item-2  {
    display: block;
}
/* #wo-tab-2[checked] ~ .wo-tab-content #wo-tab-item-2, */
#wo-tab-3:checked ~ .wo-tab-content #wo-tab-item-3  {
    display: block;
}

@media screen and (min-width: 768px) {
    .wo-tabs > label {
        width: 20%;
    }
}


/*
* qf
*/

.mstw_tournament_bracket_qf li.game_12,
.mstw_tournament_bracket_qf li.game_13,
.mstw_tournament_bracket_qf li.game_14,
.mstw_tournament_bracket_qf li.game_15,
.mstw_tournament_bracket_qf li.game_22,
.mstw_tournament_bracket_qf li.game_23,
.mstw_tournament_bracket_qf .round_3,
.mstw_tournament_bracket_qf .round_4,
.mstw_tournament_bracket_qf .round_5,
.mstw_tournament_bracket_qf .bracket-lines-2,
.mstw_tournament_bracket_qf .game_11 ~ .relative,
.mstw_tournament_bracket_qf .game_13 ~ .relative
{
    display: none;
}


.wo-filter-location {
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.wo-filter-location button {
    text-align: center;
    overflow: hidden;
    width: 100%;
    background: #f1f2f2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 0;
    border: 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .wo-filter-location button {
        width: 20%;
    }
}

.wo-filter-location.wo-filter-location--program button {
   width: auto;
}

.wo-filter-location  button:hover,
.wo-filter-location  button.wo-filter--active  {
    color: #FFF;
    cursor: pointer;
    background: #8224E3;
    cursor: pointer;
    border: 0;
}

.wo-game {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.wo-game.show {
    display: block;
    opacity: 1;
    visibility: visible;
}
.wo-game--single {
    justify-content: flex-end;
    display: flex;
}
.wo-game--single .wo-game-score {
    grid-template-columns: repeat(auto-fit, minmax(49px, 1fr));
    --grid-gap: 1px;
    grid-gap: 1px;
    max-width: 100px;
}
.mstw_tournament_bracket ul.game li.winner {
    font-weight: normal!important;
}

.wo-game--extrainfo h3 {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
   .wo-game--extrainfo h3 {
        font-size: 20px;
    } 
}
@media screen and (min-width: 992px) {
   .wo-game--extrainfo h3 {
        font-size: 24px;
    } 
}

/* 
.single-post .gt-page-title-bar {
    display: none;
} */

.gt-page-pr.gt-page-content {
    background: transparent;
}

.pr-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    --webkit-grid-gap: 24px;
}
.pr-item {
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
    padding-bottom: 50px;
}
.pr-item-source {
    font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.pr-item-title {
    font-size: 18px;
    line-height: 24px;

    font-weight: 500;
}
.pr-item-date {
    color: #333;
    font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
}
@media screen and (min-width: 480px) {
    .pr-items {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {
    .pr-item-title {
        font-size: 20px;
        line-height: 28px;
    }
    .pr-items {
        grid-template-columns: 1fr 1fr 1fr;
    } 
}


.to-shop {
    background: #D2DA1F;
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index:99;
    margin:0;
}
/* .to-shop:hover {
	background:#98469A;
}
.to-shop:hover a {
	color:#FFF;
} */
.to-shop div {
    display: flex;
    justify-content: center;
}
.to-shop a {
    background-color: #D2DA1F;
    flex-grow: 1;
	padding: 10px;
	text-transform:uppercase;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.to-shop a:hover {
    background:#98469A;    
    color:#FFF;
}

.to-shop a:last-of-type {
    color:#FFF;
    background:#98469A; 
}
.to-shop a:last-of-type:hover {
    color:#000;
    background-color: #D2DA1F;
}
.to-shop a span {
    display: none;
}

@media screen and (min-width:768px) {
    .to-shop a span {
        display: inline-block;
    }
}