/*!
Theme Name: AwesomePress Blog
Theme URI: http://awesomepress.surror.com/
Author: Surror
Author URI: https://profiles.wordpress.org/surror/
Description: SEO ready and Customizable theme.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awesomepress
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, blog, custom-header, custom-background, custom-menu, custom-colors, threaded-comments, translation-ready, accessibility-ready, featured-images, theme-options, post-formats, flexible-header, editor-style, rtl-language-support
Template: awesomepress
--------------------------------------------------------------*/
/*!
Theme Name: AwesomePress Blog
Theme URI: http://awesomepress.surror.com/
Author: Surror
Author URI: https://profiles.wordpress.org/surror/
Description: SEO ready and Customizable theme.
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awesomepress
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, blog, custom-header, custom-background, custom-menu, custom-colors, threaded-comments, translation-ready, accessibility-ready, featured-images, theme-options, post-formats, flexible-header, editor-style, rtl-language-support
Template: awesomepress
--------------------------------------------------------------*/

/**
 * Blog
 */
.left-section {
    margin: 0;
}
.item {
    margin-bottom: 3em;
    display: inline-block;
}
@media all and (min-width: 768px) {
    .image-wrap {
        float: left;
        width: 30%;
        margin-right: 2em;
        margin-bottom: 2em;
    }

    .left-section {
        float: left;
        width: 30%;
        box-shadow: -9px 9px 5px 0px #f1f4f9;
    }
    
    .right-section {
        padding-left: 3em;
        float: right;
        width: 70%;
    }

    .right-section h3 {
        margin: 1em 0 0.4em 0;
    }    
}


.right-section h3 {
    margin: 0 0 0.4em 0;
    font-size: 2em;
}

.entry-content .right-section a {
    background: #343a40;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border: none;
    margin-right: 12px;
    font-size: 1rem;
    margin-top: 1em;
}
.entry-content .right-section a:first-child {
    background: #00BCD4;
}
.entry-content .item:last-child {
    margin: 0;
}
.right-section p:last-child {
    margin: 0;
}

/**
 * Next/Previous Links
 */
.link-caption {
    margin-bottom: 0.5em;
}

.nav-previous .link-icon {
    padding-right: 1.5em;
}

/**
 * Header
 */
body .site-branding {
    padding: 1em 0;
    border-bottom: 1px solid #e2e2e2;
}

/**
 * Top Bar
 */
#top-navigation ul {
    padding: 0;
}

#top-navigation li {
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    padding-right: 1em;
    margin-right: 1em;
}

#top-navigation a,
#top-navigation a:visited,
#top-navigation a:hover {
    color: #343a40;
}

#top-navigation {
    text-align: right;
    border-bottom: 1px solid #e2e2e2;
    padding: 0.5em 0;
}

#top-navigation li:last-child {
    border: none;
}

/**
 * Light Skin
 */
body .main-navigation,
body .site-header {
    background: #fff;
}

body .site-title a {
    color: #343a40;
}

body .page-header {
    background-color: #fff;
}

body .page-title {
    color: #343a40;
}

body .entry-meta {
    font-size: 1rem;
}