/*
Theme Name: Bitches Who Brunch
Theme URI: http://designbyansley.com
Author: Fuselight Media, LLC
Author URI: http://fuselightmedia.com
Description: Designed & Commissioned by Ansley Fones
Tags: custom
Version: 1.0.0
Text Domain: SITE_Theme
*/

/**********************************************************
// Font >> Brandon Grotesque >> 400 (Book)
**********************************************************/
@font-face {
    font-family: "Brandon Grotesque";
    src: url(Fonts/Brandon-400.otf);
    font-weight: 400;
    }

/**********************************************************
// Font >> Brandon Grotesque >> 700 (Bold)
**********************************************************/
@font-face {
    font-family: "Brandon Grotesque";
    src: url(Fonts/Brandon-700.otf);
    font-weight: 700;
    }

/**********************************************************
// Body
**********************************************************/
body {
	background: #F5F5F5;
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #636464;
	}

a { color: #81C2D2; }
a:hover {
	text-decoration: none;
	color: #87DCD2;
	}

a:hover img {
	opacity: 0.85;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
		-ms-transition: opacity 0.2s linear;
		 -o-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
	}

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

h1 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    }

h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Brandon Grotesque", sans-serif;
    }

h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 700;
    }

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

/**********************************************************
// Content
**********************************************************/
.Content {
	margin: 40px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1280px;
	}

.Content-Posts {
	margin: auto;
	padding: 0 10px 20px 10px;
	width: 100%;
	max-width: 1050px;
	}

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

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

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

.Content-Box {
    padding: 30px;
    background: #FFF;
    }

/**********************************************************
// Header
**********************************************************/
#Header {
	width: 100%;
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 0;
	position: fixed;
	z-index: 8000;
	right: 0;
	left: 0;
	top: 0;
	}

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

#Header-Top {
	width: 100%;
	min-height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 1);
	/*border-bottom: 1px solid #E7E5E6;*/
	text-align: center;
	}

#Header-Inner {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1280px;
	}

.Header-Inner-Desktop { min-width: 980px; }
.Header-Inner-Mobile  {
	min-width: 320px;
	text-align: right;
	}

#Header-Spacer {
	margin: auto;
	min-height: 36px;
	}

#Header-Logo {
	margin: auto;
	padding: 10px 10px;
    background: #FFF;
	text-align: center;
	}

#Header-Logo img {
    width: auto;
    max-height: 200px;
    }

#Header-Button-Brunch {
	position: absolute;
	z-index: 1000;
	top: 510px;
	left: 0;
	}

#Header-Button-Menu {
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #BDBCBA;
	float: left;
	}

#Header-Button-Menu:hover {
	background: #E5E3E4;
	color: #FFF;
	}

/**********************************************************
// Header >> Social
**********************************************************/
#Header-Social {
	display: inline-block;
	vertical-align: top;
	}

#Header-Social li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	}

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

#Header-Social li a { color: #BCBBB9; }
#Header-Social li a:hover {
	text-decoration: none;
	color: #81C2D2;
	}

.Header-Inner-Mobile #Header-Social { margin-right: 30px; }

/**********************************************************
// Header >> Search
**********************************************************/
.Header-Search {
    margin: 0 10px 0 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Header-Inner-Mobile .Header-Search { margin: 0 50px 0 0; }

.Header-Search i:hover { color: #81C2D2; }
.Header-Search i {
	font-size: 18px;
	cursor: pointer;
	color: #BCBBB9;
    position: relative;
    top: 6px;
	}

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

.Header-Search-Form {
	padding: 10px;
	background: #81C2D2;
	position: relative;
	z-index: 9000;
	}

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

.Header-Search-Form form { height: 30px; }

.Header-Search-Form .search-field {
	width: 100%;
	border: 0;
	height: 30px;
	line-height: 30px;
	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 {
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	}

#Header-Nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 8000;
	}

#Header-Nav li > a {
	padding: 0 16px;
	min-height: 36px;
	line-height: 36px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12px;
	color: #BDBCBA;
	}

#Header-Nav li > a:hover,
#Header-Nav li:hover > a {
	text-decoration: none;
	background: #E5E3E4;
	color: #FFF;
	}

#Header-Nav .Header-Nav-Sub {
	min-width: 215px;
	min-height: 230px;
	background: #FFF;
	border: 1px solid #E5E3E4;
	border-bottom: 11px solid #E5E3E4;
	display: none;
	font-size: 0;
	white-space: nowrap;
	position: absolute;
	left: -90px;
	}

#Header-Nav .Header-Nav-Sub-Change,
#Header-Nav .Header-Nav-Sub-Change .Header-Sub-Links {
	width: 200px;
	min-width: 200px;
	height: auto;
	min-height: auto;
	}

#Header-Nav .Header-Nav-Sub-Standard,
#Header-Nav .Header-Nav-Sub-Standard .Header-Sub-Links {
    width: 215px;
	min-width: 215px;
	height: auto;
	min-height: auto;
    }

#Header-Nav .Header-Nav-Sub-Change { left: -50px; }
#Header-Nav .Header-Nav-Sub-Change .Header-Sub-Links { padding: 15px 10px 10px 10px; }
#Header-Nav .Header-Nav-Sub-Standard { left: -42px; }
#Header-Nav .Header-Nav-Sub-Standard .Header-Sub-Links { padding: 15px 10px 10px 10px; }
#Header-Nav li:hover .Header-Nav-Sub { display: block; }

#Header-Nav .Header-Nav-Arrow {
	width: 15px;
	height: 13px;
	background: url(Images/BG-Header-Nav-Arrow.png) no-repeat;
	position: absolute;
	z-index: 9000;
	top: -1px;
	}

#Header-Nav .Header-Nav-Arrow-Brunch  { left: 123px; }
#Header-Nav .Header-Nav-Arrow-Fashion { left: 124px; }
#Header-Nav .Header-Nav-Arrow-Culture { left: 124px; }
#Header-Nav .Header-Nav-Arrow-Kitchen { left: 124px; }
#Header-Nav .Header-Nav-Arrow-Travel  { left: 121px; }
#Header-Nav .Header-Nav-Arrow-Change-City { left: 100px; }
#Header-Nav .Header-Nav-Arrow-Standard { left: 100px; }

#Header-Nav .Header-Sub-Inner {
	position: relative;
	z-index: 8000;
	}

#Header-Nav .Header-Sub-Post {
	width: 221px;
	height: 230px;
	line-height: 0;
	border-right: 1px solid #E5E3E4;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	}

#Header-Nav .Header-Sub-Post a { display: block; }
#Header-Nav .Header-Sub-Post a:hover {
	text-decoration: none;
	background-color: #F5F5F5;
	}

#Header-Nav .Header-Sub-Post-Title {
	padding: 15px 10px 10px 10px;
	width: 100%;
	height: 70px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	color: #636464;
	}

#Header-Nav .Header-Sub-Placeholder {
	width: 220px;
	height: 160px;
	display: block;
	background: #F5F5F5;
	}

#Header-Nav .Header-Sub-Links {
	padding: 5px 15px 0 15px;
	width: 220px;
	height: 230px;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	}

