/*
Theme Name: Baytech
Theme URI: http://www.baytechwebdesign.com
Author: Baytech Webdesign
Author URI: http://www.baytechwebdesign.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: baytech
Text Domain: baytech

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset style
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 *	 5.14 - Contact Form
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer

 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #4d4d4d;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #FBBA00;
	text-decoration: none;
}

a:visited {
	color: #FBBA00;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #EF8800;
	outline: 0;
	text-decoration: none;
	background:none;
}

a:hover {
	text-decoration: none;
}

.ai1ec-allday-badge {
	display: none;
}

.ai1ec-calendar-toolbar  {display: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
}

h1 {
	font-family: "futura-pt",Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 10px 0;
}

h4 {
	font-size: 16px;
	color:#9f88bf;
	margin: 5px 0;
}

h5 {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 1.1em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width:100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	margin-left: 15px;
	margin-right: 10px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

td {
/*  	border-top: 1px solid #ededed; removed by rick for Google Search widget */
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
select,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
	/* width: 100%; */
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	text-decoration: none;
	background-color: #FABA00;
	padding: 0.2em 1em;
	border-radius: 1em;
	color: #000000;
	border: 2px solid #ffffff;
}
#submit, #reset{
	width: auto;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	color: #ffffff;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	outline: none;
	color: #ffffff;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}


/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.clear{
	clear:both;
}
.site {
    background-color: #424242;
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
}

.site-main {
	position: relative;
	z-index: 9;
	background: none;
	margin: -40px auto 0 !important;
}
.site-main .main-inner-wrapper{
	background: #ffffff;
}

.home-columns {
	position:relative;
	top: -50px;
}

.site-main .sidebar-container {
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}
.col-full {
	max-width:1000px;
	margin:0 auto;
}
.col-right {
	float:right;
}
.col-left {
	float:left;
}

.layout-left-content{
	position:relative;
}

.layout-left-content #primary{
	float:none;
	max-width:none;
}

.layout-left-content #tertiary{
	float:none;
	max-width:none;
	padding: 40px 0;
}


.layout-right-content{
	position:relative;
	
}

.layout-right-content #primary{
	float:none;
	max-width:none;
	width: 100%;
}

.layout-right-content #tertiary{
	float:none;
	max-width:none;
	padding: 50px 0;
}
.layout-full-content{
	position:relative;
	padding: 4.5em 0 2em 0;
}
.layout-full-content #primary{
	float:none;
	max-width:100%;
	width: 100%;
}
.layout-full-content .hentry {
	padding: 2em 2.3em 0em 2.3em;
	margin: 0 ;
}
.layout-full-content  #content{
	padding: 0 20px;
}
#content{
	padding: 20px 20px 0 10px;
}
#content article{
	background: #fafafa;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
#inner-wrapper {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
	/* Firefox, other Gecko */
  box-sizing: border-box;
	/* Opera/IE 8+ */
  -webkit-transition: left ease 0.5s;
	-moz-transition: left ease 0.5s;
	-ms-transition: left ease 0.5s;
	-o-transition: left ease 0.5s;
	transition: left ease 0.5s;
	background: #d8d0e5;
	background-image: url('https://res.cloudinary.com/childrens-discovery-museum/image/upload/f_auto,q_auto/v1707861679/background-v2_yrwku0.jpg');
	background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
	background-position:0px 150px;
}
.site-header {
	position: relative;
	background: url(images/header-bg.png) no-repeat center top;
	z-index: 10;
	min-height: 198px;
}
.site-header .logo{
	padding: 1.5em 0 0em 3em;
}
.site-header .home-link {
	padding: 0 ;
	text-decoration: none;
	width: auto;
}
.site-header .nav-toggle {
	background: url(images/icon/nav-toggle.png) no-repeat center center #F18700;
	border-radius: 2px;
	cursor: pointer;
	margin: 1em;
	padding: 1.5em;
	position: relative;
	float:right;
}
#header .nav-toggle span {
    display: none;
}
#logo{
	display:block;
	outline: medium none;
	padding-left: 10px;
}

