/*
Theme Name: Patricia Perez Coaching
Theme URI: https://patriciaperezcoaching.com
description: A theme created for Patricia Perez.
Author: Jane Doe
Author URI: https://csffeinatedwebstudio.com
Template: generatepress
*/

body {
	font-family: 'Average', serif;
	font-size: 18px;
	line-height: 1.3;
}

h1 {
	color:  #d88f3f;
    font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0px 0px 20px;
}

h1.entry-title {
    color: #697873;
    font-style: italic;
	margin-bottom: 20px;
}

h2 {
    font-size: 16px;
    color: #8C9A98;
    font-family: helvetica,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-variant: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

h2 a {
	color: #d88f3f;
}

h3 {
	color: #d88f3f;
	font-size: 22px;
	margin-bottom: 10px;
}

/* ----- NAV */
header .fl-row-content-wrap {
	padding: 0 20px !important;
}

.menu li a {
	font-family: Alegreya;
    font-size: 18px;
    color: #6B6B6B;
    font-style: normal;
    font-weight: lighter;
    text-transform: none;
    font-variant: normal;
    letter-spacing: 2px;
    padding: 5px 25px !important;
    margin-bottom: 15px;
}

.menu li a:hover, .menu .current_page_item a {
	color: #FFFFFF !important;
    background-color: #8C9A98;
}

/* ----- GENERAL */
.fl-row-content-wrap {
	padding: 2% 20px;
}

.fl-node-j70ni5luk3xb > .fl-row-content-wrap {
	padding: 0 20px !important;
}

.inside-article .button {
	padding: 0;
}

.button a {
	font-family: 'Helvetica', 'Arial', sans-serif;
	background-color: #d88e3f;
	color:  #ffffff;
	line-height: 1em;
	margin: 0px;
	padding: 15px 25px;
	text-decoration: none;
	border-radius: 4px;
}

.button a:hover {
	background-color: #c27a2d;
}

/* ----- BLOG */
.fl-post-feed-post {
    padding-bottom: 40px !important;
}