#Header-Nav .Header-Sub-Links li {
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left !important;
	}

#Header-Nav .Header-Sub-Links li a {
	padding: 6px 16px;
	min-height: 24px;
	line-height: 24px;
	}

#Header-Nav .Header-Sub-Links li a:after {
	padding-left: 10px;
	content: "\f0da";
	font-family: "FontAwesome";
	}

#Header-Nav .Header-Blue-Link {
	margin: 5px auto 0 auto;
	padding: 5px;
	width: 190px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 16px;
	background: #E2C97A;
	color: #FFF;
	}

#Header-Nav .Header-Blue-Link span {
	margin-bottom: 2px;
	display: block;
	line-height: 14px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 10px;
	}

#Header-Nav .Header-Blue-Link:hover {
	text-decoration: none;
	background: #87DCD2;
	}

#Header-Link-Clear { line-height: 18px !important; }

#Header-Nav li > a.Header-Link-Single.Button:hover { background: #87DCD2; }
#Header-Nav li > a.Header-Link-Single.Button {
	background: #E2C97A;
	color: #FFF;
	}

/**********************************************************
// Header >> Optin
**********************************************************/
#Header-Optin {
	padding: 7px 10px;
	width: 100%;
	min-height: 52px;
	line-height: 38px;
	background: rgba(188, 188, 188, 1);
	text-align: center;
	display: none;
	}

#Header-Optin h2 {
	margin: 0 20px 0 0;
	padding: 0;
	height: 38px;
	line-height: 38px;
    text-transform: initial;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	}

#Header-Optin form {
	margin: 0 auto;
	padding: 0;
    font-family: "Brandon Grotesque", sans-serif;
	display: inline-block;
	vertical-align: top;
	}

#Header-Optin input[type="email"] {
	margin: 0;
	padding: 0 20px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: #FFF;
    letter-spacing: 1px;
	font-size: 12px;
	float: left;
	}

#Header-Optin input[type="submit"]:hover { background: #87DCD2; }
#Header-Optin input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 38px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	background: #81C2D2;
	color: #FFF;
	float: left;
	}

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

/**********************************************************
// Header >> Mobile Nav
**********************************************************/
#Mobile-Nav {
	width: 200px;
	background: #81C2D2;
	}

#Mobile-Nav-Top {
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	color: #FFF;
	}

#Mobile-Nav-Title {
	padding: 0 10px;
	width: 163px;
	font-weight: bold;
	font-size: 16px;
	float: left;
	}

#Mobile-Nav-Close:hover { background: rgba(0, 0, 0, 0.1); }
#Mobile-Nav-Close {
	width: 36px;
	height: 36px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	float: left;
	}

#Mobile-Nav-Main {
	width: 100%;
	min-height: 200px;
	overflow: auto;
	}

#Mobile-Nav-Social {
	padding: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	}

#Mobile-Nav-Social li {
	margin: 7px 10px;
	width: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	}

#Mobile-Nav-Social li a { color: #FFF; }
#Mobile-Nav-Social li a:hover {
	text-decoration: none;
	color: #D5F3F0;
	}

#Mobile-Nav-Links li > a {
	padding: 10px;
	min-height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #FFF;
	}

#Mobile-Nav-Links li > a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
	}

#Mobile-Nav-Links li > ul li a {
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	}

#Mobile-Menu-Close {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

#Mobile-Nav form {
	margin: 0 auto 10px auto;
	width: 90%;
	text-align: center;
	}

#Mobile-Nav form h2 {
	margin: 12px auto 10px auto;
	padding: 0;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	}

#Mobile-Nav form input[type="email"] {
	margin: auto;
	width: 168px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	}

#Mobile-Nav form input::-webkit-input-placeholder { text-transform: uppercase; color: #8FE8E0; }
#Mobile-Nav form input:-moz-placeholder           { text-transform: uppercase; color: #8FE8E0; }
#Mobile-Nav form input::-moz-placeholder          { text-transform: uppercase; color: #8FE8E0; }
#Mobile-Nav form input:-ms-input-placeholder      { text-transform: uppercase; color: #8FE8E0; }

#Mobile-Nav form input[type="submit"]:hover { background: #DDD; }
#Mobile-Nav form input[type="submit"] {
	margin: 7px auto 0 auto;
	width: 110px;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	background: #E5E3E4;
	color: #FFF;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	}

/**********************************************************
// Popup >> City
**********************************************************/
#Popup-City-Overlay {
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	position: absolute;
	display: none;
	z-index: 99999;
	right: 0;
	left: 0;
	top: 0;
	}

#Popup-City {
	margin: 120px auto 0 auto;
	width: 100%;
	max-width: 777px;
	}

#Popup-City-Close {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	}

#Popup-City-Close span:hover { color: #636464; }
#Popup-City-Close span {
	cursor: pointer;
	color: #BCBBB9;
	}

#Popup-City-Outer {
	margin: 10px auto 0 auto;
	padding-bottom: 20px;
	border: 1px solid #E5E3E4;
	border-bottom: 13px solid #E5E3E4;
	background: #FFF;
	}

#Popup-City-Outer h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #8FE9DF;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	}

#Popup-City-Outer a {
	margin: 20px auto;
	max-width: 724px;
	max-height: 137px;
	display: block;
	}

#Popup-City-Close-Link:hover { color: #636464; }
#Popup-City-Close-Link {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	color: #BCBBB9;
	}

/**********************************************************
// Popup >> Feedback
**********************************************************/
#Popup-Feedback-Overlay {
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	position: absolute;
	display: none;
	z-index: 99999;
	right: 0;
	left: 0;
	top: 0;
	}

#Popup-Feedback {
	margin: 120px auto 0 auto;
	width: 100%;
	max-width: 700px;
	}

#Popup-Feedback-Close {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	}

#Popup-Feedback-Close span:hover { color: #636464; }
#Popup-Feedback-Close span {
	cursor: pointer;
	color: #BCBBB9;
	}

#Popup-Feedback-Outer {
	margin: 10px auto 0 auto;
	padding-bottom: 20px;
	border: 1px solid #E5E3E4;
	border-bottom: 13px solid #E5E3E4;
	background: #FFF;
	}

#Popup-Feedback-Outer h1 {
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: center;
	line-height: 30px;
	font-family: "Playfair Display", serif;
	font-size: 28px;
	color: #383838;
	}

#Popup-Feedback-Outer h2 {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	color: #383838;
	}

#Popup-Feedback-Outer .Button-Blue {
	text-transform: uppercase;
	font-family: "brandon-grotesque", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500 !important;
	color: #FFF !important;
	}

#Popup-Feedback-Outer .Button-Blue span { font-size: 18px; }

/**********************************************************
// Footer
**********************************************************/
#Footer a { color: #9D9D9D; }
#Footer {
	padding: 10px;
	min-height: 30px;
	line-height: 30px;
	background: #F7F7F7;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	color: #9D9D9D;
	}

.Footer-Spacer { margin-top: 20px; }

