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

    /* ----------------------------------------------------------------------------------- DEFAULTS*/
    html, body {
        overflow-x: hidden;
    }

    * {
        box-sizing: border-box;
    }

    .bm-a,
    .bm-b {
        display: none;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    /* ----------------------------------------------------------------------------------- LAYOUT */
    header {
        padding: 0 20px;
        height: 60px;
        width: 100%;
    }

    main,
    main.type-single {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 0;
    }

    #mainPost {
        float: none;
        width: 100%;
        padding: 25px 0 0;
        border-bottom: 1px solid #e9eaed;
        margin-bottom: 1.2em;
        border-radius: 5px;
    }

    #mainSidebar {
        float: none;
        margin: 0 auto;
        padding: 10px 0;
    }

    #mainPage {
        float: none;
        width: 100%;
        padding: 25px 10px;
    }

    /* ---------------------------------------------------------------------------------- HEADER */
    header .wrap {
        width: auto;
    }

    header .left {
        left: 100%;
    }

    header .title {
        width: 200px;
    }

    header .share-nav {
        z-index: 2;
        background: #fff;
        position: absolute;
        left: -20px;
        width: calc(100% + 40px);
    }

    header .share-nav a .icon {
        padding-top: 20px;
        height: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    header .share-nav a {
        width: 33.3%;
    }

    header .share-nav span {
        margin: 20px auto;
    }

    header .navigation {
        opacity: 1;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
        pointer-events: all;
    }

    header .navigation .prev,
    header .navigation .shuffle,
    header .navigation .next {
        width: 33.33%;
        padding: 0;
        position: relative;
    }

    header .navigation a {
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
    }

    header a.nav-open,
    header.b a.nav-open,
    header.c a.nav-open {
        margin: 0 0 0 -30px;
        opacity: 1;
    }

    header a.nav-star,
    header.b a.nav-star,
    header.c a.nav-star {
        margin: 0 -30px 0 0;
        opacity: 1;
    }

    header .share-nav,
    header.c .share-nav {
        opacity: 0;
        pointer-events: none;
    }

    header.b .navigation {
        opacity: 0;
        pointer-events: none;
    }

    header.c {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    }

    /* ----------------------------------------------------------------------------------- NAV */
    nav a.nav-close {
        margin: 0;
    }

    nav div.column {
        width: 100%;
        padding: 0 20px;
    }

    nav form.search input.go {
        background-position: -60px 0;
    }

    nav form.search input.text {
        width: calc(100% - 60px);
    }

    /* ----------------------------------------------------------------------------------- COVER */
    .cover {
        width: 100%;
        height: auto;
    }

    .cover:after {
        display: block;
        padding-top: 56.25%;
        content: '';
    }

    .cover-post {
        background-image: none !important;
    }

    .cover-post img {
        display: block;
    }

    .billboard .link {
        background-size: 100% 100%;
    }

    /* ----------------------------------------------------------------------------------- FOOTER */
    footer div.wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        padding-top: 76px;
    }

    footer div.wrap .left,
    footer div.wrap .right {
        width: 100%;
    }

    footer div.wrap .left {
        position: absolute;
        top: 20px;
        left: 0;
    }

    footer div.social {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    footer div.social a {
        float: none;
        display: inline-block;
        margin-left: 40px;
    }

    footer div.social a:first-child {
        margin-left: 0;
    }

    footer .right a:first-child {
        display: none;
    }

    /* ----------------------------------------------------------------------------------- CUBES */
    .cube {
        width: 50%;
        position: relative;
        height: auto;
    }

    /* ----------------------------------------------------------------------------------- PREVIEW */
    .preview,
    .preview-video {
        width: 100%;
        height: auto;
    }

    .preview a,
    .preview-video a {
        width: 100%;
        height: auto;
    }

    .preview .thumb {
        width: 50%;
        padding-top: 50%;
        position: relative;
        height: auto;
    }

    .preview .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .preview h1,
    .preview-video h1 {
        width: 50%;
        font-size: 1.5em;
    }

    .preview h1 {
        position: absolute;
        height: 100%;
        overflow: hidden;
        left: 50%;
        padding: 10px;
    }

    .preview-video .thumb {
        width: 100%;
        padding-top: 50%;
        height: auto;
        position: relative;
    }

    .preview-video .thumb img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .preview-video h1 {
        width: 50%;
        height: 100%;
        left: 50%;
        opacity: 1;
    }

    .text-lead {
        margin: 36px 0;
        text-align: center;
        font-size: 1.125em;
    }

    /* ----------------------------------------------------------------------------------- POST */
    #mainPost .featured {
        width: 100%;
        margin: 20px 0;
    }

    #mainPost .featured img {
        max-width: 100% !important;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    #mainPost .featured iframe {
        max-width: 100% !important;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    #mainPost .content {
        width: 100%;
    }

    #mainPost .featured {
    }

    #mainPost .title,
    #mainPost .content,
    #mainPost .comments {
        padding: 0 10px;
    }

    /* ----------------------------------------------------------------------------------- PAGE */
    #mainPage .content {
        width: 100%;
    }

    /* ---------------------------------------------------------------------------------- CONTENT */
    .content p,
    .content h1,
    .content h2,
    .content h4,
    .content h5,
    .content h6,
    .content iframe {
        margin: 10px 0;
    }

    .content h1,
    #mainPost .title {
        font-size: 24px;
    }

    .content h2 {
        font-size: 20px;
        text-align: left !important;
    }

    .content h3 {
        width: 100%;
        padding: 10px 0;
        font-size: 18px;
    }

    .content h4 {
        font-size: 16px;
    }

    .content h5 {
        font-size: 14px;
    }

    .content h6 {
        font-size: 12px;
        color: #555;
        font-weight: 500;
    }

    .content p,
    .content blockquote {
        font-size: 18px;
        line-height: 1.6em;
        text-align: left !important;
    }

    .content p:first-child,
    .content p:nth-child(2) {
        font-size: 20px;
        line-height: 1.6em;
        color: #444444;
        font-weight: 400;
        text-align: left !important;
    }

    .content blockquote {
        padding: 0px 20px;
    }

    .content blockquote p:first-child {
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }

    table {
        font-size: .9em;
    }

    table td {
        padding: 5px;
    }

    dt {
        font-style: italic;
    }

    dd {
        margin-bottom: 1em;
    }

    .content ul,
    .content ol {
        padding: 5px 10px;
        margin: 5px 10px;
    }

    address {
        font-size: .9em;
    }

    /* ----------------------------------------------------------------------------------- SIDEBAR */
    /* ----------------------------------------------------------------------------------- SINGLE */
    #mainSingle .text-title {
        text-align: center;
        font-size: 1.125em;
        margin-top: 2.1em;
    }

    #mainSingle .text-title .strong,
    #mainSingle .text-title strong {
        display: block
    }

    #mainSingle .text-sub {
        text-align: center;
        font-size: .75em;
        margin-top: 0;
    }

    /* ---------------------------------------------------------------------- ADS */
    #wrap-elm-01 {
        height: 0;
        width: 100%;
        padding-bottom: 56.25%;
    }

    #wrap-elm-02 {
        height: 0;
        width: 100%;
        padding-bottom: 43.75%;
    }

    #ad-elm-01, #ad-elm-02 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    #ad-elm-01 div:first-child,
    #ad-elm-02 div:first-child,
    #ad-elm-01 div iframe:first-child,
    #ad-elm-02 div iframe:first-child {
        width: 100% !important;
        height: 100% !important;
    }
}

/* -------------------------------------------------------------------- MID RESOLUTION (550px) */

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

    /* ----------------------------------------------------------------------------------- HOME */
    .preview h1,
    .preview-video h1 {
        font-size: 1em;
    }

}