/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/** Custom Container (1366px above) */
@media only screen and (min-width: 1366px) {
    .hp-container {
        width: 1312px;
        padding: 0;
    }
}

/** Custom Container (1200px above) */
@media only screen and (min-width: 1200px) {
    .custom-container {
        width: 1200px;
    }

    .site-footer .footer-main .container {
        padding: 0;
    }
    .site-footer .footer-navigation>ul>li>ul>li>a {
        white-space: nowrap;
    }
    
}
@media (max-width: 1350px) {
    .site-footer .footer-navigation {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    .site-footer .footer-navigation>ul {
        flex-wrap: wrap;
    }
    .site-footer .footer-navigation  {
        margin-left: auto;
    }
    .site-footer .footer-navigation>ul>li+li {
        margin-left: 0px;
    }
    .site-footer .footer-navigation>ul>li+li+li {
        padding-top: 40px;
        width: 50%;
    }
    .site-footer .footer-navigation>ul>li>ul {
        margin-top: 25px;
    }
    #footer-menu {
        padding-left: 80px;
    }
    .site-footer .footer-contact li p {
        font-size: 14px;
    }
    .site-footer .footer-navigation>ul>li>a {
        font-size: 14px;
    }
    .site-footer .footer-copyright p {
        font-size: 14px;
    }

    .site-footer .footer-main .container {
        padding: 0 16px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .site-button.with-button-spacer {
        margin-right: 0;
    }
    
    .site-header .header-navigation > ul {
        margin: 0 -18px;
    }

    .site-header .header-navigation > ul li {
        padding: 0 18px;
    }
    
    .site-header .header-navigation > ul li > ul ul {
        left: auto;
        right: 100%;
    }

    .site-header .header-button {
        margin-left: 35px;
    }

    .site-schedule .schedule-form-submit {
        padding-left: 25px;
        padding-right: 25px;
    }
    
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    body {
        margin-top: 73px;
    }
    .header-button .site-button {
        width: auto !important;
        margin-left: auto;
    }
    .site-header .header-button {
        margin-left: auto;
    }
    .site-header .header-burger {
        margin-left: 20px !important;
    }
    
    #content .entry h1,
    #other-content h1 {
        font-size: 36px;
    }

    #content .entry h2,
    #other-content h2 {
        font-size: 30px;
    }

    #content .entry h3,
    #other-content h3 {
        font-size: 24px;
    }

    #content .entry h4,
    #other-content h4 {
        font-size: 18px;
    }

    #content .entry h5,
    #other-content h5 {
        font-size: 16px;
    }
    
    .site-section-title,
    #content .entry-title,
    #content .archive-title {
        font-size: 24px;
        line-height: 1.333;
    }
    
    #content .archive-subtitle {
        font-size: 20px;
    }
    
    .site-button {
        width: 450px;
        max-width: 100%;
    }
    
    /* .site-form.form-inline {
        flex-flow: row wrap;
    } */
    
    .site-form.form-inline .form-col,
    .site-form.form-stacked .form-col.col-sm {
        width: 100% !important;
    }
    
    .site-form.form-inline .form-col + .form-col {
        margin-top: 10px;
        margin-left: 0;
    }

    .site-form.form-stacked .form-col+.form-col {
        margin-top: 15px !important;
    }
    
    .site-form .form-checkbox-group {
        display: block;
    }
    
    .site-form .form-checkbox-group .form-col {
        width: 100%;
    }
    
    .site-header .header-inner {
        height: 73px;
    }
    
    .site-header .header-logo img {
        max-width: 146px;
    }
    
    .site-header .header-logo span {
        font-size: 9.45px;
    }
    
    .site-global-schedule-form {
        display: block;
        position: static;
        transform: none;
        transition: none;
    }
    
    .site-pagination {
        margin-top: 85px;
    }
    
    .aiosp-wrap .aiosp-container .aiosp-content {
        padding: 30px;
    }

    .aiosp-wrap .aiosp-close {
        top: 15px;
        right: 15px;
    }

    .site-footer .footer-exclusives .exclusives-inner,
    .site-footer .footer-main .footer-top,
    .site-footer .footer-main .footer-bottom {
        /* width: 450px; */
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .site-schedule .schedule-inner {
        width: 600px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .daterangepicker.single {
        padding: 20px;
    }
    
    .site-schedule .daterangepicker.single {
        width: 100%;
    }

    .daterangepicker.single select.monthselect {
        margin-right: 10px;
    }

    .daterangepicker.single .calendar-table th, 
    .daterangepicker.single .calendar-table td {
        font-size: 14px;
    }
    
    .daterangepicker.single .calendar-table thead tr:nth-child(1) {
        flex-flow: row nowrap;
    }
    
    .daterangepicker.single .calendar-table thead th.month {
        flex-grow: 1;
        display: flex;
    }
    
    .daterangepicker.single select.monthselect, 
    .daterangepicker.single select.yearselect {
        padding: 0 10px;
        flex-grow: 1;
    }
    
    .site-single-smi {
        display: block;
        margin-top: 30px;
        width: auto;
    }

    .site-single-smi ul {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        margin: 0 -15px !important;
    }

    .site-single-smi ul li {
        padding: 15px !important;
        margin: 0 !important;
    }
    
    .site-footer .footer-exclusives {
        padding: 60px 0;
    }
    
    /* .site-footer .footer-main .footer-top {
        display: block;
        text-align: center;
    }
    
    .site-footer .footer-main .footer-top {
        padding-bottom: 60px;
    }
    
    .site-footer .footer-main {
        padding: 60px 0;
    }
    
    body .site-footer .footer-main {
        padding-bottom: 140px;
    }
    
    .site-footer .footer-info,
    .site-footer .footer-navigation {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .site-footer .footer-logo img {
        margin: 0 auto;
        max-width: 146px;
    }
    
    .site-footer .footer-logo span {
        font-size: 9.45px;
    }
    
    .site-footer .footer-navigation > ul {
        display: block;
        margin-top: 60px;
    }
    
    .site-footer .footer-navigation > ul > li {
        width: 100%;
        margin: 0;
    }
    
    .site-footer .footer-navigation > ul > li + li {
        margin: 60px 0 0 0;
    }
    
    .site-footer .footer-main .footer-bottom {
        flex-flow: column-reverse;
    }
    
    .site-footer .footer-smi {
        margin: 0;
        justify-content: center;
    }
    
    .site-footer .footer-copyright {
        text-align: center;
        margin-top: 30px;
        padding-right: 0;
    } */
    
    .site-footer .footer-navigation>ul>li {
        width: 50%;
    }
    .site-form.form-inline .form-col + .form-col {
        margin-top: 0;
    }
    #footer-menu {
        padding-left: 30px;
    }
    
    .inner {
        width: 100%;
    }

    #content-sidebar,
    #content-full {
        width: 100%;
    }

    .outer {
        width: 100%;
        min-width: 100%;
    }

    #content-sidebar #content {
        width: 100%;
    }
    
    #ip-archive .archive-inner,
    #ip-single .single-inner {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #ip-archive .archive-inner {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #ip-archive .archive-list-title {
        margin-bottom: 30px;
    }
    
    #ip-archive .archive-list {
        display: block;
        margin: 0;
    }
    
    #ip-archive .archive-list-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    
    #ip-archive .archive-list-item + .archive-list-item {
        margin-top: 30px;
    }
    
    #ip-archive .archive-list-item > div > span {
        font-size: 10px !important;
        margin-top: 15px !important;
    }
    
    #ip-archive .archive-list-item > div > span em {
        display: none !important;
    }
    
    #ip-archive .archive-list-item > div > p {
        display: block;
    }
    
    #ip-archive .archive-list-item.featured-item {
        margin: 0;
        padding: 0;
        display: block;
        border-bottom: none;
    }
    
    #ip-archive .archive-list-item.featured-item > div > h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.444;
    }
    
    #ip-archive .archive-list-item.featured-item > canvas,
    #ip-archive .archive-list-item.featured-item > div {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    #ip-single .single-entry {
        padding-bottom: 60px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }
    
    .custom-container {
        padding-left: 36px;
        padding-right: 36px;
    }
    .header-button-envelope {
        margin-left: auto;
    }

    .footer-top {
        flex-direction: column
    }
    .footer-top .footer-info {
        max-width: 390px !important;
    }
    .footer-top .footer-info,
    .footer-top .footer-navigation {
        width: 100%;
        max-width: 100%;
    }
    #footer-menu {
        padding-top: 40px;
        padding-left: 0;
        flex-direction: column;
    }
    .site-footer .footer-main {
        padding-left: 0;
        padding-right: 0;
    }
    .new-footer-exclusives .site-form .form-field {
        width: 100%;
    }
    .site-footer .footer-navigation>ul>li {
        padding-top: 20px;
    }
    .site-footer .footer-navigation>ul>li:first-child {
        padding-top: 0;
    }
    .footer-smi-header {
        margin-top: 30px;
    }
    .new-footer-exclusive-header {
        font-size: 18px;
    }
    .site-footer .footer-navigation>ul>li {
        width: 100%;
    }
    .site-footer .footer-navigation>ul>li+li+li {
        width: 100%;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .site-header .header-burger {
        margin-left: 10px !important;
    }
}
