/*
Theme Name: Food+City Theme
Theme URI: http://designitplease.com/
Description: Child Theme for Divi
Author: Samantha Fagan
Author URI: http://www.designitplease.com
Template: Divi
Version: 1.0
*/

h1, body {
	font-family: 'NewzaldBook';
	text-rendering:optimizeLegibility;
}

h1 {
	font-size: 65px;
	color: #454444;
	letter-spacing: 0;
	line-height: 70px;
}

h2, h3, h4, h5, h6 {
	font-family:'HalisGR-Bold';
	text-transform: uppercase;
	text-rendering:optimizeLegibility;
	padding-bottom:0;
}

h2 {
	font-size:24px;
	letter-spacing: 2px;
	line-height: 25px;
	color: #454444;
}

h3 {
	font-size:18px;
	line-height:25px;
	color: #454444;
}

h4 {
	font-size:16px;
	line-height:22px;
	letter-spacing: 2px;
}

body {
	font-size: 18px;
	color: #454444;
	letter-spacing: 0;
	line-height: 25px;
}

hr {
	height:5px;
	background-color:#000000;
}

a {
	text-decoration: underline;
}

.et_pb_widget_area .et_pb_widget a {
	cursor:pointer;
}

ul.default {
    list-style-type: disc;
    margin-left: 10px;
}

/* =HEADER */
#top-header .container {
	max-width: 1400px;
	width:100%;
}

#et_top_search {
    margin-left: 15px;
}

.header-alt {
    color: black;
    font-family: 'NewzaldBook';
    font-style: italic;
    text-transform: none;
}

.et_header_style_left .logo_container {
    position: static;
}

#et-secondary-menu {
	margin-right:10px;
}

#top-header #newsletter {
	font-size: 14px;
	line-height: 15px;
	color:#fefefe;
	font-weight: normal;
}

#top-header .et-social-icon a {
	font-size:13px;
	color:#322f2f;
}

#top-header a {
	text-decoration: none;
}

#main-header {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow: none;
}

.container.et_menu_container {
    display: flex;
	max-width: 1400px;
	padding-top: 20px;
	padding-bottom:20px;
	width: 90%;
	border-bottom:5px solid black;
}

#logo {
	max-height:81px;
}

/* =NAV */
.et_header_style_left #et-top-navigation, 
.et_header_style_split #et-top-navigation {
    padding-top: 5px;
}

nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
	margin-right:80px;
}

#top-menu li {
	padding-right:36px;
}

#top-menu li a {
	font-family:'HalisGR-Bold';
	text-transform: uppercase;
}

.nav li ul {
	width:155px;
	margin-left:-48%;
	text-align: center;
}

#et-top-navigation {
	font-weight:500;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom:10px;
}

#top-menu-nav > ul > li > a:hover {
	color:#389eac;
	opacity:1;
}

#top-menu li li {
	padding:0;
}

#top-menu li li a {
	font-family:'HalisGR-Medium';
	line-height: 18px;
	color:#211f1f;
	width:155px;
	padding: 12px 10px;
}

#et_search_icon::before {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	font-size:1.5em;
}

/* PAGE STYLES */

.et_pb_section {
	padding: 54px 0 0 0;
}

.et_pb_row {
	width:80%;
	max-width:926px;
}

.et_pb_gutters3 .et_pb_column_2_3 {
	max-width:75%;
	width:inherit;
}

.et_pb_gutters3 .et_pb_column {
	margin-right:1.5%;
}

.et_pb_gutters3 .et_pb_column_1_3 {
	max-width:23%;
}

.entry-content ul {
	padding: 0 0 23px 2em;
}

.entry-content ul li {
	padding-left:10px;
}

#page-bottom-button {
	margin-bottom:15px;
}

/* =SIDEBAR */

.et_pb_column_1_3 {
	font-family:'HalisGR-Book';
	font-size:16px;
	line-height: 22px;
}

.et_pb_column_1_3 .red-text, .et_pb_column_1_3 h4, .post-template-single-story .et_pb_column_1_3 .et_pb_widget h4 {
	color:#F14015;
}