/*------------------------------------------------------------------------------------------*/
/* 4.2 NAVIGATION */
/*------------------------------------------------------------------------------------------*/
/* Top Nav 

#top, .top-navigation {
	display: none;

} */
/* Navigation */
ul.nav li a {
	padding: 0.5em 1em;
	display: block;
}
ul.nav>li>a {
	font-family: "futura-pt",Arial,Helvetica,sans-serif;
}
ul.nav li a:hover {
	text-decoration: none;
}
ul.nav li.current-menu-item > a {
	background: none;
	color: #9F88BF;
}
#navigation {
	clear: both;
	z-index: 99999;
	/*left: -80%;*/
	position: absolute;
	top: 0;
	background: #424242;
	width:100%;
	box-shadow: inset -1.618em 0 1.618em -1em #313131;
	-webkit-box-shadow: inset -1.618em 0 1.618em -1em #313131;
}
#navigation .widget_product_search {
	margin: 0;
	border-top: 1px solid #313131;
}
#navigation .menus {
	margin-top:5em;
}
#navigation .widget_product_search #searchform {
	border-left: 0;
	border-right: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: .618em 1em;
	margin: 0;
	border-bottom: 1px solid #313131;
	border-top: 1px solid #535353;
	background-color: #4a4a4a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#424242));
	/* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #4a4a4a, #424242);
	/* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #4a4a4a, #424242);
	/* FF3.6+ */

  background-image: -ms-linear-gradient(top, #4a4a4a, #424242);
	/* IE10 */

  background-image: -o-linear-gradient(top, #4a4a4a, #424242);
	/* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #4a4a4a, #424242);
}
#navigation .widget_product_search #searchform #s {
	padding: .202em .857em;
	-webkit-border-radius: 4em;
	border-radius: 4em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #535353;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#5a5a5a));
	/* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #535353, #5a5a5a);
	/* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #535353, #5a5a5a);
	/* FF3.6+ */

  background-image: -ms-linear-gradient(top, #535353, #5a5a5a);
	/* IE10 */

  background-image: -o-linear-gradient(top, #535353, #5a5a5a);
	/* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #535353, #5a5a5a);
	border: 1px solid #313131;
	color: #a8a8a8;
	-webkit-box-shadow: inset 0 1px 3px #424242, 0 1px 1px #535353;
	box-shadow: inset 0 1px 3px #424242, 0 1px 1px #535353;
}
#navigation .widget_product_search #searchform #searchsubmit {
	display: none;
}
#navigation h2.click-to-call-left-nav {
	border-bottom: 1px solid #313131;
	border-top: 1px solid #6e6e6e;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#535353));
	/* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #646464, #535353);
	/* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #646464, #535353);
	/* FF3.6+ */

  background-image: -ms-linear-gradient(top, #646464, #535353);
	/* IE10 */

  background-image: -o-linear-gradient(top, #646464, #535353);
	/* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #646464, #535353);
	padding: .382em 0.5em;
	margin: 0;
	/*text-transform: uppercase;*/
	color: #b9b9b9;
	text-shadow: 0 1px 0 #313131;
}
#navigation h2 a:hover {
	text-decoration:none;
	color:#FF2020;
}

#navigation h3 ,#top h3 {
	border-bottom: 1px solid #313131;
	border-top: 1px solid #6e6e6e;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#535353));
	background-image: -webkit-linear-gradient(top, #646464, #535353);
	background-image: -moz-linear-gradient(top, #646464, #535353);
	background-image: -ms-linear-gradient(top, #646464, #535353);
	background-image: -o-linear-gradient(top, #646464, #535353);
	background-image: linear-gradient(to bottom, #646464, #535353);
	padding: .382em 1em;
	font-size: .857em;
	margin: 0;
	text-transform: uppercase;
	color: #b9b9b9;
	text-shadow: 0 1px 0 #313131;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation ul.nav {
	list-style: none;
	margin-bottom: 0;
	margin: 0 auto;
	font-size:1.2em;
}
#navigation ul.nav li {
	list-style: none;
}
#navigation ul.nav li a {
	border-bottom: 1px solid #313131;
	border-top: 1px solid #555;
	color: #ffffff;
}
#navigation ul.nav li a {
	color: #ffffff;
}
#navigation ul.nav li li a {
	color: #fffff;
}
#navigation ul.nav li li li a {
	color: #a6a6a6;
}
#navigation ul.nav li.current-menu-item > a {
}
#navigation ul.nav li.current-menu-item > a:after {
	display: inline-block;
	font-size: 100%;
	margin-left: .618em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	float: right;
	line-height: 2;

}
#navigation ul.nav ul {
	padding:0;
}
#navigation ul.nav ul li a {
	font-weight: normal;
	padding-left: 1.618em;
}
#navigation ul.nav ul li ul li a {
	font-weight: normal;
	padding-left: 2.618em;
}
#navigation .nav-close, #navigation .nav-home {
	position: absolute;
	top: 1em;
	left: 1em;
	cursor: pointer;
}
#navigation .nav-close, #navigation .nav-home{
	display: inline-block;
	margin-left: .618em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	height: 1.5em;
	width: 1.5em;
	text-align: center;
	line-height: 1.5;
	font-size: 1.618em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-left: 0;
	color: #868686;
	text-shadow: 0 -1px 0 #202020;
	-webkit-box-shadow: inset 0 0 1px 1px #202020,inset 0 2px #535353,0 1px #535353;
	box-shadow: inset 0 0 1px 1px #202020,inset 0 2px #535353,0 1px #535353;
}
#navigation .nav-close span, #navigation .nav-home span {
	display: none;
}
#navigation .nav-home {
	left: auto;
	right: 1em;
	background: #424242 url(images/icon/ico_home.png) no-repeat center center;
}
#navigation .nav-close {
	background: #424242 url(images/icon/ico_close.png) no-repeat center center;
}