/**********************************************************
// Footer >> Nav
**********************************************************/
#Footer-Nav {
	margin: auto;
	padding: 25px 10px;
	background: #BCBCBC;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	}

#Footer-Nav li {
	margin: 5px 35px;
	display: inline-block;
	vertical-align: top;
	}

#Footer-Nav li:first-child { margin-left: 0; }
#Footer-Nav li:last-child { margin-right: 0; }

#Footer-Nav li a { color: #FFF; }
#Footer-Nav li a:hover {
    text-decoration: none;
    color: #646363;
    }

/**********************************************************
// Footer >> Instagram
**********************************************************/
.Footer-Instagram {
	margin: auto;
    padding: 60px 10px;
    background: #FFF;
	line-height: 0;
	text-align: center;
	}

.Footer-Instagram-Inner {
    margin: auto;
    width: 100%;
    max-width: 1150px;
    }

.Footer-Instagram-Title { text-align: left; }
.Footer-Instagram-Title h2 {
    margin-right: 15px;
    text-transform: initial;
    line-height: 24px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    }

.Footer-Instagram-Title h3 {
    line-height: 20px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    }

.Footer-Instagram-Title a:hover { text-decoration: none; }
.Footer-Instagram-Title span { color: #E3CA7A; }
.Footer-Instagram-Feed { margin: 20px auto 0 auto; }

/**********************************************************
// Footer >> Top
**********************************************************/
.Footer-Top {
	margin: auto;
    padding: 0 10px 60px 10px;
    background: #FFF;
	line-height: 0;
    font-size: 0;
	text-align: center;
	}

.Footer-Top-Inner {
    margin: auto;
    width: 100%;
    max-width: 1150px;
    }

.Footer-Top-Social { text-align: left; }
.Footer-Top-Social .Header-Search i { top: 0; }

.Footer-Top-Main { margin: 30px auto 0 auto; }
.Footer-Top-Main-Section {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    }

.Footer-Top-Main-Section:first-child {
    padding-right: 10px;
    text-align: left;
    border-right: 2px solid #D9D9D9;
    }

.Footer-Top-Main-Section:last-child { padding: 0 10px; }

.Footer-Top-Nav ul {
    -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
    }

.Footer-Top-Nav li {
    margin: 10px auto 0 auto;
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    }

.Footer-Top-Nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    font-size: 10px;
    color: #646363;
    }

.Footer-Top-Nav li a:hover {
    text-decoration: none;
    color: #80C2D2;
    }

/**********************************************************
// Footer >> Optin
**********************************************************/
.Footer-Optin {
    margin: auto;
    width: 100%;
    max-width: 370px;
    text-align: left;
    }

.Footer-Optin h2 {
	padding: 0 !important;
	line-height: 20px;
	letter-spacing: 1px;
    text-transform: initial;
	font-family: "Playfair Display", serif;
	font-size: 18px;
    display: block;
	}

.Footer-Optin h3 {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 12px;
	}

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

.Footer-Optin input {
    margin: 10px 2% 0 0;
    width: 31.3%;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: inline-block;
	vertical-align: middle;
    }

.Footer-Optin input[type="text"],
.Footer-Optin input[type="email"] {
	padding: 0 18px;
	background: #F3F3F3;
	color: #646363;
	border: 0;
	letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 400;
	font-size: 10px;
	}

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

