/*
	Theme Name: Disney Food Blog
	Description: Custom child theme for Disney Food Blog based on Enterprise Pro
	Author: Men&nbsp;with&nbsp;Pens
	Author URI: http://menwithpens.ca/

	Version: 1.0.2

	Template: genesis
	Template Version: 2.0 // specify "1.8" as version if using the earlier version of Genesis without html5 support

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/* Custom mods
--------------------------------------------- */

.button-grey {
	background: url(images/button-grad.png) center center repeat-x;
	margin:0 auto;
	border-radius: 6px;
	width: 100%;
	line-height: 20px;
	color:#495257;
	padding: 10px 40px;
	box-shadow: 0px 3px 3px #495257;
	clear:both;
	margin-top:10px;
	font-size:18px;
	font-weight:700;
}

.button-grey:hover {
	background: url(images/button-grad-hover.png) center center repeat-x;
	text-decoration:underline;
}

.guide {
	background: url(images/guide.png) top left no-repeat;
	float:left;
	width: 48%;
	min-height: 161px;
}

.download {
	background: url(images/guide-download.png) top center no-repeat;
	width: 100%;
	min-height: 161px;
}

.module-blue {
	background-color: #495257;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 320px;
}

.module-blue h3 {
  color: #fff;
}

.module-blue a:hover {
  color: #fff;
}

.module-blue img {
  border-radius: 7px;
}

.module-grad {
	background: #69b0c4 url(images/module-grad.png) top left repeat-x;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 320px;
}

.module-grad a {
  color: #fff;
  text-decoration: underline;
}

.module-grad a:hover {
  text-decoration: none;
}

.module-grad a.button-grey {
  color: #495257;
  text-decoration: none;
}

.logo-food-news {
	background: url(images/logo-food-news.png) top center no-repeat;
	width: 100%;
	min-height: 57px;
}

.logo-disney-world {
	background: url(images/logo-disney-world.png) top center no-repeat;
	width: 100%;
	min-height: 57px;
}

.logo-disneyland {
	background: url(images/logo-disneyland.png) top center no-repeat;
	width: 100%;
	min-height: 57px;
}

.module-grad {
	background: #69b0c4 url(images/module-grad.png) top left repeat-x;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 320px;
}

.module-grad {
	background: #69b0c4 url(images/module-grad.png) top left repeat-x;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 320px;
}

.module-grey {
	background: #eaeaea;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 320px;
	margin-left:0px;
}

.module-white {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
}

.opt-in {
	background: url(images/email-placeholder.jpg) top left no-repeat;
	background-size: contain;
	width:100%;
	height: 36px;
	margin-top:10px;
}




/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	font-size: 18px;
}

