/*
Theme Name:         Mama's Kitchen
Description:        Base Bootstrap (v3.3.4) WordPress Theme.
Version:            1.0.0
Author:             Sessionwise
Author URI:         http://sessionwise.com/
*/

/* ---------------------------------------------------------------------------- 
  Stylesheet
---------------------------------------------------------------------------- */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
   clear: both;
}

/* Colors */

.red {color:#a80532;}
.mk-grey {color:#818285;}

/* Global */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,900|Open+Sans);

@font-face {
    font-family: 'helena';
    src: url('assets/fonts/helena-webfont.eot');
    src: url('assets/fonts/helena-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/helena-webfont.woff2') format('woff2'),
         url('assets/fonts/helena-webfont.woff') format('woff'),
         url('assets/fonts/helena-webfont.ttf') format('truetype'),
         url('assets/fonts/helena-webfont.svg#helena') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alignleft {float:left; margin-right:25px;}
.alignright {float:right; margin-left:25px;}

.btn-link {
	font-size:28px; line-height:1.2em !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	float:right;
	margin-left:25px;
	border:1px dashed #ccc;	
	padding:1px;
}

.btn-link:hover {
	border:1px dashed #666;	
}

.btn-link a {
	color:#fff !important;	
	padding:15px 30px !important;
	display:inline-block;
	background:#a80532;
}

.btn-link a:hover {
	text-decoration:none;
	background:#6d001e;	
}

.btn-link a::after {
	content: "\f054";
	font-family: "FontAwesome";
	margin-left:5px;
}

.btn-link-img {
	font-size:28px; line-height:1.2em !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	float:right;
	margin-left:15px;
	padding:1px;
	border-left:1px dashed #ccc;
}

.btn-link-img:hover {
	
}

.btn-link-img a {	
	padding:15px 15px 15px 20px !important;
	display:inline-block;
}

.btn-link-img a:hover {
	text-decoration:none;
	color:#666;
}

.btn-link-img a::after {
	content: "\f054";
	font-family: "FontAwesome";
	margin-left:5px;
}

.pp-btn {
	float:right;
	font-size:16px; 
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	margin-left:25px; 
	border:1px dashed #ccc;	
	color:#fff !important;	
	padding:15px 30px !important;
	display:inline-block;
	background:#a80532;
	width:250px;
	text-align:center;
}

.entry-content .pp-btn p {
	margin-bottom:15px;
	line-height:1.1em !important;
}

.top-nav,
.foot-area,
.ext-header {
	/* background:#f0e5b6; */
	background:#efefef;
}

body {font-family: 'Open Sans', sans-serif; color:#575757;}
h1, h2, h3, h4, h5, h6 {font-family: 'Raleway', sans-serif;}
p, li {font-family: 'Open Sans', sans-serif;}

a, a:link, a:active, a:visited, a:hover {color:#a80532;}

.btn,
.btn-2,
.btn-3,
.gform_button {
	background:#fff;
	border-radius: 10px; 
	border:1px solid #a80532;
	color:#a80532;	
	padding:10px 15px;
}

.btn:hover,
.btn-2:hover,
.btn-3:hover,
.gform_button:hover {
	background:#a80532;
	color:#fff;
	text-decoration:none;	
}

.btn-2 {
	background:#a80532;
	border:1px solid #a80532;
	color:#fff !important;	
}

.btn-2:hover {
	background:transparent;
	color:#a80532 !important;
}

.btn-3,
.gform_button {
	background:#333;
	border:1px solid #333;
	color:#fff !important;	
}

.btn-3:hover,
.gform_button:hover {
	background:transparent;
	color:#a80532 !important;
}

.gform_button {padding:5px 15px 5px; line-height:18px;}

.ext-header {
	font-family: 'Raleway', sans-serif;
	font-size:22px; line-height:26px;
	padding:7px 0;
	text-align:center;
	margin-bottom:50px;	
	position:relative;
}

.ext-header i {
	font-size:50px; line-height:50px;
	color:#efefef;
	display:block;
	position:absolute;
	bottom:-37px;
	right:0; left:0;
	margin:0 auto;
}

h1 {}
h2 {}
h3 {}
h4 ()

.entry-content h2 {font-size:2em; line-height:1.6em;}
.entry-content h3 {margin-bottom:1.1em;}
.entry-content h4 {font-size:1.2em; line-height:1.6em; font-weight:300;}

.entry-content ul {margin-bottom: 1.6em;}
.entry-content ul li {font-size:1.2em; line-height:1.6em;}

.entry-content ol {margin-bottom: 1.6em;}
.entry-content ol li {font-size:1.2em; line-height:1.6em;}

.entry-content {margin-top:25px;}

.entry-content p,
.entry-content figure {font-size:1.2em; line-height:1.6em; margin-bottom:1.6em;}

.entry-content img {max-width:100%; height:auto;}

.no-margin {margin-left:0; margin-right:0;}

/********* Header **********/

.navbar-header {
	margin-bottom:20px; padding-bottom:0px;
	border-bottom:1px dashed #ccc;
}

.navbar-collapse {border:none;}

.navbar-default {
    background: none;
    border-radius:0;
    box-shadow:none;
}
.navbar-default {
    background-color: transparent;
    border-color:transparent;
}

.navbar-brand {
	margin:17px 0;
	float: left;
    font-size: 18px;
    height: auto;
    line-height: auto;
    padding:0;
}

.navbar-brand img {
	width:237px; height:auto;
	display:inline-block;	
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
}

/* Top Area */

.menu-take-action-container {
	display:inline-block;
	padding:5px 0; width:100%; 
	text-align:center;
}
	
#menu-take-action {
	list-style:none; margin:0; padding:0;
}

#menu-take-action li {list-style:none; margin:0 5px; padding:0; 
	display:inline-block; text-transform:uppercase; 
	font-family: 'Raleway', sans-serif; font-weight:400;
}

#menu-take-action .menu-item-911 a {
	background: #a80532;
    color: #fff;
    padding: 9px 15px 7px;
}

#menu-take-action .menu-item-911 a:hover {
	text-decoration:none;
	background:#fff;
	color: #a80532;
	}