.Footer-Optin input[type="submit"]:hover { background: #7ED5CB; }
.Footer-Optin input[type="submit"] {
	padding: 0 10px;
	background: #81C2D2;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 600;
	font-size: 10px;
	}

/**********************************************************
// Divider
**********************************************************/
.Divider {
	margin: 20px auto 0 auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(Images/BG-Divider.png) center center repeat-x;
	color: #BCBBB9;
	}

.Divider-Center {
	padding: 0 12px;
	background: #F5F5F5;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

/**********************************************************
// Columns >> 3
**********************************************************/
.Col-3 {
	margin: auto;
	width: 100%;
	max-width: 1150px;
	text-align: center;
	font-size: 0;
	}

.Col-3-Small {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	}

.Col-3-Large {
	margin: 30px 25px 0 25px;
	width: 100%;
	max-width: 500px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	}

.Col-3-Large article:first-child { margin-top: 0; }
.Col-3-Small article:first-child { margin-top: 0; }

/**********************************************************
// Columns >> 2
**********************************************************/
.Col-2 {
	margin: auto;
	width: 100%;
	max-width: 750px;
	text-align: center;
	font-size: 0;
	}

.Col-2-Small {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	float: left;
	}

.Col-2-Large {
	margin: 30px 0 0 30px;
	width: 100%;
	max-width: 420px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	}

.Col-2-Large article:first-child { margin-top: 0; }
.Col-2-Small article:first-child { margin-top: 0; }

.Col-Ad-Space { margin: 30px auto 0 auto; }

/**********************************************************
// Columns >> 1
**********************************************************/
.Col-1 article:first-child { margin-top: 0; }
.Col-1 {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 500px;
	min-height: 100px;
	text-align: center;
	font-size: 0;
	}

/**********************************************************
// City >> Title
**********************************************************/
.City-Title,
.Page-Title {
	padding: 0px 10px 10px;
	text-align: center;
	text-transform: initial;
	letter-spacing: 1px;
	font-family: "Playfair Display", sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #646363;
	}

.City-Subtitle {
	margin: 30px auto 0 auto;
	padding: 0 10px;
	line-height: 24px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 300;
	font-size: 18px;
    letter-spacing: 2px;
	text-transform: uppercase;
	color: #646363;
	display: inline-block;
	vertical-align: top;
	}

/**********************************************************
// Excerpt >> Large
**********************************************************/
.Excerpt-Large {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 500px;
    background: #FFF;
	text-align: center;
	}

.Excerpt-Large a { display: block; }
.Excerpt-Large a:hover { text-decoration: none; }

.Excerpt-Large-Top {
	position: relative;
	z-index: 7000;
	}

.Excerpt-Large-Partner {
	padding: 2px 10px;
	width: 100%;
	height: 28px;
	text-align: center;
	background: rgba(144, 233, 223, 0.79);
	color: #FFF;
	position: absolute;
	z-index: 7300;
	bottom: 0;
	right: 0;
	left: 0;
	}

.Excerpt-Large-Partner img,
.Excerpt-Large-Partner span {
	display: inline-block;
	vertical-align: middle;
	}

.Excerpt-Large-Partner span {
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	}

.Excerpt-Large-Thumb {
	width: 100%;
	min-height: 70px;
	background: #F5F5F5;
	position: relative;
	z-index: 7100;
	}

.Excerpt-Large-Top-Cat {
	width: 100%;
	position: absolute;
	z-index: 7200;
	top: 0;
	left: 0;
	}

.Excerpt-Large-Top-Cat span {
	margin: auto;
	padding: 10px;
	width: 100%;
    max-width: 135px;
	line-height: 16px;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10px;
	color: #81C2D2;
	}

.Excerpt-Large-Bottom { padding: 20px 20px 30px 20px; }

.Excerpt-Large-Bottom h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: #A0A0A0;
	display: inline-block;
	}

.Excerpt-Large-Bottom h1 {
	margin: auto;
	line-height: 26px;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #636464;
	}

.Excerpt-Icon {
	margin: 0 auto -20px auto;
	width: 30px;
	height: 45px;
	position: relative;
	z-index: 7500;
	top: -30px;
	}

.Excerpt-Icon.Excerpt-Icon-Chef,
.Excerpt-Icon.Excerpt-Icon-Events,
.Excerpt-Icon.Excerpt-Icon-Fashion,
.Excerpt-Icon.Excerpt-Icon-Kitchen { top: -40px; margin-bottom: -30px; }

.Excerpt-Icon-Brunch  { background: url(Images/Post-Icon-Brunch.png)  top center no-repeat; height: 45px; }
.Excerpt-Icon-Chef    { background: url(Images/Post-Icon-Chef.png)    top center no-repeat; height: 49px; }
.Excerpt-Icon-Culture { background: url(Images/Post-Icon-Culture.png) top center no-repeat; height: 45px; }
.Excerpt-Icon-Events  { background: url(Images/Post-Icon-Events.png)  top center no-repeat; height: 49px; }
.Excerpt-Icon-Fashion { background: url(Images/Post-Icon-Fashion.png) top center no-repeat; height: 49px; }
.Excerpt-Icon-Kitchen { background: url(Images/Post-Icon-Kitchen.png) top center no-repeat; height: 49px; }
.Excerpt-Icon-Travel  { background: url(Images/Post-Icon-Travel.png)  top center no-repeat; height: 45px; }

/**********************************************************
// Excerpt >> Small
**********************************************************/
.Excerpt-Small {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
    background: #FFF;
	text-align: center;
	}

.Excerpt-Small a { display: block; }
.Excerpt-Small a:hover { text-decoration: none; }

.Excerpt-Small-Top {
	position: relative;
	z-index: 7000;
	}

.Excerpt-Small-Thumb {
	width: 100%;
	min-height: 70px;
	background: #F5F5F5;
	position: relative;
	z-index: 7100;
	}

.Excerpt-Small-Top-Cat {
	width: 100%;
	position: absolute;
	z-index: 7200;
	top: 0;
	left: 0;
	}

.Excerpt-Small-Top-Cat span {
    margin: auto;
	padding: 10px;
	width: 100%;
    max-width: 135px;
	line-height: 16px;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10px;
	color: #81C2D2;
	}

.Excerpt-Small-Bottom { padding: 15px; }

.Excerpt-Small-Bottom h1 {
	margin: auto;
	line-height: 24px;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	color: #636464;
	}

/**********************************************************
// Excerpt >> Twitter
**********************************************************/
.Excerpt-Twitter h2 {
	margin: 0 0 12px 0;
	padding: 5px 5px 0 5px;
	line-height: 18px;
    background: #FFF;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 12px;
	color: #BEBEBE;
	}

.Excerpt-Twitter-Left {
	width: 28px;
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	color: #96EDE5;
	}

.Excerpt-Twitter-Right {
	margin: 0 10px;
	width: 220px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Twitter .tweet_profile_img,
.Excerpt-Twitter .tweet_primary_meta,
.Excerpt-Twitter .tweet_media,
.Excerpt-Twitter .tweet_secondary_meta,
.Excerpt-Twitter .tweet_intents { display: none; }

.Excerpt-Twitter .tweet_text a { display: inline; }
.Excerpt-Twitter .tweet_text {
	padding-bottom: 10px;
	text-align: left;
	line-height: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #B8B8B8;
	}

/**********************************************************
// Excerpt >> Guide
**********************************************************/
.Excerpt-Guide:hover { text-decoration: none; }
.Excerpt-Guide {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 500px;
    background: #FFF;
	display: block;
	text-align: center;
	}

.Excerpt-Guide img,
.Excerpt-Guide-Right {
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Guide-Right {
	padding: 20px 30px;
	width: 261px;
	}

.Excerpt-Guide h2 {
	margin: 0 auto 5px auto;
    padding: 0;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: #A0A0A0;
    display: inline-block;
	}

.Excerpt-Guide h1 {
	line-height: 26px;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	color: #636464;
	}

.Col-2-Large .Excerpt-Guide { max-width: 420px; }
.Col-2-Large .Excerpt-Guide-Right {
	padding: 10px 20px;
	width: 192px;
	}

/**********************************************************
// Excerpt >> Main
**********************************************************/
.Excerpt-Main {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 236px;
	background: #FFF;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	}

.Post-Excerpts-Main article:nth-child(2n+0) { margin-left: 28px; }
.Small-Posts article:nth-child(2n+0) {
	margin-left: 28px;
	margin-right: 0;
	}

.Col-1 .Small-Posts article:first-child { margin-top: 30px; }
.Col-2 .Post-Excerpts-Main article:first-child { margin-top: 30px; }
.Col-3 .Post-Excerpts-Main article:first-child { margin-top: 30px; }

.Excerpt-Main a { display: block; }
.Excerpt-Main a:hover { text-decoration: none; }

.Excerpt-Main-Top {
	position: relative;
	z-index: 7000;
	}

.Excerpt-Main-Thumb {
	width: 100%;
	min-height: 115px;
	background: #F5F5F5;
	position: relative;
	z-index: 7100;
	}

.Excerpt-Main-Bottom {
	padding: 10px;
	height: 74px;
	overflow: hidden;
	}

.Excerpt-Main-Bottom h2 {
	margin: 0 auto 5px auto;
    padding: 0;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: #A0A0A0;
    display: inline-block;
	}

.Excerpt-Main-Bottom h1 {
	margin: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	color: #636464;
	}

.Excerpt-Main-Bottom h1.Excerpt-Main-Title {
	margin-top: 10px;
	height: 40px;
	}

.Col-2-Large .Excerpt-Main { max-width: 198px; }
.Col-2-Large .Excerpt-Main:nth-child(2n+0) { margin-left: 22px; }

/**********************************************************
// Ad Spaces
**********************************************************/
.Ad-Space-Sidebar {
	margin: 30px auto 0 auto;
	padding: 5px 0 10px 0;
	width: 100%;
	max-width: 300px;
    background: #FFF;
	text-align: center;
	font-size: initial;
	}

.Ad-Space-Main {
	margin: 30px auto 0 auto;
	padding: 5px 0 10px 0;
	width: 100%;
    background: #FFF;
	text-align: center;
	font-size: initial;
	}

.Post-Ad-Space {
	margin: 20px auto;
	padding: 20px 0;
	border-top: 1px solid #E1DFE0;
	border-bottom: 1px solid #E1DFE0;
	text-align: center;
	font-size: 0;
	}

.Ad-Space-Main h4,
.Ad-Space-Sidebar h4,
.Post-Ad-Space h4 {
	margin: 0 auto 5px auto;
	padding: 0 !important;
	line-height: 10px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: "brandon-grotesque", Arial, sans-serif !important;
	font-weight: bold;
	font-size: 10px !important;
	color: #E1DFE0;
	}

.Post-Ad-Space .Post-Ad-Space-Box {
	margin: 10px;
	width: 100%;
	max-width: 300px;
	min-height: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
	}

.Post-Ad-Space div:first-child { margin-left: 0; }
.Post-Ad-Space div:last-child { margin-right: 0; }

/**********************************************************
// Box >> Blue
**********************************************************/
.Box-Blue {
	margin: 30px auto 0 auto;
	padding: 10px 20px 20px 20px;
	background: #E2C97A;
	text-align: center;
	}

.Box-Blue h1 {
	margin-top: 10px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 22px;
	color: #FFF;
	}

.Box-Blue h2 {
	padding: 3px 0 5px 0;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	display: inline-block;
	}

.Box-Blue a {
	margin: 10px auto 0 auto;
	display: block;
	}

.Box-Blue a.Box-Blue-Button {
	margin: 10px auto 0 auto;
	padding: 12px 30px;
	line-height: 24px;
	background: #FFF;
	color: #636464;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
	}

.Box-Blue a.Box-Blue-Button:hover {
	text-decoration: none;
	background: #E2C97A;
	}

/**********************************************************
// Box >> City
**********************************************************/
.Box-City {
	margin: 30px auto 0 auto;
	padding: 30px 25px;
	background: #FFF;
	text-align: center;
	}

.Box-City h2 {
    margin: 0 auto 10px auto;
	line-height: 38px;
	letter-spacing: 0.5px;
    text-transform: initial;
    font-family: "Playfair Display", serif;
	font-weight: 900;
	font-size: 28px;
	color: #646363;
	display: inline-block;
	}

.Box-City a {
    margin: 20px auto 0 auto;
    padding: 15px 10px;
    background: #E3CA7A;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    }

.Box-City a:hover {
    text-decoration: none;
    background: #80C2D2;
    color: #FFF;
    }

/**********************************************************
// Box >> Brunch Finder
**********************************************************/
.Box-Brunch-Finder {
	margin: 30px auto 0 auto;
	padding: 30px;
	background: #FFF;
	text-align: center;
	}

.Box-Brunch-Finder h2 {
    letter-spacing: 0.5px;
    text-transform: initial;
    line-height: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 26px;
    color: #646363;
    }

.Box-Brunch-Finder-Button {
    margin: 25px auto 0 auto;
    padding: 15px 10px;
    background: #E3CA7A;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: block;
    }

.Box-Brunch-Finder-Button:hover {
    text-decoration: none;
    background: #80C2D2;
    color: #FFF;
    }

/**********************************************************
// Button >> Blue
**********************************************************/
.Button-Blue {
	margin: 25px auto 15px auto;
	padding: 12px 30px;
	line-height: 24px;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 16px;
	background: #E2C97A;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
	}

.Button-Blue:hover {
	text-decoration: none;
	background: #E2C97A;
	color: #FFF;
	}

/**********************************************************
// Sidebar >> Link Pic
**********************************************************/
.Sidebar-Link-Pic:hover { text-decoration: none; }
.Sidebar-Link-Pic {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
    background: #FFF;
	display: block;
	text-align: center;
	}

.Sidebar-Link-Pic img,
.Sidebar-Link-Right {
	display: inline-block;
	vertical-align: top;
	}

.Sidebar-Link-Right { padding: 10px 20px; }
.Sidebar-Link-Right-About { width: 100%; }
.Sidebar-Link-Right-Shop  { width: 160px; }

.Sidebar-Link-Pic h2 {
	margin: 0 auto 5px auto;
    padding: 0;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: #A0A0A0;
    display: inline-block;
	}

.Sidebar-Link-Pic h1 {
	line-height: 24px;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	color: #636464;
	}

.Sidebar-Link-Pic.Excerpt-Tiny .Sidebar-Link-Right {
	width: 160px;
	padding: 5px 10px;
	}

.Sidebar-Link-Pic.Excerpt-Tiny h2 { margin-top: 10px; }

.Sidebar-Link-Pic.Excerpt-Tiny h1 {
    max-height: 48px;
    overflow: hidden;
    }

/**********************************************************
// Sidebar >> Link
**********************************************************/
.Sidebar-Link-Section {
	/*margin: 30px auto 0 auto;*/
	width: 100%;
	max-width: 300px;
	/*border: 1px solid #E4E4E4;
	border-bottom: 9px solid #E4E4E4;*/
	display: block;
	text-align: center;
	}

.Sidebar-Link {
    margin: 20px auto 0 auto;
	padding: 10px;
	width: 100%;
    background: #FFF;
    color: #646363;
	display: block;
	}

.Sidebar-Link:hover {
	text-decoration: none;
	background: #80C2D2;
    color: #FFF;
	}

.Sidebar-Link:hover h1 { color: #FFF; }

.Sidebar-Link h2 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-transform: initial;
    font-family: "Playfair Display", serif;
	font-weight: 900;
	font-size: 18px;
	}

.Sidebar-Link h1 {
    margin: 5px auto 0 auto;
	line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-size: 11px;
    color: #A0A0A0;
	}

/**********************************************************
// Sidebar >> Optin
**********************************************************/
#Sidebar-Optin {
	margin: 30px auto 0 auto;
	padding: 5px 20px 20px 20px;
	width: 100%;
	min-height: 52px;
	line-height: 38px;
	background: #FFF;
	text-align: center;
	}

#Sidebar-Optin h3 {
	margin: 0;
	padding: 0 5px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	text-transform: initial;
	letter-spacing: 0.5px;
    font-family: "Playfair Display", serif;
	font-weight: 900;
	font-size: 18px;
	color: #646363;
	}

#Sidebar-Optin h2 {
	margin: auto;
	padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 18px;
    font-family: "Brandon Grotesque", sans-serif;
	font-size: 10px;
	display: block;
	color: #A0A0A0;
	}

#Sidebar-Optin form {
	margin: 10px auto 0 auto;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	}

#Sidebar-Optin input[type="email"],
#Sidebar-Optin input[type="text"] {
	margin: 0 5px;
	padding: 0 10px;
	width: 115px;
	height: 26px;
	line-height: 26px;
	border: 0;
	background: #F3F3F3;
    font-family: "Brandon Grotesque", sans-serif;
	font-size: 10px;
	display: inline-block;
    vertical-align: middle;
	}