/* added to safeguard against the ios autoscroll to the bottom */
body {
  overflow-x:hidden;
}
html {
  overflow-x:hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #69b0c4;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #495257;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #69b0c4;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Homepage Form
--------------------------------------------- */

.newsletter .af-form-wrapper {
    margin: 15px 0;
}

.newsletter input {
    padding: 6px 10px;
    box-shadow: none;
    border: 1px solid #828282;
    border-radius: 6px;
    color: #555;
}

.newsletter input.name:focus,
.newsletter input.email:focus {
    border: 1px solid #333;
}

.newsletter input:-moz-placeholder {
    font-style: italic;
    color: #8f8f8f;
}

.newsletter input:-ms-input-placeholder {
    font-style: italic;
    color: #8f8f8f;
}

.newsletter input::-webkit-input-placeholder {
    font-style: italic;
    color: #8f8f8f;
}

.newsletter input[type=submit] {
    border: none;
    color: #fff;
    font-weight: bold;
}

.newsletter input.email,
.newsletter input.name {
    width: 40%;
    margin-right: 4px;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin-top:20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 850px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/*Top bar*/
.top-bar{ background-color: #495257; padding: 9px 0 3px; }
.top-bar .widget{ margin: 0 }
.top-bar .widget-wrap{ float: right; max-width: 500px; }
.top-bar .widget-title{ border: none; font-size: 18px; color: #FFF; font-weight: normal; margin: 5px 0 0 0; padding: 0 5px 0 0; float: left; }
.top-bar input[type="search"]{ padding: 5px; font-size: 16px; font-weight: normal; float: left; width: 250px; border-radius: 5px; margin: 0 5px 0 0; }
.top-bar input[type="submit"]{ float: left; padding: 0; font-size: 14px; width: 29px; height: 37px; text-indent: -1000px; overflow: hidden; background: url('images/search-icon.png') no-repeat; }
.top-bar .search-form{ float: right; }

.top-bar .widget {
  float: left;
  width: 50%;
}

.top-bar .widget_search {
  float: right;
}

.top-bar .widget-1 {
  padding-top: 4px;
  font-size: 18px;
}

.top-bar .widget-1 .widget-wrap {
  float: none;
}

.top-bar .widget a:hover {
  color: #fff;
}


/*menu bottom*/
.menu-bottom{ background: #3d869a url('images/menu-bottom-background.png') top left repeat-x; min-height: 170px; padding: 20px 0; margin-bottom:20px; }
/*.menu-bottom .widget { margin: 0; float: left; width: 404px; margin-right:23px; }*/
.menu-bottom .widget { margin: 0; float: left; width: 30%; margin-right: 4%; }
/*.menu-bottom .widget:nth-child(2){ width: 285px; }*/
.menu-bottom .widget:nth-child(2){ width: 28%; }
.menu-bottom .widget:last-child{ margin: 0; float: right; width: 34%; }
/*.menu-bottom .widget-2 { padding-bottom: 20px; }*/

/*home top*/
.home-top{ margin: 10px 0; }
.home-top:after{
	clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.home-top .widget{ margin: 0; }
.home-top .widget:first-child{ float: left; width: 55%; }
.home-top .widget:last-child{ float: right; width: 35%; }

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	margin: 0;
	letter-spacing:-1px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #69b0c4;
}

.footer-widgets .featured-content  {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-weight:bold;
}

.sidebar .widget-title {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-weight:bold;
	text-transform:uppercase;
	background:#495257;
	/*background:#495257 url(images/icon-sidebar.png) center right no-repeat;*/
	color:#fff;
	border-radius:10px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 20px;
	padding: 10px 20px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	line-height: 1;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 5px;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 18px;
  letter-spacing: 0.01em;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}

.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}

.footer-widgets-2 h4 {
  margin-bottom: 0;
  padding-bottom: 5px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.slide-image {
	border-radius: 10px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 150px;
  margin-top: 61px;
}

.site-header .wrap {
	padding: 10px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 4px;
	width: 320px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title a{
	display: block;
	background: url('images/logo.png') no-repeat;
	width: 236px;
	height: 142px;
}

.site-title a,
.site-title a:hover {
	color: transparent;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
        display: none;
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
	margin-top:20px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #000;
}

.genesis-nav-menu a {
	color: #333;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu a {
	display: block;
	padding: 20px 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #69b0c4;
	text-decoration:underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #495257;
  /*position: fixed;*/
  /*width: 100%;*/
  z-index: 9999
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #333;
	border-color: #222;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #f8f8f8;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 17px 0 18px;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/* Uber Menus
--------------------------------------------- */

.site-container #megaMenu {
  background-color: transparent;
}

.site-container #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1,
.site-container #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu,
.site-container #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup ul.sub-menu li.menu-item {
  background: #fff;
}

.site-container #megaMenu ul.megaMenu > li.menu-item > a,
.site-container #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.site-container .megaMenuToggle {
  font-size: 15px;
  color: #fff;
  padding: 20px 10px;
  font-weight: normal;
}

.ubermenu .ubermenu-target-text {
	font-size: 18px;
}

.site-container .ubermenu-nav a {
  color: #69b0c4;
}

.site-container .ubermenu-nav .featured-content .entry-header {
  padding: 5px 0 20px;
  border-bottom: 0;
}

.site-container .ubermenu-nav .featured-content .entry-content {
  padding: 0 20px;
}

.site-container #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > a,
.site-container #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
  padding: 20px 20px 20px 10px;
}

.site-container #megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title,
.site-container #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: 2px 2px 2px #000;
}

.site-container #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a,
.site-container #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
  border-left: 0;
  /*border-left: 1px solid #111;*/
}

#megaMenu ul.megaMenu li.menu-item > a span.wpmega-link-title,
#megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  font-size: 15px;
}

