/*!
Theme Name: techexpogujarat
Theme URI: https://www.elsner.com/
Author: Elsner
Author URI: https://www.elsner.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techexpogujarat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

techexpogujarat is based on Elsner https://www.elsner.com/, (C) 2012-2020 Automattic, Inc.
Elsner is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ 


#navbarSupportedContent {
    display: none;
}
.menu-open #navbarSupportedContent {
    display: block;
}
.home-banner-sec .home-banner-wrap .text-slider{
    height: 75px;
    overflow: hidden;
}

.sponsors-sec .platinum-sponsor.sponsors-block-wrap .sponsors-lists{
    margin: 2em 0;
}
.sponsors-sec .platinum-sponsor.sponsors-block-wrap .sponsors-lists > li {
    max-width: 220px;
}
.sponsors-wrapper .row .columns {
    height: 100%;
}

.sponsors-wrapper .row .column .column {
    height: 100%;
}

.sponsors-wrapper .row .column .column > div {
    height: 100%;
}


.exclusive-partners-sponsor .startup-pods-lists .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.exclusive-partners-sponsor .startup-pods-lists .row > div img {
    max-width: 200px;
    max-height: 80px;
}

.exclusive-partners-sponsor .startup-pods-lists .row > div .logo-exp {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.exclusive-partners-sponsor .startup-pods-lists .heading-exp {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.exclusive-partners-sponsor .startup-pods-lists .row > div {
    margin: 15px 0;
}

.team-sec .core-team-wrapper .slick-track {
    display: flex;
    justify-content: center;
}

.team-sec .core-team-wrapper .slick-track .slick-slide {
    min-width: 260px;
}
.it-industry-sec .it-industry-wrapper {
    padding: 2em 0;
}

@media (max-width: 1200px) {
    .sponsors-wrapper .row .column .column > div{
        margin-bottom: 20px;
    }
    .sponsors-wrapper .row .column .column > div{
        height: auto;
    }
    .silver-sponsor.sponsors-block-wrap{
        margin-top: 10px;
    }
    .exclusive-partners-sponsor .startup-pods-lists .heading-exp{
        font-size: 14px;
    }
    
    .exclusive-partners-sponsor .startup-pods-lists .row > div img {
        max-width: 130px;
        max-height: 70px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 991px) {
    .platinum-sponsor.sponsors-block-wrap{
        margin-bottom: 0;
    }
    .exclusive-partners-sponsor .startup-pods-lists .row > div {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .exclusive-partners-sponsor .startup-pods-lists .row > div {
        width: 50%;
    }
}


@media (max-width: 767px) {
    .title-block .title {
        font-size: 24px;
    }
    .event-schedule-sec .event-schedule-block .title .day {
        font-size: 20px;
    }
    .about-wrapper .title-block .title {
        font-size: 30px;
    }
    .home-banner-sec .home-banner-wrap .text-slider{
        height: 60px;
        overflow: hidden;
    }
    .home-banner-sec .home-banner-wrap .title-block .banner-title{
        font-size: 28px;
    }
    .exclusive-partners-sponsor .startup-pods-lists .row > div img {
        max-width: 90%;
        max-height: 65px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 480px) {
    .exclusive-partners-sponsor .startup-pods-lists .heading-exp{
        min-height: 40px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
    }
    .exclusive-partners-sponsor .startup-pods-lists .row > div {
        width: 50%;
    }
}