.tk {
	display:none; text-transform:uppercase; 
	font-family: 'Raleway', sans-serif; font-weight:700; 
	width:100%; text-align:center;
}

.social {display:block; width:100%; text-align:center;}
.social a {color:#000; opacity:.3; font-size:20px; margin-left:5px;}

/* Main Nav */

.navbar-toggle {margin-top: 20px}

.navbar-default .navbar-toggle {border-color: #fff;}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border-color: #333;
	background-color:#333;
}

.navbar-toggle {
    background-color: #a80532;
    border: 1px solid transparent;
    border-radius: 1px;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-right {margin-top: 0px;}

.navbar-nav > li {
	font-size:17px;
	font-family: 'Raleway', sans-serif;
	color:#333;
}

.navbar-nav > li > a {padding:10px 8px;}
.navbar-nav > li > a:hover {padding:10px 8px;}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a {
    background: none;
    box-shadow:none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .current-menu-ancestor {
    background-color: transparent;
	color:#a80532;
}

.navbar-default .navbar-nav .dropdown-menu .dropdown .dropdown-menu {
	display:block;
	position:relative;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 0 0 0 15px;
}

/******** Homepage *********/

#rotator {background:#f4f4f4; display:none;}

#rotator .container-fluid {
	background:#f4f4f4;
	height:300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}

#rotator .container {
	position:absolute;
	bottom:0;
}

.slick-prev{left: 20px; z-index:9999; opacity:.5; width:60px !important; height:60px !important;}
.slick-next{right: 20px; z-index:9999; opacity:.5; width:60px !important; height:60px !important;}

.slick-next::before {
    content: "\f054";
	font-family: "FontAwesome";
	font-size:40px;
}

.slick-prev::before {
    content: "\f053";
	font-family: "FontAwesome";
	font-size:40px;
}

.rotator-content {
	background: rgba(255, 255, 255, .5);
	padding:10px;
}

#rotator p.rotate-head {
	font-family: 'helena' !important;
	color:#a80532;
	font-size:50px;
	letter-spacing:-4px;
	margin-top:10px;
	text-align:center;	
}