.site-container #megaMenu #megaMenuToggle {
  font-size: 14px;
  padding: 15px 0;
}

.site-container #megaMenu .wpmega-widgetarea h2.widgettitle,
.site-container .ubermenu-nav h2.widgettitle {
  font-size: 17px;
}

.site-container #megaMenu,
.site-container #megaMenu div,
.site-container #megaMenu.megaResetStyles div,
.site-container .ubermenu-nav {
  font-size: 14px;
}


.site-container #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup ul.sub-menu li.ss-nav-menu-header {
  margin-top: 20px;
}

.site-container #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup ul.sub-menu li.ss-nav-menu-header > a span,
.site-container #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup ul.sub-menu li.ss-nav-menu-item-depth-1 > a span {
  font-size: 17px;
}


#megaMenu .entry-title a {
  background-color: transparent;
  color: #777;
  line-height: 1;
}

#megaMenu .entry-title a:hover {
  color: #555;

}

#megaMenu .featured-content .entry-header {
  padding: 5px 0 20px;
  border-bottom: 0;
}

#megaMenu .entry-content {
  margin: 15px 0;
  clear: both;
}

#genesis-responsive-slider .flex-control-nav {
  z-index: 10;
}

#genesis-responsive-slider .flex-direction-nav {
  position: relative;
  z-index: 10;
  margin-top: -10px;
}

#megaMenu .featured-content .entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

#megaMenu .more-link {
  display: block;
  color: #3e879c;
  background-color: transparent;
}

#megaMenu .more-link:hover {
  color: #333;
}

#megaMenu .widget_sp_image a {
  background: none;
  border: 0;
}

#megaMenu .widget_sp_image img {
  padding-bottom: 20px;
}

#megaMenu .widget_text ul,
#megaMenu .widget_text ol {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}

#megaMenu .widget_text ul li a,
#megaMenu .widget_text ol li a {
  background: transparent;
  color: #777;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	border-radius: 3px;
	float: left;
	/*margin-left: 2.564102564102564%;*/
	margin-left: 2.666666666666667%;
	padding: 0px;
	width: 23%;
}
.home-bottom .widget:first-child{ margin-left: 0; }
.home-bottom .widget:last-child{ float: right; }

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding-right:40px;
}

