/*!
Theme Name: summerculinary
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: summerculinary
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

summerculinary is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Contact Us Form  */
div.wpforms-container-full .wpforms-form .wpforms-field.checkbox-subscribe {
	margin: 30px 0 30px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.checkbox-subscribe label {
	font-size: 14px; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	background: #eee url(img/bg-quote.png) no-repeat 10px 20px;
	background-size: 50px auto;
	padding: 10px 30px 30px 70px;
	margin-bottom: 30px;
	font-size: 16px;
	border-radius: 40px 0;
}
blockquote cite {
	font-size: 13px;
	text-align: right;
	display: block;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
    color: #000;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif !important;  
  font-size: 14px;
}
@media screen and (max-width: 767px) {
	body {
	  padding-right: 0;
	  padding-left: 0;
	}
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  font-family: 'Raleway', sans-serif !important;  
  
}
h1.light {
	font-weight: 300;
	line-height: 40px;
}
#content h3 {
	margin: 20px 0 0;
	color: #f0a202;
}
#portfolio h3,
#partners h3,
#footer-widgets aside h3.widget-title  {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px; 
  border-bottom: 1px solid #e6e6e6;
}
p{ margin-bottom: 20px; }

table .label {
  padding: 7px;
  background: none;
  text-shadow: none;
  line-height: normal;
}
tr {
  border-bottom: 1px solid #cccccc;
}
td {
  padding: 5px 20px;
}
dt {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: bold;
}
dd {
  margin-bottom: 15px;
  margin-left: 0;
}
ul, ol {
  margin: 0 0 10px 0;
}
ol, ul {
  margin-left: 21px;
  list-style-position: inside;
}
ul.init-cap li {
  text-transform: capitalize;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
  white-space: pre-wrap;
}
header {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif !important;
}
h1 {
	font-size: 40px;
	line-height: 44px;
}
h2 {
	font-size: 34px;
	line-height: 40px;
}
h3 {
	font-size: 26px;
	line-height: 30px;
}
h4 {
	font-size: 28px;
	line-height: 32px;
}
h5 {
	font-size: 22px;
	line-height: 26px;
}
h6 {
	font-size: 18px;
	line-height: 22px;
}
.lead-in {	
	display: inline-block;	
    font-size: 14px;	
	line-height: 16px;	
    letter-spacing: 1px;	
	margin: 40px 0 10px;	
	padding: 10px 0 0;	
	text-transform: uppercase;	
	color: #f0a202;	
	border-top: 2px solid #f0a202;	
	/* color: #000;	
	border-top: 2px solid #000; */	
}	
.lead-in.red {	
	color: #fe4a49;	
	border-top: 2px solid #fe4a49;		
}	
.lead-in.green {	
	color: #1a936f;	
	border-top: 2px solid #1a936f;		
}	
.lead-in.black {	
	color: #000;	
	border-top: 2px solid #000;		
}	
.section-title-large {	
	margin: 0 0 50px;	
    font-size: 30px;	
    font-weight: normal;	
}	
.section-title {	
	margin: 0 0 20px; 	
	font-size: 24px;	
	line-height: 34px;	
	font-weight: normal;	
}	
.text-center {	
	text-align: center;	
}	
.header-margin-right {	
	margin-right: 50px;	
}	
.green-links a,	
.green-links a:visited {	
	color: #1a936f; 	
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul.check {
	margin: 20px 0;
}
ul.check li {
	text-align: left;
	list-style: none;
	background: url("img/checkmark-green-circle.png") 0 0 no-repeat;
	padding: 5px 0 3px 33px;
	margin-bottom: 10px;

}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
/*	max-width: 100%;*/
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	width: 100%;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f0a202;
	text-decoration: none;
}

a:visited {
	color: #f0a202;
}

a:hover, a:focus, a:active {
	color: #b56100;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Main Nav
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}



.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.show-mobile {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.main-navigation ul#primary-menu  ul.sub-menu {
		box-shadow: none;
		float: none;
		position: relative;
		top: auto;
		left: auto;
		z-index: 99999;
		border: none;
	}
	.hide-mobile { display: none !important }
	.show-mobile {
		display: block !important;
	}
	.menu-item-has-children > a{
		display: none !important;
	}
	.main-navigation ul ul.sub-menu {
		margin: 0;
		padding: 0;
	}
}