.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module {
	margin-bottom:30px;
}


/* =BUTTONS */

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color:#ffffff !important;
	text-transform: uppercase;
	max-width:217px;
	width:100%;
	text-align:center;
	font-family:'HalisGR-Bold';
	font-size:14px;
	line-height: 18px;
}

.fc-button,
.et_pb_button {
	color:#ffffff;
	text-transform: uppercase;
	max-width:217px;
	width:100%;
	min-height:50px;
	text-align:center;
	font-family:'HalisGR-Bold';
	font-size:14px;
	line-height: 50px !important;
}

.fc-button-secondary {
    color: black;
    border: 1px solid black;
    border-radius: 7px;
    display: block;
    padding: 8 10px;
    margin: 10px auto;
}

.fc-button-secondary:hover {
    background: black;
    color: white;
}


/* =GRID PAGE */

.page-template-page-grid .et_pb_row {
	max-width:1321px;
	width:90%;
	padding: 58px 0 27px 0;
}

.page-template-page-grid .et_pb_blog_grid .et_pb_post {
	border:none;
	padding:0;
}

.page-template-page-grid .et_pb_image_container {
	margin:0;
}

.page-template-page-grid h1 {
	font-size:77px;
	line-height: 85px;
}

.et_pb_blog_grid_wrapper {
	padding-top:35px;
}

/* Crop Images to Square */
/* http://jonathannicol.com/blog/2014/06/16/centre-crop-thumbnails-with-css/ */
.et_pb_post .entry-featured-image-url {
	position:initial;
}

.page-template-page-grid .et_pb_image_container {
  position: relative;
  width: 372px;
  height: 372px;
  overflow: hidden;
}

.page-template-page-grid .et_pb_image_container img {
  position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	max-width: none;
  -webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
		  transform: translate(-50%,-50%);
}

.page-template-page-grid h2 {
	font-family:'HalisGR-Bold';
	font-size:14px;
	line-height: 21px;
	text-transform: none;
	padding-bottom:0;
	letter-spacing:0;
}

.page-template-page-grid .post-content p {
	font-family:'HalisGR-Book';
	font-size:14px !important;
	line-height: 21px;
}

.page-template-page-grid h3 {
	color:#EE4225;
}

/* =STORIES */

body.post-template-single-story, .post-template-single-story #main-header, .post-template-single-story #main-content, .post-template-single-story .et_pb_section, .post-template-single-story #main-footer, .post-template-single-story #footer-bottom {
	background-color: #F3F2F2;
}

.post-template-single-story h1 {
	font-size: 77px;
	text-align: center;
	padding:0 10px;
}

.post-template-single-story p.post-meta {
	display: none;
}

.post-template-single-story .et_pb_section {
	padding:0;
}

.post-template-single-story .et_pb_section .et_pb_section_0 .et_section_regular {
	padding:0;
}

.story-creds {
	font-family:'HalisGR-Bold';
	font-size:16px;
	line-height:21px;
	color:#EE4225;
	text-transform: uppercase;
	text-align: center;
	margin: 45px auto 60px;
}

.story-author {
	border-right:1px solid #000000;
	height:117px;
	display:inline-block;
	line-height:117px;
	padding-right:5%;
	width:49%;
	text-align:right;
}

.story-photo {
	height:117px;
	display:inline-block;
	line-height:117px;
	padding-left:5%;
	width:49%;
	text-align:left;
}

.post-template-single-story.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
	width:100%;
	max-width: 1660px;
	padding-top:112px;
}

.post-template-single-story .photo-caption {
	font-family:'HalisGR-BookItalic';
	font-size:14px;
	line-height:21px;
	width:50%;
	float:right;
}

.post-template-single-story .story-date {
	clear:both;	
	font-family:'HalisGR-Bold';
	font-size:16px;
	line-height:21px;
	color:#EE4225;
	text-transform: uppercase;
	padding:30px 0 20px 0;
	border-bottom:5px solid #000000;
}