#Sidebar-Optin input[type="submit"]:hover { background: #87DCD2; }
#Sidebar-Optin input[type="submit"] {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 240px;
	height: 38px;
	border: 0;
	text-transform: uppercase;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background: #81C2D2;
	color: #FFF;
	display: block;
	}

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

/**********************************************************
// Brunch
**********************************************************/
.Brunch-Title {
	margin: 30px auto 0 auto;
	text-align: center;
	text-transform: initial;
	letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
	font-size: 36px;
	color: #646363;
	}

.Brunch-Subtitle {
	margin: 30px auto 0 auto;
    text-align: center;
	line-height: 26px;
    font-family: serif;
	font-weight: 300;
	font-size: 18px;
	color: #646363;
	}

.Brunch-Subtitle a {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-style: italic;
    }

#Brunch-Filters {
	margin: 30px auto 0 auto;
	width: 100%;
	}

#Filter-Row-Neighborhood { display: none; }

#Brunch-Filters .Filter-Row {
	padding-bottom: 24px;
	width: 100%;
	line-height: 28px;
    font-size: 0;
	}

#Brunch-Filters .Filter-Row-Left,
#Brunch-Filters .Filter-Row-Right {
	width: 50%;
	text-align: left;
    font-family: "Brandon Grotesque", sans-serif;
	display: inline-block;
    vertical-align: middle;
	}