.main-navigation .btn a {
	margin: 0;
	color: #fff;
	padding: 0;
	border: 0

}
.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.main-navigation li {
		display: inline-block;
		text-align: left;
		margin: 0 5px;
	}

	.main-navigation a {
		display: inline-block;
	}
	.main-navigation ul ul a {
		width: auto;
	}	
}
/* Small menu. */
.menu-toggle {
	margin: 20px auto;
	background: #f0a202;
	text-align: center;
	float: none;
	color: #fff;
	width: 50px;
	font-size: 9px;
	padding-bottom: 2px;
	border: none;
}
.icon-bar {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #f5f5f5;
		margin-bottom: 5px;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		bottom: -46px;
	}
	.main-navigation ul#primary-menu {
		display: flex;
		margin: 0;
		justify-content: space-around;
		align-items: center;
	}
	.main-navigation ul#primary-menu ul {
		display: block; 
	}
	body.home .main-navigation {
		margin: 0 20px;
		position: relative;
		bottom: auto;
	}
}
@media screen and (min-width: 900px) {
	body.home .main-navigation {
		margin: 0 50px;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	font-weight: bold;
}
.widget h5,
.widget h6 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.widget ul {
	margin: 10px 0 0 15px;
	padding: 0 0 0 5px;
}
.widget .btn {display: block; font-size: 14px; text-align: center;}
#secondary h3.widget-title {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

#secondary .widget {
  margin-bottom: 30px;
  padding: 20px;
  background: #eee;
  border-radius: 20px;
}
#secondary .widget-enrollment .lead-in {
	margin: 0 !important;
	border: 0;
}
#secondary .widget-enrollment .widget {
	background: transparent;
	margin: 0;
	padding: 0;
}
#secondary #text-5,
#secondary .locations { /* Locations */
	border: 3px solid #0f2a61;
}
#secondary #text-5 a,
#secondary .locations a { /* Locations */
	font-size: 18px;
	line-height: 22px;
}
.widget-enrollment {
	position: relative;
	background: #619b8a;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 20px;
}
.widget-enrollment p {
	margin: 0 0 10px;
}
.widget-enrollment h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;	
}

.widget-enrollment .btn {
	display: block;
	color: #fff;
  background: #0f2a61;
  text-align: center;
}
.widget-enrollment .btn:hover {
  background: #051943;
  text-decoration: none;
}


.simple-social-icons {
	margin: 0;
}
.simple-social-icons ul li {
	margin-bottom: 0 !important;
}

#secondary .widget-mailing-list,
#secondary .widget-contact-us {
	font-size: 16px;	
	color: #fff;	
	padding: 40px 20px;
	/*text-align: center;*/
}

#secondary .widget-contact-us h2,
#secondary .widget-mailing-list h2 {
	color: #fff;
}
#secondary .widget-mailing-list {
		background: transparent url(img/bg-sidebar-recipe.jpg) no-repeat right center;
		background-size: cover;
}
#secondary .widget-contact-us {
		background: transparent url(img/bg-sidebar-utensils.gif) repeat center center;
		background-size: 500px auto;

}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
body.home #top_header {
	background: #000;
	border: none;
}
body.home #header-menu li {
	border-color: #999;
}
body.home .entry-header { 
	display: none;
}
body.home .logo {
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}
body.home input[type="search"] {
	background: #2b2b2b;
	border-color: #2b2b2b;
}
body.home input[type="search"]:focus {
	color: #fff;
}
body.home #content .locations-column figure {
	margin-top: 0;
}
	body.home #content .locations-column .wp-block-column {
		padding: 5px;
		background: #fff;
		box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.3);
		text-align: center;
		margin-bottom: 20px;
	}
	body.home #content .locations-column .wp-block-column p {
		padding: 0 10px;
	}