.post-template-single-story blockquote {
	border:none;
	font-family:'HalisGR-Light';
	font-size:32px;
	line-height:40px;
	padding-left:0;
}

.post-template-single-story .et_pb_column_1_3 h4 {
	color:#454444;
}

.brown-side-info {
	color:#875219;
}

.post-template-single-story .et_pb_column_1_3 .brown-side-info h4 {
	color:#875219;
}

.post-template-single-story .caption {
	font-family:'HalisGR-BookItalic';
	font-size:14px;
	line-height:21px;
}

.post-template-single-story.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper.author-comments {
	max-width:926px;
	border-top:1px solid #000000;
	padding:40px 25px;
}

.author-comments h3 {
	font-size:24px;
}

.author-text {
	font-family: 'NewzaldBook';
	font-style: italic;
}

h3.share-icons {
	display: inline-block;
}

.share-icons {
	display: inline-block;
}
#left-area .share-icons ul {
	list-style-type: none;
}

#left-area .share-icons li {
	display: inline-block;
	padding-left: 10px;
}

.author-comments .et-social-icon a {
	font-size:18px;	
}

.author-comments .et-social-icon a:hover {
	color:#666666;	
	opacity: 0.7;
}

.author-comments .form-submit .et_pb_button {
	color:#ffffff;
}

#commentform textarea {
	background-color: #ffffff;
	border:1px solid #979797;
}

#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
	background-color:#ffffff;
	width:100%;
}

#comment-wrap {
	padding-top:0;
}

#comment-wrap h1 {
	font-size:25px;
	font-family: 'HalisGR-Bold';
	text-align:left;
	text-transform: uppercase;
}

.comment-reply-link {
	color:#ffffff !important;
}

/* CONTACT */
.et_contact_bottom_container {
	overflow:visible;
	width:100%;
}

/* FORMS */

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
	width:100%;
	padding:16px;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#999;
	background-color:#eee;
	font-size:14px;
}

.mc-field-group {
	margin-bottom:3%;
}

body #page-container .et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button:hover::after {
	opacity:0 !important;	
}

body #page-container .et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button:hover {
	padding-left:inherit !important;
	padding-right:inherit !important;
}

#mc-embedded-subscribe {
	color:#ffffff;
	text-transform: uppercase;
	max-width:217px;
	width:100%;
	text-align: center;
	font-family:'HalisGR-Bold';
	font-size:14px;
	background: #ee4225;
	border-color:#ee4225;
	border-radius:4px;
	min-height:50px;
	line-height:50px;
	cursor:pointer;
	float:right;
}

/* FOOTER */
#main-footer {
	width: 89%;
	margin: auto;
	padding-top: 20px;
	border-top: 5px solid black;
}

#main-footer .container {
	width: 100%;
	max-width: 1680px;
}

.home .main-footer .logo {
    fill: white;
}

.main-footer .logo svg {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 50%;
}

.et-social-icons li:first-of-type {
    margin-left: 0;
}

.home #et-footer-nav {
    background: none;    
}

#et-footer-nav {
	font-family: 'HalisGR-Bold';
    text-transform: uppercase;
}

.bottom-nav li {
    font-weight: 700;
}

.bottom-nav li:last-child {
    padding-right: 0;
}

.home .bottom-nav a {
    color: white;
	font-size:13px;
	text-decoration: none;
}

.bottom-nav a {
	text-decoration: none;
}

.et_pb_gutters3 .footer-widget {
	margin: 0 5.5% 50px 0;
}

#footer-widgets {
	padding: 0;
}

.footer-widget #nav_menu-2 {
	float: right;
	font-family: 'HalisGR-Bold';
	font-size: 13px;
	line-height: 17px;

}

.footer-widget li:before {
	display:none;
}

#footer-widgets .footer-widget li {
	display:inline-block;
	padding-left:35px;
}

#footer-bottom {
	padding: 20px 0 5px;
}

#footer-bottom #newsletter {
	display:none;
}