.rotator-content p {
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

/* Main Message */

.main-message,
.ins-main-message {text-align:center;}
.ins-main-message img {max-width:100%; height:auto;}

.main-message h2,
.ins-main-message h2 {
	text-align:center;
	font-size:40px; line-height:46px;
	color:#818285;	
	margin:0 0 0;
}

.main-message i,
.ins-main-message i {color:#a80532; font-size:33px; margin-bottom:10px;}

.main-message-2 {padding-bottom:30px;}

.hp-main-message h1 {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;
	font-weight:300;
}

.hp-stat {}

.hp-stat p {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	
}

.stat-head {
	font-family: 'Raleway', sans-serif;
	font-size:4.6em !important; line-height:1.4em;
	font-weight:700 !important;
	color:#a80532;
	margin-bottom:0;
}

.cta-single h4 {
	font-family: 'helena' !important;
	color:#a80532;
	font-size:40px; line-height:40px;
	letter-spacing:-2px;
	text-align:center;
	margin-bottom:5px;
}

.cta-single p {
	font-family: 'Raleway', sans-serif;
	color:#666;
	font-size:18px; line-height:22px;
	margin-bottom:0;
}

.cta-single img {
	width:100%;
	max-width:400px;
	height:auto;
	margin-bottom:7px;
}

.cta-single .wrap {
	text-align:center;
}

.cta-single .btn-2 {
	display:inline-block;
	margin-top:5px;
	width:75%;
}

.hp-ctas .columns {}

.hp-ctas .wrap,
.sidebar-ctas .wrap {
	height:auto;
	margin-bottom:30px;
	position:relative;
	border:1px solid #efefef;
}

.hp-ctas .wrap {
	border:none;
}

.sidebar-ctas .cta-single .wrap {
    border: none;
	margin-bottom:40px;
}

.sidebar-ctas .cta-single .wrap .btn-2 {
    margin-top:15px;
}

.hp-ctas .copy-wrap,
.sidebar-ctas .copy-wrap {
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px;
	background: rgba(0, 0, 0, .5);
	color:#fff;
	text-align:center;
}

.hp-ctas .copy-wrap p,
.sidebar-ctas .copy-wrap p {
	margin-bottom:0;
	}

.hp-ctas .wrap img,
.sidebar-ctas img {
	max-width:100%;
	height:inherit;
}

.hp-news a {color:#fff;}

.hp-donate .wrap {
	background:#f0e5b6;
	padding:15px;
	text-align:center;
	padding-bottom:30px;
}

.hp-donate p:nth-of-type(1) {
	font-family: 'helena' !important;
	color:#a80532;
	font-size:40px; line-height:40px;
	letter-spacing:-2px;
	text-align:center;
	margin-bottom:0;	
}

.hp-donate p:nth-of-type(2) {
	font-size:13px;
	text-align:center;	
}

.hp-donate p:nth-of-type(3) {
	color:#a80532;	
	font-size:13px;
	margin-bottom:15px;
}

.hp-donate .btn-2 {
	padding:7px 20px;
	margin:0 auto;
}

.hp-video .wrap {

}

.hp-video .copy-wrap {text-align:center;}

.hp-video i {
	position:absolute;
	margin:0 auto; left:0; right:0;
	top:65px; 
	color:#fff; font-size:60px;
	text-align:center;
	}

.hp-ctas .hp-video .wrap,
.hp-ctas .hp-news .wrap {
		width:auto;
		margin-left: auto;
		margin-right:auto;
	}	

.hp-events {

}

.hp-enews .wrap {
	/* background:#f0e5b6;*/
	background:#efefef;
	padding:15px;
	padding-bottom:30px;
	text-align:center;	
}

#gform_wrapper_1 {margin:0; max-width:100%;}
#gform_fields_1 .gfield_label,
#gform_fields_1 .name_first label, 
#gform_fields_1 .name_last label {display:none;}
#gform_1 .gform_heading {width:100%; margin-bottom: 7px;}
#gform_1 h3 {font-weight:400; text-transform:uppercase; text-align:center; margin:0 0 5px;}
#gform_1 .gform_description {font-size: 13px; text-align: center; display:inline-block; width:100%;}


#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body #gform_wrapper_1.gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
    clear: both;
    margin: 7px 0 0;
    padding: 0 0 0;
	text-align: center;
}

#gform_wrapper_1.gform_wrapper input[type="email"], 
#gform_wrapper_1.gform_wrapper input[type="number"], 
#gform_wrapper_1.gform_wrapper input[type="password"], 
#gform_wrapper_1.gform_wrapper input[type="tel"], 
#gform_wrapper_1.gform_wrapper input[type="text"], 
#gform_wrapper_1.gform_wrapper input[type="url"] {
	font-family: inherit;
    font-size: 13px;
    letter-spacing: normal;
    padding: 3px 0;
    text-indent: 0.25em;
}

#gform_wrapper_1.gform_wrapper .ginput_complex span.name_first, 
#gform_wrapper_1.gform_wrapper .ginput_complex span.name_last, 
#gform_wrapper_1.gform_wrapper .ginput_complex span.name_middle {
    min-height: 2.5em;
    vertical-align: bottom;
}

