/*
Theme Name:  Party in My Plants
Theme URI:   http://ansleyfones.com
Author:      Fuselight Media, LLC
Author URI:  http://fuselightmedia.com
Description: Designed & Commissioned by Ansley Fones
Version:     2.0.0
Text Domain: SITE_Theme
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**********************************************************
// Font >> KGYouWontBringMeDown | 400 - Regular
**********************************************************/
@font-face {
	font-family: "KGYouWontBringMeDown";
	src: url("Fonts/KGYouWontBringMeDown.ttf");
	font-style: normal;
	font-weight: 400;
	}

/**********************************************************
// Font >> KGYouWontBringMeDown | 700 - Bold
**********************************************************/
@font-face {
	font-family: "KGYouWontBringMeDown";
	src: url("Fonts/KGYouWontBringMeDownBold.ttf");
	font-style: normal;
	font-weight: 700;
	}

/**********************************************************
// Font >> PosteramaText | 200 - Thin
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Thin.eot");
	src: url("Fonts/PosteramaText-Thin.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Thin.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Thin.woff") format("woff"),
		 url("Fonts/PosteramaText-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
	}

/**********************************************************
// Font >> PosteramaText | 300 - Light
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Light.eot");
	src: url("Fonts/PosteramaText-Light.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Light.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Light.woff") format("woff"),
		 url("Fonts/PosteramaText-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
	}

/**********************************************************
// Font >> PosteramaText | 400 - Regular
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Regular.eot");
	src: url("Fonts/PosteramaText-Regular.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Regular.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Regular.woff") format("woff"),
		 url("Fonts/PosteramaText-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	}

/**********************************************************
// Font >> PosteramaText | 600 - Semibold
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Semibold.eot");
	src: url("Fonts/PosteramaText-Semibold.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Semibold.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Semibold.woff") format("woff"),
		 url("Fonts/PosteramaText-Semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	}

/**********************************************************
// Font >> PosteramaText | 700 - Bold
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Bold.eot");
	src: url("Fonts/PosteramaText-Bold.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Bold.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Bold.woff") format("woff"),
		 url("Fonts/PosteramaText-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	}

/**********************************************************
// Font >> PosteramaText | 900 - Black
**********************************************************/
@font-face {
	font-family: "PosteramaText";
	src: url("Fonts/PosteramaText-Black.eot");
	src: url("Fonts/PosteramaText-Black.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/PosteramaText-Black.woff2") format("woff2"),
		 url("Fonts/PosteramaText-Black.woff") format("woff"),
		 url("Fonts/PosteramaText-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
	}

/**********************************************************
// Body
**********************************************************/
body {
	background: #FFF;
	font-family: "PosteramaText", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	}

a { color: #42B5A4; }
a:hover { color: #2E9C8C; }

/**********************************************************
// Headers
**********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	}

h1 { font-size: 30px; line-height: 32px; }
h2 { font-size: 26px; line-height: 28px; }
h3 { font-size: 22px; line-height: 24px; }
h4 { font-size: 18px; line-height: 20px; }
h5 { font-size: 14px; line-height: 16px; }
h6 { font-size: 12px; line-height: 14px; }

/**********************************************************
// Figure / Captions
**********************************************************/

figure {
	max-width: 100%;
	height: auto;
}

/**********************************************************
// Wrappers
**********************************************************/
#Wrapper-Inner {
	max-width: 100%;
	min-width: 320px;
	}

/**********************************************************
// Content
**********************************************************/
.Content {
	margin: auto;
	padding: 40px 10px;
	width: 100%;
	max-width: 1100px;
	min-width: 300px;
	}

.Content-Alt {
	margin: auto;
	padding: 20px 10px;
	width: 100%;
	max-width: 1100px;
	min-width: 300px;
	}

.Content-Left {
	width: 100%;
	max-width: 700px;
	float: left;
	}

.Content-Right {
	width: 100%;
	max-width: 300px;
	float: right;
	}

.Content-Full {
	margin: auto;
	width: 100%;
	max-width: 850px;
	}

/**********************************************************
// Mobile Navigation
**********************************************************/
#Mobile-Nav { background: url(Images/BG-Mobile-Menu.png) top center repeat-y; }

#Mobile-Nav-Inner {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	}

#Mobile-Nav-Inner a { color: #000; }
#Mobile-Nav-Inner a:hover { color: #9E2687; }
#Mobile-Nav-Inner li.current-menu-item > a {
	background-color: #FFF;
	font-weight: 600;
	color: #9E2687;
	}

#Mobile-Nav-Logo {
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	}

#Mobile-Social {
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	}

.Mobile-Social-Link {
	margin: 0 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	}

.Mobile-Social-Link a {
	width: 40px;
	height: 40px;
	display: block;
	}

.Mobile-Social-Link a.Facebook  { background: url(Images/Icon-Mobile-Facebook.png) center center no-repeat; }
.Mobile-Social-Link a.Instagram { background: url(Images/Icon-Mobile-Instagram.png) center center no-repeat; }
.Mobile-Social-Link a.YouTube   { background: url(Images/Icon-Mobile-YouTube.png) center center no-repeat; }
.Mobile-Social-Link a.iTunes    { background: url(Images/Icon-Mobile-iTunes.png) center center no-repeat; }
.Mobile-Social-Link a.Pinterest { background: url(Images/Icon-Mobile-Pinterest.png) center center no-repeat; }