#footer-info {
	font-family:'HalisGR-Book';
	font-size:13px;
	line-height: 35px;
	text-transform: uppercase;
	padding-bottom:50px;
}

#footer-info a{
	font-weight: inherit;
	text-decoration: none;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a {
	line-height: 40px;
}

/* HOME */

/* Remove sidebar border */
.home #main-content .container:before {
    content: none;
}

.home #main-content .container {
	padding-top:inherit;
}

/* Widen container wrap for home page */
.home .container {
    border-color: white;
/*     padding: 0; */
    width: 90%;
    max-width: 1400px;
}

.home .et_pb_row {
    padding: 0;
    width: 100%;
}

#homepage-buttons {
    padding: 72px 0;
}

.et_pb_module.et_pb_button {
	text-decoration: none;
}

/*.home .et_pb_post {
	margin-bottom: 0;
}*/

.recommended .et_pb_post {
	margin-bottom:30px;
}

.main-features .et_pb_post {
	margin-bottom:0;
}

/* Restore default grid behavior */
.home .et_pb_gutters3 .et_pb_column_1_3 {
    max-width: none;
}

/* Home Header */

.home #top-header .container {
	max-width: 1400px;
	width:100%;
}

.home #main-header {
    background: #252121;
}

.home #top-menu li a {
    color: white;    
}

.home #top-menu li li a {
    color: #252121;
}

.logo_container svg {
    width: 160px;
}

.home .logo_container svg {
    fill: white;
}

.logo_container a {
    margin-top: 10px;
}

/* Home - Search */
.home #et_search_icon::before, .home .et_search_form_container input, .home span.et_close_search_field::after, .home #et-top-navigation .et-cart-info {
    color: #ffffff !important;
	font-size:1.5em;
}

.home .et_search_form_container input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.home .et_search_form_container input::-moz-placeholder {
    color: #ffffff !important;
}

.home #text-field-container {
    background: white;
    padding: 20px;
}

.home .et_pb_section_1.et_pb_section {
	margin-bottom:60px;
}
/* Home - Footer */
.home #main-footer {
    max-width: 1400px;
}

.home #main-footer,
.home #main-footer .container,
.home #footer-bottom {
    background-color: #252121;
    border-color: white;
}

.home #footer-widgets .footer-widget a,
.home #footer-info,
.home #footer-info a {
    color: white;
}

.home #footer-bottom .et-social-icon a {
    color: white;
}

.home .post-content p {
    color: white;
	font-size:14px !important;
    font-family: 'HalisGR-Book';
	line-height: 21px;
}

.home #page-container {
    background: #252121;
}

