@media (min-width: 1200px){

    .a-single.a-5 {
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fbfbfb;
    }
    .container {
        width: 1300px;
        padding: 0;
    }

    .staff_picks_home .col-md-12 {
        padding: 0;
        width: 300px;
    }
    .staff_picks_home .entry-thumbnail img {
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .add.big_img_home {
        margin-top: 30px;
    }
    .row.staff_picks_home {
        display: flex;
        justify-content: space-between;
    }
    .after_stuff_picks_img {
        margin-top: 30px;
    }
    .vc_column_container > .vc_column-inner {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 100%;
    }
    .right_side {
        max-width: 300px;
        margin-left: auto;
    }
    .vc_row {
        margin-left: -7.5px;
        margin-right: -7.5px;
        display: flex;
    }
    .wpb_wrapper {
        max-width: 970px !important;
    }
    .vc_column-inner.vc_custom_1488990387555 {
        margin: auto;
        max-width: 300px;
    }
    .right_side .add {
        margin-bottom: 35px;
    }
    .date_div {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 2px;
        right: 20px;
        z-index: 100;
        background: #fff;
        color: red;
        font-size: 22px;
        line-height: 22px;
        text-transform: uppercase;
        font-family: "Open Sans";
        text-align: center;
        font-weight: 700;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1485971145570 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1478690111574{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1478690111574{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    a.tickets-button {
        display: inline-block;
        background: #de5f26;
        z-index: 1000;
        color: #fff;
        text-align: center;
        padding: 6px 12px;
        border-radius: 4px;
        font-family: inherit;
        text-transform: uppercase;
    }
}
@media (max-width: 1200px){
    .date_div {
        display: none;
    }
    .post.feature-post {
        height: 135px;
        background: #fff;
    }
    .post.feature-post img {
        height: 134px;
        width: initial;
        float: left;
    }
    .post.feature-post .post-content {
        background: none;
    }
    .post.feature-post .post-content {
        background: none;
        display: flex;
        padding-left: 188px;
        align-items: center;
        padding-bottom: 0;
        padding-top: 0;
        height: 100%;
    }
    a.tickets-button {
        display: inline-block;
        background: #de5f26;
        z-index: 1000;
        color: #fff;
        text-align: center;
        padding: 6px 12px;
        border-radius: 4px;
        font-family: inherit;
        text-transform: uppercase;
        margin-left: auto;
    }
    .feature-post .entry-title a {
        color: #de6026;
        width: 100px;
        display: block;
    }
    .short-text {
        color: #de6026;
        display: block;
        margin-bottom: 0;
        font-size: 13px;
        margin-left: 25px;
    }
}

@media (max-width: 560px){ 
    .vc_column_container > .vc_column-inner {
        padding-right: 7.5px !important;
        width: 100%;
    }

    .short-text {
        color: #de6026;
        display: block;
        font-size: 13px;
    }
    a.tickets-button {
        display: inline-block;
        background: #de5f26;
        z-index: 1000;
        color: #fff;
        text-align: center;
        padding: 6px 12px;
        border-radius: 4px;
        font-family: inherit;
        text-transform: uppercase;
        margin-left: 0;
        width: 120px !important;
        margin-top: 10px !important;
    }

}

.tooltip__short-text{
    float: left;
    padding: 6px 0;
    font-weight: 800;
    color: #de6026;
    cursor: pointer;
}
.tooltip__short-text:hover{
    text-decoration: underline;
}
.tooltip__short-text i{
    margin-left: 4px;
}

a.tickets-button{
    float: right;
}

.post.feature-post{
    overflow: visible;
}

.tooltip__short-text .short-text {
    /*display: none;*/
}

.tooltip__short-text {
    position: relative;
    display: inline;
}
.tooltip__short-text .short-text {
    position: absolute;
    top: 3px;
    left: 70px;
    width: 210px;
    display: none;
    margin-top: -15px;
    margin-left: 14px;
    padding: 5px 14px 5px 5px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 2px solid #dddddd;
    border-radius: 10px;
}
.tooltip__short-text .short-text:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    transform: rotate(-45deg);
    top: 11px;
    left: -8px;
    background: #fff;
}
.tooltip__short-text .short-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.tooltip__short-text.active .short-text{
    display: flex;
    vertical-align: middle;
    opacity: 1;
    height: initial;
    min-height: 40px;
    z-index: 999;
    align-items: center;
    justify-content: center;
}


.tooltip__short-text .close-details{
    color: #757474;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 2px;
}






@media (max-width: 1300px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .page-id-2031 .page-area > .col-sm-9{
        width: calc(100% - 320px);
    }

    .page-id-2031 .page-area > .col-sm-3{
        width: 300px;
    }

    .page-id-2031 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .vc_custom_1490280984290 {
        padding-top: 12px !important;
        width: 300px;
        margin: 0;
    }
    body .right_side .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;        
    }
    .right_side .vc_row{
        margin: 0 !important;
    }
    .right_side .add img {
        border-radius: 3px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .section-title {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .right_side .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

}



@media screen and (min-width: 1200px) and (max-width: 1300px)  {
    .page-id-2031 .staff_picks_home .col-md-12 {
        width: 260px;
    }

    .navbar.sticky-nav #mainmenu li a{
        font-size: 16px;
    }

    .tooltip__short-text .short-text {
        width: 174px;
    }

}


@media screen and (max-width: 1200px) {

    .feature-post .entry-meta{
        display: none;
    }

    .post.feature-post img{
        height: inherit;
    }

    .post.feature-post{
        height: auto;
    }

    .page-id-2031 .col-md-12  {
        width: 33.333%;
    }

    .post.feature-post .entry-thumbnail a{
        display: inline-block;
    }

    .post.feature-post .entry-thumbnail a:after{
        content: '';
        display: table;
        clear: both;
    }

    .searchNlogin li {
        float: left;
        border-left: 1px solid transparent;
        padding: 3px 0 0;
        transition: 0ms;
    }
    .post.feature-post .post-content{
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        height: 163px;
        padding: 15px;
    }
    .post.feature-post .post-content .tickets-button {
        position: absolute;
        bottom: 15px;
        float: none;
        margin-top: 10px;
        margin-left: 0;
        z-index: 1;

    }
    .tooltip__short-text {
        position: absolute;
        bottom: 60px;
    }

    .tooltip__short-text .short-text {
        top: 10px;
    }

    .feature-post .entry-title a{
        display: inline;
    }

    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(1) {
        position: relative;
        z-index: 10;
    }
    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(2) {
        position: relative;
        z-index: 9;
    }
    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(3) {
        position: relative;
        z-index: 8;
    }
    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(4) {
        position: relative;
        z-index: 7;
    }
    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(5) {
        position: relative;
        z-index: 6;
    }
    .page-id-2031 .row.staff_picks_home .col-md-12:nth-child(6) {
        position: relative;
        z-index: 5;
    }



    .navbar.sticky-nav #mainmenu li a{
        font-size: 16px;
    }

    .navbar.sticky-nav #mainmenu .navbar-nav {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    #navigation .sticky-nav .navbar-nav, #navigation .sticky-nav ul.wr-mega-menu{
        margin-left: 185px;
    }



    .navbar.sticky-nav .searchNlogin li{
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .a-single.a-5 {
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fbfbfb;
    }

    .post.medium-post .entry-title {
        min-height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .page-id-2031 .vc_custom_1480076535957 .wpb_text_column.wpb_content_element{
        margin-bottom: 20px;
    }

    div#n2-ss-2 .n2-ss-layer .n2-font-b7851ee863b14c940e21869207eec5f7-hover {
        font-size: 200%!important;
    }

    .page-id-2031 .list-post {
        padding-bottom: 0!important;
    }

     .vc_column_container.vc_col-sm-12 .vc_column-inner {
        padding: 0!important;
    }
    .feature-post .entry-title{
        margin: 0;
        line-height: 24px;
    }


}

@media (max-width: 1199px) and (min-width: 992px){
    .searchNlogin {
        right: 20px;
    }

    .nav > li > a {
        padding: 10px 7px;
    }

}

@media (min-width: 999px) {
    #navigation .navbar-collapse {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 998px) {
    .searchNlogin {
        top: -51px;
    }

    #topbar-right {
        margin-right: 110px;
    }

    #navigation .navbar-toggle {
        margin-right: 0;
    }
    #date-time{
        margin-left: 0;
    }

}