.Mobile-Social-Link a.Facebook:hover  { background: url(Images/Icon-Mobile-Facebook-Roll.png) center center no-repeat; }
.Mobile-Social-Link a.Instagram:hover { background: url(Images/Icon-Mobile-Instagram-Roll.png) center center no-repeat; }
.Mobile-Social-Link a.YouTube:hover   { background: url(Images/Icon-Mobile-YouTube-Roll.png) center center no-repeat; }
.Mobile-Social-Link a.iTunes:hover    { background: url(Images/Icon-Mobile-iTunes-Roll.png) center center no-repeat; }
.Mobile-Social-Link a.Pinterest:hover { background: url(Images/Icon-Mobile-Pinterest-Roll.png) center center no-repeat; }

#Mobile-Nav-Close-Link:hover { color: #9E2687; }
#Mobile-Nav-Close-Link {
	cursor: pointer;
	font-weight: bold;
	font-size: 30px;
	color: #000;
	position: absolute;
	right: 30px;
	top: 20px;
	}

/**********************************************************
// Floating Social
**********************************************************/
#Floating-Social {
	position: fixed;
	z-index: 9999;
	left: 10px;
	top: 25%;
	}

#Floating-Social li { margin: 10px auto; }
#Floating-Social li a {
	width: 40px;
	height: 40px;
	display: block;
	}

#Floating-Social li a.Facebook  { background: url(Images/Icon-Mobile-Facebook.png) center center no-repeat; }
#Floating-Social li a.Instagram { background: url(Images/Icon-Mobile-Instagram.png) center center no-repeat; }
#Floating-Social li a.YouTube   { background: url(Images/Icon-Mobile-YouTube.png) center center no-repeat; }
#Floating-Social li a.iTunes    { background: url(Images/Icon-Mobile-iTunes.png) center center no-repeat; }
#Floating-Social li a.Pinterest { background: url(Images/Icon-Mobile-Pinterest.png) center center no-repeat; }

#Floating-Social li a.Facebook:hover  { background: url(Images/Icon-Mobile-Facebook-Roll.png) center center no-repeat; }
#Floating-Social li a.Instagram:hover { background: url(Images/Icon-Mobile-Instagram-Roll.png) center center no-repeat; }
#Floating-Social li a.YouTube:hover   { background: url(Images/Icon-Mobile-YouTube-Roll.png) center center no-repeat; }
#Floating-Social li a.iTunes:hover    { background: url(Images/Icon-Mobile-iTunes-Roll.png) center center no-repeat; }
#Floating-Social li a.Pinterest:hover { background: url(Images/Icon-Mobile-Pinterest-Roll.png) center center no-repeat; }

/**********************************************************
// Header
**********************************************************/
#Header {
	padding: 5px 10px;
	width: 100%;
	min-height: 120px;
	background: url(Images/BG-Header.png) top center repeat-x;
	border-top: 5px solid #9E2687;
	text-align: center;
	position: relative;
	z-index: 8000;
	}

#Header-Logo {
	margin: 0 40px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

#Header-Tagline {
	position: absolute;
	bottom: 15px;
	right: -170px;
	max-width: 200px;
	}

/**********************************************************
// Header >> Nav
**********************************************************/
.Header-Nav-Links {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

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

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

.Header-Nav-Links > div > ul > li > a:hover:after { visibility: visible; }
.Header-Nav-Links > div > ul > li > a:after {
	content: ' ';
	width: 100%;
	height: 10px;
	background: url(Images/BG-Header-Nav-Hover.png) center center no-repeat;
	display: block;
	visibility: hidden;
	}

.Header-Nav-Links li a {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	}

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

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

.Header-Nav-Links li > ul li:hover { background: #851970; }
.Header-Nav-Links li > ul li {
	margin: 0 0 1px 0;
	height: auto;
	background: #9E2687;
	color: #FFF;
	display: block;
	}

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

/**********************************************************
// Header >> Nav: Menu
**********************************************************/
#Header-Nav-Menu:hover  { color: #9E2687; }
#Header-Nav-Menu {
	margin: auto;
	padding: 5px 0;
	width: auto;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	display: none;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	color: #000;
	position: absolute;
	top: 40%;
	left: 20px;
	}

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

#Header-Nav-Menu .Header-Nav-Menu-Icon {
	width: 32px;
	height: 24px;
	background: url(Images/Icon-Menu.png) center center no-repeat;
	display: block;
	float: left;
	}

#Header-Nav-Menu .Header-Nav-Menu-Text {
	margin-left: 5px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	}

/**********************************************************
// Header >> Search
**********************************************************/
#Header-Search-Link {
	margin-left: 54px;
	font-size: 22px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 15px;
	}

#Header-Search-Link-Inner:hover { background: #9E2687; }
#Header-Search-Link-Inner {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	background: #000;
	text-align: center;
	padding-top: 3px;
	}