.fc-content-tiles {
    border-bottom: 5px solid white;
    display: grid;
	grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.fc-content-tile {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 2rem;    
}

.fc-content-tile img {
    display: block;
}

.fc-content-tile h2 {
    font-size: 16px;    
}

.fc-content-tile .post-info {
    background: rgba(155, 206, 212, 0.94);
    border-radius: 0 0 2px 2px;
    padding: 20px;
}

.fc-content-tile .post-date {
    border-bottom: 3px solid black;
    font-family: 'HalisGR-Bold';
    padding: 10px 0 8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.fc-content-tiles .featured {
    order: -1; 
}

.fc-content-tile a {
	text-decoration: none;
}

/* Mission Statement */
.et_pb_section.mission-statement-module {
	padding:48px 0 54px 0;	
}

.mission-statement-module {
    border-bottom: 5px solid white;
    margin-bottom: 40px;
    padding: 0;
}

.mission-statement h2 {
    color: white;
    font-family: 'NewzaldBook';
    font-size: 22px;
    text-transform: none;
	padding:0;
	margin:0;
}

/* Featured Content */
.featured-content {
    border-bottom: 5px solid white;
}

.featured-content h2 {
    color: white;
    font-size: 1.8vw;
    margin-top: 0;
	padding-bottom:0;
}

.featured-content h2 a:hover {
    text-decoration: underline;    
}

.featured-content .entry-title {
    font-size: 14px;
}

.main-features .entry-featured-image-url {
    margin-bottom: 20px;
}

.main-features .post-content {
	padding-bottom:35px;
}

.featured-content .et_pb_column {
    margin-right: 5.5%;
}

#homepage-button.et_pb_section {
	padding: 27px 0 52px;
}

/* =SOCIAL FEED */

body .social-feed-container-145 {
    width: 100% !important;
}
body .social-feed-element {
	background-color: #252121 !important;
}

body .social-feed-container-145 .social-feed-element {
	background-color: #252121 !important;
	box-shadow: none !important;
	color:#fff !important;
    font-family: 'HalisGR-Book' !important;
	font-size: 14px !important;
	line-height: 21px !important;
	margin-bottom:0 !important;
}

body .social-feed-container-145 .social-feed-element:hover {
	box-shadow: none !important;
}

body .social-feed-element .content {
	padding: 15px 0 !important;
}

body .social-feed-container-145 .social-feed-element p.social-feed-text, body .social-feed-container-145 .author-title {
	color: #ffffff !important;
}

body .social-feed-element .attachment, body .social-feed-element .media-object, body .social-feed-container-145 .pull-right {
	display: none !important;
}

body .social-feed-container-145 .fa-facebook, body .social-feed-container-145 .fa-instagram, body .social-feed-container-145 .fa-twitter {
	position: relative !important;
	background: #389DAB !important;
	top: 2px !important;
	right: inherit !important;
	border-radius: 20px !important;
}

body .social-feed-container-145 .author-title {
    font-family: 'HalisGR-Bold' !important;
}

/* =MOBILE MENU */

.et_mobile_device #et-main-area {
	margin-top:22px;
}

.et_mobile_device .container.et_menu_container {
	padding-bottom: 20px;
}

.et_mobile_menu {
	background: #999999;
}

.et_mobile_menu li a {
	color:#ffffff !important;
    font-family: 'HalisGR-Bold' !important;
	text-transform: uppercase;
	border-bottom:none;
	text-decoration: none;
}

.et_mobile_menu .menu-item-has-children > a {
	background-color:inherit;
}

.et_mobile_device .featured-content .entry-title, .et_mobile_device .social-feed-container-145 .author-title, .et_mobile_device .social-feed-container-145 .fa-facebook, .et_mobile_device .social-feed-container-145 .fa-instagram, .et_mobile_device .social-feed-container-145 .fa-twitter {
	font-size:20px;
}

.et_mobile_device .social-feed-container-145 .social-feed-element p.social-feed-text {
	font-size: 18px !important;
	line-height:26px !important;
}

.et_mobile_device .post-content p {
	
}

.et_mobile_device .et_pb_post {
	padding-bottom: 20px;
}

.et_mobile_device .recommended .et_pb_post:last-of-type {
	padding-bottom:40px;
}

.et_mobile_device .et_pb_post:last-of-type {
	border-bottom: 5px solid #ffffff;
}

.et_mobile_device .et_pb_column.main-features {
	margin-bottom: 40px;
}

.et_mobile_device .main-features .et_pb_post {
	padding-bottom: 10px;
}

.et_mobile_device #homepage-buttons {
	padding-bottom:40px;
}

.et_mobile_device #main-footer {
	border-top: none;
	width:89%;
	margin:auto;
	border-top: 5px solid #000;
}

.et_mobile_device #et-footer-nav {
	display: none;
}

.et_mobile_device .main-footer .logo svg {
	width:100%;
}

.page-template-default.et_mobile_device h1 {
	font-size:45px;
	line-height: initial;
	font-family: 'NewzaldBook';
	text-rendering:optimizeLegibility;
}

.page-template-default.et_mobile_device .et_pb_row {
	padding: 10px 0;
}

/* =SHOP */

.woocommerce div.product form.cart .button, .woocommerce-page.et_pb_button_helper_class input.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce-page.et_pb_button_helper_class button.button {
	color:#ffffff !important;
	height:49px;
}

.woocommerce button.button.alt.disabled {
	background-color:#ee4225;
}

