/* Responsive Queries in Descending Order */

/* Only for display more than 768px */
@media (min-width: 992px) {
    .oct-recent-post-content {
        padding-left: 0px;
    }
    .oct-recent-posts .mejs-controls {
        display: none;
    }

}
@media (min-width: 768px) {
    #oct-site-footer .widget:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
    .oct-recent-post-content {
        margin: 16px 0;
    }
    .oct-magazine-list-3 {
        margin-bottom: 26px;
    }
}
@media (max-width: 768px) {
    .mobile-only {
        display: inline-block;
    }
    .desktop-only {
        display: none;
    }
    .oct-head-bar {
        padding-top: 20px;
    }
    .site-logo, .menu-toggle {
        vertical-align: middle;
        -ms-word-break: break-all;
        word-break: break-all;
    }
    .oct-head-bar .oct-site-logo {
        float: none;
        text-align: center;
        margin-bottom: 26px;
    }
    .oct-head-bar .oct-header-widget {
        clear: both;
        float: none;
    }
    .oct-header-widget .widget {
        display: block;
        text-align: center;
    }
    #oct-site-footer .widget{
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #666;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .oct-header-widget .widget *:first-child {
        display: inline-block;
    }
    .oct-magazine-section figure {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .oct-magazine-section .oct-underlined-heading {
        margin-top:26px;
    }
    .oct-post-content .page-header .searchform input[type=text] {
        width: 100%;
    }

}

@media (max-width: 576px) {

}

@media (max-width: 425px) {
    .oct-head-bar .searchform input[type=text] {

    }
}