@media (min-width: 768px) {
	body.home .site-description {display: none;}
	body.home .main-navigation a {
	/*body.home  .main-navigation ul ul a {*/
		color: #fff;
		text-align: center;
		font-size: 11px;
	}	
	body.home .main-navigation ul ul a {
		color: #333;
		text-align: left;
	}
	body.home .main-navigation .menu-item-has-children > a:after {
		border-top-color: #fff;
	}
	body.home .main-navigation a:hover, 
	body.home  .main-navigation ul ul a:hover {
		color: #f0a202;
	}
	body.home #masthead {
		position: absolute;
		border: 0;
		padding: 0;
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;		
	}
	body.home #masthead .custom-logo-link {
		/*width: 200px;
		height: 42px;*/
		width: 170px;
		height: 65px;
		background: transparent url('img/logo-campusnyc-white.png') no-repeat 0 0;
		background-size: 100%;
	}
	body.home #masthead .custom-logo-link img {
		display: none;
	}
	body.home #primary {
/*		width: 100%;*/
	}
	body.home .entry-header { 
	display: none;
	}
	body.home .entry-header h1 {
		color: #fff;
	} 
	body.home #content {
		z-index: 999;
		/*margin-top: -8%; this is for SummerCulinary's overlapping content */
	}

	.wp-block-image {
		margin: 0;
	}
	body.home .logo {
		max-width: 100%;
	}
	body.home .logo img {
		width: auto !important;
		height: auto;
		max-height: 80px;
		margin: 10px auto 0;
	}	
}
@media (min-width: 900px) {
	body.home .main-navigation a,
	body.home  .main-navigation ul ul a {
		font-size: 14px;
	}	
	body.home #masthead .custom-logo-link {
		width: 240px;
		height: 92px;
	}
}
@media (min-width: 1200px) {
/*	body.home #masthead .custom-logo-link {
		width: 310px;
		height: 66px;
	}	*/
}




#home-banner {
	position: relative;
	z-index: -2;
	/*display: flex;
	align-items: center;	*/
	padding: 0;
	text-align: center;
	background: #000;
}
/*#home-banner .page-container  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}*/
#home-banner .page-container .metaslider {
	margin: 0 auto;
}
#home-banner .bg-video {
	background: #000 url('img/video-still-winners.jpg') no-repeat center;
	background-size: cover;
}
#home-banner #player {
	display: none;
}
@media screen and (min-width: 768px){
	#home-banner .bg-video {
		position: relative;
	  width: 100%;
	  height: 80vh;
	  overflow: hidden;
	  z-index: -1;
	  background: #000;
	}

	#home-banner .bg-video #player {
	  display: block;
	  position: absolute;
	  top: -30%;
	  left: 0;
	  right: 0;
	  width: 100%;
	  height: 170%;
	  z-index: -2;
	  opacity: .7;
	}
}
#home-banner .banner-text {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 100%;
	padding: 0 20px;
}