.show-nav #navigation .top-navigation {
	display: none;
	list-style: none;
	margin: 0;
	font-size: 0.85em;
}
.show-nav #navigation  .top-navigation h3{
	display: block;
}
.show-nav #navigation  .top-navigation li{
	border-bottom: 1px solid #313131;
	border-top: 1px solid ;

}
.show-nav #navigation  .top-navigation li a{
	padding: 0 0 0 1em;
	color: #ffffff;
}
.show-nav #main-nav {
	padding:0;
}

.show-nav #inner-wrapper {
	/*left: 80%;*/
	-webkit-border-radius: 0.618em;
	border-radius: 0.618em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
@media only screen and (max-width: 770spx) {
 .csstransforms3d.csstransitions #navigation {
 left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 -ms-transform: translate3d(-100%, 0, 0);
 -o-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -o-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .csstransforms3d.csstransitions #inner-wrapper {
 left: 0 !important;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 -webkit-transition: -webkit-transform 200ms ease;
 -moz-transition: -moz-transform 200ms ease;
 -o-transition: -o-transform 200ms ease;
 transition: transform 200ms ease;
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -o-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .csstransforms3d.csstransitions .show-nav #navigation {
-webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 -ms-transform: translate3d(-100%, 0, 0);
 -o-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 .csstransforms3d.csstransitions .show-nav #inner-wrapper {
 -webkit-transform: translate3d(80%, 0, 0);
 -moz-transform: translate3d(80%, 0, 0);
 -ms-transform: translate3d(80%, 0, 0);
 -o-transform: translate3d(80%, 0, 0);
 transform: translate3d(80%, 0, 0);
 -webkit-transform-origin: 50% 0%;
 -moz-transform-origin: 50% 0%;
 -ms-transform-origin: 50% 0%;
 -o-transform-origin: 50% 0%;
 transform-origin: 50% 0%; 
}
}

#footer-nav li{
	float:left;
}
#footer-nav li a{
	color: #ffffff;
}
#footer-nav li a:hover{
	color: #9F88BF;
}
#footer-nav ul{
	padding: 0em;
	position: relative;
	float: left;
	width: 100%;
	max-width: 1000px;
}
#footer-nav {
	padding:0 0 0 3em;;
}
#footer-nav>li>a{
	padding: 3em 0em 0.5em 0em;
}
#footer-nav>li> ul> li > a{
	padding:0.2em 0;
	
}
#footer-nav>li{
	max-width:20%;
	margin-bottom: 2em;
}

/**
 * 4.3 Home Feature
 * ----------------------------------------------------------------------------
 */



.home-slider{
	position:relative;
	z-index:9;
	top: -40px;
}
.home-columns .feature-box{
	max-width:100%;
	padding: 1em 0em;
	box-shadow: 4px 4px 10px 3px #999;
	border-radius: 0.7em;
	position: relative;
	background: #F2F2F2;
	margin-bottom:2em;
	text-align: center;
}
.home-columns .feature-box header{
	float:left;
	position: relative;
    margin-top: -2em;
    left: 1em;
}
.home-columns .feature-box img{
	height: auto;
	margin-bottom:0.5em;
}
.home-columns .feature-number-3{
	margin-right:0 !important;
}
.features{
	padding: 10px 60px 20px 60px;
	background: #ffffff;
}
.features .section-wrapper{
	width: 100%;
	max-width: 1000px;
}
.features .feature-title{
    border: 2px solid #ffffff;
    border-radius: 1em;
    font-size: 1.1em;
    padding: 0.2em 1.5em;
    margin: 0;
    box-shadow: 1px 2px 8px #999999;

}

