/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Tony Lefler
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: "Merriweather", "Times New Roman", serif;
}

h3 {
    color: #808080;
    font-weight: 300;
}

.tute-blog {
    max-width: 30%;
}

select, input {
    height: auto;
    border-radius: 2px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 6px 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

h2.widget-title {
    margin-bottom: 12px !important;
}

.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a {
    font-weight: 700;
}

.hentry, .page-header, .page-content {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.entry-content {
    padding-bottom: 15px;
}

.site-main {
    padding: 0 !important;
}

.page-header {
    border-left: none;
}
.page-header h1 {
    font-family: 'merriweather', 'Georgia', serif;
    background: #eee;
    padding: 30px;
    font-weight: 300;
}

.post-thumbnail img {
	width: 660px;
    height: auto;
}

.site-title {
    padding-top: 10px;
    font-family: 'merriweather', 'Georgia', serif;
}

.site-info {
    text-align: center;
}

.post-thumbnail {
    margin-top: 30px;
}

.post-navigation .post-title {
    font-family: 'merriweather', 'Georgia', serif;
}

.single h1 {
    margin-top: 50px;
}

.entry-footer {
    background-color: #fff;
    padding: 5% 10%;
}

.author-info {
    padding: 5% 0;
}




@media screen and (min-width: 59.6875em) {
    .site-header {
        margin-bottom: 10%;
    }

    .widget {
        margin-bottom: 10%;
    }

    .tute-blog {
        max-width: 30%;
        margin-bottom: 10px;
    }

    .entry-title {
        font-size: 30px;
    }

    .entry-footer {
        background-color: #fff;
        padding: 0 10%;
    }

    .return a {
    padding: 10px 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: .15s ease-in-out;
    }

    .return a:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #fff;
    }
}