#gform_wrapper_1.gform_wrapper .hidden_label input.large, 
#gform_wrapper_1.gform_wrapper .hidden_label select.large, 
#gform_wrapper_1.gform_wrapper .top_label input.large, 
#gform_wrapper_1.gform_wrapper .top_label select.large {
    width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"] {
    width: 100% !important;
}

#gform_1 .validation_error,
#gform_1 .gfield_description.validation_message {display:none;}

#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
}
#gform_wrapper_1.gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border-bottom:none;
    border-top: none;
    margin-bottom:0 !important;
    padding: 0;
}
#gform_wrapper_1.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
#gform_wrapper_1.gform_wrapper ul li.gfield {
    clear: both;
}
#gform_wrapper_1.gform_wrapper form li, #gform_wrapper_1.gform_wrapper li {
    list-style: outside none none !important;
    margin-left: 0 !important;
    overflow: visible;
}

/****** SIDEBAR - INSIDE ******/

.sidebar-subnav .menu {padding:0; margin:0;}
.sidebar-subnav .menu li {display:none;}
.sidebar-subnav .menu li.current_page_parent,
.sidebar-subnav .menu li.current_page_ancestor,
.sidebar-subnav .menu li.current-page-ancestor,
.sidebar-subnav .menu li.active,
.sidebar-subnav .menu li.current_page_parent li,
.sidebar-subnav .menu li.current_page_parent li,
.sidebar-subnav .menu li.current_page_ancestor li,
.sidebar-subnav .menu li.current-page-ancestor li,
.sidebar-subnav .menu li.active li {display:block;}

