/*
Theme Name:  The Colorful Kitchen
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: "Town80Text", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #434343;
	}

a { color: #6980AC; }
a:hover { color: #F67795; }

.Content-Posts {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1140px;
	font-size: 0;
	}

.Line {
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: 2px;
	border: 0;
	background: url(Images/BG-Line.png) center center no-repeat;
	background-size: cover;
	}

/**********************************************************
// Mobile Navigation
**********************************************************/
.Mobile-Nav {
	background: #6980AC;
	text-transform: uppercase;
	letter-spacing: 1px;
	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: 700;
	color: #F67795;
	}

/**********************************************************
// Header
**********************************************************/
.Header {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 8000;
	}

.Header-Line {
	margin: auto;
	height: 6px;
	background: url(Images/BG-Line.png) top center repeat-y;
	background-size: cover;
	}

.Header-Inner {
	margin: auto;
	padding: 40px 10px 30px 10px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	}

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

.Header-Left {
	position: absolute;
	left: 10px;
	top: 91px;
	}

.Header-Right {
	position: absolute;
	right: 10px;
	top: 91px;
	}

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

.Header-Search i:hover { color: #F67795; }
.Header-Search i {
	font-size: 16px;
	cursor: pointer;
	color: #434343;
	}

.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: #86C4AB;
	display: block;
	position: absolute;
	z-index: 8000;
	left: 20px;
	top: 17px;
	}

