﻿

/*Title*/
.legend-filter {
    display:flex;
    align-items:center;
    cursor:pointer;
}
    .legend-filter img {
        display:block;
        width:19px;
        height:19px;
        margin-right:5px;
    }
    .legend-filter span {
        display:block;
        font-size:12px;
        font-weight:600;
        text-transform:uppercase;
        line-height:1;
    }
.legend-line {
    margin:0 10px 0 20px;
}
/*Title-----END*/

/*Events*/
.ev-item {
    margin-bottom:30px;
}
/*Events-----END*/

/*Event book ticket button---Start*/

.ed-btn {
    margin-top:35px;
}

.register-btn {
padding:20px 65px;
text-transform:uppercase;
}
/*Event book ticket button---End*/

/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    

    /*Title*/
    .legend-va {
        display:block;
    }
    .legend-va-mobile {
        display:none;
    }
    .title-wrap {
        position:relative;
        justify-content:flex-start;
        margin-bottom:35px;
    }
    .legend-title {
        font-size:24px;
        padding:0;
        background-color:transparent;
        line-height:10px;
    }
    .legend-line {
        position:relative;
        width:100%;
        left:auto;
        bottom:auto;
        margin:0 5px 0 10px;
        z-index:-1;
    }
    .legend-filter img {
        width:12px;
        height:12px;
    }
    .legend-filter span {
        font-size:10px;
    }
    /*Title-----END*/

    /*Events*/
    .ev-section {
        padding-top:50px;
    }
    .ev-section .row {
        padding:0 12px;
    }
        .ev-section .row .col-6 {
            padding-left:3px;
            padding-right:3px;
        }
    /*Events-----END*/

    /*Event book ticket button---Start*/
    .red-btn.fw-mobile {
        font-size: 11px;
        width: 100%;
        text-align: center;
        position: relative;
        left: 0px;
        padding: 15px 0;
        box-shadow: none;
        border-radius: 5px;
    }
/*Event book ticket button---End*/

}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    /*Slider*/
    
    /*Slider-----END*/

    /*Events*/
    .ev-section {
        padding-top:60px;
    }
    /*Events-----END*/
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .register-btn {
padding:16px 65px;
}
    
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
     .register-btn {
padding:24px 65px;
}
    
}