#home-banner h1 {
	font-family: 'Raleway', sans-serif !important;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;	
}
#home-banner p {
	font-family: 'Raleway', sans-serif !important;
	font-size: 18px;
	line-height: 1.3;
}
@media screen and (min-width: 768px){
	#home-banner p {
		font-size: 20px;
	}	
}
#home-banner .locations-arrow {
	padding-bottom: 20px;
	background: transparent url(img/arrow-down.svg) no-repeat center bottom;
	background-size: auto 20px;
}
#home-banner .locations-arrow h2 {
	background: rgba(0,0,0,.5);
	padding: 10px;
	position: relative;
}
#home-banner .locations-arrow h2:before {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  opacity: .5;
}
#home-banner .locations-arrow h2:after {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  opacity: .5;
}
#home-banner .page-container .metaslider {
	margin: 0 auto;
}
#feature-banner {
	position: relative;
	background: #000 url('img/bg_citylights.jpg') no-repeat 0 0;
	background-size: cover;
	background-position: center;
	min-height: 472px;
	/*background-attachment: fixed;	*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#feature-banner .overlay {
	background: rgba(0,0,0,.65);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media screen and (min-width: 768px){
	#home-banner,
	#feature-banner {
		background-attachment: fixed;
		background-size: cover;
	}
}
#feature-banner #feature-content h1,
#feature-banner #feature-content h2,
#feature-banner #feature-content h3,
#feature-banner #feature-content h4,
#feature-banner #feature-content h5,
#feature-banner #feature-content h6,
#feature-banner #feature-content p {
	color: #fff;
	margin-top: 0;
}
#feature-banner #feature-content h3 {
	font-family: 'Raleway', sans-serif !important;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#feature-banner #feature-content {
	width: 80%;
	max-width: 500px;	
	margin: 0 auto;
	font-size: 16px;
}


.section {
	margin-bottom: 50px;
}
.section h3 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}
.section img {
	padding: 3px;
	border: 1px solid #e6e6e6;
	width: 100%;
	transition: all .5s;
}
.section a:hover img {
	opacity: .6;
}
.section p {
	margin: 10px 0;
}
.section a { font-weight: bold; }
@media (min-width: 992px) {
	.section-container {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-content: stretch;
	  align-items: flex-start;
	}	
	.section:first-child {
		margin-right: 50px;
	}
	.section {
		width: 50%;
	}
}
/* META SLIDER  =====================================================*/
	#home-banner .metaslider .slides img,
	#home-banner .white-border img {
		max-width: 500px;
		border: 10px solid #fff;
		margin: 0 auto;
	}

	#home-banner .metaslider .caption .btn {
		display: inline-block;
		margin-top: 20px;
	}
	#home-banner .metaslider .caption-wrap {
		position: static;
	  opacity: 1;
	  background: none;		
	}
	#home-banner .metaslider .caption {
	  color: #ffffff;
	  line-height: normal;
	  text-align: center;		
	  padding: 30px 0;
	}
	#home-banner .metaslider .caption * {
	  color: #ffffff;
	}
	#home-banner .metaslider .caption h1,
	#home-banner .metaslider .caption h2 {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	#home-banner .metaslider .caption h3,
	#home-banner .metaslider .caption h4,
	#home-banner .metaslider .caption h5,
	#home-banner .metaslider .caption h6 {
	  font-size: 18px;
	  line-height: 22px;
	  margin: 0;
	}	
	#home-banner .metaslider .caption p {
	  margin-top: 20px;
	  font-size: 14px;
	  line-height: 20px;
	}	
@media (min-width: 992px) {
	#home-banner .metaslider .slides img,		
	#home-banner .white-border img {		
		max-width: 400px;		
	}			
	#home-banner {padding: 0;}	
	#home-banner .container {max-width: 1300px;}
	#home-banner .carousel-inner {overflow: visible;}
	#home-banner .metaslider,
	#home-banner .flexslider,
	#home-banner .metaslider li,
	#home-banner .flexslider .slides li {
	  position: static !important;
	}
	#home-banner .page-container .metaslider {
		margin: 0;
	}	
	#home-banner .slides li {display: none !important;}
	#home-banner .slides li.flex-active-slide {display: block !important;}
	#home-banner .slides li.flex-active-slide {display: block !important;}
	#home-banner .flex-active-slide a {z-index: 999;}
	#home-banner .metaslider .caption-wrap {
		display: flex;		
	  align-items: center;
	  position: absolute;
	  left: inherit;
	  right: 0;
	  height: 100%;
	  width: 40%;
	}			

	#home-banner .caption-wrap {
		z-index: -1;
	}
	#home-banner li.flex-active-slide .caption-wrap {
		z-index: 1;
	}
	#home-banner .metaslider .caption {
		  padding: 0 0 0 70px;
		  float: right;
		  text-align: left;
		}

	#slider_lite img {padding-left: 50px;}

	#home-banner .flex-direction-nav a {background-image: url("img/bg_direction_nav_lte.png")}	
}

@media (min-width: 1200px) {
	#home-banner .metaslider .caption {
			  padding: 0;
	}	
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.error404 #content {
	min-height: 700px;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
article.post, article.page, article.attachment {
    margin-bottom: 30px;
    padding-top: 25px;
    border-top: 5px solid #f0a202;
   }
.home article.page {
	border: 0;
	padding-top: 0;
}
 .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	color: #000;
	/*font-size: 2.6em;*/
	line-height: 1em;
 }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Template
