/* only ipad 1024 and bigger screen landscape screen */
@media only screen and (min-width: 768px) {

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .menu-item .submenu-overlay {
        background: var(--responsive-gradient);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .menu-item .submenu-overlay {
        top: 0;
    }

    /*   .header-sticky#header .menu-item .submenu-overlay{
        top: 0; 
    } */

    .search-form.focus .overlay {
        top: 0;
    }

    .header-sticky#header .search-form.focus .overlay {
        top: 0;
    }
}

/*==========================================================================================================*/
@media screen and (max-width: 1600px) {
    .header-top-image {
        min-height: 250px;
    }

}

/*==========================================================================================================*/
@media screen and (max-width: 1400px) {
    .header-top-image {
        min-height: 200px;
    }

}

/*==========================================================================================================*/
@media screen and (max-width: 1200px) {

    #header.header-sticky #main-navigation li {
        margin-left: 8px;
        font-size: 16px;
    }

    #header.header-sticky .sticky-wrapper {
        margin-left: 20px;
    }

    .program-title-box h2 {
        font-size: 30px;
    }

    .program-band-composer .music-title {
        font-size: 24px;
    }

    .program-band-composer .composer-info {
        font-size: 18px;
    }

    .section p.program-date {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
    }

    .heading-section {
        padding-bottom: 50px;
    }

    .subscription-concerts-section .ticket-section .row {
        grid-template-columns: 25% 1fr;
    }

    .heading-block-sec p {
        padding: 30px 0 0;
    }
}


/*==========================================================================================================*/

@media screen and (max-width: 1023px) {

    .header-top-image {
        min-height: 150px;
    }

    #content {
        padding: 32px 0;
    }

    #header .logo img {
        width: 130px;
        height: 80px;
    }

    .section h2 {
        font-size: 24px;
    }

    .section p {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    hr {
        margin: 30px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

    #top-bar .search-form.focus input[type="text"] {
        width: 400px;
    }

    .search-form.focus .search-btn {
        left: 620px;
    }

    .load-more-btn {
        padding: 10px;
    }

    #main-navigation li,
    #top-bar .seek-link,
    #top-bar .search-form {
        font-size: 16px;
    }

    .layout1 .post-header {
        margin-bottom: 0;
    }

    .post .post-header h1 {
        margin-bottom: 16px;
    }

    .presse-content {
        margin-top: 25px;
    }

    .single-programm .post-content p {
        margin-top: 0;
    }

    #top-bar-sticky-wrapper.active-sub-menu {
        margin-bottom: 52px;
    }

    .sub-menu {
        top: 0;
    }

    .subline-info span {
        font-size: 32px;
    }

    .subline-info {
        padding: 28px 0;
    }

    .team-members {
        padding: 0;
    }

    .team-img-box .featured-image {
        padding: 0 0 70px;
    }

    #top-bar .pull-lg-right {
        clear: none;
        text-align: right;
    }

    .heading-block-sec h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .ticket #content {
        padding-top: 50px;
    }

    #top-bar-sticky-wrapper.active-sub-menu {
        margin-bottom: 0;
    }

    .nav-wrapper {
        border-bottom: 0;
        padding: 100px 0 0;
    }

    #header.header-sticky .nav-wrapper {
        padding-left: 115px;
    }

    .program-title-box h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .program-band-composer .music-title {
        font-size: 20px;
    }

    .program-band-composer .composer-info,
    .section p.program-date {
        font-size: 16px;
    }

    .row.programm,
    .row.filtered-programm,
    .artist-main-row .row.programm {
        gap: 30px 20px;
    }

    .row.programm .program-info,
    .row.filtered-programm .program-info {
        row-gap: 16px;
        padding-top: 16px;
    }

    .heading-section {
        padding-bottom: 30px;
    }

    /* newsletter popup box */

    #newsletter-modal form .email-block,
    #newsletter-modal .modal-body h2 {
        font-size: 28px;
    }

    #newsletter-modal form .email-block input {
        min-width: 200px;
    }

    /* list view section */
    .date-details .date-name p {
        font-size: 40px;
    }

    .accordion-databox .accordion-row .accordion-trigger {
        grid-template-columns: 120px 1fr 140px 124px;
    }

    .more-details-row {
        grid-template-columns: 1fr;
    }

    .list-view-container .show-more-details {
        width: calc(100% - 134px);
    }

    .more-details-row .program-info {
        padding-top: 25px;
    }

    .show-more-details .program-btn {
        padding-top: 0;
    }

    /* partners section */
    .partners-section .partners:first-child ul {
        grid-template-columns: repeat(3, 1fr)
    }

    .partners li img {
        height: inherit;
    }

    .partners h3 {
        margin-bottom: 15px;
    }

    /* archive section */
    #archive .section-title {
        margin: 0 0 20px;
    }

    /* Artist page */

    .post p {
        font-size: 18px;
    }

    .artist-main-row .heading-section {
        padding-bottom: 30px;
    }

    .artist-name-row {
        padding-top: 30px;
    }

    .artist-info {
        padding-top: 16px;
    }

    .artist-detail-row .post .image-block {
        padding-bottom: 30px;
    }

    .artist-detail-row {
        grid-template-columns: 1fr 315px;
        gap: 20px;
    }

    .artist-sidebar .title-info h2 {
        font-size: 20px;
    }

    #sidebar.artist-sidebar .widget {
        margin-bottom: 12px;
    }

    .grid-column {
        grid-template-columns: 1fr 315px;
        gap: 20px;
    }

    /* programm detail page */
    .program-detail-column .post-block {
        width: 60%;
    }

    .program-detail-column .sidebar-block {
        width: calc(40% - 30px);
    }


    /* ticket */
    .ticket-section .row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ticket .ticket-section .wrapper {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .subscription-concerts-section .ticket-section .row {
        grid-template-columns: 1fr;
    }


    .ul.page-numbers {
        grid-gap: 20px;
    }

    .subline-text h2 {
        font-size: 35px;
        line-height: 1.2;
    }
}