.sidebar-subnav .menu li.current_page_item a {color:#a80532; font-weight:700;}
.sidebar-subnav .menu li.current_page_item li a {color:#333;}

/* menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-16 current_page_item current_page_parent current-menu-ancestor current-menu-parent current_page_ancestor menu-item-has-children menu-item-52 active */

.sidebar-subnav {
	list-style:none; margin:30px 0 30px; padding:0 25px 0 0;
	border-right:1px dashed #ccc;
	}
	
.sidebar-subnav li {list-style:none; margin:0 0 10px; padding:0;}


.sidebar-subnav li a {
	font-size:1.2em !important; line-height:1.2em;
	font-weight:300 !important;
	color:#666;
}

.sidebar-subnav li a:hover {
	color:#000; text-decoration:none;
}

.sidebar-subnav li.active a {
	font-weight:700 !important;
	color:#a80532;
}

.sidebar-subnav li ul.sub-menu:nth-of-type(1) {margin:0; padding:10px 0 0 0;}
.sidebar-subnav li ul.sub-menu:nth-of-type(1) ul {margin:0; padding:10px 0 0 20px;}

.sidebar-subnav li li {margin:0 0 7px; padding:0; font-size:.9em}
.sidebar-subnav li li li {margin:0 0 7px; padding:0; font-size:1em}
.sidebar-subnav li.active li a {font-weight:100 !important; color:#333;}

.blog-nav .sidebar-subnav {
	list-style:none; margin:0 0; padding:0 0 0 0;
	border-right:none;
}
	
.blog-nav.sidebar-subnav h2 {
	font-size:1.6em;
	color:#a80532;
}

.hp-news .date {font-size:.75em; color:#fff;}
#sidebar .date {font-size:.90em; color:#999;}

/* Enews - Blackbaud */
.BBFormSectionHeading label,
.BBFormSubSectionHeading {display:none !important;}
.BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] {background-color:transparent !important;}
.BBFormContainer {padding:0 !important;}
.BBFormSection {margin-bottom:0 !important;}
.BBFormSection fieldset legend {display:none !important;}
.BBFormButtonRow {text-align:center !important;}
.page-id-244 .BBFormButtonRow {text-align:left !important;}
.BBFormButtonRow .BBFormSubmitbutton {font-size:13px !important; font-weight:300 !important; border-radius:10px !important; padding:7px 15px !important; box-shadow:none !important;}
.BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormTextArea {
    background-color: #fff;
    border: 1px solid #999 !important;
    border-radius: 3px;
    line-height: 1.2em;
	color:#000 !important;
}
h3.gform_title {
	font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 1.3em;
	}
p.gform_desc {
	font-weight: 400;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 100%;
	margin-bottom:0;
	}

/****** INSIDE PAGES ******/

.title-bar {
	background:#000;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	text-align:center;
	padding:22px 0; margin-bottom:30px;
}

.title-bar h1 {
	color:#fff;
	line-height:1.2em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.ins-main-message {
	padding-bottom:25px; margin-bottom:25px;
	border-bottom:1px dashed #ccc;
}

.page-template-page-event-detail .ins-main-message {
	padding-bottom:0;
}

.ins-main-message p {
	font-family: 'Raleway', sans-serif;
	font-size:1.6em; line-height:1.4em;
}

.ins-main-message h3 {
	font-family: 'Raleway', sans-serif;
	font-size:1.6em; line-height:1.4em;
	margin-top:0; margin-bottom:0;
}

/* Team Member Pages - Board and Staff */
.team-member {margin-bottom:20px;}

.team-img {float:left; overflow:hidden; width:100px; height:100px; margin-right:15px;}
.team-member img {max-width:100px; height:auto;}

.team-member p {margin:0; display:inline;}
.team-member p.team-title {
	font-family: 'Raleway', sans-serif;
	margin-right:15px;
	font-weight:700;
	display:block;
	}
.team-member.director p.team-title {
	font-family: 'Open Sans', sans-serif;
	margin-right:15px;
	font-weight:300;
	display:block;
	}
	
.team-member.director p.team-name {
	font-family: 'Raleway', sans-serif;
	margin-right:15px;
	font-weight:700;
	display:block;
	}
	
.page-id-28 .team-member p {margin:0; display:block;}
.page-id-28 .team-member p.team-title {
	font-family: 'Raleway', sans-serif;
	margin-right:0;
	font-weight:700;
	display:inline;
	}
.page-id-28 .team-member p.team-name {
	display:inline;
	}
	
/* Contact Form */
#contact-form li {margin-bottom:10px;}
#contact-form input {font-size:12px; padding:2px;}
#contact-form input.gform_button {font-size:16px; padding:5px 20px;}
#contact-form label {font-size:12px; margin-bottom:0;}
body #contact-form .gform_wrapper label.gfield_label + div.ginput_container {margin-top:0;}

/* Volunteer */
#voluteer-sched {margin-bottom:30px; padding:15px 20px 20px; border:1px dashed #ccc;}
#voluteer-sched h3 {margin:0 0 10px;}
#voluteer-sched p {margin:0;}
#voluteer-sched row {margin-bottom:10px;}

/* Blog */

.single h1.post-title {
	color:#a80532;
	line-height:1.2em;
	margin:0;
}

article .entry-content h2 {
	font-size:1.6em; line-height:1.4em;
	font-weight:300;
	margin-bottom:20px;
	margin-top:0;
}

article .entry-content h3 {
	font-size:1.4em; line-height:1.4em;
	font-weight:300;
}



/******INSTAGRAM******/

.instagram-area {margin-top:50px; margin-bottom:25px; padding:0 0 20px; width:100%;}

.instagram-area p {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	margin-bottom:5px;
}

.instagram-area p i  {
	opacity:.5; margin-right:5px;
}

/* Events */

#event-list .row {
	border-bottom:1px dashed #ccc;
	margin-bottom:20px; padding-bottom:20px;
}

#event-list .row:last-child {
	/* border-bottom:none; */
}

#event-list .row h3 {
	margin-bottom:5px; font-weight:700; 
}

#event-list .row h3 span {
	color:#999; 
}

#event-list .row p {
	margin-bottom:0; 
}

.event-date-time-tickets {
	padding:0 0 25px;
}

.event-when,
.event-where {
	padding:0 0 15px;
}


.event-when p,
.event-where p {
	font-family: 'Raleway', sans-serif;
	font-size:1.2em; line-height:1.4em;
	margin-bottom:0px;	
}

.event-when p:nth-of-type(1),
.event-where p:nth-of-type(1) {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;
	margin-bottom:0px;	
}