.entry-header {
	padding: 0 0 15px 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

.entry-meta {
	color: #aaa;
	font-size: 16px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	border-top: 1px solid #ececec;
}

.entry-footer span {
	display: inline-block;
	margin-top: 20px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}

.adjacent-entry-pagination .alignright {
	padding-top: 2em;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #69b0c4;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #69b0c4;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #eaeaea;
	padding: 24px;
}

.flex-direction-nav li a{ bottom: 2% !important; top: auto !important; }

.flex-direction-nav li .next{ right: 37px !important; }
.flex-direction-nav li .prev{ right: 86px !important; left: auto !important; }
.slide-excerpt{ background-color: #000 !important; opacity: 0.78 !important; color: #FFF; border-radius: 10px 0px 0px 10px; font-size:18px; }
.slide-excerpt-border{ border: none !important; }
.flexslider .more-link{ background: none; padding: 0; color: #69b0c4; font-size:18px; text-decoration: underline; margin-top: 20px; }
.flexslider .more-link:hover{ background: none; color: #fff; }
.flexslider .slides{ overflow: hidden; }
.slide-excerpt{ height: 100%; margin: 0 !important;}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	padding: 0px 0 25px 0;
	margin-top:40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #eaeaea;
	clear: both;
	padding-top: 40px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #495257;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #69b0c4;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}
.slide-excerpt h2{ overflow: hidden; height: 364px; font-size: 26px; }


/*
Homepage widgets
---------------------------------------------------------------------------------------------------- */

.home-bottom .featured-content {
  background: #69b0c4 url(images/module-grad.png) top left repeat-x;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  min-height: 320px;
}

.home-bottom .featured-content .entry-content {
  padding: 40px 18px;
}

.home-bottom .featured-content.food-news .entry-content,
.home-bottom .featured-content.food-news  {
  background: #69b0c4 url(images/logo-food-news.png) center 20px no-repeat;
  padding-top: 100px;
}

.home-bottom .featured-content.disneyworld .entry-content,
.home-bottom .featured-content.disneyworld {
  background: #69b0c4 url(images/logo-disney-world.png) center 20px no-repeat;
  padding-top: 100px;
}

.home-bottom .featured-content.disneyland .entry-content,
.home-bottom .featured-content.disneyland {
  background: #69b0c4 url(images/logo-disneyland.png) center 20px no-repeat;
  padding-top: 100px;
}

.home-bottom .featured-content .entry-header {
  border-bottom: 0;
  padding: 10px 20px;
  /*min-height: 140px;*/
}

.home-bottom .featured-content .more-from-category {
  text-align: center;
}

.home-bottom .featured-content .more-from-category, .home-bottom .featured-content ul {
  padding: 10px 20px;
  border-bottom: 0;
}

.home-bottom .featured-content a {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.home-bottom .featured-content .entry {
  border-bottom: 1px solid #3488a0;
}

.home-bottom .featured-content a:hover {
  color: #333;
}

.home-bottom .featured-content img:hover {
  opacity: 0.8;
}

.home-bottom .featured-content .more-from-category a  {
  color: #333;
}

.home-bottom .featured-content .more-from-category a:hover {
  color: #fff;
}

.home-bottom .featured-content img.entry-image {
  display: none;
}

.home-bottom .featured-content article:first-child img.entry-image {
  display: block;
}

/* Hide linked image thumbnails inside the second and subsequent article */
.home-bottom .featured-content article:nth-child(n+2) a.alignnone {
  display: none;
}

.home-bottom .widget-1 h3 {
  text-align: center;
  margin: 15px 0 42px;
}

/* bottom-align read more links */

/*.home-bottom .featured-content .widget-wrap {*/
  /*position: relative;*/
/*}*/

/*.home-bottom .featured-content .more-from-category {*/
  /*position: absolute;*/
  /*bottom: 0;*/
/*}*/



/*
Misc
---------------------------------------------------------------------------------------------------- */

.dfb-info-box-main {
  margin: 0 0 20px 30px !important;
  background: #495257;
  border-radius: 10px;
  padding: 15px;
}

.dfb-info-box-main a:hover {
  color: #fff;
}

.dfb-info-box-main h3 {
  color: #fff;
  font-size: 21px;
}

.home .dfb-info-box-more-links {
  line-height: 1.8;
}

.home .dfb-info-box-main {
  margin-left: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.home .social-button {
  margin-bottom: 7px;
}

.home .social-youtube {
  margin-top: 5px;
  float: left;
}

.home .social-flickr {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  padding-top: 3px;
}

.home .social-flickr:hover,
.home .social-youtube:hover {
  opacity: 0.8;
}

.hide-on-desktop {
  display: none;
}

.widget.latest {
  background: #69b0c4;
  border-radius: 10px;
  padding: 10px 20px 20px;
}

.widget.latest a {
  color: #fff;
}

.widget.latest a:hover {
  text-decoration: underline;
}

.widget.latest .widget-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3488a0;
  color: #fff;
}


/* CUSTOM DFB */
ul.related-posts {
  list-style-type: none;
  margin-left: 0;
}

ul.related-posts li img {
  display: block;
  border-radius: 50%;
}

ul.related-posts li {
  list-style-type: none;
  text-align: center;
  width: 152px;
  float: left;
  margin-right: 9px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1139px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

  .home-bottom .widget {
    width: 48%;
  }

  .home-bottom .widget:nth-child(odd) {
    margin-left: 0;
  }

  .home-bottom .widget:nth-child(even) {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.home-top .wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.featured-content .alignnone {
		display: block;
		text-align: center;
	}

	.home-top a.alignleft,
	.home-top a.alignright {
		width: 100%;
	}

	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}

	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}

	.site-title a{ margin: 0 auto; margin-bottom: 2em; width: 180px; height: 108px; background-size: contain; }
	.top-bar .widget-wrap{ float: none; margin: 0 auto; }

	.menu-bottom .widget{ width: 37%; margin-right:23px; }
	.menu-bottom .widget:nth-child(2){ width: 20%; }
	.menu-bottom .widget h1{ font-size: 24px; }

	.slide-excerpt{ font-size: 14px; }
	.slide-excerpt h2{ font-size: 15px; overflow: hidden; height: 195px; }
        div.slide-excerpt-border { padding-top: 8px; margin-top: 6px; }

  .home-top .widget:first-child {
    float: none;
    width: 100%;
    clear: both;
  }

  .home-top .widget:last-child {
    float: none;
    width: 100%;
    clear:both;
    margin-top: 30px;
    text-align: center;
  }

  .menu-bottom .widget:first-child { width: 100%; clear: both; margin-bottom: 10px; }
  .menu-bottom .widget:nth-child(2){ width: 48%; float: left; margin-bottom: 10px; }
  .menu-bottom .widget:last-child{ margin: 0; float: right; width: 48%; }
}

@media only screen and (max-width: 768px) {

  .top-bar .widget-wrap,
  .top-bar .widget{
    width: 100%;
  }

  #text-527199279 {
    display: none;
  }

  .nav-primary {
    /*position: static;*/
    /*width: auto;*/
    /*z-index: auto;*/
  }

  .site-header {
    margin-top: 41px !important;
  }

  .top-bar .widget.hide-on-mobile,
  .widget-area .hide-on-mobile,
  body:not(.home) .widget-area .hide-on-mobile-not-home {
    display: none;
  }

  .widget.hide-on-desktop {
    display: block;
  }

  .top-bar .widget-wrap .widget-title {
    display: none;
  }

  .widget-title, .footer-widgets .featured-content .widget-title {

  }

  .top-bar .search-form {
    float: none;
    margin: 0 auto;
    max-width: 295px;
  }

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-top .more-link {
		display: block;
	}

	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}

	.home-top .widget {
		margin: 0 0 40px;
		width: 100%;
	}

	.menu-bottom .widget {
    margin: 20px 0 0 0;
		width: 100% !important;
	}

  .menu-bottom {
    padding: 0 0 20px 0;
  }

	.header-image .site-title a {
		background-size: contain !important;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.slide-excerpt p{ display: none; }

  .home-bottom .widget:nth-child(even) {
    margin-left: 0;
  }

  .site-footer {
    padding-top: 10px;
  }

  .home-bottom .widget-title,
  .sidebar .widget-title {
    margin: 0 0 20px;
    padding: 10px 60px 10px 20px;
  }

  .dfb-info-box-main {
    margin: 0 0 30px 0 !important;
  }

  .home-bottom .featured-content .entry-header {
    text-align: center;
  }

  ul.related-posts li img {
    height: 83px;
    width: 83px;
  }

  ul.related-posts li {
    width: 83px;
    margin-right: 5px;
  }

  li.hide-on-mobile {
    display: none;
  }
}


/*
DFB
-------------------------------------------------------------------------------*/

.dfb-search-result-item {width: 100px;  float: left; height: 160px;  overflow: hidden; background: #ddd; border: 2px solid #ccc; margin-left: 8px; margin-top: 10px;}
.dfb-search-result-item a { font-size: 14px; font-weight: bold; line-height: 15px; }
.dfb-search-result-item img { height: 100px; width : 100px;  object-fit: cover; }

/*
.dfb-info-box-main {
  width: 180px;
  padding: 0.25em;
  border: 1px solid #99c;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #ddf;
}

.dfb-info-box-more-links
{
  text-align: right;
  font-size: 14px;
}
*/

.dfb-search-info {
  width: 100%;
  text-align: center;
  margin-top: 45%;
}

#dfb-result-count {
/*  padding-left: 1em;
 *    padding-right: 1em;
 *      */
  padding: 0.5em;
}

#maingate_ad_block {
  margin: auto;
  width: 280px;
}

#maingate_ad_image {
  float: left;
}

#maingate_ad_text {
  font-size: 13px;
}

