/*
Theme Name:  The Organic Dietitian
Theme URI:   http://ansleyfones.com
Author:      Ansley Fones
Author URI:  http://ansleyfones.com
Description: Custom built WordPress theme.
Template:    AF-Essentials
Version:     1.0.0
Text Domain: custom
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**********************************************************
// Body
**********************************************************/
body {
	background: #FFF;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #455359;
	}

a { color: #FC5B82; }
a:hover { color: #63907E; }

.Content-Posts {
    margin: auto;
    padding: 20px 10px;
    width: 100%;
    max-width: 1300px;
    text-align: center;
    font-size: 0;
    }

.Source-Sans-Pro { font-family: "Source Sans Pro", sans-serif; }
.Crimson-Text { font-family: "Crimson Text", serif; }

.Rounded img { border-radius: 50%; }

/*********************************************************
// GUTENBERG FULL WIDTH
**********************************************************/

.Entry-Text .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.Entry-Text .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 )!important;
    margin-right : calc( -100vw / 2 + 100% / 2 )!important;
    max-width    : 100vw!important;
    min-width     : 100vw!important;
}

.Entry-Text h2, .Entry-Text h3, .Entry-Text h4, .Entry-Text h5 {
	font-family: "Crimson Text", serif; 
}

.alignfull > img {
    width: 100vw;
}