.woocommerce-message a.button.wc-forward {
	background:#ffffff !important;
	font-weight: bold;
	color:#ee4225!important;
	height:initial;
}

.woocommerce-message a.button.wc-forward:hover {
	background:#ffffff !important;
	color:#ee4225;
	border:1px solid #000000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size:20px !important;
}

.zilla-likes {
    display: inline-flex;
}

.entry-content .et_pb_widget_area .food_and_city_comment_count {
    margin-bottom: 0 !important;
    /* Overide the Divi stylesheets use of 'important' (Tsk Tsk, Divi) */
}

 .food_and_city_comment_count h4 {
    margin-bottom: 40px;
    padding: 0;
}

/* RESPONSIVE */

/* =DESKTOP STYLES - Tablet and Above - Mobile First! */
@media all and (min-width: 768px) {
    .logo_container svg {
        width: 325px;
        margin-top: 15px;
    }
    
    .container.et_menu_container {
    	min-height: 112px;
    }
    
    .et_header_style_left #et-top-navigation, 
    .et_header_style_split #et-top-navigation {
 	   padding-top: 48px;
    }
    
    .et_header_style_left .logo_container {
        flex-basis: 40%;
    }

    .fc-content-tiles {
        color: black;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 20px;
        margin: 40px auto 0px;
        padding-bottom: 35px; 
    }

    .fc-content-tile {
        box-shadow: none;
        margin: 0;
        position: relative;
    }
    
    .fc-content-tile .post-date {
        border-width: 7px;
        font-size: 14px;
        letter-spacing: 1.86px;
        margin-bottom: 25px;
        padding: 0 0 10px;
    }
    
    .fc-content-tile h2 {
        color: black;
        font-size: 18px;
    }
    
    .fc-content-tile .post-info {
        background: rgba(155, 206, 212, 0.94);
        display: none;
        padding: 20px;
        position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
    }
    
    .fc-content-tile:hover .post-info {
        display: block;
    }

    .fc-content-tile:nth-of-type(n + 6) {
        order: 2;
    }

    .fc-content-tiles .featured {
        order: 1;
        grid-column: 2 / 4;
        grid-row: 2 / 4;
    }
    
    .fc-content-tiles .featured img {
        width: 100%;
        height: 100%;   
    }
    
    .fc-content-tiles .featured .post-info {
        padding: 60px 120px;
    }
    
    /* Crop Images to Square */
    /* http://jonathannicol.com/blog/2014/06/16/centre-crop-thumbnails-with-css/ */
    .tile-image {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    
    .tile-image img {
      position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
    
      width: auto;
        max-width: none;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
    }

    .mission-statement h2 {
        font-size: 70px;
        line-height: 1.2;
    }
    
    /* Featured Content */
    .featured-content {
        padding-bottom: 40px;
    }
    
    .featured-content .section-header h2 {
        font-size: 1.5vw;
        line-height: 1.25;    
    }
    
    .featured-content .et_pb_column {
        border-right: 1px solid white;
        padding-right: 2.8%;
    }
    
    .featured-content .et_pb_column:last-child {
        border: none;
        padding-right: 0;   
    }
    
    /* Desktop Footer */
    .main-footer .footer-top {
        display: flex;
    }
    
    .main-footer .logo {
        flex-basis: 50%;
    }
    
    #et-footer-nav {
        flex-basis: 50%;
    }
    
    #et-footer-nav .bottom-nav {
        text-align: right;
    }
    
    .main-footer .logo svg {
        margin: 0;
        width: 290px;
    }
    
    #main-footer {
	    padding-top:50px;
    }
    
    .et_pb_blog_grid .et_pb_post {
    	height: 610px;
	}
}