/*==========================================================================================================*/
@media screen and (max-width: 992px) {

    h1,
    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    h1 .sub-title {
        font-size: 20px;
    }

    #footer .row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #footer .sociable {
        justify-content: flex-start;
    }

    #footer .list1 li {
        font-size: 16px;
    }

    #main-navigation ul {
        grid-gap: 12px;
    }

    #main-navigation li.menu-item-has-children a i {
        font-size: 14px;
    }

    #main-navigation li.menu-item-has-children a::after {
        width: calc(100% - 24px);
    }

    /* #main-navigation li {
        margin-left: 12px;
    } */

    #main-navigation li,
    #top-bar .seek-link,
    #top-bar .search-form {
        font-size: 14px;
    }

    #header.header-sticky #main-navigation li {
        font-size: 14px;
    }

    .modal.in .modal-dialog {
        width: auto;
    }

}



/*==========================================================================================================*/
@media only screen and (max-width: 991px) {

    .header-top-image {
        min-height: 250px;
    }

    .btn,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        font-size: 18px;
    }

    .header_row {
        position: static;
        display: inline-flex;
    }

    .header-sticky#header #top-bar .search-form.focus {
        z-index: 1;
    }

    .header-top-image.responsive {
        display: block;
    }

    .header-top-image.desktop {
        display: none;
    }

    #ot-sdk-btn-floating.ot-floating-button {
        width: 36px !important;
        height: 36px !important;
        left: 10px !important;
    }

    #ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
        background-size: 24px !important;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    p {
        margin-bottom: 20px;
    }

    .grid-half-columns,
    .grid-custom {
        grid-template-columns: 1fr;
    }

    .grid-half-columns figure figcaption {
        margin-bottom: 0;
    }


    .layout1 .post-header {
        min-height: 0px;
        margin-bottom: 30px;
    }

    .heading-section {
        gap: 20px;
        grid-template-columns: auto 70px;
    }

    #ot-sdk-btn-floating.ot-floating-button {
        left: 10px !important;
    }


    /* archive section */

    .Archiv-slider>.swiper-wrapper .swiper-slide figure {
        height: 300px;
    }

    #archive .section-title {
        margin: 0 0 16px;
    }

    #archive li {
        font-size: 16px;
        margin-right: 16px;
    }


    /* newsletter-modal */

    .newsletter-button {
        bottom: 55px;
        left: 10px;
    }

    .newsletter-button figure {
        width: 25px;
        height: 25px;
        padding: 5px;
    }

    #newsletter-modal .modal-body h2,
    #newsletter-modal form .email-block {
        font-size: 20px;
        margin-bottom: 0;
    }

    #newsletter-modal form .email-block {
        flex-direction: column;
        align-items: flex-start;
    }

    #newsletter-modal form .email-block label {
        padding-right: 0;
        padding-bottom: 15px;
    }

    #newsletter-modal form .checkbox {
        font-size: 14px;
    }

    #newsletter-modal .display-message {
        font-size: 12px;
    }

    /* responsive nav menu */
    .menu-btn {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }

    #header {
        padding: 60px 0;
    }

    #header .logo img {
        /* width: 100px;
        height: 60px; */
        width: 100%;
        height: auto;
    }

    #header .container.group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
    }

    .search-form.focus .search-row {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        top: 0;
        padding: 80px 0 0;
    }

    .search-form.focus .search-main {
        width: 100%;
        margin-left: 30px;
    }

    .menu-item .submenu-overlay {
        top: 0;
    }


    #main-navigation.submenu-bfilter-remove {
        backdrop-filter: unset;
        z-index: -1;
        /* background: transparent; */
    }

    #header.header-sticky .nav-wrapper {
        padding: 0;
    }

    #main-navigation li .sub-menu li {
        position: relative;
    }

    #main-navigation li .sub-menu li:first-child::before {
        content: '\e901';
        position: absolute;
        left: 0;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--yellow);
        font-size: 16px;
        margin-left: -30px;
        cursor: pointer;
    }

    #main-navigation li .sub-menu li:first-child {
        margin-left: 0;
    }


    #main-navigation li.parent.active .sub-menu {
        margin: 0;
    }

    #main-navigation .sub-menu ul {
        border: none;
        padding: 15px 0;
    }

    #main-navigation .menu-item-has-children::before {
        content: '\e905';
        position: absolute;
        right: 0;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--yellow);
        font-size: 16px;
        cursor: pointer;
    }

    #main-navigation li.menu-item-has-children a i {
        display: none;
    }

    #main-navigation li.menu-item-has-children a::after {
        width: 100%;
    }

    .submenu-show .sub-menu {
        display: block;
    }

    .submenu-show .submenu-overlay {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s;
        z-index: 1;
        top: 0;
        background: var(--responsive-gradient);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .load-more-btn {
        padding: 6px 10px;
    }

    #footer {
        padding: 40px 0;
    }

    #footer .column {
        margin-bottom: 30px;
    }

    #footer .row {
        grid-template-columns: 1fr 1fr;
    }

    #footer .column:last-child {
        grid-column: 1/-1;
        align-items: flex-start;
        margin-bottom: 0;
    }

    #footer .sociable li:first-child {
        margin-left: 0;
    }

    #top-bar .search-form {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 80px;
        padding: 5px;
        border-right: 1px solid var(--yellow);
    }

    #top-bar .search-form.focus {
        left: 0px;
        padding: 0;
        width: calc(100% - 5px);
    }

    .search-form.focus .overlay {
        background: var(--responsive-gradient);
        top: 0;
    }

    /*  #header.header-sticky .search-form.focus .overlay{
        top: 102px;
    } */

    .search-form.focus .search-row .return-button {
        padding-bottom: 120px;
        margin-right: 0;
    }

    #top-bar .search-form.focus form {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #top-bar .search-form.focus input[type="text"] {
        margin-left: 0;
        margin-right: 20px;
        width: 100%;
    }

    .search-form.focus+#top-bar .pull-lg-right {
        left: 30px;
    }

    #main-navigation .sub-menu li {
        margin-bottom: 5px;
    }

    .sub-menu .container {
        padding: 0;
    }

    .back-to-top {
        width: 30px;
        height: 30px;
        margin-top: 30px;
    }

    #main-navigation .sub-menu li {
        margin-left: 0;
    }

    div#calendar .event-date {
        color: var(--white) !important;
    }

    #top-bar .logo {
        padding-top: 0;
    }

    .subline-main-box {
        border-bottom: 1px solid #D6D6D6;
    }

    .subline-info {
        border: 0;
    }

    #top-bar {
        margin-left: auto;
        width: max-content;
    }

    .modal-body {
        padding: 25px 16px 20px;
    }

    .popup-info-box h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    #calendar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        padding: 15px 0 10px;
    }

    .team-img-box .featured-image {
        padding: 30px 0 40px;
        margin-bottom: 0;
    }

    .post .team-members.grid-view li {
        width: 100%;
    }

    .team-members li {
        margin-bottom: 40px;
    }

    .team-members {
        padding: 0;
    }

    .team-person-img {
        margin-right: 30px;
    }

    .team-info h4 {
        font-size: 24px;
    }

    #top-bar-sticky-wrapper.active-sub-menu {
        margin-bottom: 0;
    }

    .caroufredsel_wrapper {
        border: 0;
        padding-bottom: 0;
    }

    .caroufredsel_wrapper {
        height: 45px !important;
    }

    div#calendar .event-date {
        color: var(--primary-color) !important;
    }

    .heading-block-sec h1 {
        line-height: 2.1rem;
    }

    #top-bar .page-title {
        color: var(--primary-color);
    }

    address {
        font-size: 16px;
    }

    .post ul li {
        font-size: 16px;
    }

    #top-bar .search-form .search-btn {
        margin-left: 0;
        margin-right: 10px;
    }

    #top-bar .search-form.focus .search-btn {
        position: relative;
        top: 150px;
        left: -40px;
        margin-right: 0;
    }

    #top-bar .search-form.focus input[type="text"]::placeholder {
        font-weight: 300;
        text-align: start;
    }

    body.nav-active {
        overflow: hidden;
    }

    .nav-wrapper {
        width: 100%;
        height: 100%;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 100%;
        transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        display: block;
        padding: 0;
        background: transparent !important;
    }

    #main-navigation {
        padding: 150px 0px 50px;
        width: 100%;
        height: 100%;
        background: var(--responsive-gradient);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: auto;
    }

    .nav-wrapper.open {
        left: 0px;
    }

    #main-navigation li,
    #top-bar .seek-link,
    #top-bar .search-form,
    #header.header-sticky #main-navigation li {
        font-size: 20px;
        margin-left: 0;
    }

    .menu-item-has-children:hover .submenu-overlay {
        top: 0;
    }

    #top-bar .seek-link {
        display: none;
    }

    #main-navigation li {
        margin-left: 0;
        /* padding-bottom: 34px; */
        width: 100%;
    }

    #main-navigation ul {
        display: flex;
        flex-direction: column;
        padding: 0 30px;
        grid-gap: 34px;
    }

    .sub-menu .container {
        max-width: 100%;
    }

    #main-navigation .sub-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 30px;
        top: 130px;
        padding: 0;
    }

    #main-navigation .sub-menu li {
        margin-bottom: 0px;
    }

    .row.programm,
    .row.filtered-programm {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .program-title-box h2 {
        font-size: 22px;
        min-height: 50px;
    }

    .program-band-composer .music-title {
        font-size: 18px;
    }


    /* list view section */
    .accordion-databox {
        width: 100%;
    }

    .accordion-databox .accordion-row .accordion-trigger {
        grid-template-columns: auto 1fr;
        grid-row-gap: 15px;
    }

    .accordion-trigger .more-details {
        grid-column: 1 / -1;
    }

    .accordion-row .accordion-trigger .program-btn {
        position: absolute;
        bottom: 0;
    }

    .list-view-container .show-more-details {
        width: 100%;
    }

    /* partners section */
    .partners ul {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    /* Artist page */

    .grid-column {
        grid-template-columns: 1fr;
    }

    .artist-detail-row {
        grid-template-columns: 1fr;
    }

    .artist-sidebar .title-info h2 {
        font-size: 24px;
    }

    .artist-title-box h2 {
        margin-bottom: 0px;
    }

    /* Program more-detail page */

    .program-detail-column {
        flex-direction: column;
    }

    .program-detail-column .post-block,
    .program-detail-column .sidebar-block {
        width: 100%;
    }

    /* contact-details page */

    .contact-details .row {
        grid-template-columns: 1fr;
    }

    .subline-text h2 {
        font-size: 25px;
    }

    .subline-text {
        grid-gap: 20px;
    }

    #header .logo a {
        display: flex;
        align-items: center;
        width: auto;
        min-width: 100px;
        max-width: 100px !important;
    }

    #header .logo {
        position: static;
        grid-gap: 20px;
    }

    .subline-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 160px;
        /* left: calc(100% + 20px); */
        align-items: center;
    }

    #header #top-bar {
        width: auto;
        display: inline-flex;
        align-items: center;
    }

    #top-bar .search-form.focus {
        transform: none;
        top: 34px;
    }

    .header-sticky#header {
        padding: 22px 0;
    }
}