.Header-Search {
	position: absolute;
	z-index: 9000;
	right: 15px;
	}

.Header-Search-Inner {
	display: none;
	position: relative;
	}

.Header-Search > div::before {
	width: 100%;
	height: 15px;
	content: '';
	background: url(Images/BG-Header-Search.png) bottom right no-repeat;
	display: block;
	position: relative;
	right: -10px;
	}

.Header-Search-Form {
	padding: 10px 15px;
	width: 280px;
	display: none;
	background: #000;
	color: #FFF;
	position: relative;
	right: -20px;
	}

.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: lowercase; color: #FFF; }
.Header-Search-Form input:-moz-placeholder           { text-transform: lowercase; color: #FFF; }
.Header-Search-Form input::-moz-placeholder          { text-transform: lowercase; color: #FFF; }
.Header-Search-Form input:-ms-input-placeholder      { text-transform: lowercase; color: #FFF; }

.Entry .search-form {
	width: 350px;
	text-align: center;
	margin: 0px auto;
}

.Entry .search-form .screen-reader-text {
	display: none;
}

.Entry .search-form input.search-field {
	padding: 8px 12px;
	border: 2px solid #2E9C8C;
	color: #2E9C8C;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	width: 250px;
}

.Entry .search-form input.search-submit {
	background: #2E9C8C;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border: 2px solid #2E9C8C;
	padding: 8px 12px;
}

/**********************************************************
// Optin
**********************************************************/
#Optin {
	margin: auto;
	padding: 15px 10px;
	text-align: center;
	background: #F1F1F1 url(Images/BG-Optin.png) top center repeat-x;
	font-size: 0;
	}

#Optin img {
	display: inline-block;
	vertical-align: middle;
	}

#Optin .ck_inline {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	}

#Optin input[type="text"],
#Optin input[type="email"] {
	margin: 0 10px;
	width: 180px;
	height: 42px;
	line-height: 42px;
	border: 0;
	background: #FFF;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

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

#Optin input[type="submit"]:hover,
#Optin button:hover { background: #2E9C8C; }

#Optin input[type="submit"],
#Optin button {
	margin: 0 0 0 10px;
	padding: 0 25px;
	height: 42px;
	line-height: 42px;
	background: #42B5A4;
	color: #FFF;
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

#Optin #ck_error_msg {
	padding: 10px;
	text-align: center;
	background: #800;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

#Optin #ck_success_msg {
	padding: 10px;
	text-align: center;
	background: #080;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

/**********************************************************
// Footer >> Instagram
**********************************************************/
#Footer-Instagram {
	margin: 30px auto 0 auto;
	padding: 0 10px;
	text-align: center;
	font-size: 0;
	}

.Footer-Instagram-Decor {
	margin: auto;
	width: 30%;
	max-width: 380px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Instagram-Title {
	margin: 0 2%;
	width: 36%;
	max-width: 362px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

#Footer-Instagram-Inner {
	padding: 10px 0;
	min-height: 50px;
	}

#Footer-Instagram-Text { padding: 10px 0 25px 0; }

/**********************************************************
// Footer >> Logos
**********************************************************/
#Footer-Logos {
	margin: auto;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 0;
	}

#Footer-Logos li {
	margin: 5px 15px;
	display: inline-block;
	vertical-align: middle;
	}

#Footer-Logos img {
	max-width: 90px;
	max-height: 50px;
	}

/**********************************************************
// Footer >> Outer
**********************************************************/
#Footer-Outer { background: url(Images/BG-Footer.png) top center; }

#Footer-Desktop {
	padding: 20px 10px 40px 10px;
	text-align: center;
	display: block;
	}

#Footer-Mobile {
	text-align: center;
	display: none;
	}