@media (min-width: 991px) and (max-width: 998px) {
    #navigation .navbar-collapse.collapse.in {
        width: 100%;
    }

    #mainmenu .nav > li {
        display: block;
        float: none;
    }

    #mainmenu .nav {
        width: 100%;
    }

    #mainmenu li a {
        text-align: left;
        display: block;
        padding: 5px 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991.5px) {

    .page-id-2031 .row.staff_picks_home .col-md-12{
        float: left;
    }

    .page-id-2031 .col-md-12{
        width: 100%;
    }

    .post.feature-post {
        display: flex;
        height: 155px;
    }

    .post.feature-post img {
        height: 153px;
        width: auto;
    }

    .post.feature-post .post-content {
        width: calc(100% - 184px);
        height: auto;
        padding: 15px 10px 15px 20px;
    }

    body .vc_custom_1485971145570{
        margin: 0!important;
    }

    .searchNlogin {
        position: absolute;
        right: 15px;
        top: -51px;
        margin-right: 0;
    }

    #topbar-right {
        margin-right: 120px;
    }

    #date-time{
        margin-left: 0;
    }

    .navbar-toggle{
        margin-right: 0;
    }

    #mobile-menu{
        position: relative;
    }

}

@media screen and (max-width: 767px){
    .page-id-2031 .page-area > .col-sm-9 {
        width: 100% !important;
    }
    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 7.5px;
        padding-right: 7.5px;
        width: 100%;
        padding: 0 !important;
    }
    .page-id-2031 .page-area > .col-sm-3{
        width: 100%;
    }


    #sitebar .simple-image{
        text-align: center;
    }

    .right_side .vc_row {
        margin: 0 !important;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .vc_column-inner.vc_custom_1496415091682 .wpb_wrapper{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .vc_column-inner.vc_custom_1496415091682 .add {
        position: relative;
        min-width: 300px;
    }


    .a-single.a-5 a{
        display: inline-block;
        padding: 0 10px;
    }
    .a-single.a-5 a img{
        width: 100%;
        height: auto;
    }

    #topbar-right {
        height: 60px;
        display: flex;
        align-items: center;
    }

    #navigation .navbar-header {
        padding: 0 15px;
    }

    #navigation .navbar-toggle {
        margin-right: 5px;
    }

    .searchNlogin {
        right: 65px;
    }

    .vc_custom_1480338289746 {
        padding: 0!important;
    }

    .staff_picks_home.vc_custom_Fri {
        margin-top: -15px;
    }


    #footer .bottom-widgets .widget h2 {
        font-size: 17px;
    }

    .vc_custom_1478690111574 .section-title.title {
        margin-top: 0;
    }

}