/*==========================================================================================================*/
/* only iphone4 landscape & Potriat 300 by 480*/
@media only screen and (max-width: 567px) {

    .header-top-image {
        min-height: 150px;
    }


    .heading-section {
        grid-template-columns: auto 0px;
    }

    /* archive section */
    .Archiv-slider>.swiper-wrapper .swiper-slide figure {
        height: 250px;
    }

    .row.programm,
    .row.filtered-programm {
        grid-template-columns: 1fr;
    }

    /* newsletter-modal */

    .close {
        font-size: 40px;
    }

    #newsletter-modal form .form-group {
        width: 100%;
    }

    .modal.in .modal-dialog {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .subline-info {
        flex-direction: column;
    }

    .subline-info span {
        font-size: 28px;
    }

    .subline-info .date-box {
        margin-bottom: 10px;
    }

    .team-main-box {
        flex-direction: column;
    }

    .team-main-box:last-child {
        margin-bottom: 0;
    }

    .team-person-img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .team-person-img img {
        width: 100%;
    }

    #footer .row {
        grid-template-columns: 1fr;
    }

    #footer .list1 li {
        padding: 10px 0;
    }

    #footer .column {
        margin-bottom: 60px;
    }

    #footer .column:last-child {
        margin-top: 10px;
    }

    #calendar .swiper-slide-next .event-date,
    #calendar .swiper-slide-prev .event-date {
        opacity: 1;
    }

    #calendar .month {
        padding: 0 24px 0 42px;
    }

    #calendar .month:first-child {
        padding-left: 20px;
        padding-right: 10px;
    }

    .load-more-btn {
        max-width: 150px;
        padding: 12px 20px;
        font-size: 18px;
    }

    .team-members li p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .subline-info span br {
        display: none;
    }

    .subline-info span {
        font-size: 26px;
    }

    .heading-block-sec h1 {
        font-size: 24px;
        width: calc(100% - 42px);
    }

    .filter-menu ul li {
        font-size: 22px;
        padding-left: 16px;
    }

    .heading-block-sec {
        padding-top: 0;
    }

    .section p.program-date {
        font-size: 16px;
    }

    .heading-block-sec p {
        line-height: 1.5;
    }

    .ticket hr {
        margin: 20px 0 30px;
    }

    .ticket #content {
        padding-top: 30px;
    }

    .team-info a {
        font-size: 17px;
    }

    .layout1 .post-header {
        min-height: 15px;
    }

    .layout1 #sidebar {
        padding-top: 0px;
    }

    .row.programm,
    .row.filtered-programm {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .program-title-box h2 {
        font-size: 28px;
        min-height: auto;
    }

    .program-band-composer .music-title {
        font-size: 20px;
    }

    /* list view  */

    .date-details .date-name p {
        font-size: 32px;
    }

    /* partners section */
    .partners ul,
    .partners-section .partners:first-child ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Artist page */

    .artist-name-row .filter-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .artist-main-row .heading-section {
        position: relative;
    }

    .artist-name-row {
        padding-top: 0;
    }

    .artist-name-row ul {
        margin-top: 40px;
    }

    .artist-detail-row .post p {
        font-size: 14px;
        line-height: 1.71;
    }

    .subline-text {
        justify-content: space-between;
        align-items: center;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        padding: 20px 30px 0;
        transform: none;
    }

    #header .container.group {
        position: relative;
    }

    #header {
        padding: 30px 0 105px;
    }
}


