/**
 * ------------------------------------------------------------------------
 * File for all responsive style adjustments.
 * ------------------------------------------------------------------------
 */


/**
 * Big screen
 * ------------------------------------------------------------------------
 * Increase sizes where appropiate.
 */
@media screen and (min-width: 1440px) {

    /**
     * Infobox styles
     */

    .slide .style-default {
        width: 400px;
    }

    .slide .style-default .slide-title {
        font-size: 60px;
    }

    .slide .style-default .slide-subtitle {
        font-size: 18px;
    }

    .slide .style-default .description {
        font-size: 16px;
    }


}

/**
 * Fix the width on screens greater than 1280px.
 */
@media screen and (min-width: 1280px) {

    .page-template-template-full-width-php .site {
        width: 1021px;
    }

}

/**
 * Fix the width on the pages with sidebar, when
 * screen is greater than 1920px.
 */
@media screen and (min-width: 1920px) {

    .page-template-template-full-width-php .site {
        width: 961px;
    }

}



/**
 * Small screen
 * ------------------------------------------------------------------------
 * Make everything a bit smaller.
 */
@media screen and (max-width: 1024px) {

    /**
     * Smaller space for logo and sidebar.
     */
    #header hgroup {
        width: 200px;
    }

    .sidebar {
        width: 180px;
        margin-left: -253px;
    }

    .site-with-sidebar {
        padding: 0 35px 0 268px;
    }

    .nav-tip {
        display: none !important;
    }


    /**
     * Contract main navigation.
     */
    .site-navigation a {
        font-size: 12px;
    }

    .site-navigation .has-children a:after {
        font-size: 12px;
        line-height: 14px;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .site-navigation .has-children a:after {
            font-size: 12px;
        }
    }

    .site-navigation li {
        margin-right: 10px;
    }

    .primary-navigation {
        padding-left: 261px;
    }


    /**
     * Page: Full width
     */
    .page-template-template-full-width-php .site {
        width: auto;
        margin: 0 15px;
    }


    /**
     * Page: Full page slider
     */
    .slider .info[style],
    .slider-arrow-right,
    .slider-arrow-left {
        opacity: 1;
    }

    .slider .info {
        width: 280px;
    }

    .slide .style-page-with-background .entry-title,
    .slide .style-default .slide-title {
        font-size: 30px;
    }

    .slide .style-page-with-background .entry-content {
        font-size: 13px;
    }


    /**
     * Page: Vertical Blog
     */
    .vertical-blog .post,
    .vertical-blog .navigation-paging {
        width: 100%;
    }

    .vertical-blog .post-with-media .entry-date {
        top: 25px;
    }

    /**
     * Content.
     */
    .button,
    .entry-content .button,
    .project .hover-box .button {
        font-size: 12px;
        font-weight: bold;
        padding: 0 11px;
    }

    .button-big,
    .entry-content .button-big {
        line-height: 38px;
        font-size: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .widget {
        margin: 0 0 20px;
        font-size: 12px;
    }

    .widget a {
        padding-bottom: 1px;
        font-size: 12px;
    }

    .widget-content,
    .textwidget p {
        font-size: 12px;
        line-height: 18px;
    }

    .sidebar .title {
        font-size: 21px;
        padding-bottom: 15px;
    }

    .sidebar .subtitle {
        font-size: 13px;
    }

    /* Disable pushed aside content. */
    .aside-content {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 10px 20px;
    }

    .aside-content .position-absolute {
        position: static;
    }

    /* Make content full width without margins. */
    .site-content .entry-content,
    .single-format-link .entry-header,
    .single-format-quote .entry-header,
    #comments {
        width: 100%;
    }

    .single .wrap-quote {
        font-size: 24px;
    }

    .comment-content,
    .comment-author {
        width: auto;
    }

    .wp-caption .wp-caption-text {
        width: 100%;
        position: static;
        margin: 0;
        border: 