--------------------------------------------------------------*/
#page {
	text-align: center;
	/*flex-direction: column;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*height: 100vh;*/
}
.page-container {
	width: 80%;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#top_header {
	padding: 0 10px;
}
#top_header,
#top_header > div {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#top_header {
	height: 37px;
	background: #ccc;
	color: #fff;
}
/*#top_header .header-group:nth-of-type(1),
#top_header .header-group:nth-of-type(3) {
	width: 30%;
}
#top_header .header-group:nth-of-type(2) {
	flex-grow: 1;
	text-align: center;
}
#top_header .header-group:nth-of-type(2) a {
	display: block;
}
#top_header .header-group:nth-of-type(3) {
	text-align: right;
}*/
@media (min-width: 768px) {	
	#top_header {
		background: none;
		border-bottom: 1px solid #CCC;
	}
	#top_header > div {
		
	}
}


#masthead {
	position: relative;
	padding: 15px 0 16px;
	margin: 0 auto;	
}
/*#masthead > div { margin: 0 5%; }*/

#masthead .custom-logo-link img {
	width: 200px !important;
	height: auto !important;
}
#content {
	text-align: left;
	width: 100%;
	margin-top: 30px;
}
#primary {
	margin: 0 20px;
}
#secondary {
	margin: 0 20px;
}
@media (min-width: 768px) {	
	#masthead .site-branding {
		margin-left: 5%;
	}
	#masthead .header-btn {
		margin-right: 5%;
	}	
	#content {
		width: 100%;
		margin: 30px auto 0;		
		display: flex;
		align-items: flex-start;
		align-content: stretch;
	    justify-content: space-between;
	}
	#primary {
	 width: 60%;
	}
	#secondary {
		width: 30%;
	}

}



@media (min-width: 768px) {
	#masthead {
		width: 100%;
		display: flex;
		align-items: center;
		align-content: stretch;
    justify-content: space-between;	
    border-bottom: 50px solid #eeeeee;
	}
}

/* LANDING PAGE 1 : modal */
body.home .modal {
	display: none;
	position: fixed;
	overflow: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	align-items: flex-start;
	justify-content: center;

}
.modal .close {
	position: absolute;
	top: -30px;
	right: -10px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background: #333;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (min-height: 600px) {
	#modal-landing-page {
		align-items: center;
	}
}
@media screen and (min-width: 440px) {
	.modal .close {
		right: -30px;
	}
}
#modal-landing-page .form-container {
	margin: 30px auto;
	position: relative;
	max-width: 400px;
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	height: auto;
}
#modal-landing-page td {
	padding: 0;
}
#modal-landing-page .title,
#modal-landing-page .text {
	padding: 0 0 0 10px;
}
#modal-landing-page .text {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#modal-landing-page h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px;
	text-align: left;
}
#modal-landing-page .infusion-field {
	text-align: left; 
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#modal-landing-page .infusion-field label {
	font-weight: 600;
}
#modal-landing-page .infusion-field-input {
	font-size: 13px;
	padding: 5px;
	width: 200px;
}


#banner .page-container {
	width: 100%;
	max-width: none;
}
#content.landing-page article.page {
	border: none;
}
#content.landing-page	{
	margin: 0 auto;
}
#content.landing-page	#primary {
 width: 100%;
 text-align: center;
 margin: 0;
}
#content.landing-page .wp-block-columns {
	margin: 0 10px;
}
#content.landing-page h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#banner {
	overflow: hidden;
}
#banner .banner-img {
	background: #ded9d8;
	line-height: 0;
}
#banner header {
	padding: 0 20px;
}
#banner header h1 {
	font-size: 26px;
	line-height: 1.2;
}
@media (min-width: 768px) {
	#banner header h1 {
		font-size: 32px;
	}
}
#content.landing-page {
	display: flex;
	flex-direction: column-reverse;
}

#content.landing-page #form-container {
	padding: 30px;
	border-top: 5px solid #404040;
	margin: 20px 20px 80px;
	box-shadow: 2px 10px 10px rgba(0,0,0,.2);
}
#content.landing-page #form-container h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 20px;
}
#content.landing-page #form-container h2 strong {
	font-weight: 600;
}
#content.landing-page .infusion-field {
	margin: 0 0 15px;
	text-align: left;
}
#content.landing-page .infusion-field label {
	display: block;
	font-weight: bold;
}
#content.landing-page .infusion-field-input {
	width: 100%;
}
#content.landing-page .infusion-submit p {
	margin: 0 0 10px;
}
#content.landing-page .infusion-submit .btn {
	width: 100%;
	cursor: pointer;
}