.preseted-hosting,
.cul-host-emcee,
.participating,
.event-sponsors,
.event-photos {
	border-top:1px dashed #ccc;
	padding:25px 0 25px; margin:25px 0 0;
}

.preseted-hosting h3,
.cul-host-emcee h3,
.participating h3,
.event-sponsors h3,
.event-photos h3 {
	text-align:center;
}

.cul-host-emcee p {margin-bottom:0; margin-top:5px; font-size:1em; line-height:1.6em;}
.cul-host-emcee p:first-child {
	font-family: 'Raleway', sans-serif;
	font-size:1em; line-height:1em;
	margin-bottom:5px;	
	}

.preseted-hosting p {margin-bottom:0; margin-top:5px; font-size:1em; line-height:1.6em;}
.preseted-hosting p:first-child {
	font-family: 'Raleway', sans-serif;
	font-size:1em; line-height:1em;	
	margin-bottom:5px;
	}
	


/*
.eq-panel {height:100px;}
.eq-panel img {max-height:100px; width:auto;}

.eq-panel-4 {height:50px;}

.eq-panel-3 {height:100px;}
.eq-panel-3 img {max-height:100px; width:auto;}

.eq-panel-2 {height:150px;}
.eq-panel-2 img {max-height:150px; width:auto;}
*/


	
.eq-panel img,
.eq-panel-2 img,
.eq-panel-3 img  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.eq-panel {margin-bottom:15px;}


.presented, .hosted,
.culinary-host, .emcee {text-align:center;}


.page-template-page-event-detail h3.event-title {margin-top:0; margin-bottom:15px;}

.3-col p,
.entry-content .3-cols p,
.entry-content .3-cols {font-size:13px !important; text-align:center !important;}

.restaur {display:table; margin-bottom:10px;}
.restaur p {display:table-cell; vertical-align:middle; border-bottom:1px solid #ececec; text-align:center;}


/* Fundraise */

#fundraise-grid {
	height:364px;
}

.tile {
	position:absolute;
}

.bday {
	top:0; left:0;
	width:425px; height:364px;
}

/*
.honor {
	top:0; left:435px;
	width:563px; height:226px;
}
*/

.host-event {
	top:0px; left:435px;
	width:352px; height:364px;
}

.pie {
	top:0px; left:799px;
	width:199px; height:172px;
}

.food-drive {
	top:183px; left:799px;
	width:199px; height:181px;
}

.fund-title {
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-weight:900;
	font-size:30px; line-height:30px;
	text-align:center;
	opacity:1;
	-webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;	
}

.pie .fund-title,
.food-drive .fund-title {
	font-size:20px; line-height:22px;
	width:80%;
	margin:120px auto 0;
}

.bday .fund-title {
	margin-top:50px;
}

.honor .fund-title {
	margin:120px 40px 0 0;
	width:30%;
	float:right;
		
}

.host-event .fund-title {	
	margin:120px auto 0;
	width:60%;
}

.pie .fund-title {
	margin-top:110px;
}

/* Fundraise Nav bottom */

.fundraise-nav {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 45px;
	padding-top:0;
	}
	
.fundraise-nav h3 {
	text-align:center;
	font-family: "Raleway",sans-serif;
    font-size: 1.6em;
    line-height: 1.4em;
	font-weight: 300;
}
.btm-subnav {
	list-style:none; margin:0; padding:0
	}
.btm-subnav li {
	list-style:none; margin:0; padding:0;
	width:50%;
	text-align:right;
	float:left;
	padding:2px 6px;
	}
	
.btm-subnav li:nth-of-type(2n) {
	text-align:left;
	}
	
.btm-subnav li ul {
	display:none;
	}


/******FOOTER*********/

.foot-area {padding-top:25px; padding-bottom:25px;}

.foot-nav {
	font-size:13px; line-height:20px;
	margin-bottom:25px;
}

#menu-footer-menu {list-style:none; margin:0; padding:0 0 20px;}
#menu-footer-menu li {
	list-style:none; margin:0; padding:0 0 2px;	
	display:inline-block; width:49%;
	}
	
#menu-footer-menu li a {color:#333; text-align:center; display:block;}

.foot-nav .social {padding-bottom:20px;}
.foot-nav .copyright {font-size:11px; line-height:17px; margin-bottom:0; text-align:center;}

.foot-address {
	text-align:center;
	font-size:13px; line-height:20px;
	margin-bottom:25px;
}