/* Tablet - Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .et_pb_blog_grid .et_pb_post {
    	height: 650px;
	}
}

@media (max-width: 1349px) {
	.et_pb_section {
		padding:4% 0;
	}	
}

@media (max-width: 1086px) {
	#footer-widgets .footer-widget li {
		padding-left:15px;
	}
}

@media (max-width: 980px) {
	#et_top_search {
		display: none;
	}
	.et_header_style_left .logo_container {
		flex-basis: inherit;
	}
    .featured-content .section-header h2, .featured-content h2 {
        font-size: 5vw;
        line-height: 1.25;    
    }
}

@media (max-width: 817px) {
	#footer-widgets .footer-widget li {
		padding-left:10px;
	}
}

@media (max-width: 767px) {
	.page-template-page-grid .et_pb_image_container {
		width:100%;
		height:auto;
	}
	.page-template-page-grid .et_pb_image_container img {
		position: relative;
		left:inherit;
		top:inherit;
		height: inherit;
		width: auto;
		max-width: none;
		transform: none;
		-webkit-transform:none;
		-ms-transform: none;
	}
	.logo_container svg {
		width:225px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.page-template-page-grid .et_pb_image_container {
	  width: 319px;
	  height: 319px;
	}
}


/* Desktop and Up */
@media all and (min-width: 981px) {
	.et_pb_section {
		padding:4% 0;
	}
	.page-template-page-grid.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width:25%;
		margin-right:7.7%;
	}
	.page-template-page-grid.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 21.54%;
	}
	
	.et_pb_blog_grid .et_pb_post {
    	height: 550px;
	}
}

@media all and (min-width: 981px) and (max-width: 997px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:0;
	}
	#top-menu li {
		padding-right:12px;
	}
	.page-template-page-grid .et_pb_image_container {
	  width: 248px;
	  height: 248px;
	}
}

@media all and (min-width: 998px) and (max-width: 1200px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:0;
	}
	#top-menu li {
		padding-right:15px;
	}
	.page-template-page-grid .et_pb_image_container {
	  width: 253px;
	  height: 253px;
	}
}

@media all and (min-width: 1201px) and (max-width: 1229px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:12px;
	}
	#top-menu li {
		padding-right:30px;
	}
	.page-template-page-grid .et_pb_image_container {
	  width: 312px;
	  height: 312px;
	}
}

@media all and (min-width: 1230px) and (max-width: 1400px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:15px;
	}
	#top-menu li {
		padding-right:30px;
	}
	.page-template-page-grid .et_pb_image_container {
	  width: 355px;
	  height: 355px;
	}
}


@media all and (min-width: 1401px) and (max-width: 1433px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:35px;
	}
	.page-template-page-grid .et_pb_image_container {
	  width: 363px;
	  height: 363px;
	}
}

@media all and (min-width: 1434px) and (max-width: 1523px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:45px;
	}
}

@media all and (min-width: 1524px) and (max-width: 1562px) {
	nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
		margin-right:70px;
	}
}

@media all and (min-width:800px) and (max-width:980px) {
.et_pb_gutters3 .et_pb_column_2_3 {
	max-width:58%;
	width:inherit;
}

.et_pb_gutters3 .et_pb_column_1_3 {
	max-width:40%;
}

}

@media all and (max-width:800px) {
.et_pb_gutters3 .et_pb_column_2_3 {
	max-width:100%;
	width:inherit;
}

.et_pb_gutters3 .et_pb_column_1_3 {
	max-width:100%;
}
	
	.mission-statement h2 {
		font-size:55px;
		line-height: initial;
	}

}

@media all and (max-width:670px) {
	.story-author {
		display:block;
		border-right:none;
		height:auto;
		line-height: inherit;
		padding-right:0;
		width:100%;
		text-align: center
	}
	.story-photo {
		display:block;
		height:auto;
		line-height: inherit;
		padding-left:0;
		width:100%;
		text-align: center
	}
	.post-template-single-story .photo-caption {
		width:100%;
		float:none;
	}
}

@media all and (max-width:450px) {
	.mission-statement h2 {
		font-size:45px;
		line-height:initial;
	}
	
    .featured-content .section-header h2, .featured-content h2 {
        font-size: 8vw;
        line-height: 1.25;    
    }
}

@media (max-width: 365px) {
	.logo_container svg {
		width:200px;
	}
}