#Brunch-Filters label {
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 14px;
	}

#Brunch-Filters select {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	border: 0;
	background: #F3F3F3;
	color: #646363;
	}

#Brunch-Filters input[type="submit"] {
	margin: auto;
	padding: 10px;
    width: 100%;
	line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: "Brandon Grotesque", sans-serif;
	font-weight: 600;
	font-size: 16px;
	background: #77B9C9;
	color: #FFF;
	border: 0;
	display: block;
	cursor: pointer;
	}

#Brunch-Filters input[type="submit"]:hover {
	text-decoration: none;
	background: #E2C97A;
	}

#Brunch-Posts {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 640px;
	}

#Brunch-Posts-Head {
	min-height: 42px;
	line-height: 42px;
	background: #888;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	}

.Brunch-Col {
	padding: 0 10px;
	min-height: 18px;
	float: left;
	}

.Brunch-Col-Brunch { width: 220px; }
.Brunch-Col-Hood   { width: 210px; }
.Brunch-Col-Price  { width: 150px; }
.Brunch-Col-Rating { width:  60px; }

.Brunch-Posts-Row {
	padding: 15px 0;
	line-height: 18px;
	font-family: "Georgia", serif;
	font-size: 14px;
	color: #555;
	}

.Brunch-Posts-Row a { color: #555; }
.Brunch-Posts-Row .Brunch-Data,
.Brunch-Posts-Row .Brunch-Data a { color: #999; }

.Brunch-Posts-Row:nth-child(2n+2) { background: #EFEFEF; }

.Brunch-Posts-Row abbr {
	font-weight: bold;
	display: none;
	}

.pagination {
	margin: 30px auto 0 auto;
	text-align: center;
	}

.pagination .page-numbers {
	margin: 5px 6px;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border-width: 2px;
	border-style: solid;
	border-radius: 36px;
	display: inline-block;
	vertical-align: top;
	}

.pagination a.page-numbers:hover {
	text-decoration: none;
	border-color: #87DCD2;
	color: #87DCD2;
	}

.pagination .dots {
	border-color: #FFF;
	letter-spacing: 3px;
	color: #AAA;
	}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
	width: auto;
	line-height: 36px;
	border: 0;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 20px;
	}

/**********************************************************
// Page >> Team
**********************************************************/
#Team-Founders { text-align: center; }

.Team-Founder {
	margin: 0 35px;
	width: 100%;
	max-width: 316px;
	display: inline-block;
	vertical-align: top;
	}

.Team-Founder-Top {
	padding: 25px 30px;
	background: #E5E3E4;
	}

.Team-Founder-Top img {
	width: 190px;
	border-radius: 100%;
	overflow: hidden;
	}

.Team-Founder-Name {
	margin-top: 20px;
	text-transform: uppercase;
	}

.Team-Founder h2 {
	line-height: 20px;
	font-family: "brandon-grotesque", Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #636464;
	}

.Team-Founder h3 {
	margin-top: 5px;
	line-height: 16px;
	font-family: "brandon-grotesque", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	}

.Team-Founder-Bottom { margin-top: 15px; }
.Team-Founder-Bottom p {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-family: "Georgia", serif;
	font-size: 16px;
	}

.Team-Founder-Social { margin-top: 10px; }
.Team-Founder-Social li {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	}

.Team-Founder-Social a:hover {
	text-decoration: none;
	color: #6FD1C7;
	}

#Team-Staff {
	margin: 35px auto 0 auto;
	width: 100%;
	max-width: 1140px;
	font-size: 0;
	text-align: left;
	}

.Team-Staff {
	margin: 35px 1%;
	width: 48%;
	max-width: 570px;
	display: inline-block;
	vertical-align: top;
	}

.Team-Staff-Left {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	}

.Team-Staff-Right {
	padding-left: 15px;
	width: 65%;
	max-width: 385px;
	display: inline-block;
	vertical-align: top;
	}

.Team-Staff h2 {
	line-height: 20px;
	text-transform: uppercase;
	font-family: "brandon-grotesque", Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #636464;
	}

.Team-Staff h3 {
	margin-top: 5px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "brandon-grotesque", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	}

.Team-Staff-Right p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 24px;
	font-family: "Georgia", serif;
	font-size: 16px;
	}

.Team-Staff-Social { margin-top: 10px; }
.Team-Staff-Social li {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	}

.Team-Staff-Social li:first-child { margin-left: 0; }

.Team-Staff-Social a:hover {
	text-decoration: none;
	color: #6FD1C7;
	}

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

.Post-Nav a {
	margin: 0 5%;
	padding: 10px 30px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background: #E2C97A;
	color: #FFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
	}

.Post-Nav a:hover {
	text-decoration: none;
	background: #87DCD2;
	}

/**********************************************************
// Misc >> Store
**********************************************************/
.Store-Top {
	margin: 30px auto 0 auto;
	padding-bottom: 5px;
	min-height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #F1F1F1;
	}

.Store-Top h2 {
	margin-left: 3px;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	float: left;
	}

.Store-Top a {
	margin-top: 7px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #C3C3C3;
	float: right;
	}

.Store-Items {
	margin: auto;
	text-align: center;
	}

.Store-Items a {
	margin: 10px auto 0 auto;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	color: #C3C3C3;
	}

.Store-Items a:nth-child(3n+2) { margin: 10px 20px 0 20px; }

.Store-Items a span {
	margin-top: 5px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	}

/**********************************************************
// Misc >> More Posts
**********************************************************/
.More-Posts {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1100px;
	text-align: center;
	font-size: 0;
	}

.More-Posts .Excerpt-Small {
	margin: 30px 30px 0 30px;
	display: inline-block;
	vertical-align: top;
	}

.More-Posts .Excerpt-Small-Bottom {
	height: 78px;
	overflow: hidden;
	}

.More-Posts .Excerpt-Small-Thumb {
	height: 196px;
	overflow: hidden;
	}

/**********************************************************
// Page >> Entry
**********************************************************/
.Entry { margin-top: 30px; }

.Post-Entry { margin-top: 0; }

.Entry-Team {
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 700px;
	}

.Entry h1 { font-size: 40px; line-height: 48px; }
.Entry h2 { font-size: 34px; line-height: 42px; }
.Entry h3 { font-size: 26px; line-height: 34px; }
.Entry h4 { font-size: 16px; line-height: 24px; }
.Entry h5 { font-size: 14px; line-height: 22px; }
.Entry h6 { font-size: 12px; line-height: 20px; }

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

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

.Entry-Excerpt-Text {
	padding: 10px 0 0 0;
	line-height: 24px;
	font-family: 'open-sans', sans-serif;
    font-weight: 300;
	}

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