@media (min-width: 768px) {

	#content.landing-page	{
		flex-direction: row;
	}
	#content.landing-page	#primary {
		text-align: left;
		margin: 0 20px 0 40px;
	}
	#content.landing-page .wp-block-columns {
		margin: 0;
	}
	#banner {
		margin-bottom: 30px;
		background: #ded9d8;
		min-height: 262px;
	}
	#banner header { 
		padding: 0 70px 0 0; 
	}
	#banner header p {
		margin-bottom: 0;
	}
	#banner .banner-img {
		width: 467px;
		height: auto;
		margin-right: -40%;
		display: flex;
		align-items: flex-end;
	}
	#banner .banner-img img { 
		max-width: none; 
	}
	#banner .page-container {
		width: 80%;
		max-width: 1020px;
		display: flex;
		flex-direction: row-reverse;
		text-align: left;
		align-items: center;
		justify-content: space-between;
	}
	#content.landing-page #form-container {
		background: #fff;
		margin-top: -100px;
	}
}

@media (min-width: 1000px) {
	#banner header { max-width: 700px }
	#banner header h1 {
		font-size: 42px;
	}
	#banner .banner-img {
		margin-right: -20%;
	}
	#content.landing-page	#primary {
		text-align: left;
		margin: 0 20px;
	}	

}

.btn,
.header-btn a,
input[type="submit"],
.btn-submit {
  background: #f0a202 !important;
  color: #ffffff !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; 
  border: 0;
  padding: 10px 15px;
  margin-top: 20px;
    font-family: 'Raleway',sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em; 
}
.btn-submit {
	padding: 15px 40px !important;
	border: none !important;
	text-transform: uppercase !important;
}
.btn:hover,
.header-btn a:hover,
.btn-submit:hover {
  background: #B56100 !important;
  color: #ffffff;
  text-decoration: none;
}
.btn a {
	margin: 0;
}
.header-btn {
    display: none;
	}
@media screen and (min-width: 768px) {
	.header-btn {display: block;}
	.header-btn a {
		font-size: 12px;
		text-transform: uppercase;
		padding: 10px 0;
		width: 120px;
		display: block;
	}	
}
@media screen and (min-width: 900px) {
	.header-btn a {
		width: 140px;
	}
}
@media screen and (min-width: 1200px) {
	.header-btn a {
    font-size: 14px;		
		padding: 16px 0;
		width: 210px;
	}
}
/* HEADER ===============================================*/
.site-title {
	display: none;
}
.site-description {
    border-top: 1px solid #ccc;
    margin: 5px auto 0;
    padding-top: 5px;
    color: #333;
    font-size: 11px;
    text-align: center;
}

.main-navigation a,
.main-navigation ul ul a {
    padding: 10px;
    border-bottom: 1px solid #666;
    color: #333;
    text-transform: uppercase;
    text-shadow: none;
    margin: 0;
}
@media screen and (min-width: 768px){
	.main-navigation a {
		padding: 0 0 5px;
		border-bottom: 4px solid transparent;
	}	
	.main-navigation ul ul a {
		border: none;
		padding: 0 12px 0 15px;
	}
}
.main-navigation a:hover {
	  color: #CC9933;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a {
	 color: #B56100;
}
.nav-menu > li {
	position: relative;
}
.main-navigation ul ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
		border-right-width: 2px;
		border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
 }

 .main-navigation .menu-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    margin: 8px;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
 }
  .main-navigation .menu-item-has-children > a:hover:after,
 .main-navigation .current-menu-item > a:after,
 .main-navigation .current-menu-ancestor > a:after {
    border-top-color: #B56100;
    border-bottom-color: #B56100;
}