#maingate_tag {
  display: block;
  float: right;
}

#fwteaser a {
  color: #fff;
}

.dd_button_v_Pinterest {
  margin-top: 25px;
}

div#dd_name {
  display: none;
}

.dfb-sidebar-ad {
  margin-left: -25px;
  margin-right: -25px;
}

.dfb-sidebar-ad div {
  margin-top: -70px;
}

.entry {
  padding-right: 0;
}

.dfb-info-box-main {
  overflow: hidden;
  max-width: 270px;
  background: rgba(65, 73, 78, .90);
  padding-top: 10px;
}

.dfb-info-box-leading-text {
  color: #fff;
}

.dfb-restaurant_imageUrlLink {
  display: block;
  padding: 5px 0;
}

.dfb-restaurant_imageUrlLink img {
  display: block;
  width: 100%;
}

.dfb-info-box-more-links {
  margin-top: 5px;
  padding: 5px 0 5px;
  text-align: center;
  position: relative;
}

.dfb-restaurant_url:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100px;
  background: #fff;
  background: #69b0c4;
  z-index: -1;
}

.dfb-info-box-top-wrapper {
  position: relative;
  padding: 10px 0 5px 0;
}

.dfb-info-box-leading-text span {
  display: block;
  margin-top: -2px;
}