.Entry ul { margin-left: 20px; list-style-type: disc; }
.Entry ol { margin-left: 20px; list-style-type: decimal; }

.Entry li {
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	}

.Entry-Thumb { text-align: center; }
.Entry-Social { padding: 15px 0 0 0; }

.Entry blockquote {
	margin: 0 0 1.5em;
	padding: 0 10%;
	display: block;
	}

body .Entry-Title {
	margin: auto;
	padding: 0;
    text-align: left;
	line-height: 30px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 28px;
	}

body .Entry-Date a { font-weight: 700; }
body .Entry-Date {
	margin: 15px auto;
    padding: 0 !important;
	line-height: 16px;
    text-align: left;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 300;
	font-size: 14px;
	}

.Entry-Icon {
	margin: 20px auto 0 auto;
	width: 30px;
	height: 45px;
	display: block;
	}

.Entry-Icon-Brunch  { background: url(Images/Post-Icon-Brunch.png)  top center no-repeat; height: 45px; }
.Entry-Icon-Chef    { background: url(Images/Post-Icon-Chef.png)    top center no-repeat; height: 49px; }
.Entry-Icon-Culture { background: url(Images/Post-Icon-Culture.png) top center no-repeat; height: 45px; }
.Entry-Icon-Events  { background: url(Images/Post-Icon-Events.png)  top center no-repeat; height: 49px; }
.Entry-Icon-Fashion { background: url(Images/Post-Icon-Fashion.png) top center no-repeat; height: 49px; }
.Entry-Icon-Kitchen { background: url(Images/Post-Icon-Kitchen.png) top center no-repeat; height: 49px; }
.Entry-Icon-Travel  { background: url(Images/Post-Icon-Travel.png)  top center no-repeat; height: 45px; }

.Entry-Sub-Cat {
	margin: auto;
	line-height: 16px;
    letter-spacing: 1px;
	text-transform: uppercase;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #646363;
	display: inline-block;
	}

#social-share {
	margin-top: 13px;
	padding: 0;
	text-align: center;
	font-size: 0;
	}

.Entry-Social #social-share { margin-top: 0; }

#social-share a {
	margin-top: 5px;
	width: 78px;
	height: 26px;
	}

#social-share #facebook   { background: url(Images/Share-Button-Facebook.png)  no-repeat; }
#social-share #twitter    { background: url(Images/Share-Button-Twitter.png)   no-repeat; }
#social-share #pinterest  { background: url(Images/Share-Button-Pinterest.png) no-repeat; }
#social-share #googleplus { background: url(Images/Share-Button-GPlus.png)     no-repeat; }
#social-share #email      { background: url(Images/Share-Button-EMail.png)     no-repeat; }

.Entry-Good-For {
	margin: 30px auto 0 auto;
	text-align: center;
	}

.Entry-Good-For-Links { padding-top: 10px; }
.Entry-Good-For-Links a {
	font-weight: bold;
	font-size: 14px;
	color: #BCBCBA;
	}

.Entry-Partner {
	margin: 20px auto 0 auto;
	text-align: center;
	color: #81C2D2;
	}

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

.Entry-Partner span {
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	}

.Content-Posts .Entry-Excerpt-Text { position: relative; }
.Content-Posts .Entry-Excerpt-Text img {
    max-width: initial !important;
    width: calc( 100% + 60px );
    position: relative;
    left: -30px;
    }

.Entry-Ad-Space { margin: 15px auto; }

/**********************************************************
// Entry >> Profile
**********************************************************/
.Entry-Profile {
    margin: 30px auto 0 auto;
    text-align: left;
    font-size: 0;
    }

.Entry-Profile-Pic {
    margin: auto;
    width: 25%;
    max-width: 150px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    }

.Entry-Profile-Main {
    margin: auto;
    padding-left: 30px;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    }

.Entry-Profile h2 {
    text-transform: initial;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 26px;
    }

.Entry-Profile h3 {
    margin: 5px auto 0 auto;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 300;
    font-size: 16px;
    }

.Entry-Profile-Bio {
    margin: 20px auto 0 auto;
    line-height: 20px;
    font-size: 14px;
    }

.Entry-Profile ul { margin: 20px auto 0 auto; }
.Entry-Profile li {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    }

.Entry-Profile li a { font-size: 20px; }

/**********************************************************
// Entry >> Info
**********************************************************/
.Entry-Info { margin: 0 auto 20px auto; }
.Entry-Info-Top {
    padding: 15px 5px;
    background: #8DC2C6;
    color: #FFF;
    text-align: center;
    }

.Entry-Info-Top h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    }

.Entry-Info-Top ul {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    }

.Entry-Info-Top li {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    }

.Entry-Info-Top li img {
    width: auto;
    height: auto;
    max-width: 12px;
    max-height: 30px;
    }

.Entry-Info-B li:nth-child(5) img { opacity: 0.35; }

.Entry-Info-C li:nth-child(5) img { opacity: 0.35; }
.Entry-Info-C li:nth-child(4) img { opacity: 0.35; }

.Entry-Info-D li:nth-child(5) img { opacity: 0.35; }
.Entry-Info-D li:nth-child(4) img { opacity: 0.35; }
.Entry-Info-D li:nth-child(3) img { opacity: 0.35; }

.Entry-Info-E li:nth-child(5) img { opacity: 0.35; }
.Entry-Info-E li:nth-child(4) img { opacity: 0.35; }
.Entry-Info-E li:nth-child(3) img { opacity: 0.35; }
.Entry-Info-E li:nth-child(2) img { opacity: 0.35; }

.Entry-Info-F li img { opacity: 0.5; }

.Entry-Info-Map .mapp-layout { margin: auto !important; }

.Entry-Info-Main {
    padding: 15px;
    background: #FFF;
    font-size: 0;
    }

.Entry-Info-Main h3 {
    margin: auto;
    padding: 0;
    text-align: left;
    text-transform: initial;
    line-height: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 24px;
    }

.Entry-Info-Main > a {
    margin: 15px auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    }

.Entry-Info-Main > ul { margin: auto; }
.Entry-Info-Main > ul > li {
    margin: 15px auto 0 auto;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    }

.Entry-Info-Main > ul > li:nth-child(2n+1) { margin-right: 3%; }
.Entry-Info-Main > ul > li:nth-child(2n+2) { margin-left: 3%; }

.Entry-Info-Main li span:first-child {
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 14px;
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 10px;
    color: #A5A5A5;
    display: block;
    }

.Entry-Info-Main li span:last-child {
    line-height: 18px;
    font-size: 14px;
    display: block;
    }

.Entry-Info-Main > ul > li li img { max-height: 16px; }
.Entry-Info-Main > ul > li li {
    margin: 0 3px 0 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    }

.Entry-Info-cheap-eats-price li:nth-child(2) { opacity: 0.35; }
.Entry-Info-cheap-eats-price li:nth-child(3) { opacity: 0.35; }

.Entry-Info-mid-range-munchies li:nth-child(3) { opacity: 0.35; }