.foot-address p {margin-bottom:20px;}

.foot-address img {
	width:170px; height:auto;
	margin-bottom:5px;
}

.foot-address .switcher img {
    width: auto;
}

.foot-address .disclaimer {
	font-size:11px; line-height:17px; margin-bottom:0;
}

#footer .menu-take-action-container {
    width: 100%;
}

.foot-tk {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	margin-bottom:35px;
}

.foot-tk ul {
	text-align:center;
	list-style:none; margin:0; padding:0;
}

.foot-tk li {
	text-align:center;
	list-style:none; margin:0 0 10px; padding:0;
	width:100%;
	display:block;
}

.foot-tk a {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:.9em; line-height:1.2em;	
	font-weight:300;
	background: rgba(255, 255, 255, .5);
	padding:5px 15px;
	width:100%; display:block;
}

.foot-tk a:hover {
	background: rgba(255, 255, 255, 1);
	text-decoration:none;
}


@media (min-width: 380px) {
	.hp-ctas .hp-video .wrap,
	.hp-ctas .hp-news .wrap {
			width:100%;
		}	
		
	.hp-ctas .wrap img {
		max-width:100%;
		height:auto;
	}
	.hp-ctas .wrap {
		height:auto;
	}
}


@media (min-width: 768px) { /* Desktop Only */
	
	.container {width: 750px;}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		background-color: transparent;
		background-image:none;
		background-repeat: repeat-x;
		color:#a80532;
	}
	
	/* Top Area */
	.top-bar-area {text-align:center;}
	
	.menu-take-action-container {
		display:inline-block; 
		padding:5px 0; 
		text-align:right; 
		width:auto;
	}
	
	#menu-take-action {
		list-style:none; 
		margin:0; padding:0;
	}
	
	#menu-take-action li {
		list-style:none; margin:0 10px; padding:0; 
		display:inline-block; text-transform:uppercase; 
		font-family: 'Raleway', sans-serif; 
		font-weight:400;
	}
	
	.tk {
		display:inline-block; 
		text-transform:uppercase; 
		font-family: 'Raleway', sans-serif; 
		font-weight:700; width:auto; 
		text-align:right;
	}
	
	.social {display:inline-block; width:auto; text-align:right;}
	.social a {color:#000; opacity:.3; font-size:20px; margin-left:5px;}
	
	/* Logo */
	
	.navbar-brand {
		float: none;
		margin: 17px auto;
	}
	.navbar-header {
		float: none;
		text-align: center;
		padding-top:15px;
		margin-bottom:0; padding-bottom:0px;
		border-bottom:none;
	}
	.navbar-right {
		float: none !important;
		clear:both;
		text-align:center;
		margin-top:10px;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
	}
	
	/* Homepage */
	
	#rotator {display:block;}	
	#rotator .container-fluid {height:400px;}
	#rotator .container {
		position:relative;
		bottom:auto;
	}	
	.rotator-content {padding:20px;}
	#rotator p.rotate-head {
		font-size:65px;
		margin-top:30px;	
	}
	.rotator-content p {font-size:18px;}
	
	.hp-ctas .hp-video .wrap,
	.hp-ctas .hp-news .wrap {
		width:auto;
	}
	
	.hp-ctas .wrap img {
		max-width:100%;
		height:100%;
	}
	
	.hp-donate .wrap, .hp-enews .wrap {height:auto; padding-bottom:30px;}
	
	/* INSIDE PAGES */
	article {padding-left:20px;}
	
	
	/* Footer */
	#menu-footer-menu li a,
	.copyright {text-align:left;}
	
	/* Fundraise Tile Hover Start */

	.tile .tile-hover {
		opacity:0;
		position:absolute; top:0;
		background: rgba(168, 5, 50, .9);
		width:100%;
		height:100%;
		color:#fff !important;
		border:5px solid #ff6666;
		text-align:center;
		padding:50px 25px;
		display:block;
		-webkit-transition: opacity 500ms ease-out 0s;
		-moz-transition: opacity 500ms ease-out 0s;
		-o-transition: opacity 500ms ease-out 0s;
		transition: opacity 500ms ease-out 0s;	
	
	}
	
	.bday .tile-hover {padding:45px 25px;}
	.host-event .tile-hover {padding:30px 25px;}
	.honor .tile-hover {padding:30px 25px;}
	.pie .tile-hover {padding:15px 15px;}
	.food-drive .tile-hover {padding:15px 15px;}
	
	.tile:hover .tile-hover {
		opacity:1;
		text-decoration:none;
		position:absolute;
		top:0;
	}
	
	.tile:hover .fund-title {
		opacity:0;
	}
	
	.fund-hover-title {
		font-family: 'Raleway', sans-serif;
		color:#fff;
		font-weight:900;
		font-size:30px; line-height:30px;
		text-align:center;
	}
	
	.pie .fund-hover-title {
		font-size:18px; line-height:20px;
		display:none;
	}
	.food-drive .fund-hover-title {
		font-size:18px; line-height:20px;
		display:none;
	}
	.fund-copy {margin-bottom:20px;}
	
	.tile .btn {
		border-radius:0;
		border:1px solid #fff;
		color:#fff;
		padding:7px 25px;
		background-color:transparent;
	}
	
	.tile.pie .btn {display:none;}
	.tile.food-drive .btn {display:none;}

}