.features .feature-title a{
    color: #ffffff;
}
.features .feature-number-1 .feature-title{
	background: #BA0749;
}
.features .feature-number-2 .feature-title{
	background: #4E5A47;
}
.features .feature-number-3 .feature-title{
	background: #A891C6;
}
.features  .feature-thumbnail{
	padding:0 1em;
}
.features  .feature-content{
	padding:0 1em;
	font-size:14px;
}

.features .feature-box  .feature-thumbnail{
	margin-top: 2em;
}
.features .feature-number-2  .feature-thumbnail{
	position:relative;
}
.features .feature-number-2  .feature-thumbnail img{
	position:relative;
}
.features .feature-number-2 .feature-content{
	text-align: center;
	position:relative;
	top:0em;
}
.features .feature-number-3 .feature-content{
	text-align: center;
	position:relative;
	top:0em;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	margin-top: 4em;
	padding: 1em;
}

.hentry2 {
	margin-top: 0px;
	padding: 1em;
}

.tickets-button {
	display: block; 
	float: right; 
	background: #475A44; 
	padding: 10px; 
	color: #FBBA00; 
	font-weight: bold; 
	border-radius: 10px;
}

.full-width{
	padding:0 20px;
}

/*
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 20px
}

.full-width .entry-header,
.full-width .entry-content,
.full-width .entry-summary,
.full-width .entry-meta{
	margin: 0 auto;
	max-width:1000px;
	width: 100%;
	padding:0;
}
*/
 
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 2px;
}
#content .entry-header {
	padding-right: 0em;
}
#content .tickets-hours .entry-header{
	float:left;
	padding-right: 1em;
}
.tickets-hours .green-button,.tickets-hours .orange-button{
	font-weight:bold;
}
.about .entry-header{
	padding-right: 1em;
}
#content .entry-title {
	text-align: right;
	font-size: 30px;
}

.page-banner{
	margin: 0 1em 2em 0;
}
.entry-title {
	font-weight: 500;
	margin: 0 0 5px;
	background-color: #593F98;
	color: #fff;
	padding: 0 0.5em 0 2em;
}

.entry-title a {
	color: #FFF;
}

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


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

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #593F98;
}

.entry-meta a:hover {
	color:  #9f88bf;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
	display:none;
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
/*	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
*/	word-wrap: break-word;
	font-size: 14px;
	color: #4d4d4d;
}

.entry-content a,
.comment-content a {
	font-weight: bold;
	color: #EF8800;
}