.Entry-Info-Main li a { color: #646363; }

/**********************************************************
// Page >> Comments
**********************************************************/
.Entry-Comments { margin-top: 30px; }

body #comments h3 {
	line-height: 26px;
	text-transform: initial;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 24px;
	}

body #respond .logged-in-as { margin-top: 10px; }

body #respond input[type="text"],
body #respond input[type="email"],
body #respond input[type="url"],
body #respond select,
body #respond textarea { border: 0 solid #BCBBB9; }

body #respond input[type="submit"]:hover { background: #87DCD2; }
body #respond input[type="submit"] {
	margin: auto;
	padding: 15px 10px;
	width: 100%;
	line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-family: "Brandon Grotesuqe", sans-serif;
	font-weight: 500;
	font-size: 16px;
    border: 0;
    cursor: pointer;
	background: #81C2D2;
	color: #FFF;
	display: block;
	}

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

.Entry-Related .Excerpt-Small {
	margin: 30px auto 0 auto;
	display: block;
	}

.Entry-Related .Excerpt-Small-Bottom {
	height: 78px;
	overflow: hidden;
	}

.Entry-Related .Excerpt-Small-Thumb {
	height: 196px;
	overflow: hidden;
	}

/**********************************************************
// Page >> Search Form
**********************************************************/
#Page-Search-Form {
	margin: auto;
	width: 100%;
	max-width: 500px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
	border: 2px solid #81C2D2;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
	}
#Page-Search-Form .screen-reader-text { display: none; }

#Page-Search-Form input:focus { outline: 0; }
#Page-Search-Form input {
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

#Page-Search-Form .search-field {
	margin-top: 14px;
	padding: 0 15px;
	width: 70%;
	height: 22px;
	line-height: 22px;
	font-weight: 600;
	font-size: 14px;
	color: #555;
	float: left;
	}

#Page-Search-Form .search-field::-webkit-input-placeholder { color: #BCBBB9; text-transform: uppercase; }
#Page-Search-Form .search-field:-moz-placeholder           { color: #BCBBB9; text-transform: uppercase; }
#Page-Search-Form .search-field::-moz-placeholder          { color: #BCBBB9; text-transform: uppercase; }
#Page-Search-Form .search-field:-ms-input-placeholder      { color: #BCBBB9; text-transform: uppercase; }

#Page-Search-Form .search-submit:hover { background: #87DCD2; }
#Page-Search-Form .search-submit {
	padding: 0 10px;
	height: 50px;
	line-height: 48px;
	background: #81C2D2;
	border-left: 2px solid #81C2D2;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: right;
	}

/**********************************************************
// Optin >> Post
**********************************************************/
.Optin-Post {
	margin: 20px auto 0 auto;
	padding: 20px;
	text-align: center;
    background: #FFF;
	display: block;
	}

.Optin-Post h1 {
	padding: 0 !important;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-transform: initial;
	font-family: "Playfair Display", serif;
    font-family: 900;
	font-size: 24px;
	}

.Optin-Post h3 {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Brandon Groteque", sans-serif;
    font-weight: 300;
	font-size: 9px;
	}

.Optin-Post form {
    margin: 10px auto 0 auto;
    font-size: 0;
    }

.Optin-Post input[type="text"],
.Optin-Post input[type="email"] {
	margin: 10px 2% 0 2%;
	padding: 0 10px;
	width: 48%;
	height: 34px;
	line-height: 34px;
	background: #F3F3F3;
	color: #646363;
	border: 0;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	}

.Optin-Post input[type="text"] { margin-left: 0; }
.Optin-Post input[type="email"] { margin-right: 0; }

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

.Optin-Post input[type="submit"]:hover { background: #7ED5CB; }
.Optin-Post input[type="submit"] {
	margin: 10px auto 0 auto;
	padding: 10px;
    width: 100%;
	line-height: 20px;
	background: #81C2D2;
	color: #FFF;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	display: block;
	}

/**********************************************************
// Optin >> Popup
**********************************************************/
#Optin-Popup-Overlay {
	padding: 10px;
	/*background: rgba(255, 255, 255, 0.8);
	background: url(Images/BG-Popup.jpg) top center no-repeat;
	background-size: cover;*/
    background: #F7F7F7;
	text-align: center;
	position: fixed;
	display: none;
	z-index: 99999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

#Optin-Popup {
	margin: auto;
	width: 100%;
	max-width: 650px;
    font-family: "Brandon Grotesque", sans-serif;
	position: relative;
	top: 30%;
	}

#Optin-Popup-Box {
	padding: 10px 40px 40px 40px;
	background: #FFF;
	/*border: 1px solid #333;
	border-bottom: 10px solid #333;*/
	}

#Optin-Popup-Box h1 {
    margin-top: 5px;
	padding: 0 !important;
	line-height: 50px;
	letter-spacing: 1px;
	font-family: "Playfair Display", serif;
	font-size: 40px;
	}

#Optin-Popup-Box h3 {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 12px;
	}

#Optin-Popup-Box form {
    margin: 20px auto 0 auto;
    font-size: 0;
    }

#Optin-Popup-Box input {
    margin: 10px 1% 0 1%;
    width: 31.3%;
    max-width: 170px;
    height: 40px;
    line-height: 40px;
    border: 0;
    display: inline-block;
	vertical-align: middle;
    }

#Optin-Popup-Box input[type="text"],
#Optin-Popup-Box input[type="email"] {
	padding: 0 18px;
	background: #F3F3F3;
	color: #646363;
	border: 0;
	letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 400;
	font-size: 12px;
	}

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

#Optin-Popup-Box input[type="submit"]:hover { background: #7ED5CB; }
#Optin-Popup-Box input[type="submit"] {
	padding: 0 10px;
	background: #81C2D2;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
	font-weight: 600;
	font-size: 12px;
	}

#Optin-Popup-Close:hover { color: #81C2D2; }
#Optin-Popup-Close {
	margin: 15px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	color: #BBB;
	cursor: pointer;
	display: inline-block;
	}

/**********************************************************
// Caldera Forms
**********************************************************/
.caldera-grid { margin: 20px auto 0 auto; }

body .caldera-grid .form-control:focus { box-shadow: 0 0 0 #000; }

.caldera-grid input[type="text"],
.caldera-grid input[type="email"],
.caldera-grid input[type="number"],
body .caldera-grid .form-control {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: #F3F3F3;
    border: 0;
    color: #646363;
    box-shadow: 0 0 0 #000;
    letter-spacing: 1px;
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 14px;
    }

.caldera-grid input[type="submit"] {
    padding: 10px;
    border: 0;
    color: #FFF;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
	background: #81C2D2 !important;
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    }

.caldera-grid input[type="submit"]:hover {
    background: #E3CA7A !important;
    color: #FFF;
    }

/** Center the button (inside it's column) **/
.caldera-grid .btn {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    }

/** Make button the full width of the column **/
.caldera-grid .btn { width:100% }

/** Change Background color and text color **/
.caldera-grid .btn {
    background-color: red;
    color: red;
    }

/** Change Background color and text color on hover **/
.caldera-grid .btn:hover {
    background-color: rgb(129, 194, 210);
    color:black;
    }