/*==========================================================================================================*/
/* only iphone landscape 340 by 478*/
@media only screen and (max-width: 479px) {

    #header {
        min-height: auto !important;
    }

    .team-info h4 {
        font-size: 22px;
    }

    .bookingaff iframe {
        margin-top: 26px !important;
    }

    .pagination li {
        margin-right: 3px;
    }

    /* archive section */
    .Archiv-slider>.swiper-wrapper .swiper-slide figure {
        height: 205px;
    }
}

@media only screen and (max-width: 420px) {
    .subline-text h2 {
        font-size: 18px;
    }

    #header {
        padding: 30px 0 90px;
    }
}

/*==========================================================================================================*/
@media only screen and (max-width: 375px) {
    #footer .sociable {
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.25rem;
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm,
    .input-group-sm input[type="time"].form-control,
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"].form-control,
    input[type="month"].input-sm,
    .input-group-sm input[type="month"].form-control {
        line-height: 1.8625rem;
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg,
    .input-group-lg input[type="time"].form-control,
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"].form-control,
    input[type="month"].input-lg,
    .input-group-lg input[type="month"].form-control {
        line-height: 3.16667rem;
    }
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #D6D6D6;
        background-color: transparent;
        background-image: none;
    }

    .progress[width="100%"] {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }

    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }

    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }

    .progress-info .progress-bar {
        background-color: #5bc0de;
    }

    .progress-success .progress-bar {
        background-color: #5cb85c;
    }

    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }

    #header,
    #top-bar,
    #main-navigation,
    #secondary-navigation,
    #footer {
        display: none;
    }

    h1,
    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .m-b-2 {
        margin-bottom: 0.5rem !important;
    }

    .section {
        min-height: 120px;
    }
}