/*  12.0 ===== Medias/Responsive =====   */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* All Tablet Portrait size smaller than standard 1399 (devices and browsers) */

/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */

@media only screen and (max-width: 1199px) {

    .visit-timing, .museum-activities {
        margin: 0 -15px;
    }

    .visit-timing-item, .museum-activity-item {
        width: 30.33%;
        margin: 0 15px 30px 15px;
        width: calc(33.33% - 30px);
    }

    .menu-top-menu-container>ul>li {
        margin: 0px 12px;
    }

    .site-branding{
        width: 250px;
    }

    .hgroup-right{
        padding-left: 250px;
    }
}

/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */

@media only screen and (max-width: 1023px) {


    .mean-container .mean-bar {
        width: 50px;
    }

    .mean-container .mean-nav {
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 62px;
    }

    .main-navigation li.current-menu-item::after,
    .main-navigation ul li.current_page_item::after {
        width: auto;
    }

    .navbar {
        position: static;
    }

    .hgroup-right {
        width: 100%;
    }

    .mean-container a.meanmenu-reveal {
        width: 30px;
        height: 34px;
    }

    .mean-container .mean-nav ul li {
        margin: 0;
    }

    .meanmenu-reveal.meanclose span:nth-child(2n) {
        opacity: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        background: #012C62;
    }

    .mean-container a.meanmenu-reveal {
        right: 50px !important;
    }

    .mean-container .mean-nav>ul {
        background: rgba(0, 0, 0, 0.9);
        width: 110.2%;
        width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        margin: 0;
        z-index: 1;
        top: 30px;
    }

    .main-navigation ul li.menu-item-has-children>a::after {
        display: none;
    }

    .main-navigation ul ul {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform-origin: none;
        transition: all 0s ease 0s;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        margin: 0;
        position: static;
        top: 0px;
        white-space: none;
        z-index: 999;
        background: #fff;
        min-width: 100%;
        box-shadow: none;
    }

    .main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a::after {
        display: none;
    }

    .main-navigation li li {
        border-bottom: none;
    }

    .mean-container .mean-nav ul ul {
        background: none;
    }

    .main-navigation ul li:hover ul {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .main-navigation ul>li>a::before,
    .main-navigation ul>li>a::after {
        display: none;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        background: var(--primary);
        line-height: 1.1;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

    .mean-container .mean-nav ul li a.mean-expand::before,
    .main-navigation ul>li>a.mean-expand::before {
        content: "\f107";
        font-family: "FontAwesome";
        line-height: 1.4;
        display: block;
        opacity: 1;
        margin: auto;
        background: none;
        right: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: var(--dark-blue);
    }

    .main-navigation ul>li>a:hover,
    .main-navigation ul>li.current-menu-item>a {
        color: #fff;
        background: #012C62;
    }

    .mean-container .mean-nav>ul>li:first-child a {
        border-top: none;
    }

    .header-search{
        height: 40px;
    }

    .mean-container .mean-nav ul li a{
        color: var(--white);
    }

    .mean-container .mean-nav ul li a.mean-expand{
        height: 26px;
    }

    .banner-content {
        padding: 160px 0;
    }

}

@media only screen and (max-width: 992px) {

    .site-content section {
        padding: 40px 0;
    }

    .banner-content .entry-title{
        font-size: 50px;
    }

    .entry-header .entry-title{
        font-size: 30px;
        margin-bottom: 40px;
    }

    .visit-timing-item, .museum-activity-item {
        width: 46%;
        width: calc(50% - 30px);
    }

    .museum-activity-item .entry-title{
        font-size: 28px;
    }

    .site-footer .widget{
        width: 33.33%;
    }

    .site-footer .widget:nth-child(3n+1) {
        padding-left: 0;
    }

    .site-footer .widget:nth-child(3n) {
        padding-right: 0;
    }

    .widget-area-content{
        row-gap: 15px;
    }

}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */

@media only screen and (max-width: 767px) {

    .site-content section {
        padding: 30px 0;
    }
    
    .banner-content {
        padding: 120px 0;
    }

    .banner-content .entry-title {
        font-size: 40px;
    }

    .entry-header .entry-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .museum-activity-item .entry-title{
        max-width: 100%;
        padding: 0 15px;
    }

    .museum-activity-item .entry-title {
        font-size: 24px;
    }

    .visit-timing-item{
        padding: 15px;
    }

    .subscribe-mail-section .entry-header .entry-title{
        padding-bottom: 30px;
    }

    .subscribe-mail-section .entry-header .entry-title::before{
        bottom: 10px;
    }

    .site-footer .widget {
        width: 50%;
    }

    .site-footer .widget:nth-child(3n+1) {
        padding-left: 15px;
    }

    .site-footer .widget:nth-child(3n) {
        padding-right: 15px;
    }

    .site-footer .widget:nth-child(2n+1) {
        padding-left: 0;
    }

    .site-footer .widget:nth-child(2n) {
        padding-right: 0;
    }

    .site-footer .widget .inline-social-icons {
        margin-top: 20px;
    }

    .site-footer .widget > ul li{
        padding: 12px 0;
    }

    .site-footer .partners-logo-wrap figure {
        padding: 0 10px;
    }

    .site-generator-content{
        grid-template-columns: 100%;
        gap: 20px;
        text-align: center;
    }

    .site-generator-content .copyright{
        order: 2;
    }

    .site-generator-content .partners-logo{
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {

    body,
    input[type="submit"],
    .wpcf7 input[type="submit"],
    .give-btn,
    .nav-links a,
    .back-to-top a {
        font-size: 15px;
    }

    .site-branding {
        width: 200px;
    }

    .header-top-content .box-button {
        padding: 8px 12px;
    }

    .visit-timing-item, .museum-activity-item {
        width: 100%;
        margin: 0 15px 20px 15px;
    }

    .visit-timing-item .entry-title, .visit-info span{
        font-size: 16px;
    }

    .entry-header .entry-title {
        font-size: 24px;
    }

    .subscribe-mail-section .entry-header .entry-title {
        padding-bottom: 20px;
    }

    .site-footer .widget {
        width: 100%;
        padding: 0 !important;
    }

    .site-footer .widget-area{
        padding: 30px 0;
    }

}

/* All Mobile size smaller than standard 479 (devices and browsers) */

@media only screen and (max-width: 479px) {

    body,
    input[type="submit"],
    .wpcf7 input[type="submit"],
    .give-btn,
    .nav-links a,
    .back-to-top a {
        font-size: 14px;
    }

    .site-branding {
        width: 150px;
    }

    .mean-container .mean-bar{
        padding: 0;
    }

    .header-top-content{
        gap: 10px;
    }

    .mean-container .meanmenu-reveal span{
        width: 30px;
        height: 2px;
    }

    .header-search-input{
        width: 250px;
    }

    .banner-content {
        padding: 90px 0;
    }

    .banner-content .entry-title {
        font-size: 28px;
    }

    .museum-activity-item .entry-title {
        font-size: 20px;
    }

    .visit-timing-item, .museum-activity-item {
        margin: 0 15px 10px 15px;
    }

    .subscribe-mail-section .heading-wrap p{
        margin: 0 auto 10px auto;
    }

    .entry-header .entry-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .site-footer .widget-title{
        font-size: 18px;
    }

    .site-footer .widget-area {
        padding: 20px 0;
    }

    .site-footer .widget > ul li {
        padding: 8px 0;
    }


}