#header-menu li {
	display: none;
}
#header-menu li.tel {
	display: inline;
}
@media (min-width: 768px) {
.main-navigation li li {
	display: block;

}
.main-navigation ul ul a {
	text-transform: none;
     font-weight: bold;
    padding: 7px 20px;
    display: block;
    clear: both;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
   }	
	#header-menu li {
		display: inline;
	}
	.main-navigation .sub-menu:before {
		position: absolute;
		top: -7px;
		left: 9px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #cccccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		content: '';   
	}
	.main-navigation .sub-menu:after {
	 position: absolute;
	 top: -6px;
	 left: 10px;
	 display: inline-block;
	 border-right: 6px solid transparent;
	 border-bottom: 6px solid #fff;
	 border-left: 6px solid transparent;
	 content: '';
	}	
}

@media (min-width: 1400px) {
	.main-navigation {
		position: relative;
		top: auto;
		bottom: auto;
		width: auto;
	}	
	.main-navigation #primary-menu > li {
		padding: 0 6px;
	}
	.main-navigation a {
		margin-bottom: 0;
		padding: 4px 0px 0;
	} 
	 #masthead {
	 	border-bottom: 10px solid #eeeeee;	
	 }
	 body.home #masthead { border: 0 }
}
@media (min-width: 1460px) {
	.main-navigation #primary-menu > li {
		padding: 0 10px;
	}	
}
#header-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-menu li a { 
  color: #fff;
 }
 #social {
 	display: none;
 }

@media (min-width: 768px) {
	#social {
		display: block;
		margin-right: 10px;
	}
	#social .simple-social-icons ul li {
		margin-bottom: 0 !important;
	}
	#social .simple-social-icons ul li a {
		padding: 5px !important;
	}
	#header-menu {
		display: inline;
	}
	#header-menu li { 
		list-style: none;
		display: inline;
		margin: 0;
    border-left: 1px solid #eee;
    margin-left: 5px;
    padding-left: 5px;
	}
	#header-menu li:first-child {
		border: none;
	}
	#header-menu li a { 
	  color: #999;
    text-decoration: none;
   }
   #header-menu li a:hover { text-decoration: underline;} 

}

/* SEARCH ===============================================*/

.search-form {
  width: 95px;
  margin: 0;
}
input[type="search"] {
	font-size: 13px;
  outline: none;
  border-radius: 15px;
  padding: 2px 5px;
}
.search-submit {
	display: none;
}
.search-form input[type=text]:focus {
  border: 1px solid #f0a202;
  box-shadow: 0 0 5px #f0a202;
}
.search-form .search-query::-webkit-input-placeholder,  .navbar-search .search-query:-moz-placeholder,  .navbar-search .search-query::-moz-placeholder,  .navbar-search .search-query:-ms-input-placeholder {
 color: #777777;
}

/* FOOTER ===============================================*/

#colophon {
	padding: 10px 20px;
	background: #191919;
	color: #999;
	font-size: 11px;

}
@media screen and (min-width: 768px){
	#colophon {
		display: flex;
		justify-content: space-between;	
		align-items: center;		
	}
	.last-updated {
		text-align: right;
	}
	.site-info {text-align: left;}
	.site-info, .last-updated {
		width: 250px;

	}
}
#colophon .textwidget,
#colophon .widget,
#colophon  p {
	margin: 0;
}
#colophon .simple-social-icons li {
	margin-bottom: 5px !important;
}
/* Notification Bar ===============================================*/

#notification {
	padding: 5px 0;
	min-height: 37px;
	background: #4965a2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#fff;
}
#notification section,
#notification p {
	margin: 0;
}
#notification a {
    color: #fff;
    letter-spacing: 1px;
    transition: all .2s;
	margin: 5px;
	display: block;
}
#notification a:hover {
	/*text-decoration: underline;*/
	color: #cc9933;
}
@media screen and (min-width: 768px) {
	#notification {
		flex-wrap: none;
	}
	#notification a {
		margin: 5px 50px;
	}
}

/* Homepage News ===============================================*/
#homepage-news {
	margin: 50px auto;
}
#homepage-news .widget {
	margin: 0;
}
#homepage-news p {
	margin-top: 0;
}


/* Utility ===============================================*/
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.text-gold {
	color: #f0a202 !important;
}