.wp-block-button__link:hover { background: #d6ac5c!important; }
.wp-block-button__link {
	border-radius: 0!important;
	font-size: 17px; 
	letter-spacing: 1.5px;
	padding: 1em 2em;
}

/**********************************************************
// Mobile Navigation
**********************************************************/
.Mobile-Nav {
	background: #63907E;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	}

.Mobile-Nav a { color: #FFF; }
.Mobile-Nav li.current-menu-item > a {
	background-color: #FFF;
	font-weight: bold;
	color: #455359;
	}

.Mobile-Nav-Logo {
	padding: 20px 10px;
	background: #FFF;
	border-top: 8px solid #BCD39F;
	box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
	}

.Mobile-Nav-Search {
	padding: 10px;
	background: #BCD39F;
	box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
	}

.Mobile-Nav-Search-Inner {
	padding: 0 0 0 25px;
	border-radius: 5px;
	position: relative;
	}

.Mobile-Nav-Search-Inner i {
	font-size: 16px;
	color: #FFF;
	position: absolute;
	left: 2px;
	top: 1px;
	}

.Mobile-Nav-Search-Inner input[type="submit"] { display: none; }
.Mobile-Nav-Search-Inner input[type="search"] {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	background: transparent;
	letter-spacing: 1px;
	font-family: "Crimson Text", serif;
	color: #FFF;
	}

.Mobile-Nav-Search-Inner input::-webkit-input-placeholder { text-transform: uppercase; color: #FFF; }
.Mobile-Nav-Search-Inner input:-moz-placeholder           { text-transform: uppercase; color: #FFF; }
.Mobile-Nav-Search-Inner input::-moz-placeholder          { text-transform: uppercase; color: #FFF; }
.Mobile-Nav-Search-Inner input:-ms-input-placeholder      { text-transform: uppercase; color: #FFF; }

.Mobile-Nav-Social {
	padding: 10px;
	background: #455359;
	text-align: center;
	font-size: 0;
	box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
	}

.Mobile-Nav-Social li {
	margin: 5px 10px;
	padding: 0 !important;
	width: 30px;
	border: 0 !important;
	display: inline-block;
	vertical-align: middle;
	}

.Mobile-Nav-Social li a:hover { background: #BCD39F; }
.Mobile-Nav-Social li a {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 18px;
	background: #63907E;
	}

/**********************************************************
// Header
**********************************************************/
.Header {
	padding: 40px 10px 20px 10px;
	width: 100%;
	border-top: 8px solid #BCD39F;
	text-align: center;
	position: relative;
	z-index: 8000;
	}

.Header-Inner {
	margin: auto;
	width: 100%;
	max-width: 1250px;
	}

.Header-Top { position: relative; }

.Header-Logo {
	margin: auto;
	display: inline-block;
	vertical-align: top;
	}

.Header-Left {
	position: absolute;
	top: 48px;
	left: 0;
	}

.Header-Right {
	position: absolute;
	top: 35px;
	right: 0;
	}

.Header-Button:hover { color: #FFF; }
.Header-Button {
	padding: 10px 30px;
	background: url(Images/BG-Button-Gold.png) top center;
	background-size: cover;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	}

/**********************************************************
// Header >> Search
**********************************************************/
.Header-Search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Header-Search i:hover { color: #63907E; }
.Header-Search i {
	font-size: 22px;
	cursor: pointer;
	color: #BCD39F;
	}

.Header-Search-Box {
	display: none;
	padding-top: 25px;
	width: 280px;
	position: absolute;
	z-index: 9000;
	left: -20px;
	}

.Header-Search-Box::before {
	width: 20px;
	height: 20px;
	content: '';
	transform: rotate(45deg);
	background: #BCD39F;
	display: block;
	position: absolute;
	z-index: 8000;
	left: 20px;
	top: 17px;
	}

.Header-Search-Form {
	padding: 15px;
	background: #BCD39F;
	position: relative;
	z-index: 9000;
	}

.Header-Search-Form span,
.Header-Search-Form .search-submit { display: none; }

.Header-Search-Form .search-field {
	width: 100%;
	border: 0;
	height: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-size: 14px;
	background: transparent;
	color: #FFF;
	}

.Header-Search-Form input::-webkit-input-placeholder { text-transform: uppercase; color: #FFF; }
.Header-Search-Form input:-moz-placeholder           { text-transform: uppercase; color: #FFF; }
.Header-Search-Form input::-moz-placeholder          { text-transform: uppercase; color: #FFF; }
.Header-Search-Form input:-ms-input-placeholder      { text-transform: uppercase; color: #FFF; }

/**********************************************************
// Header >> Social
**********************************************************/
.Header-Social {
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Social li {
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Social li:first-child { margin-left: 0; }
.Header-Social li:last-child { margin-right: 0; }

.Header-Social li a:hover { color: #63907E; }
.Header-Social li a {
	font-size: 22px;
	color: #BCD39F;
	}

/**********************************************************
// Header >> Nav
**********************************************************/
.Header-Nav {
	margin: 40px auto 0 auto;
	text-align: center;
	position: relative;
	z-index: 6000;
	}

.Header-Nav li {
	margin: 0 18px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	}

.Header-Nav li:first-child { margin-left: 0; }
.Header-Nav li:last-child { margin-right: 0; }

.Header-Nav li a {
	letter-spacing: 1px;
	font-family: "Crimson Text", serif;
	font-weight: 700;
	font-size: 14px;
	color: #455359;
	}

.Header-Nav li a:hover {
	text-decoration: none;
	color: #BCD39F;
	}

.Header-Nav li:hover > ul { display: block; }
.Header-Nav li ul {
	margin-top: 0;
	margin-left: -90px;
	padding-top: 10px;
	width: 180px;
	display: none;
	text-align: center;
	position: absolute;
	left: 50%;
	}

.Header-Nav li > ul li:hover { background: #63907E; }
.Header-Nav li > ul li {
	margin: 0 0 1px 0;
	height: auto;
	background: #BCD39F;
	color: #FFF;
	display: block;
	}

.Header-Nav li ul li a:hover { color: #FFF; }
.Header-Nav li > ul li a {
	padding: 4px 6px;
	line-height: 20px;
	font-size: 14px;
	display: block;
	color: #FFF;
	}

/**********************************************************
// Header >> Nav: Menu
**********************************************************/
.Header-Nav-Menu:hover  { color: #BCD39F; }
.Header-Nav-Menu {
	margin-right: 30px;
	padding: 0;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	display: none;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-size: 22px;
	cursor: pointer;
	color: #455359;
	}

.Header-Nav-Menu i {
	display: inline-block;
	vertical-align: middle;
	}

.Header-Nav-Menu span {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Header >> Banner
**********************************************************/
.Header-Banner {
	margin: auto;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Header-Banner img { width: 100%; }
.Header-Banner-Desktop { display: block; }
.Header-Banner-Mobile { display: none; }

/**********************************************************
// Footer >> Instagram
**********************************************************/
.Footer-Instagram { padding: 30px 10px; }
.Footer-Instagram-Placeholder {
	padding: 0 10px;
	line-height: 200px;

	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #777;
	}

/**********************************************************
// Footer
**********************************************************/
.Footer a { color: #FFF; }
.Footer a:hover { color: #BCD39F; }
.Footer {
	padding: 40px 10px;
	background: #64907F;
	text-align: center;
	color: #FFF;
	}

.Footer-Bottom {
	margin: 60px auto 0 auto;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	}

/**********************************************************
// Footer >> Optin
**********************************************************/
.Footer-Optin {
	margin: auto;
	width: 100%;
	max-width: 800px;
	}

.Footer-Optin-Top img,
.Footer-Optin-Top h2 {
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Optin-Top h2 {
	margin-left: 30px;
	padding: 0;
	width: 60%;
	max-width: 570px;
	text-align: left;
	line-height: 30px;
	font-weight: 500;
	font-size: 20px;
	}

.Footer-Optin form {
	margin: 20px auto 0 auto;
	font-size: 0;
	}

.Footer-Optin input {
	margin: 0 1%;
	padding: 0 10px;
	width: 48%;
	max-width: 340px;
	line-height: 52px;
	height: 52px;
	border: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Optin input[type="text"] {
	background: #FFF;
	color: #35464D;
	}

.Footer-Optin input[type="submit"]:hover { background: #35464D; }
.Footer-Optin input[type="submit"] {
	cursor: pointer;
	text-transform: uppercase;
	background: #BCD39F;
	color: #FFF;
	}

.Footer-Optin input::-webkit-input-placeholder { text-transform: uppercase; color: #35464D; }
.Footer-Optin input:-moz-placeholder           { text-transform: uppercase; color: #35464D; }
.Footer-Optin input::-moz-placeholder          { text-transform: uppercase; color: #35464D; }
.Footer-Optin input:-ms-input-placeholder      { text-transform: uppercase; color: #35464D; }

/**********************************************************
// Post >> Elements
**********************************************************/
.post { margin-bottom: 40px; }
article.post:last-child { margin-bottom: 0; }
article:last-child .post { margin-bottom: 0; }

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { padding: 15px 0; line-height: 1.3em!important; }

.post blockquote {
	margin: 10px auto;
	padding: 0 20px;
	line-height: 24px;
	border-left: 3px solid #455359;
	font-style: italic;
	font-size: 18px;
	display: block;
	}

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }

.post p {
	padding: 10px 0;
	line-height: 1.6em;
	}

.post p:empty { display: none; }

.post p.has-medium-font-size { line-height: 1.5em; }
.post p.has-large-font-size { line-height: 1.5em; }
.post p.has-huge-font-size { line-height: 1.5em; }

.post p.has-background {
	padding-left: 10px;
	padding-right: 10px;
	}

.post ol {
	margin-left: 20px;
	padding-left: 2px;
	list-style: decimal;
	}

.post ul {
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	}

.post ul li:before {
	content: "\f111";
	font: normal normal normal 7px/1 FontAwesome;
	color: #455359;
	position: absolute;
	top: 8px;
	left: 0;
	}

.post ul li {
	margin-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

.post ol li {
	margin-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

/**********************************************************
// Gutenberg Block >> Gallery
**********************************************************/
.wp-block-gallery li { padding: 0 !important; }
.wp-block-gallery li:before { display: none; }
.wp-block-gallery img { margin: auto; }

/**********************************************************
// Gutenberg Block >> Colors
**********************************************************/
.has-dark-blue-background-color   { background-color: #455359; }
.has-dark-green-background-color  { background-color: #63907E; }
.has-light-green-background-color { background-color: #BCD39F; }
.has-light-gray-background-color  { background-color: #F3F3F3; }
.has-light-pink-background-color  { background-color: #FAE1E4; }

.has-dark-blue-color   { color: #455359; }
.has-dark-green-color  { color: #63907E; }
.has-light-green-color { color: #BCD39F; }
.has-light-gray-color  { color: #F3F3F3; }
.has-light-pink-color  { color: #FAE1E4; }

/**********************************************************
// Excerpt
**********************************************************/
.Excerpt {
	margin: 40px 1% 0 1%;
	width: 31.3%;
	max-width: 360px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	height: 360px;
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
	}

.Excerpt-Thumb span,
.Excerpt-Thumb a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Thumb:hover span { transform: scale(1.1); }
.Excerpt-Thumb span { z-index: 1000; }
.Excerpt-Thumb a { z-index: 2000; }

.Excerpt-Header { padding: 20px 0 0 0; }
.Excerpt-Title a { color: #455359; }
.Excerpt-Title a:hover { color: #BCD39F; }

.Excerpt-Date {
	margin: auto;
	padding: 0 !important;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	color: #63907E;
	}

.Excerpt-Title {
	margin: 5px auto 0 auto;
	padding: 0 !important;
	min-height: 68px;
	line-height: 34px;
	text-align: center;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 600;
	font-size: 24px;
	}

.Excerpt-Text p { line-height: 28px; }
.Excerpt-Text {
	min-height: 150px;
	max-height: 150px;
	overflow: hidden;
	line-height: 28px;
	font-weight: 300;
	font-size: 18px;
	}

.Excerpt-More {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 280px;
	height: 20px;
	position: relative;
	display: block;
	}

.Excerpt-More hr {
	margin: auto;
	max-width: 100%;
	border-bottom: 2px solid #63907E;
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: 0;
	left: 0;
	}

.Excerpt-More span {
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2000;
	}

.Excerpt-More a:hover { color: #BCD39F; }
.Excerpt-More a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	color: #63907E;
	}

/**********************************************************
// Post >> Excerpt >> XS
**********************************************************/
.Excerpt-XS {
	margin: 30px 1% 0 1%;
	width: 23%;
	max-width: 280px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-XS-Thumb {
	margin: auto;
	height: 340px;
	background: #F5F5F5;
	position: relative;
	overflow: hidden;
	display: block;
	}

.Excerpt-XS-Thumb:hover span { transform: scale(1.1); }
.Excerpt-XS-Thumb span {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-XS-Thumb a {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-XS-Main { padding: 15px; }

.Excerpt-XS-Title {
	padding: 0 !important;
	line-height: 24px;
	min-height: 48px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	}

.Excerpt-XS-Title a { color: #455359; }
.Excerpt-XS-Title a:hover { color: #BCD39F; }

/**********************************************************
// Product
**********************************************************/
.Product {
	margin: 30px 1% 0 1%;
	width: 23%;
	max-width: 260px;
	display: inline-block;
	vertical-align: top;
	}

.Product-Thumb {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	}

.Product-Thumb span,
.Product-Thumb a {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	top: 10px;
	}

.Product-Thumb:hover span { transform: scale(1.1); }
.Product-Thumb span { z-index: 1000; }
.Product-Thumb a { z-index: 2000; }

.Product-Title a { color: #455359; }
.Product-Title a:hover { color: #BCD39F; }

.Product-Title {
	margin: 5px auto 0 auto;
	padding: 0 !important;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	}

/**********************************************************
// Entry
**********************************************************/
.Entry-Date {
	margin: auto;
	padding: 0 !important;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	color: #63907E;
	}

.Entry-Title {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 38px;
	text-align: center;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 600;
	font-size: 28px;
	}

.Entry-Thumb {
	margin-top: 10px;
	text-align: center;
	}

/**********************************************************
// Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #F9F9F9;
	text-align: center;
	}

.Entry-Convo-Left {
	margin-top: 15px;
	margin-left: 10%;
	display: inline-block;
	float: left;
	}

.Entry-Convo-Left img,
.Entry-Convo-Left span {
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Convo-Left span {
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	}

.Entry-Convo-Button {
	margin-right: 10%;
	padding: 20px 30px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	background: #E3BD74;
	color: #FFF;
	display: inline-block;
	float: right;
	}

.Entry-Convo-Button:hover {
	background: #63907E;
	color: #FFF;
	}

/**********************************************************
// Entry >> Social
**********************************************************/
.Entry-Social {
	margin: 20px auto 0 auto;
	text-align: center;
	}

.Entry-Social .AFONES-Share-Links.Icons > span {
	letter-spacing: 1px;
	font-weight: 700;
	}

.Entry-Social ul { padding: 0 !important; }
.Entry-Social li { padding: 0 !important; }
.Entry-Social li:before { display: none; }

.Entry-Header .Entry-Social { margin: 10px auto 0 auto; }
body .AFONES-Share-Links.Icons a:hover { border: 1px solid #BCD39F !important; }
body .AFONES-Share-Links.Icons a {
	padding: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #63907E !important;
	border-radius: 100%;
	line-height: 29px;
	font-size: 16px;
	display: block;
	}

.Entry-Social .fa { position: relative; }
.Entry-Social .fa-envelope { top: -1px; }

/**********************************************************
// Entry >> Optin
**********************************************************/
.Entry-Optin {
	margin: 20px auto 0 auto;
	padding: 30px 10px;
	background: url(Images/BG-Post-Optin.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	}

.Entry-Optin-Main {
	margin: auto;
	width: 100%;
	max-width: 620px;
	display: inline-block;
	position: relative;
	left: 100px;
	}

.Entry-Optin-Text {
	margin: auto;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Optin-Text h4 {
	margin-top: 5px;
	padding: 0;
	line-height: 26px;
	font-weight: 600;
	font-size: 14px;
	}

.Entry-Optin form {
	margin-left: 50px;
	width: 100%;
	max-width: 260px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Optin input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	display: block;
	}

.Entry-Optin input[type="email"] {
	background: #FFF;
	color: #455359;
	}

.Entry-Optin input::-webkit-input-placeholder { color: #455359; text-transform: uppercase; }
.Entry-Optin input:-moz-placeholder           { color: #455359; text-transform: uppercase; }
.Entry-Optin input::-moz-placeholder          { color: #455359; text-transform: uppercase; }
.Entry-Optin input:-ms-input-placeholder      { color: #455359; text-transform: uppercase; }

.Entry-Optin input[type="submit"]:hover { background: #63907E; }
.Entry-Optin input[type="submit"] {
	margin: 10px auto 0 auto;
	cursor: pointer;
	text-transform: uppercase;
	background: #BCD39F;
	color: #FFF;
	}

/**********************************************************
// Entry >> Popular
**********************************************************/
.Entry-Popular {
	padding: 70px 10px;
	text-align: center;
	background: #F9F9F9;
	}

.Entry-Popular > h3 {
	padding: 0;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	}

.Entry-Popular-List {
	margin: auto;
	width: 100%;
	max-width: 1300px;
	font-size: 0;
	}

.Entry-Popular .Excerpt-More span { background: #F9F9F9; }

/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin-top: 50px;
	text-align: center;
	}

.Post-Nav .page-numbers {
	margin: 5px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav .page-numbers {
	text-decoration: none;
	color: #BCD39F;
	}

.Post-Nav a.page-numbers:hover { color: #63907E; }

.Post-Nav .page-numbers.current {
	background: #BCD39F;
	color: #FFF;
	}

.Post-Nav .next {
	margin-left: 15px;
	width: auto;
	}

.Post-Nav .next span,
.Post-Nav .next i {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav .next i {
	margin-left: 10px;
	font-size: 20px;
	position: relative;
	top: -1px;
	}

.Post-Nav .prev {
	margin-right: 15px;
	width: auto;
	}

.Post-Nav .prev span,
.Post-Nav .prev i {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav .prev i {
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: -1px;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
.Comments {
	margin: auto;
	width: 100%;
	max-width: 700px;
	}

#respond h3 {
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: initial;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #455359;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	border: 1px solid #828282;
	background: #FFF;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select {
	height: 45px;
	line-height: 43px;
	}

#respond .form-submit {
	margin-top: 5px;
	background: transparent;
	padding: 0;
	display: inline-block;
	position: relative;
	}

#respond input[type="submit"]:hover { background: #63907E; }
#respond input[type="submit"] {
	padding: 0 40px;
	width: auto;
	height: 42px;
	line-height: 42px;
	background-color: none;
	background: #D6AD5E;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	}

.Comments .fn a { color: #63907E; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #63907E;
	}

.comment-metadata a { color: #455359; }
.comment-metadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #455359;
	}

.comment-content { color: #455359; }

/**********************************************************
// Page >> Titles
**********************************************************/
.Page-Title {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	}

.Page-Subtitle {
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	}

/**********************************************************
// Sidebar
**********************************************************/
.Sidebar .widget { margin-top: 40px; }
.Sidebar .widget-title {
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	}

.Sidebar .widget_afones_profile .Content { padding-top: 0; }

/**********************************************************
// Sidebar >> Search
**********************************************************/
.Sidebar .screen-reader-text { display: none; }

.Sidebar .widget_search {
	padding: 10px 10px 10px 50px;
	width: 100%;
	overflow: hidden;
	background: #F9F9F9;
	white-space: nowrap;
	position: relative;
	}

.Sidebar .widget_search:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #455359;
	position: absolute;
	left: 18px;
	top: 11px;
	}

.Sidebar .widget_search input:focus { outline: 0; }
.Sidebar .widget_search input {
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .search-field {
	width: 100%;
	line-height: 22px;
	background: transparent;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	color: #455359;
	float: left;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #455359; text-transform: lowercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #455359; text-transform: lowercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #455359; text-transform: lowercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #455359; text-transform: lowercase; }

.Sidebar .search-submit {
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 200px;
	background: #000 url(../AF-Essentials/Images/Icon-Search.png) center center no-repeat;
	cursor: pointer;
	float: right;
	display: none;
	}

/**********************************************************
// Sidebar >> Optin
**********************************************************/
.Sidebar-Optin {
	padding: 20px;
	background: #E3E4E8;
	text-align: center;
	}

.Sidebar-Optin-Text {
	margin: 15px auto 0 auto;
	width: 100%;
	max-width: 200px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	}

.Sidebar-Optin-Button:hover { background: #63907E; color: #fff; }
.Sidebar-Optin-Button {
	text-transform: uppercase;
	background: #BCD39F;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 25px;
	display: block;
	margin-top: 15px;
}

.Sidebar-Optin form { margin: 5px auto 0 auto; }
.Sidebar-Optin input {
	margin: 10px auto 0 auto;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	display: block;
	}

.Sidebar-Optin input[type="email"] {
	background: #FFF;
	color: #455359;
	}

.Sidebar-Optin input::-webkit-input-placeholder { color: #455359; text-transform: uppercase; }
.Sidebar-Optin input:-moz-placeholder           { color: #455359; text-transform: uppercase; }
.Sidebar-Optin input::-moz-placeholder          { color: #455359; text-transform: uppercase; }
.Sidebar-Optin input:-ms-input-placeholder      { color: #455359; text-transform: uppercase; }

.Sidebar-Optin input[type="submit"]:hover { background: #63907E; }
.Sidebar-Optin input[type="submit"] {
	cursor: pointer;
	text-transform: uppercase;
	background: #BCD39F;
	color: #FFF;
	}

/**********************************************************
// Gravity Forms
**********************************************************/
.gform_wrapper {
    margin: 0 auto !important;
    max-width: 650px !important;
    }

.gform_wrapper ul.gform_fields { padding-left: 0 !important; }
.gform_wrapper .gform_title { display: none; }

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    letter-spacing: 1px;
    font-size: 14px;
    }

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    padding: 10px;
    width: 99.2% !important;
    border: 0;
    background: #F4F4F4;
    color: #455359;
    font-size: 16px;
    }

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url] {
    padding: 10px;
    border: 0;
    background: #F4F4F4;
    color: #455359;
    font-size: 16px;
    }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper textarea {
    padding: 10px;
    border: 0;
    background: #F4F4F4;
    color: #455359;
    font-size: 16px;
    }

.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-top: -3px !important;
	-webkit-appearance: radio;
    }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: -3px !important;
	-webkit-appearance: checkbox;
    }

.gform_wrapper ::-webkit-input-placeholder { color: #455359; }
.gform_wrapper :-moz-placeholder           { color: #455359; }
.gform_wrapper ::-moz-placeholder          { color: #455359; }
.gform_wrapper :-ms-input-placeholder      { color: #455359; }

.gform_wrapper .gform_footer { text-align: center; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    padding: 15px 30px;
    border: 0;
    background: #BCD39F;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    font-size: 15px !important;
    }

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    cursor: pointer;
    background: #63907E;
    }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	line-height: 30px;
	font-weight: bold;
    font-size: 20px;
    }

/**********************************************************
//
**********************************************************/

.uagb-testinomial-text-wrap {
	line-height: 1.5em;
}

.uagb-slick-carousel ul.slick-dots li:before {
	display: none;
	content: '';
}

.uagb-tm__author-name {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.slick-prev, .slick-next {
	height: 40px;
}

.SmallImage .wp-block-media-text__media {
    width: 70px;
    margin: 0 auto;
    display: block;
}

.SmallImage .wp-block-media-text__content {
	padding: 0 3%;
}

/**********************************************************
// Popup
**********************************************************/
.Popup {
	background: rgba(72, 83, 89, 0.68);
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

body.admin-bar .Popup { top: 32px; }

.Popup-Outer {
	padding: 10px;
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Popup-Inner {
	margin: auto;
	width: 100%;
	max-width: 730px;
	position: relative;
	}

.Popup-Close:hover { color: #FAE1E4; }
.Popup-Close {
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: -24px;
	right: 0;
	}

.Popup-Box {
	width: 100%;
	background: #FFF;
	display: table;
	}

.Popup-Box-Left {
	width: 45%;
	background: #BCD39F;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

.Popup-Box-Right {
	padding: 40px 35px 60px 35px;
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	}

.Popup-Box-Left img {
	width: 380px;
	height: auto;
	max-width: 380px;
	position: absolute;
	right: -10px;
	left: -30px;
	top: 10px;
	}

.Popup-Box-Right h2 {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 700;
	font-size: 28px;
	}

.Popup-Box-Right h3 {
	margin: 10px auto 0 auto;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 16px;
	}

.Popup-Box-Right .gform_wrapper { margin-top: 30px !important; }
.Popup-Box-Right .gform_wrapper ul.gform_fields li:first-child.gfield { margin-top: 0; }
.Popup-Box-Right .ginput_container input {
	margin: auto !important;
	padding: 10px !important;
	width: 100% !important;
	height: 60px;
	line-height: 40px;
	letter-spacing: 1px !important;
	text-align: center;
	font-weight: 700;
	font-size: 16px !important;
	color: #3B4A51;
	border: 1px solid #6B767C !important;
	background: #FFF !important;
	}

.Popup-Box-Right .ginput_container ::-webkit-input-placeholder { text-transform: uppercase; }
.Popup-Box-Right .ginput_container :-moz-placeholder           { text-transform: uppercase; }
.Popup-Box-Right .ginput_container ::-moz-placeholder          { text-transform: uppercase; }
.Popup-Box-Right .ginput_container :-ms-input-placeholder      { text-transform: uppercase; }

.Popup-Box-Right .gform_wrapper .gform_footer {
	margin: 15px auto 0 auto !important;
	padding: 0 !important;
	}

.Popup-Box-Right .gform_wrapper .gform_footer input.button,
.Popup-Box-Right .gform_wrapper .gform_footer input[type=submit],
.Popup-Box-Right .gform_wrapper .gform_page_footer input.button,
.Popup-Box-Right .gform_wrapper .gform_page_footer input[type=submit] {
	margin: auto !important;
	padding: 0 10px;
	width: 100% !important;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px !important;
	cursor: pointer;
	background: #FAE1E4;
	color: #3B4A51;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.Popup-Box-Right .gform_wrapper .gform_footer input.button:hover,
.Popup-Box-Right .gform_wrapper .gform_footer input[type=submit]:hover,
.Popup-Box-Right .gform_wrapper .gform_page_footer input.button:hover,
.Popup-Box-Right .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #BCD39F;
	color: #FFF;
	}

.Popup-Box-Right .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	}

.Popup-Box-Right .gform_wrapper div.validation_error { display: none; }
.Popup-Box-Right .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 10px !important;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 12px;
	}


/**********************************************************
// Popup
**********************************************************/

.uagb-faq-item { background: #fff; }

.uagb-faq-questions-button { padding: 20px!important; }
.uagb-faq-content { padding: 0 20px!important; }