﻿.schedules .tabs-wrapper ul.tab-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.schedules .last_updated h5 {
    padding-top: 22px;
    max-width: 285px;
    margin: auto;
    padding-bottom: 5px;
    float: right;
}

.schedules .last_updated h5 {
    margin-right: 0px;
}

.h1-leftorange {
    margin-top: 0;
}

.swadyaya-schdle-hdn .social-share {
    text-align: inherit;
    margin-bottom: -34px;
}

.swadyaya-schdle .cell .swadhyay-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.swadyaya-schdle .cell .swadhyay-details {
    font-family: 'Open Sans', sans-serif;
}

.owl-carousel .owl-nav button.owl-next:hover i, .owl-carousel .owl-nav button.owl-prev:hover i {
    color: #fafafa;
}

.schedule .row {
    display: block;
}

.schedule .event_palces_date .row {
    display: flex;
}

.fas {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.schedule .month-dropdown {
    border: 1px solid #c66a10;
    position: relative;
    font-family: Arial;
    margin: 22px 0px;
    display: grid;
}

    .schedule .month-dropdown select {
        padding: 8px 16px;
        font-size: 18px;
        cursor: pointer;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #c66a10;
    }

    .schedule .month-dropdown:before {
        content: '\e604' !important;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 90%;
        font-size: 20px;
        font-weight: 700;
        font-family: simple-line-icons;
        color: #c66a10;
    }

.schedule .event_months select option {
    font-size: 18px;
}

    .schedule .event_months select option:hover {
        background: lightgray;
        cursor: pointer;
    }

.month-dropdown select {
    height: auto;
}

.schedule .event_places ul.event_world_places {
    margin-top: 22px !important;
}

.schedule .event_places ul.event_world_places {
    border-radius: 0px;
}

.schedule .event_places ul.event_world_places {
    max-width: 420px;
}

    .schedule .event_places ul.event_world_places li:nth-child(even) {
        border-right: 1px solid white;
        border-left: 1px solid white;
    }

    .schedule .event_places ul.event_world_places li:first-child {
        background-color: #c69a6d !important;
        border-radius: 0px;
    }

    .schedule .event_places ul.event_world_places li.active {
        background-color: #c66a10 !important;
    }



    .schedule .event_places ul.event_world_places li {
        cursor: pointer;
    }

.schedule .event_places ul.event_world_places {
    display: flex;
    width: fit-content;
}

.schedule .schedule_item .activity_banner span a {
    color: #c66a10;
}

    .schedule .schedule_item .activity_banner span a:hover, a:focus, a:active {
        color: #8e4d0e;
        font-weight: 500;
    }

/*Js social share css*/
.social-share button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: white;
}

.social-share .sharecont {
    /*display: none !important;*/
    height: 0;
    position: absolute;
    z-index: 99 !important;
    width: fit-content;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 15px 0 rgba(0, 0, 0, 0.19);
    margin-left: -160px;
    margin-top: -10px;
}

.social-share .sharecont-opened {
    /*display: block !important;*/
    height: auto;
}

@-moz-document url-prefix() {
    .social-share .sharecont {
        width: -moz-fit-content;
    }

    .schedule .event_places ul.event_world_places {
        display: flex;
        width: -moz-fit-content;
    }
}

.social-share .sharecont .jssocials-share-link {
    padding: 5px !important;
    float: none;
}

.jssocials-shares {
    margin: 0.2em 0.5em;
}
/*Js social share css end*/

@media only screen and (min-width: 992px) {
    .activity_banner span {
        padding: 15px 10px !important;
        min-height: 90px !important;
    }

        .activity_banner span a {
            font-size: 14px !important;
        }
}

@media screen and (max-width: 1168px) {
    .schedules .tabs-wrapper ul.tab-nav {
        display: inline-block;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .swadyaya-schdle .btn-lnk {
        font-size: 0px;
        width: 50px;
    }

        .swadyaya-schdle .btn-lnk i {
            margin-right: 0px;
        }

    .swadyaya-schdle table .cell:first-of-type {
        width: 75%;
    }

    .swadyaya-schdle .title-th:first-of-type {
        font-size: 15px;
    }

    .swadyaya-schdle .cell, .swadyaya-schdle .date {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {

    .schedules .col-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 768px) {
    .schedule .event_places ul.event_world_places {
        margin-right: 0px !important;
    }

        .schedule .event_places ul.event_world_places li:hover {
            background-color: #c66a10 !important;
        }
}

@media only screen and (max-width: 992px) {
    .schedule .event_places ul.event_world_places li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1366px) {
    .schedule .event_places ul.event_world_places li {
        padding: 10px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .eventMainDivForTablets{
        padding-left: 0 !important;
    }
}
