/*
Theme Name:  Maker with Custom Font
Theme URI:   https://themepatio.com/themes/maker/
Template:    maker
Author:      ThemePatio
Author URI:  https://themepatio.com/
Description: Maker child theme with Source Serif Pro used for headings.
Version:     0.1.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maker-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/**
 * DO NOT USE @import TO INCLUDE PARENT THEME STYLESHEET. IT IS INCLUDED IN functions.php INSTEAD.
 */

/* Use Playfair on all headings */

h1,
h2,
h3,
h4,
h5,
h6,
{
	font-family: Playfair, Georgia, serif;
}

body {
    font-family: Sintony, sans-serif;
    color: #030711;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.main-navigation a {
    font-family: Sintony, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #000614;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-navigation a:hover {
    font-family: Sintony, helvetica, arial, sans-serif;
    font-size: 12px;    
    color: #000614;    
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #DEE6F9;  
}
    

/* not bold links in single posts */
.entry-content a,
.entry-content a:hover,
.entry-content a:visited,
.entry-content a:active {
    font-weight: normal;
    text-decoration: none;
    border-bottom: 3px solid #DEE6F9;
    box-shadow: inset 0 -4px 0 #DEE6F9;
}

/* color of links in single posts */
.entry-content a {
    color: #030711;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* color of links when hover mouse over in single posts */
.entry-content a:hover {
    color: #030711;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #DEE6F9;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}

/* color of links when active in single posts */
.entry-content a:active {
    color: #004FFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #DEE6F9;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}

.entry-meta-item a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Sintony, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    color: #828ca3;
}

.entry-meta-item.cat-links {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Sintony, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    color: #828ca3;
}

.entry-meta-item a:hover {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Sintony, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    color: #828ca3;
} 
   

.site-title a {
    font-family: Playfair, Georgia, serif;
    letter-spacing: 0px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #E40000;
    text-decoration: none;
    text-transform: uppercase;
}

.site-branding {
    display: inline-block;
    max-width: 275px;
}

.blog #primary {
    padding-top: 0em;
}

.single-post .post {
    padding-top: 0em;
}


.pagination .page-numbers {
    border: none;
    font-family: Sintony, sans-serif;
    color: #000614;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
}

.site-info {
    display: block;
    font-family: Sintony, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: ##E40000;
    margin-bottom: 1.5em;
    padding-top: 10em;
}

.entry-title a {
    font-family: Sintony, helvetica, arial, sans-serif;
    color: #000614;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 150%;
}

h1.entry-title {
    font-family: Sintony, helvetica, arial, sans-serif;
    color: #000614;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 150%;
}

.entry-title a:hover {
    font-family: Sintony, helvetica, arial, sans-serif;
    color: #000614;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    line-height: 150%;
}

.page-title {
     text-transform: uppercase;
}

.tags-links {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Sintony, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    color: #828ca3;
}

.blog .pagination, .page-template-portfolio .pagination, .widget_calendar caption, .comment-list {
    border-top-color: rgba( 228, 0, 0, .4 );
}