@media screen and (min-width: 540px) and (max-width: 767px){
    #footer .bottom-widgets .col-md-3.col-sm-6 {
        width: 33.333%;
        float: left;
    }

}

@media screen and (max-width: 550px) {
    .tooltip__short-text .short-text {
        top: -8px;
        width: 160px!important;
        min-height: 80px!important;
        padding-left: 10px;
    }

    .page-id-2031 .row.staff_picks_home .col-md-12{
        z-index: auto!important;
    }


    .tooltip__short-text .short-text:before {
        content: '';
        transform: rotate(-135deg);
        top: calc(100% - 5px);
        left: calc(50% - 6px);
    }

    .tooltip__short-text .short-text:after {
        display: none;
    }

    .tooltip__short-text .short-text {
        position: absolute;
        left: -68px;
        top: auto;
        bottom: 35px;
    }

}
@media screen and (max-width: 524px) {

    .searchNlogin {
        top: -115px;
        right: 15px;
    }

    .navbar-toggle {
        top: 55px;
    }

    #date-time {
        padding-left: 0;
    }

    #topbar-right {
        width: 100%;
    }

}


@media screen and (max-width: 480px) {

    .vc_custom_1480076535957 .staff_picks_home{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-id-2031 .staff_picks_home .col-md-12 {
        width: 100%;
    }


    #footer {
        overflow: hidden;
    }


}


@media screen and (max-width: 380px) {


    .post.feature-post .entry-header{
        width: 50%;
    }

    .post.feature-post .post-content{
        width: 50%;
        padding: 1% 5px 5px 10px;
    }

    .post.feature-post img{
        height: auto ;
    }
    .post.feature-post{
        height: auto;
    }
    .post.feature-post .entry-thumbnail a {
        display: block;
    }

    .tooltip__short-text {
        position: absolute;
        bottom: 45px;
    }

    .post.feature-post .post-content .tickets-button {
        position: absolute;
        bottom: 8px;
    }

    .post .entry-title {
        font-size: 14px;
        margin-top: 4px;
        line-height: 17px;
    }

}