@media (min-width: 1000px) {
	.container {width: 1000px;}	
	
	.top-bar-area {text-align:right;}
	
	.navbar-header {float: left; padding-top:0;}
	.navbar-brand {
		float: left;
		font-size: 18px;
		height: auto;
		margin: 17px 0;
		padding: 0;
	}
	.navbar-right {
		float: right !important;
		clear:none;
		margin-top:25px;
	}
	.navbar-nav > li {
		display: inline-block;
		float:left;
	}
	
	#rotator .container-fluid {height:560px;}	
	.rotator-content {padding:30px;	}
	#rotator p.rotate-head {
		font-size:90px;
		margin-top:50px; margin-bottom:0;	
	}
	.rotator-content p {font-size:20px;}
	
	.hp-ctas .wrap {
		/* height:203px; */
		height:auto;
	}
	
	.foot-nav .copyright {text-align:left;}

}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
	
}


@media (max-width: 768px) {
	
	.eq-panel, 
	.eq-panel-2,
	.eq-panel-3 {
		height:auto !important;
	}
	
	
	.eq-panel img,
	.eq-panel-2 img,
	.eq-panel-3 img  {
		position: relative;
		top: 25%;
		-webkit-transform: none;
		-ms-transform:  none;
		transform: none;	
	}
	
	/* Fundraise */

	#fundraise-grid {
		height:auto;
	}
	
	.tile {
		position:relative;
		width:100%;
		margin-bottom:20px;
		height:auto;
		background-size:cover;
	}
	
	.bday {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.honor {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.host-event {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.pie {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.food-drive {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.fund-title {
		display:none;
	}
	
	
	
	/* Tile Hover Start */
	
	.tile .tile-hover {
		opacity:1;
		position:relative; top:0;
		background: rgba(168, 5, 50, .9);
		width:100%;
		height:100%;
		color:#fff !important;
		border:5px solid #ff6666;
		text-align:center;
		padding:50px 25px;
		display:block;	
	}
	
	.bday .tile-hover {padding:25px 25px;}
	.host-event .tile-hover {padding:25px 25px;}
	.honor .tile-hover {padding:25px 25px;}
	.pie .tile-hover {padding:25px 25px;}
	.food-drive .tile-hover {padding:25px 25px;}
	
	.tile:hover .tile-hover {
		text-decoration:none;
	}
		
	.fund-hover-title {
		font-family: 'Raleway', sans-serif;
		color:#fff;
		font-weight:900;
		font-size:30px; line-height:30px;
		text-align:center;
	}
	
	.pie .fund-hover-title {
		font-size:30px; line-height:30px;
		display:block;
	}
	.food-drive .fund-hover-title {
		font-size:30px; line-height:30px;
		display:block;
	}
	.fund-copy {margin-bottom:20px;}
	
	.tile .btn {
		border-radius:0;
		border:1px solid #fff;
		color:#fff;
		padding:7px 25px;
		background-color:transparent;
	}
	
	.tile.pie .btn {display:inline;}
	.tile.food-drive .btn {display:inline;}
	
	/* Fundraise Nav */
	.btm-subnav li {
		list-style:none; margin:0; padding:0;
		width:100%;
		text-align:center;
		float:none;
		padding:2px 6px;
	}
	
	.btm-subnav li:nth-of-type(2n) {
		text-align:center;
	}
	
}