.Header-Search-Form {
	padding: 15px;
	background: #86C4AB;
	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-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 >> Nav
**********************************************************/
.Header-Nav {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Left .Header-Nav { margin-left: 24px; }
.Header-Right .Header-Nav { margin-right: 24px; }

.Header-Nav li {
	margin: 0 12px;
	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-weight: 500;
	font-size: 14px;
	color: #434343;
	}

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

.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: #F67795; }
.Header-Nav li > ul li {
	margin: 0 0 1px 0;
	height: auto;
	background: #434343;
	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 >> Social
**********************************************************/
.Header-Social {
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Social li {
	margin: 0 5px;
	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 {
	font-size: 16px;
	color: #434343;
	}

/**********************************************************
// Header >> Nav: Menu
**********************************************************/
.Header-Nav-Menu:hover  { color: #F67795; }
.Header-Nav-Menu:active { color: #F67795; }
.Header-Nav-Menu {
	margin: auto;
	padding: 0;
	width: auto;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	display: none;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	color: #434343;
	}

.Header-Nav-Menu-Inner {
	margin: 0 auto;
	width: 100px;
	height: 24px;
	}

.Header-Nav-Menu-Icon {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Nav-Menu-Text {
	margin-left: 5px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Header >> Optin
**********************************************************/
.Header-Optin {
	margin: auto;
	padding: 25px 10px;
	text-align: left;
	background: #F2F2F2 url(Images/BG-Header-Optin.jpg) center center no-repeat;
	background-size: cover;
	font-size: 0;
	}

.Header-Optin-Main {
	margin-left: 12%;
	width: 100%;
	max-width: 570px;
	text-align: center;
	display: block;
	}

.Header-Optin form {
	margin: 5px auto 0 auto;
	display: block;
	}

.Header-Optin input {
	padding: 0 10px;
	width: 49%;
	max-width: 275px;
	height: 60px;
	line-height: 60px;
	border: 0;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Optin input[type="email"] {
	margin: 10px 1% 0 0;
	background: #FFF;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #434343;
	}

.Header-Optin input::-webkit-input-placeholder { text-transform: lowercase; color: #434343; }
.Header-Optin input:-moz-placeholder           { text-transform: lowercase; color: #434343; }
.Header-Optin input::-moz-placeholder          { text-transform: lowercase; color: #434343; }
.Header-Optin input:-ms-input-placeholder      { text-transform: lowercase; color: #434343; }

.Header-Optin input[type="submit"]:hover { background: #F67795; }
.Header-Optin input[type="submit"] {
	margin: 10px 0 0 1%;
	background: #6E6E6E;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	}

/**********************************************************
// Footer >> ASI
**********************************************************/
.Footer-ASI {
	margin: auto;
	padding: 10px 10px 15px 10px;
	text-align: center;
	color: #B1B1B1;
	font-size: 0;
	}

.Footer-ASI li {
	margin: 0 1% 10px 1%;
	width: 8%;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-ASI img { max-height: 45px; }
.Footer-ASI h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
	}

/**********************************************************
// Footer >> Main
**********************************************************/
.Footer-Main {
	margin: auto;
	text-align: center;
	font-size: 0;
	}

.Footer-Main-Line {
	margin: auto;
	height: 2px;
	background: url(Images/BG-Line.png) center center no-repeat;
	background-size: cover;
	}

.Footer-Main-Inner {
	margin: auto;
	padding: 35px 10px;
	width: 100%;
	max-width: 1400px;
	}

.Footer-Main-Left {
	width: 70%;
	max-width: 1000px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Main-Right {
	padding-left: 30px;
	width: 30%;
	max-width: 360px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Main-Instagram {
	width: 100%;
	height: 230px;
	line-height: 230px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	//background: #F1F1F1;
	color: #555;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social { margin: 10px auto 0 auto; }
.Footer-Social li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	}

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

.Footer-Social li a {
	font-size: 26px;
	color: #434343;
	}

/**********************************************************
// Footer >> Optin
**********************************************************/
.Footer-Optin { margin: 20px auto 0 auto; }
.Footer-Optin h4 {
	line-height: 24px;
	font-size: 18px;
	color: #757575;
	}

.Footer-Optin form {
	margin: 5px auto 0 auto;
	width: 100%;
	max-width: 330px;
	}

.Footer-Optin input[type="email"] {
	padding: 0 10px;
	width: 70%;
	height: 58px;
	line-height: 56px;
	border: 1px solid #757575;
	border-right: 0;
	text-align: center;
	letter-spacing: 1px;
	font-size: 18px;
	color: #757575;
	display: inline-block;
	vertical-align: top;
	}

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

.Footer-Optin input[type="submit"]:hover { background: #F67795; }
.Footer-Optin input[type="submit"] {
	padding: 0 10px;
	width: 30%;
	height: 58px;
	line-height: 58px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	border: 0;
	background: #43A1AD;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	}

/**********************************************************
// Footer
**********************************************************/
.Footer a { color: #FFF; }
.Footer img { vertical-align: middle; }
.Footer {
	padding: 20px 10px;
	min-height: 20px;
	line-height: 20px;
	background: #6E6E6E;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	color: #FFF;
	}

/**********************************************************
// 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; }

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

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

.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: #644682;
	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;
	}

.a2a_kit { display: none; }

.wp-caption { max-width: 100%; }
figcaption.wp-caption-text { margin-top: 0; }

/**********************************************************
// Entry >> Social
**********************************************************/
.Entry-Social { margin: 30px auto 0 auto; }
.Entry-Social .AFONES-Share-Links { margin: auto; }
.Entry-Social li { padding: 0 !important; }
.Entry-Social li:before{ display: none; }

.Entry-Social .AFONES-Share-Links.Icons > span {
	line-height: 32px;
	font-weight: 600;
	font-size: 14px;
	}

/**********************************************************
// Post >> Optin
**********************************************************/
.Post-Optin {
	margin: 40px auto 0 auto;
	padding: 40px 10px 60px 10px;
	text-align: left;
	background: #F2F2F2 url(Images/BG-Archive-Optin.jpg) top left no-repeat;
	background-size: cover;
	font-size: 0;
	}

.Post-Optin-Main {
	margin-left: 12%;
	width: 100%;
	max-width: 570px;
	text-align: center;
	display: block;
	}

.Post-Optin h4 {
	margin: 30px auto;
	line-height: 28px;
	font-size: 20px;
	}

.Post-Optin form {
	margin: auto;
	display: block;
	}

.Post-Optin input {
	padding: 0 10px;
	width: 49%;
	max-width: 275px;
	height: 60px;
	line-height: 60px;
	border: 0;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	}

.Post-Optin input[type="email"] {
	margin: 10px 1% 0 0;
	background: #FFF;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #434343;
	}

.Post-Optin input::-webkit-input-placeholder { text-transform: lowercase; color: #434343; }
.Post-Optin input:-moz-placeholder           { text-transform: lowercase; color: #434343; }
.Post-Optin input::-moz-placeholder          { text-transform: lowercase; color: #434343; }
.Post-Optin input:-ms-input-placeholder      { text-transform: lowercase; color: #434343; }

.Post-Optin input[type="submit"]:hover { background: #F67795; }
.Post-Optin input[type="submit"] {
	margin: 10px 0 0 1%;
	background: #6E6E6E;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	}

/**********************************************************
// Post >> Excerpt >> LG
**********************************************************/
.Excerpt-LG-Thumb {
	width: 100%;
	height: 450px;
	background-color: #F5F5F5;
	display: block;
	position: relative;
	}

.Excerpt-LG-Badge {
	position: absolute;
	left: 0;
	top: 0;
	}

.Excerpt-LG-Cat {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 180px;
	height: 12px;
	position: relative;
	}

.Excerpt-LG-Cat h3 {
	padding: 0 10px;
	line-height: 12px;
	background: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2000;
	}

.Excerpt-LG a { color: #525353; }
.Excerpt-LG a:hover { color: #86C4AB; }

.Excerpt-LG-Cat hr {
	margin: auto;
	padding: 0;
	max-width: 100%;
	border-bottom: 1px soldi #525353;
	position: absolute;
	z-index: 1000;
	top: 6px;
	}

.Excerpt-LG-Title {
	margin: 15px auto 0 auto;
	padding: 0 !important;
	width: 100%;
	max-width: 260px;
	line-height: 26px;
	font-size: 18px;
	}

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

.Excerpt-Thumb {
	width: 100%;
	height: 340px;
	background-color: #F5F5F5;
	display: block;
	position: relative;
	}

.Excerpt-Cat {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 180px;
	height: 12px;
	position: relative;
	}

.Excerpt-Cat h3 {
	padding: 0 10px;
	line-height: 12px;
	background: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2000;
	}

.Excerpt a { color: #525353; }
.Excerpt a:hover { color: #86C4AB; }

.Excerpt-Cat hr {
	margin: auto;
	padding: 0;
	max-width: 100%;
	border-bottom: 1px soldi #525353;
	position: absolute;
	z-index: 1000;
	top: 6px;
	}

.Excerpt-Title {
	margin: 15px auto 0 auto;
	padding: 0 !important;
	width: 100%;
	max-width: 260px;
	line-height: 26px;
	font-size: 18px;
	}

/**********************************************************
// Post >> Entry
**********************************************************/
.Entry-Thumb {
	margin-top: 35px;
	text-align: center;
	}

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 42px;
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	color: #454545;
	}

.Entry-Date {
	margin: 20px auto 0 auto;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	color: #454545;
	}

/**********************************************************
// Entry >> NP
**********************************************************/
.Entry-NP {
	margin: 40px auto 0 auto;
	font-size: 0;
	}

.Entry-NP a { color: #616161; }
.Entry-NP a:hover { color: #F67795; }

.Entry-NP-Prev {
	width: 50%;
	max-width: 340px;
	float: left;
	}

.Entry-NP-Prev-Thumb {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	}

.Entry-NP-Prev-Main {
	padding-top: 10px;
	padding-left: 20px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	}

.Entry-NP-Prev-Top i {
	margin-right: 10px;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-NP-Prev-Top h4 {
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-NP-Prev-Title {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	}

.Entry-NP-Next {
	width: 50%;
	max-width: 340px;
	text-align: right;
	float: right;
	}

.Entry-NP-Next-Thumb {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	}

.Entry-NP-Next-Main {
	padding-top: 10px;
	padding-right: 20px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	}

.Entry-NP-Next-Top i {
	margin-left: 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-NP-Next-Top h4 {
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

.Entry-NP-Next-Title {
	margin: 10px auto 0 auto;
	padding: 0;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	}

/**********************************************************
// Entry >> Related
**********************************************************/
.Entry-Related {
	margin: auto;
	padding: 30px 0;
	text-align: center;
	}

.Entry-Related a { color: #616161; }
.Entry-Related a:hover { color: #F67795; }

.Entry-Related h3 {
	padding-top: 0 !important;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 18px;
	}

.Entry-Related .yuzo__text--title {
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	}

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

.Post-Nav-Link {
	margin: 0 5%;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	color: #86C4AB;
	}

.Post-Nav a:hover {
	text-decoration: none;
	color: #F67795;
	}

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

.Post-Nav-Next span:first-child { margin-right: 5px; }
.Post-Nav-Next span:first-child i {
	font-size: 10px;
	position: relative;
	top: 0;
	}

.Post-Nav-Prev span:last-child { margin-left: 5px; }
.Post-Nav-Prev span:last-child i {
	font-size: 10px;
	position: relative;
	top: -1px;
	}

/**********************************************************
// Post >> Book
**********************************************************/
.Post-Book {
	margin: 40px auto 0 auto;
	padding: 20px;
	background: #6B4F89;
	color: #FFF;
	text-align: center;
	font-size: 0;
	}

.Post-Book-Image {
	margin: 0 auto -36px auto;
	width: 30%;
	max-width: 165px;
	display: inline-block;
	vertical-align: top;
	}

.Post-Book-Image img {
	position: relative;
	top: -36px;
	}

.Post-Book-Main {
	margin: auto;
	padding-left: 20px;
	width: 70%;
	max-width: 430px;
	display: inline-block;
	vertical-align: top;
	}

.Post-Book-Main h3 {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	}

.Post-Book-Link {
	margin: 10px auto 0 auto;
	padding: 10px 20px;
	line-height: 20px;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	}

.Post-Book-Link:hover {
	background: #FFF;
	color: #6B4F89;
	}

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

.Post-Book-Link i {
	margin-left: 5px;
	font-size: 10px;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
.Comments { margin-top: 40px; }
.Comments-Title { text-align: center; }

#respond h3 {
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	display: none;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #454545;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	border: 1px solid #6A6A6A;
	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"] {
	padding: 0 20px;
	width: 165px;
	height: 46px;
	line-height: 42px;
	background-color: none;
	background: url(Images/Button-Comment-Submit.png) center center no-repeat;
	background-size: cover;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	text-indent: 999em;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	}

#respond input[type="submit"]:hover {
	background: url(Images/Button-Comment-Submit.png) center center no-repeat;
	background-size: cover;
	}

.Comments .fn a { color: #289BAE; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #289BAE;
	}

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

.comment-content { color: #454545; }

/**********************************************************
// Title >> Line
**********************************************************/
.Title-Line {
	margin: auto;
	padding: 0 1%;
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
	}

.Title-Line h2 {
	padding-right: 20px;
	background: #FFF;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2000;
	}

.Title-Line hr {
	margin: auto;
	padding: 0;
	max-width: 98%;
	height: 2px;
	background: url(Images/BG-Line.png) center center no-repeat;
	background-size: cover;
	border: 0;
	position: absolute;
	z-index: 1000;
	top: 9px;
	left: 1%;
	}

/**********************************************************
// 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-title {
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	}

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

.Sidebar .widget_search {
	width: 100%;
	height: 50px;
	overflow: hidden;
	border: 2px solid #000;
	white-space: nowrap;
	}

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

.Sidebar .search-field {
	margin-top: 13px;
	padding: 0 15px;
	width: 70%;
	height: 22px;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	float: left;
	}

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

.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;
	}

/**********************************************************
// FORM
**********************************************************/
.gform_wrapper {
        max-width:450px!important;
        margin:0 auto!important
}

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

.gform_wrapper .gform_title {
        display:none
}

.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 {
        width:99.2%!important;
        border:0;
        background:#F4F4F4;
        color:#000;
        padding:10px;
        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] {
    border:0;
        background:#F4F4F4;
        color:#000;
        padding:10px;
        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 {
        border:0;
        background:#F4F4F4;
        color:#000;
        padding:10px;
        font-size:16px
}

.gform_wrapper ul.gfield_radio li input[type=radio] {
-webkit-appearance: radio;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
-webkit-appearance: checkbox;
}

.gform_wrapper ::-webkit-input-placeholder {
        color:#000;
}

.gform_wrapper :-moz-placeholder {
/* Firefox 18- */
        color:#000;
}

.gform_wrapper ::-moz-placeholder {
/* Firefox 19+ */
        color:#000;
}

.gform_wrapper :-ms-input-placeholder {
        color:#000;
}

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

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit] {
        border:0;
        background:#F67795;
        color:#fff;
        text-transform: uppercase;
        padding:15px 30px;
        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 {
        cursor:pointer;
        background:#2ECECC
}