.entry-content a:hover,
.comment-content a:hover {
	font-weight: bold;
	color: #FBBA00;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

/*
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}
*/
.entry-content h4{
	font-size: 16px;
	color:#9f88bf;
	margin: 5px 0;
}
footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}
/*columns list*/
.one-columns, .two-columns, .three-columns{
	margin: 0;
	padding: 0;
}
.one-columns li, .two-columns li, .three-columns li{
	float: left;
	list-style: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 2em;
}
.page-list-item-title{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.page-list-item-title a{
	color: #4d4d4d;
}

.one-columns .post−thumbnail{
	float:left;
	margin-right: 1em;
	min-height:200px;
}
.one-columns .page-list-item-header h3{
	display: inline-block;
	margin: 0 0 10px 0;
}
.one-columns .page-list-item{
	margin-bottom: 2em;
}

.visit-list{
	float:none;
	padding:0;
	margin:2em 0;
}
.visit-list li.parent-list{
	list-style: none;
	float:left;
	width:100%;
}
.visit-list .page-child-list{
	width: 100%;
	margin:0;
	padding:1em 0 0 1em;
}
.visit-list h4{
	font-size: 1.2em;
	margin:5px 0;
}
a.learn-more {
	background-color:#FABA00;
	padding: 0.2em 0.7em;
	border-radius: 1em;
	color: #593F98;
	border: 2px solid #ffffff;
	font-size: 13px;
	white-space:nowrap;
        font-weight: bold;
}
a.learn-more:hover{
	color: #ffffff;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
/*---page_navi---*/
.page_navi{width:100%;height:36px;line-height:36px;text-align:center;overflow:hidden;}
.page_navi a{padding: 3px 8px;margin: 2px;text-decoration:none;color: rgb(255, 255, 255);border: 1px solid rgb(0, 0, 0);background: #000;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.page_navi a:hover,.page_navi a.current{border: 1px solid rgb(78, 163, 0);color: rgb(255, 255, 255);background: rgb(125, 223, 121);}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #F18700;
}

.navigation a:hover {
	color: #FBBA00;
	text-decoration: none;
}

.paging-navigation {
	background-color: #f2f2f2;
	padding: 40px 40px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;

}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #F18700;
	border-radius: 10%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 10px 0;
	width: 50px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #FBBA00;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

/* .sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
} */

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #ffffff;
	margin-top:30px;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


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

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	display:none;
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 5.14 Contact Form  / template-contact.php
 * ----------------------------------------------------------------------------
 */

.cmxform fieldset p.error label {
	 color: red;

}
label.error{
	cursor: pointer;
}
div.container {
	background-color: #eee;
	border: 1px solid red;
	margin-bottom:1em;
	padding:2%;

}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { 
	display: none ;
	width: 100%;
}
.container label.error {
	display: block;
}

form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
div.wpcf7-validation-errors {
    width: 45%;
}
span.wpcf7-not-valid-tip {
    background: none !important;
    border: 0 !important;
    color: #FF0000 !important;
    left: 5% !important;
    top: 0 !important;
}

.required{
	color:#ff0000;
}
div.wpcf7 {
	margin: 15px;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}


/**
 * 5.15 Styling Breacrumb Navigation by BOUTROS ABICHEDID 
 * ----------------------------------------------------------------------------
 */

.breadcrumb{
}
.delimiter{
}
.delimiter1{
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: none;
}


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

.widget {
	background: none;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	margin:0;
	padding:33px 10px;
	word-wrap:break-word;
}

.widget .widget-title {
	margin: 0 ;
	padding: 0;
	height:30px;
	border-radius: 2em;
	display:block;
	width:100%;
	font-size:16px;
	text-align:center;
	background-color: #FBBA00;
	position: relative;
	font-family: "futura-pt",Arial,Helvetica,sans-serif;
}

.widget .widget-title a {
	padding: 1em 0 0 0;
	display: block;
	position: relative;
	top: -0.5em;
	width: 110%;
	right: 5%;
}
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
    margin: 0.4em 0;
	padding-left:0.5em;
    font-family: "futura-pt",Arial,Helvetica,sans-serif;
    font-weight: 400;
}

.widget li > a{
	border-radius: 2em;
	background: #f2f2f2;
}
	
.widget li a{
    padding: 0.4em 0em;
	font-weight: bold;
    display:block;
    width:100%;
    font-size:16px;
	padding-left:1em;
	line-height: 1em;
}
.widget .children {
	padding:0;
	background:none;
}
.widget .children li a{
	color: #aaa;
	line-height:1.1em;
	margin:0.4em 0;
}

.widget .children li a:hover{
	color: #F18700;
}
.textwidget h4{
	margin:0 0 10px 0;
}
.widget .children .current_page_item > a{
	color: #FBBA00;
}
.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 0px;
}

.widget a {
	color: #616161;
}

.widget a:hover {
	color: #F18700;
}
.widget .children li.current_page_item>a,.widget .current_page_item>a{
	color: #F18700;
}
.widget .widget-title a{
	color:#593F98;
}


/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background:#5a3f98;
	color: #9f88bf;
	font-size: 14px;
	text-align: left;
	position:relative;
	clear:both;
	margin-top: 0 !important;
	width: 100%;
	max-width:100%;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #9f88bf;
}