.dfb-info-box-leading-text {
  position: absolute;
  top: -3px;
  left: 0;
  padding: 0px 5px 2px;
  z-index: 2;
  background: #495257;
}

.dfb-restaurant_url {
  text-align: center;
  display: block;
  position: relative;
  padding: 8px 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 1;
}

.dfb-restaurant_url:hover {
  color: #fff;
  text-decoration: underline;
}

.dfb-info-box-more-links:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100px;
  background: rgba(255, 255, 255, .5);
}

.dfb-info-box-more-links > a {
  color: #000;
  position: relative;
}

.dfb-info-box-more-links > a:hover {
  color: currentColor;
  text-decoration: underline;
}

.dfb-grid-article-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.dfb-grid-article-wrapper article {
	flex-basis: 50%;
	position: relative;
	padding: 0 15px;
	padding-bottom: 3em;
}

.dfb-grid-article-wrapper .entry-header {
	position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  right: 15px;
  left: 15px;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dfb-grid-article-wrapper .entry-header .entry-title a {
	 color: #69b0c4;
}

.dfb-grid-article-wrapper .entry-header .entry-title {
	 min-height: 3.5em;
}

.dfb-grid-article-wrapper .entry-content {
	height: 300px;
}

.dfb-grid-article-wrapper .entry-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.dfb-grid-leadpage {
  display: flex;
  flex-wrap: wrap;
}

.dfb-grid-leadpage a {
  flex-basis: 50%;
  padding: 10px;
}

.dfb-grid-leadpage a img {
  border-radius: 10px;
  border-color: #f62;
  border-style: solid;
  border-width: 2px;
}

@media screen and (max-width: 768px) {
  .dfb-info-box-main {
    margin-left: 15px !important;
  }

  .dfb-grid-article-wrapper article {
	  flex-basis: 100%;
  }

  .dfb-grid-article-wrapper .entry-header {
  	right: 0;
  }

  .dfb-grid-leadpage a {
    flex-basis: 100%;
    padding: 5px;
  }
}

@media screen and (max-width: 440px) {
  .dfb-info-box-main {
    max-width: none;
    float: none !important;
    margin-left: 0 !important;
  }
}

.page-template-page_landing article,
.full-page-background-container {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.full-page-background-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.page-template-page_landing .entry-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.archive .section-title {
  border-bottom: solid 2px;
  margin-bottom: 20px;
}

/*------------------ key resources ----------------*/
.cy-key-posts__wrapper .cy-key-posts__posttitle {
  text-transform: none;
  padding: 10px 0;
}

.cy-key-posts__thumbnailWrapper {
  border-radius: 10px;
}

.cy-key-posts__post {
  flex-flow: row-reverse;
}

.cy-key-posts__postLink {
  margin-right: 20px;
}

.cy-key-posts__title {
  border-bottom: solid 2px;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 600px) {
  .cy-key-posts__thumbnailWrapper {
    border-radius: 15px;
    min-height: 100px;
    max-height: 150px;
  }

  .cy-key-posts__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction:  row;
  }

  .cy-key-posts__item.internal-link-tracking {
    flex-basis: 50%;
    padding:  10px;
  }

  .cy-key-posts__post {
    flex-flow: row-reverse;
    border: none;
  }

  .cy-key-posts__wrapper {
    padding: 10px 20px;
    margin: 0 20px 0 0;
  }

  .cy-key-posts__wrapper .cy-key-posts__excerpt {
    display: none;
  }
}