.Footer-Left {
	margin: 10px 50px 0 50px;
	width: 100%;
	max-width: 360px;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Right {
	margin: 10px 50px 0 50px;
	width: 100%;
	max-width: 560px;
	display: inline-block;
	vertical-align: top;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social { margin: 15px auto 0 auto; }
.Footer-Social li {
	margin: 10px 16px 0 16px;
	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:hover { color: #9D2787; }
.Footer-Social li a {
	font-size: 36px;
	color: #000;
	display: inline-block;
	}

.Footer-Social-Link:hover { color: #9D2787; }
.Footer-Social-Link {
	margin: 25px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	display: inline-block;
	}

/**********************************************************
// Footer >> Optin
**********************************************************/
#Footer-Mobile .Footer-Optin {
	padding: 15px 10px 35px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.Footer-Optin form {
	margin: 15px auto 0 auto;
	display: block;
	}

.Footer-Optin input[type="text"],
.Footer-Optin input[type="email"] {
	margin: 10px 10px 0 10px;
	width: 180px;
	height: 42px;
	line-height: 42px;
	border: 0;
	background: #000;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

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

.Footer-Optin input[type="submit"]:hover,
.Footer-Optin button:hover { background: #851771; }

.Footer-Optin input[type="submit"],
.Footer-Optin button {
	margin: 10px 10px 0 10px;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	background: #9D2787;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Optin #ck_error_msg {
	padding: 10px;
	text-align: center;
	background: #800;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

.Footer-Optin #ck_success_msg {
	padding: 10px;
	text-align: center;
	background: #080;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta {
	margin: 30px auto 0 auto;
	width: 100%;
	border-top: 1px solid #000;
	font-size: 0;
	}

.Footer-Meta-Left {
	padding: 10px;
	width: 70%;
	text-align: left;
	border-right: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	}

#Footer-Nav { font-size: 0; }

#Footer-Nav li {
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	}

#Footer-Nav li a:hover { color: #9D2787; }
#Footer-Nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	}

.Footer-Meta-Right {
	padding: 20px 10px 10px 25px;
	width: 30%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Search input[type="submit"] {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url(Images/Icon-Search-Footer.png) center center no-repeat;
	overflow: hidden;
	text-indent: 200em;
	border: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Search input[type="search"] {
	padding: 0 10px;
	width: 77%;
	height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	border: 0;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	}

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

/**********************************************************
// Footer
**********************************************************/
#Footer a { color: #000; }
#Footer {
	padding: 20px 10px;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	border-top: 1px solid #000;
	color: #000;
	}

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

.post h1, .podcast h1, .video_posts h1,
.post h2, .podcast h2, .video_posts h2,
.post h3, .podcast h3, .video_posts h3,
.post h4, .podcast h4, .video_posts h4,
.post h5, .podcast h5, .video_posts h5,
.post h6, .podcast h6, .video_posts h6 { padding: 15px 0; }

.post h2, .podcast h2, .video_posts h2 {
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	margin: 4px 0;
	}

.post h3, .podcast h3, .video_posts h3  {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	margin: 4x 0;
	}

.post h4, .podcast h4, .video_posts h4 {
	line-height: 26px;
	font-family: "KGYouWontBringMeDown";
	font-weight: 700;
	font-size: 22px;
	margin: 4px 0;
	}

.post h5, .podcast h5, .video_posts h4 {
 	line-height: 22px;
	margin: 4px 0;
}

.post hr, .podcast hr, .video_posts h4 {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	max-width: 562px;
	height: 6px;
	border-bottom: 0;
	background: url(Images/BG-HR.png) center center no-repeat;
	}

.post hr.Yellow, .podcast hr.Yellow, .video_posts hr.Yellow {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	max-width: 961px;
	height: 31px;
	border-bottom: 0;
	background: url(Images/BG-HR-Yellow-2.png) center center no-repeat;
	}

.post hr.Green, .podcast hr.Green, .video_posts hr.Green {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	max-width: 906px;
	height: 29px;
	border-bottom: 0;
	background: url(Images/BG-HR-Green.png) center center no-repeat;
	}

.post hr.Pink, .podcast hr.Pink, .video_posts hr.Pink {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	max-width: 922px;
	height: 24px;
	border-bottom: 0;
	background: url(Images/BG-HR-Pink.png) center center no-repeat;
	}

.post strong, .podcast strong, .video_posts strong { font-weight: 600; }

.Divider-Confetti {
	margin: 10px auto;
	width: 100%;
	height: 127px;
	background: url(Images/BG-Divider-Confetti.jpg) center center repeat-x;
	display: block;
	}

.post p,
.podcast p,
.video_posts p,
.Entry-Excerpt-Text {
	padding: 12px 0;
	line-height: 28px;
	margin: 4px 0;
	}

.Entry-Excerpt-Small {
	margin: auto;
	width: 100%;
	max-width: 700px;
	}

.post ol, .podcast ol, .video_posts ol {
	list-style: decimal;
	padding-left: 20px;
	font-size: 16px;
	}

.post ul, .podcast ul, .video_posts ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 16px;
	}

.post li, .podcast li, .video_posts li {
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	}

.post blockquote, .podcast blockquote, .video_posts blockquote {
	margin: 0 0 1.5em;
	padding: 0 10%;
	display: block;
	}

.Entry-Thumb {
	margin: 20px auto;
	text-align: center;
	}

.podcast .Entry-Thumb {
	max-width: 100%;
	width: 450px;
}

body.single-format-image .Entry-Thumb img { width: 100%; }
body.single-format-image .Entry-Thumb {
	margin-top: 0;
	width: 100%;
	}

.Entry-Header { text-align: center; }

.Entry-Title a { color: #000; }
.Entry-Title a:hover { color: #9C2786; }
.Entry-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 24px;
	}

.Entry-Subtitle {
	margin: 15px auto 0 auto;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	}

.Entry-Date {
	margin: auto;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #888;
	}

a.Button {
	margin: 10px auto;
	padding: 13px 30px;
	display: inline-block;
	background-image: url(Images/BG-Button.png);
	background-color: #9B1E83;
	background-image-repeat: no-repeat;
	background-image-position: center center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 28px;
	color: #FFF;
	}

a.Button:hover {
	text-decoration: none;
	opacity: .75;
	}

a.Button.teal   { background-color: #39B3A0; }
a.Button.purple { background-color: #9D2787; }
a.Button.orange { background-color: #F99D43; }
a.Button.grey   { background-color: #F1F1F1; color: #000; }

.AFONES-Button {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	}

.AFONES-Button.teal   { background: #39B3A0; }
.AFONES-Button.purple { background: #9D2787; }
.AFONES-Button.orange { background: #F99D43; }
.AFONES-Button.grey   { background: #F1F1F1; color: #000; }

.AFONES-Button.teal:hover   { background: #289D8B; }
.AFONES-Button.purple:hover { background: #871972; }
.AFONES-Button.orange:hover { background: #E58930; }
.AFONES-Button.grey:hover   { background: #CCCCCC; color: #000; }

.Post-Quote {
	margin: 10px auto;
	line-height: 30px;
	font-family: "KGYouWontBringMeDown";
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	}

.Post-Quote hr {
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 318px;
	height: 10px;
	border-bottom: 0;
	background: url(Images/BG-HR-Blue.png) center center no-repeat;
	}

.Post-Quote-Inner { padding: 20px 0; }

.Entry-Related {
	padding: 30px 10px;
	text-align: center;
	background: url(Images/BG-Related.png) top center;
	}

.Entry-Related-Inner { margin-top: 10px; }

.bawmrp h3 { display: none; }

.bawmrp ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	}

.bawmrp ul li {
	margin: 10px 1.5%;
	border-right: 0!important;
	width: 30%!important;
	max-width: 340px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	float: none !important;
	}

.bawmrp ul li a { color: #000; }
.bawmrp ul li a:hover { color: #9C2786; }

.bawmrp ul li img {
	margin-bottom: 10px;
	width: auto!important;
	height: auto!important;
	max-height: 240px;
	}

.AFONES-Testimonial-Quotes { visibility: hidden; }
.AFONES-Testimonial-Inner { position: relative; }
.AFONES-Testimonial-Inner:before {
	content: '';
	width: 76px;
	height: 59px;
	background: url(Images/Quotes-Yellow.png) no-repeat;
	position: absolute;
	left: 125px;
	top: 0;
	}

.AFONES-Testimonial img.attachment-thumbnail,
.AFONES-Testimonial img.attachment-post-thumbnail { height: auto; }

/**********************************************************
// Post >> Excerpt
**********************************************************/
.Excerpt-Block {
	text-align: center;
	font-size: 0;
	}

.Excerpt {
	margin: 10px;
	width: 100%;
	max-width: 340px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	min-height: 190px;
	font-size: 0;
	}

.Excerpt-Thumb a {
	width: 100%;
	min-height: 190px;
	background: #F1F1F1;
	display: block;
	}

.Excerpt-Title a:hover { color: #9C2786; }
.Excerpt-Title a { color: #000; }
.Excerpt-Title {
	padding-top: 25px !important;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	}

/**********************************************************
// Entry >> Social
**********************************************************/
.Entry-Social .AFONES-Share-Links > span {
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	}

.Entry-Social .AFONES-Share-Links.Color a,
.Entry-Social .AFONES-Share-Links.BW a {
	width: 35px;
	height: 35px;
	}

.Entry-Social .AFONES-Share-Links.Color .Share-Facebook { background: url(Images/Icon-Share-Facebook-Orig.png) center center no-repeat; }
.Entry-Social .AFONES-Share-Links.Color .Share-Facebook:hover { background: url(Images/Icon-Share-Facebook-Roll.png) center center no-repeat; }

.Entry-Social .AFONES-Share-Links.Color .Share-Twitter { background: url(Images/Icon-Share-Twitter-Orig.png) center center no-repeat; }
.Entry-Social .AFONES-Share-Links.Color .Share-Twitter:hover { background: url(Images/Icon-Share-Twitter-Roll.png) center center no-repeat; }

.Entry-Social .AFONES-Share-Links.Color .Share-Pinterest { background: url(Images/Icon-Share-Pinterest-Orig.png) center center no-repeat; }
.Entry-Social .AFONES-Share-Links.Color .Share-Pinterest:hover { background: url(Images/Icon-Share-Pinterest-Roll.png) center center no-repeat; }

.Entry-Social .AFONES-Share-Links.Color .Share-Google { background: url(Images/Icon-Share-Google-Orig.png) center center no-repeat; }
.Entry-Social .AFONES-Share-Links.Color .Share-Google:hover { background: url(Images/Icon-Share-Google-Roll.png) center center no-repeat; }

.Entry-Social .AFONES-Share-Links.Color .Share-Email { background: url(Images/Icon-Share-Email-Orig.png) center center no-repeat; }
.Entry-Social .AFONES-Share-Links.Color .Share-Email:hover { background: url(Images/Icon-Share-Email-Roll.png) center center no-repeat; }

/**********************************************************
// Optin >> Post
**********************************************************/
.Optin-Post {
	margin: auto;
	padding: 15px 10px;
	text-align: center;
	background: #F1F1F1 url(Images/BG-Optin.png) top center repeat-x;
	font-size: 0;
	}

.Optin-Post-Image {
	width: 35%;
	max-width: 200px;
	display: inline-block;
	vertical-align: middle;
	}

.Optin-Post-Inner-Right {
	padding: 0 20px;
	width: 65%;
	}

.Optin-Post-Inner {
	display: inline-block;
	vertical-align: middle;
	}

.Optin-Post-Text {
	line-height: 26px;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	}

.Optin-Post form {
	margin-top: 10px;
	display: block;
	}

.Optin-Post input[type="text"],
.Optin-Post input[type="email"] {
	margin: 0 10px 10px;
	width: 180px;
	height: 42px;
	line-height: 42px;
	border: 0;
	background: #FFF;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

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

.Optin-Post input[type="submit"]:hover,
.Optin-Post button:hover { background: #8A1975; }

.Optin-Post input[type="submit"],
.Optin-Post button {
	margin: 0 0 10px 10px;
	padding: 0 25px;
	height: 42px;
	line-height: 42px;
	background: #9D2787;
	color: #FFF;
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

.Optin-Post #ck_error_msg {
	padding: 10px;
	text-align: center;
	background: #800;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

.Optin-Post #ck_success_msg {
	padding: 10px;
	text-align: center;
	background: #080;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

/**********************************************************
// Sidebar
**********************************************************/
#Sidebar .widget-title {
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	}

#Sidebar .widget_tag_cloud h1.widget-title { display: none; }
#Sidebar .widget_tag_cloud {
	text-align: left;
	font-weight: bold;
	}

#Sidebar .widget_tag_cloud a { color: #F5520E; }

/**********************************************************
// 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 .search-field::-webkit-input-placeholder { color: #000; text-transform: uppercase; }
#Sidebar .search-field:-moz-placeholder           { color: #000; text-transform: uppercase; }
#Sidebar .search-field::-moz-placeholder          { color: #000; text-transform: uppercase; }
#Sidebar .search-field:-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(Images/BG-Search-Submit.png) center center no-repeat;
	cursor: pointer;
	float: right;
	}

/**********************************************************
// Page
**********************************************************/
.Page-Title {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	}

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

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

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

.Post-Nav a {
	height: 24px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	}

.Post-Nav a:hover span { background: #9C2786; }
.Post-Nav a:hover {
	text-decoration: none;
	color: #9C2786;
	}

.Post-Nav-Arrow-Left {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #000;
	border-radius: 24px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 1px;
	}

.Post-Nav-Arrow-Left i {
	font-size: 14px;
	color: #FFF;
	position: relative;
	left: -1px;
	top: -1px;
	}

.Post-Nav-Arrow-Right {
	margin-left: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #000;
	border-radius: 24px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 1px;
	}

.Post-Nav-Arrow-Right i {
	font-size: 14px;
	color: #FFF;
	position: relative;
	right: 0px;
	top: -1px;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
#comments {
	margin: 40px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 710px;
	}

#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: 600;
	font-size: 12px;
	color: #000;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	border: 1px solid #000;
	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"] {
	width: 170px;
	height: 42px;
	line-height: 42px;
	background-color: none;
	background: #000;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	}

#respond input[type="submit"]:hover { background: #9C2786; }

#comments .fn a { color: #9C2786; }
#comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #9C2786;
	}

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

#comments .comment .reply a { font-weight: 600; }
.comment-content { color: #000; }
#comments ol {
	margin-top: 30px;
	padding-left: 0;
	}

/**********************************************************
// Front Page >> Feature
**********************************************************/
#FP-Feature {
	margin: auto;
	text-align: center;
	background: #DAD171 url(Images/BG-FP-Feature.jpg) top center repeat-x;
	font-size: 0;
	overflow: hidden;
	}

#FP-Feature-Inner {
	position: relative;
	display: inline-block;
	}

#FP-Feature-Inner > img {
	position: relative;
	z-index: 1000;
	}

.FP-Feature-Link {
	display: block;
	position: absolute;
	z-index: 2000;
	}

.FP-Feature-Link img { display: none; }
.FP-Feature-Link:hover img {
	display: block;
	opacity: 1;
	}

.FP-Feature-About {
	width: 240px;
	height: 245px;
	left: 205px;
	top: 375px;
	}

.FP-Feature-Newsletter {
	width: 178px;
	height: 128px;
	left: 67px;
	top: 240px;
	}

.FP-Feature-Coaching {
	width: 210px;
	height: 133px;
	left: 133px;
	top: 91px;
	}

.FP-Feature-Podcast {
	width: 156px;
	height: 152px;
	left: 363px;
	top: 148px;
	}

.FP-Feature-Guides {
	width: 165px;
	height: 154px;
	left: 775px;
	top: 145px;
	}

.FP-Feature-Events {
	width: 211px;
	height: 161px;
	left: 884px;
	top: 261px;
	}

.FP-Feature-Recipes {
	width: 167px;
	height: 192px;
	left: 1051px;
	top: 117px;
	}

#FP-Feature-Bottom {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 3000;
	bottom: 20px;
	}

#FP-Feature-Logos {
	margin: 10px auto 0 auto;
	padding: 0 10px;
	text-align: center;
	font-size: 0;
	}

#FP-Feature-Logos li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
	}

#FP-Feature-Logos img {
	max-width: 90px;
	max-height: 50px;
	}

#FP-Feature-Mobile {
	margin: auto;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	display: none;
	}

#FP-Feature-Mobile-Links {
	padding: 40px 10px;
	background: url(Images/BG-Footer.png);
	border-bottom: 2px solid #000;
	text-align: center;
	}

#FP-Feature-Mobile-Links-List a:hover { color: #9C2786; }
#FP-Feature-Mobile-Links-List a {
	margin: auto;
	width: 100%;
	max-width: 360px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #000;
	}

#FP-Feature-Mobile-Links-List a img {
	display: inline-block;
	vertical-align: middle;
	}

#FP-Feature-Mobile-Links-List a span {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Flex >> Content
**********************************************************/
.Flex-Content-Title {
	margin: 20px auto 0 auto;
	padding: 0;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 24px;
	}

.Flex-Content-Subtitle {
	margin: 20px auto 0 auto;
	padding: 0;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 18px;
	}

.Flex-Content-Inner { margin: 10px auto 0 auto; }

/**********************************************************
// Flex >> Dynamic Posts
**********************************************************/
.Flex-Dynamic-Posts-Filters {
	text-align: center;
	font-size: 0;
	}

.Flex-Dynamic-Posts-Filters li {
	margin: 5px;
	padding: 12px 32px;
	white-space: nowrap;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

.Flex-Dynamic-Posts-Filters li:hover {
	background: #9C2786;
	border: 1px solid #9C2786;
	}

.Flex-Dynamic-Posts-Filters li.Active {
	background: #FFF;
	color: #000;
	cursor: default;
	}

.Flex-Dynamic-Posts-Filters li.Active:hover {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	}

.Flex-Dynamic-Posts-Main {
	margin-top: 10px;
	text-align: center;
	font-size: 0;
	}

.Flex-Dynamic-Posts-Main.Hide-Titles .Excerpt-Title { display: none; }

.Dynamic-Posts-Loading,
#Flex-Dynamic-Posts-None {
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #777;
	}

/**********************************************************
// Flex >> Static Posts
**********************************************************/
.Flex-Static-Posts {
	padding: 70px 10px 50px 10px;
	text-align: center;
	font-size: 0;
	background: url(Images/BG-Related.png) top center;
	}

.Flex-Static-Posts-List {
	text-align: center;
	font-size: 0;
	}

.Flex-Static-Posts-Main.Hide-Titles .Excerpt-Title { display: none; }

/**********************************************************
// Flex >> Features
**********************************************************/
.Flex-Features {
	margin: auto;
	line-height: 0;
	font-size: 0;
	}

.Flex-Feature {
	width: 100%;
	display: table;
	}

.Flex-Feature-Image img { width: 100%; display: none; }
.Flex-Feature-Image {
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	}

.Flex-Feature-Content {
	margin: auto;
	padding: 70px 70px;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	}

.Flex-Feature.Left .Flex-Feature-Content { text-align: left; /*padding-left: 50px;*/ }
.Flex-Feature.Right .Flex-Feature-Content { text-align: right; /*padding-right: 50px;*/ }

.Flex-Feature.Right .Flex-Feature-Image-Left { display: none; }

.Flex-Feature-Content-Inner {
	margin: auto;
	padding: 10px 0;
	width: 100%;
	/*max-width: 600px;*/
	display: block;
	vertical-align: top;
	}

.Flex-Feature-Title {
	margin-bottom: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	}

.Flex-Feature-Subtitle {
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: 400;
	font-size: 20px;
	}

.Flex-Feature-Text {
	margin: auto;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	}

.Flex-Feature-Text p:first-child { padding-top: 0; }

.Flex-Feature-Button {
	margin-top: 20px;
	padding: 0 35px;
	height: 58px;
	line-height: 58px;
	background: #42B6A4;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	}

.Flex-Feature-Button:hover {
	background: #289786;
	color: #FFF;
	}

/**********************************************************
// Flex >> Boxes
**********************************************************/
.Flex-Boxes {
	padding: 40px 10px 20px 10px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Flex-Boxes.Row-1 .Flex-Box { width: 100%;  }
.Flex-Boxes.Row-2 .Flex-Box { width: 50%;   }
.Flex-Boxes.Row-3 .Flex-Box { width: 33.3%; }
.Flex-Boxes.Row-4 .Flex-Box { width: 25%;   }
.Flex-Boxes.Row-5 .Flex-Box { width: 20%;   }

.Flex-Box {
	margin: 10px auto;
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}

.Flex-Boxes .Flex-Box-Outer {
	margin: auto;
	display: table;
	position: relative;
	}

.Flex-Boxes.Uniform .Flex-Box-Inner { height: 180px; }
.Flex-Boxes .Flex-Box-Inner {
	margin: auto;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	}

.Flex-Box-Inner:hover .Flex-Box-Hover { display: block; }
.Flex-Box-Hover {
	padding: 30% 10px 10px 10px;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	vertical-align: middle;
	background: rgba(247, 163, 89, .94);
	line-height: 24px;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	position: absolute;
	z-index: 3000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Flex >> Call to Action
**********************************************************/

.Flex-CTA {
	background: #43B3A2;
	color: #fff;
	padding-top: 50px;
	text-align: center;
}

.Flex-CTA * {
	color: #fff;
}

.Flex-CTA .CTAs {
	font-size: 0;
	margin-bottom: 0;
}

.Flex-CTA .CTA {
	display: inline-block;
	width: 400px;
	max-width: 100%;
	margin: 0 30px 30px;
	vertical-align: middle;
	background: #fff;
}

.Flex-CTA .CTA h3 {
	font-size: 22px;
	line-height: 30px;
	padding: 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.Flex-CTA .CTA h4 {
	font-size: 18px;
	line-height: 26px;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "PosteramaText";
	font-weight: 400;
}

.Flex-CTA .CTA h4 span {
	font-size: 60px;
	line-height: 65px;
	display: block;
	color: #000;
	font-weight: 300;
	margin-top: 15px;
}

.Flex-CTA .CTA input {
	font-size: 18px;
	text-transform: uppercase;
	background: #9e2687;
	border: 0;
    letter-spacing: 2px;
    padding: 20px 30px;
	color: #fff;
	margin-bottom: 30px;
}

.Flex-CTA .CTA input:hover {
	background: #000;
	cursor: pointer;
}

/**********************************************************
// COLLAPSING DIVS
**********************************************************/

.collapseomatic {
	display: block;
    background: #9e2687;
    padding: 10px;
    margin: 0 auto 10px;
    color: #fff;
	width: 840px;
	max-width: 100%;
}

.collapseomatic:hover {
	text-decoration: none!important;
	background: #43B3A2;
}

.collapseomatic_excerpt, .collapseomatic_content {
	width: 840px;
	margin: 0 auto;
	max-width: 100%
}

/**********************************************************
// 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 ::-webkit-input-placeholder { color:#000; }
.gform_wrapper :-moz-placeholder { color:#000; }
.gform_wrapper ::-moz-placeholder { color:#000; }
.gform_wrapper :-ms-input-placeholder { color:#000; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    border:0;
    background:#9D2787;
    color:#fff;
    text-transform:uppercase;
    padding:15px 30px;
    text-shadow:none;
    box-shadow:none;
    font-size:12px!important;
	font-weight: 500;
	letter-spacing: 1px;
	}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    cursor:pointer;
    background:#3DB4A2
	}

/**********************************************************
// Popup
**********************************************************/
#Popup-Overlay {
	padding: 0 10px;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	background: url(Images/BG-Popup-Overlay.png);
	display: none;
	position: absolute;
	z-index: 9000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

#Popup-Outer {
	margin: 120px auto 0 auto;
	width: 100%;
	max-width: 540px;
	position: relative;
	z-index: 9100;
	}

#Popup {
	padding: 30px;
	width: 100%;
	min-height: 400px;
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 9200;
	}

#Popup-Close:hover { color: #9C2786; }
#Popup-Close {
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -20px;
	}

#Popup-Content {
	width: 100%;
	max-width: 250px;
	float: right;
	}

#Popup-Content h2 {
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	}

#Popup-Content h3 {
	margin-top: 10px;
	line-height: 34px;
	letter-spacing: 1px;
	font-family: "KGYouWontBringMeDown", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	}

#Popup-Text {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 300px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	}

#Popup form {
	margin-top: 10px;
	position: relative;
	}

#Popup input[type="text"],
#Popup input[type="email"] {
	margin: 10px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 225px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 1px;
	border: 0;
	background: #000;
	border: 0;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
	display: block;
	}

#Popup input::-webkit-input-placeholder { color: #FFF; text-transform: uppercase; }
#Popup input:-moz-placeholder           { color: #FFF; text-transform: uppercase; }
#Popup input::-moz-placeholder          { color: #FFF; text-transform: uppercase; }
#Popup input:-ms-input-placeholder      { color: #FFF; text-transform: uppercase; }

#Popup input[type="submit"]:hover,
#Popup button:hover { background: #32A594; }

#Popup input[type="submit"],
#Popup button {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 225px;
	height: 42px;
	line-height: 42px;
	background: #42B5A4;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
	border: 0;
	cursor: pointer;
	}

#Popup #ck_error_msg {
	padding: 10px;
	text-align: center;
	background: #800;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

#Popup #ck_success_msg {
	padding: 10px;
	text-align: center;
	background: #080;
	font-size: 14px;
	color: #FFF;
	display: block;
	}

/**********************************************************
// SPLASH PAGE
**********************************************************/

.page-template-Page-Splash #Popup-Overlay,
.page-template-Page-Splash #Popup-Outer,
.page-template-Page-Splash #Mobile-Nav,
.page-template-Page-Splash #Floating-Social,
.page-template-Page-Splash #Header,
.page-template-Page-Splash #Optin,
.page-template-Page-Splash #Footer-Instagram,
.page-template-Page-Splash #Footer-Logos,
.page-template-Page-Splash #Footer-Outer {
	display: none!important;
}

.page-template-Page-Splash #Splash-Wrapper {
	background-size: cover;
	min-height: 100%;
	min-height: 100vh;
	background-position: center center;
	padding: 15px;
}