.site-footer a:hover{
	color:#ffffff;
}
.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	padding: 10px 20px 10px 20px;
	width: 100%;
	border-top: 2px solid #9F88C0;
	position: relative;
}
.footer-inner-wrapper {
	position: relative;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
.site-footer .footer-floating-duck {
	/**background: url(images/footer-floating.png) no-repeat right top; **/
	width: 130px;
	height: 159px;
	position: absolute;
	right: -2px;
	top: -24px;
	z-index: 10;
}
.site-footer ul.nav ul {
	 left: 0em;
}

#footer-sub-nav{
	float: left;
	margin: 0 0 0.2em;
	padding: 0;
}
#footer-sub-nav li a{
	font-family: Arial,Helvetica,sans-serif;
	padding: 0 0.5em ;
	border-left: 1px solid #9f88bf;
	line-height: 1em;
}
#footer-sub-nav li:first-child a{
	border-left: none;
	padding-left:0;
}
#footer-sub-nav li.menu-item-496 a{
	padding: 0 0.5em 0 0;
	border-left: none;
}

.footer-logo{
	margin: 0em 2em 1em 0;
}
.footer-connect{
	float: left;
	position: absolute;
	right: 2em;
	top: 0;
}
.footer-connect ul li{
	float: left;
	list-style: none;
	margin-left: 1em;
}
/*Google Search*/

.google-search{
	max-width: 350px;
	float: left;
	width: 100%;
}
#searchform {

  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  position: relative;
  margin: 0;
  background: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchform .s,
#searchform #s {
  float: left;
  line-height: 20px;
  padding: 4px .857em 4px .857em;
  width: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  margin-right: 3%;
  border: 0;
  background: #ffffff;
  color: #646464;
  height: 26px; 
  outline: none; 
  background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif);
   background-color: rgb(255, 255, 255); 
   background-position: 0% 50%; 
   background-repeat: no-repeat;
}
#searchform .s:active,#searchform .s:focus{
  background-image:none;
}
#searchform .search-submit,
#searchform #searchsubmit {
  position: relative;
  float: left;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 26px 0 0;
  width: auto;
  height: 0;
  background-image: url('images/icon/ico-search.png') ;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  box-shadow: none;
  background-color: #357ae8;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover {
}
#searchform label {
  display: none;
}
  iframe[name="googleSearchFrame"] {
  height: 1200px;
  }
/*Others*/
.timely #ai1ec-view-dropdown a img {
	width: auto;
}

#ai1ec-prev-year, #ai1ec-next-year {
	width: 5em !important;
}

.ai1ec-popover {
	width: auto !important;
	max-width: 300px !important;

}
a.orange-button{
	background-color:#FABA00;
	padding: 0.2em 0.7em;
	border-radius: 1em;
	color: #593F98;
	border: 2px solid #ffffff;
	font-size: 13px;
	white-space:nowrap;
}

a.orange-button:hover{
	color: #ffffff;
}

a.green-button {
	background-color:#BDBE00;
	font-weight: normal;
        color: #ffffff;
        padding-left:3px;
        padding-right:3px;

}
a.green-button:hover{
	color: #ffffff;
}

.hours-content{
	padding:1em;
	background-color: #ffffff;
	border-radius: 1em;
}
.contact-block{
	background-color: #faba00;
	font-size:12px;
	display:inline;
	color:#4d4d4d;
	float:right;
	width:200px;
	padding: 1em;
	border:solid;
	border-width:3px;
	border-radius: 5px;
	border-color: #faba00;
}

.contact-name {
	display:block;
	padding-right:1px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	border-radius: 0px;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#593f98;
}

.contact-block a {
	color: #660099;
}

.contact-block a:visited {
	color: #660099;
}

.contact-block a:hover {
	color: #9570ef;
}

.text-headline {
	font-size:18px !important;
	font-weight:bold !important;
}

/* Corporate Logos  */

.donors {
	display: inline-block;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.note{
	font-size: 10px;
}
.stButton {
    margin-left: 0px !important;
    margin-right: 0px !important;

}
.stButton .chicklets {
    padding-right: 0px !important;
}

a.color-black{
	color: #4d4d4d;
}
.ad_list{
	margin-top: 2em;
	text-align: center;
	background: #ffffff;
	padding: 0.5em 0;
}
.ad_list li{
    display: inline;
    list-style: none outside none;
    margin: 0 1em 1em 0;

}

.succee_msg_wrapper{
	border: 1px solid green;
	padding: 0.5em;
	color: #593F98;
	margin-bottom: 2em;
}
.wpcf7-checkbox{
	width:auto;
}
#google_translate_element{
float:left;
/*margin-top:29px; */
}

.slide-content{
	position:relative;
	float:none;
}
.youtube-video-wrap{
	position:relative;
	display:inline-block;
	width:100%;
	float:none;
	padding:120px 0 42px 50px;
}
.slider03-mobile{
	display:none;
}
.youtube-video{	
	float:left;
}
.video-slider-learn-more{
	float:right;
	margin-top:20px;
}
.video-slider-learn-more img{
	width:auto;
}
.entry-content .col-average{
	background:#F9DFAC;
	padding:20px 5px;
}

.p-description {
         padding-left: 15px;
         padding-right: 10px;
}

.page-template-template-contact-php .entry-content .col-average{
	background:none;
	padding:20px 0;
}
.page-template-template-contact-php .wpcf{
	background:#F9DFAC;
	padding:20px 5px 0 5px;
	margin-bottom:20px;
}
.ddsg-wrapper ul > li{
	width:50%;
	float:left;
}

.ddsg-wrapper ul li ul > li{
	width:100%;
	float:none;
}

.entry-author-link,
.entry-permalink,
.entry-date,
.categories-links {
	display:none !important;
}


.entry-meta .author {
	display:none;
}

.entry-meta .date{
	display:none;
}

.entry-meta .categories-links{
	display:none;
}

.entry-meta .tags-links{
	display:none;
}


#common-to-both {
	display:none;
}

.header-contact {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
}

span.wpcf7-list-item { display: block; }


#to_top{
 float:left;
 position:relative;
  left:0; top:0; 
  z-index:100; 
  cursor:pointer;
}

.archive-title, .archive-meta {
    font: 500 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 15px 0;
    width: 100%;
    text-align: right;
}

.archive-title a {
	color: #EF8800;
}

.archive-title a:hover {
	font-weight: bold;
	color: #FBBA00;
}


.paging-navigation {
    background-color: #FFFFFF;
    padding: 10px 10px;
}

.paging-navigation .meta-nav, .paging-navigation .nav-previous .meta-nav {
    background-color: #F18700;
    border-radius: 10%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 3px 0 8px;
    text-align: center;
    width: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi .pages {
     border: 1px solid #F2F2F2;
}

.hentry_press {
        margin-top: 4px;
        border-bottom-style: double;
        border-color: #dbd3ec;
        background-color: #FFFFFF;
}

.press-news-title {
     font-size: 16px;
     font-weight: bold;
}

.press-news-text {
    display: block;
    line-height: 130%;
    font-size: 14px;
    color: #4d4d4d;
}

.press-news-initiatives {
     font-size: 12px;
     margin-top: 8px;
     font-style: italic;
}

.press-learn-more a {
	font-weight: bold;
        font-size: 14px;
	color: #EF8800;
}

.press-learn-more a:hover {
	font-weight: bold;
	color: #FBBA00;
}

.entry-thumbnail-press {
     display: block;
     width: 200px;
     float:left;
}

.press-wrapper { 
  overflow:hidden;
}

.press-thumbnails {
  float:left; 
  padding-right:15px;
  max-width:215px;
}

.press-text { 
  overflow:hidden;
 
}

@media screen and (max-width: 600px) {
   .press-thumbnails { 
    float: none;
    margin-right:0;
    padding-left: 10px;
    width:auto;
  }
.press-text { 
    float: none;
    padding: 10px;
    width:auto;
  }

.hentry_press {
    margin-left: 5px;
    margin-right: 5px;

}

}

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


.donate {
	 display: none;
     float: right;
 }

.responsive-image-legacy {
	display:block; 
	width: 200px; 
	float:left; 
	margin-right: 15px;
}

@media (max-width: 470px) {
.donate {
     display: none;
 }

/* Hides event category bar on small devices */

#calCategories {
     display: block;
 }

@media (max-width: 470px) {
#calCategories {
     display: none;
 }
	
.tickets-button {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}	
	
.responsive-image-legacy {
	display:block; 
	width: 100%; 
	float:none; 
	margin: 0 auto;
	
}


.donors {
	width: 90%;
	height: auto;
}
}
	}

.ai1ec-single-event.ai1ec-event-id-13727 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-14788 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-15368 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-15746 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-15902 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-15892 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-16013 {
     display: none !important;
}

.ai1ec-single-event.ai1ec-event-id-16143 {
     display: none !important;
}


.sos-row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 521px) {
.float-div {
	float: right;
	width: 250px
}
}
	
@media (max-width: 520px) {
.float-div {
	clear: right;
	width: 90%;
}
}