/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
html {
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*---:[ basic ]:---*/
.template-tribe_events .tribe-events-list-event-description p{
	overflow: hidden;
	display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
#gootra{
	display:none;
}
html {
	font-size: 16px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333333;
	background-color: #ffffff;
}
.stec-instance{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.1em !important;
	line-height: 1.6em !important;
	color: #333333 !important;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .wp-block-button__link {
	text-decoration: none;
	margin-bottom:10px;
}

h1, h2, h4 {
	text-transform:uppercase;	
}

h3,ul.ecs-event-list h4{
	font-family: 'Kreon', serif;
	font-weight:700;
}

h5 a, a.wp-block-button__link{
	background:#666666;
	border-radius:0;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:1em;
	padding:13px 24px 17px 24px;
}

h5 a:hover, a.wp-block-button__link:hover{
	background:#0099cc;
	color:#fff;	
}

/*h5 a:before {
	content:'';
	background-image:url('/wp-content/uploads/2015/10/minionion.png');
	position:absolute;
	width:30px;
	height:32px;
	margin-left:-40px;
}*/

h5 {
	margin:3em 0;	
}

a {
	color:#333;
	text-decoration: underline;
}

a:hover {
	color: #0099cc;	
}

p {
	margin-bottom:1em;	
}

#content_area .two_thirds .post_box p {
	margin-bottom: 1.5em;
}

blockquote {
	color:#c3904b;
	background:#f5ecda;
	padding:46px 46px 10px 46px;
	border-top:1px solid #c3904b;
	border-bottom:1px solid #c3904b;
	margin-bottom: 2.1em;
	font-family:'Kreon', serif;
}

.squeezebox {
	font-family:'Kreon', serif;
	color:#c3904b;
	background:#f5ecda;
	padding:25px 25px 12px 25px;
	border-top:1px solid #c3904b;
	border-bottom:1px solid #c3904b;
	margin-bottom: 2.1em;	
}

.squeezebox h3:after {
	content:'HOVER FOR BENEFITS >';
	float:right;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
}

.showme { 
display: none;
}
.squeezebox:hover .showme{
display : block;
}

ul {
	margin: 0 0 1.4em 1.4em;
	line-height: 1.2em;
}

ol {
	margin: 0 0 1.4em 1.4em;
	line-height: 1.2em;
}

li {
	margin-bottom: 7px;
}

.alignright{
	margin:0 0 0 2em;	
}
p.wp-caption-text {
	color:#666666;
	font-family:'Kreon', serif;
	font-size:16px;
	line-height:1.2em;
	margin:10px 0 0 0;
}

/*---:[ nav menu ]:---*/

.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	font-size:16px;
	text-transform:uppercase;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 100;
	margin-top: -1px;
	background-color: #0099cc;
	padding-top:8px;
	border-radius:8px;
	margin-left:0px;
    left:0;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	border-color:#0099cc;
	border-style:solid;
	border-width:1px;
}

#tribe-bar-views .tribe-bar-views-list a {
	background:none;	
}

.menu .sub-menu .sub-menu {
	top: 0;
	left:10.5625em;
	margin: 0 0 0 -1px;
}

.menu li:hover > .sub-menu {
	display: block;
}

.menu .sub-menu li {
	width: 14em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	padding:10px 0;
	color:#666;
}
.menu a:hover {
	color:#0099cc;
}

.menu .sub-menu a {
	color:#ffffff;
	padding:0;	
	font-weight:700;
}
.menu .sub-menu li{
	padding:0;
	margin:0;
}

.menu .sub-menu li a:hover {
	color:#bfe1cb;
	text-decoration:none;	
}

.menu .current-menu-item > a {
	color:#ecca9c;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	color:#ecca9c;
}

ul.menu {
	margin: 0;
	line-height: 0;
}

/*---:[ layout structure ]:---*/
.page_wrapper { width: 1180px; margin-right: auto; margin-left: auto; clear:both; }
.columns_1 { width: 100%; padding-right: 12px; padding-left: 12px; }
.columns_2, .columns_2 > .half, .columns_2 > .half { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_2 > .half { width: 50%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_3, .columns_3 > .third, .columns_3 > .third, .columns_3 > .third { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_3 > .third { width: 33.333%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_321, .columns_321 > .two_thirds, .columns_321 > .third { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_321 > .two_thirds { width: 66.666%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_321 > .third { width: 33.333%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_312, .columns_312 > .third, .columns_312 > .two_thirds { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_312 > .third { width: 33.333%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_312 > .two_thirds { width: 66.666%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_4, .columns_4 > .quarter, .columns_4 > .quarter, .columns_4 > .quarter, .columns_4 > .quarter { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_4 > .quarter { width: 25%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_413, .columns_413 > .quarter, .columns_413 > .three_quarters { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns_413 > .quarter { width: 25%; float: left; padding-right: 12px; padding-left: 12px; }
.columns_413 > .three_quarters { width: 75%; float: left; padding-right: 12px; padding-left: 12px; }

/*CUSTOM CSS*/

.breadcrumbs {
	font-size:14px;
	text-transform:uppercase;
}

.gallery-caption {
	padding:15px 0 15px 0;
	font-size:12px;
	font-style:italic;
	line-height:15px;
	color:#888;
	width:90%;
	margin:auto;
}

.gallery-item {
	width:100%;	
}

.gallery-icon image {
	margin:auto;
}

.gallery-icon img {
	width:90%;	
}

/*Events Single*/

.tribe-events-back, .tribe-events-sub-nav {
	display:none;
}

#content_box .tribe-events-event-image {
	margin-bottom:1.5em;	
}

/*Event Lists*/
ul.ecs-event-list{
	list-style:none;
	padding:0;
	margin:0;
}
ul.ecs-event-list h4:after{
	content:'\f105';
	font-family:'FontAwesome';
	margin-left:5px;
}
li.ecs-event{
	display:block;
	padding:0;
	margin:0;
}
li.book-discussions_ecs_category:after{
	content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
li.ecs-event img{
	float:right;
	margin:0 0 1em 1em;
	max-width:200px;
}
p.ecs-excerpt{
	padding:1em 0;
}
.ecs-excerpt:after{
	content:'...';	
}
/*Home Sidebar*/
.upcoming {
	clear:both;	
	margin:20px 0 20px 0;
}

.upcoming img {
	width:125px;
}

.sidebar .ecs-event-list li {
	list-style-type: none;
}

.sidebar ul.ecs-event-list {
	margin:0;
	padding:0;
}

.sidebar .ecs-event-list img {
	float:right;
	margin-left:20px;
}

.sidebar .ecs-event-list .duration {
	font-style:italic;	
}

.sidebar .ecs-event {
	clear:both;
	margin-bottom:30px;
}

#second_nav ul:after {
	margin-bottom:50px;	
}

#content_area .third .widget {
	padding-bottom:25px;	
}

/*Exhibitions Page*/
h1.exhibition_headline {
	line-height:1em;
}

/*Home Current Exhibitions*/

.titlebar h1 {
	margin-bottom:20px;	
	color:#666;
}

.titlebar:after {
	content:'';
	display:block;
	width:265px;
    border:2px solid #666;
	margin-bottom:30px;
}

.current_exhibitions {
	background:#000;
	overflow:hidden;
	position:relative;
	max-width:100%;
	height:400px;
	margin:40px 0 40px 0;
	color:#fff;
	background-image:none;
}

.current_exhibitions:hover {
	background-image:url('/wp-content/uploads/2015/10/onion_white.png');
    background-repeat: no-repeat;
    background-position:center center;
}

.current_exhibitions h2.headline a {
	color:#fff;
	line-height:1.2em;
}

.current_exhibitions .text_exhibitions {
    z-index: 2;
	padding:40px;
	position: absolute;
    bottom: 0;
	line-height:1.2em;
}

.current_exhibitions a img {
	width:100%;
	opacity: 0.7;
    filter: alpha(opacity=70);
	z-index:1;
	position: absolute;
    left: 0px;
	min-height:100%;
}

.current_exhibitions:hover img {
	opacity: 0.3;
    filter: alpha(opacity=30);
}


/*Single*/

.postmeta {
	text-transform:uppercase;
	color:#666;
	margin-bottom:1em;
}

.postmeta a {
	color:#666;	
}

#content_area .two_thirds .post_box p.post_cats, #content_area .two_thirds .post_box p.post_tags {
	margin-bottom: 0;
}

img.alignright {
	margin:0 0 25px 25px;	
}

/*Frontpage Blog Area*/

#blog_area {
	margin-top:60px;
}

#blog_area .columns_2 > .half {
	padding-right:0;
	padding-left:0;
}

#homeblogimagewrap {
	position:absolute;
	z-index:-1;
	overflow:hidden;
	height:510px;
	width:55%;
	background:#f5ecda;
}

#homeblogimagewrap img {
	width:100%;
	min-height:510px;
}

#homeblogonion img {
	float:right;
	z-index:2;
}
#homeblogtext.half{
	height:510px;
	background:#f5ecda;
}
#homeblogtext{
	padding:40px 50px 0 50px;
}
/*Mission Area*/
#mission_area {
	background:#eeeeee;
	padding:84px 0;
	text-align:center;
	border-bottom:6px solid #c3904b;
	color:#666666;
}

#mission_area h2 {
	font-size:36px;
	margin-bottom:35px;
	color:#666666;
}

#mission_area a {
	color:#666666;	
}

/*---[preheader]---*/
#preheader_area {
	padding-top:28px;
}

.gray_bar {
	max-width:1155px;
	padding-top:26px;
	margin-bottom:8px;
	border-bottom:1px solid #cccccc;
}

#menu-item-37{
	padding:0 30px;	
}

#menu-item-36 {
	padding-right:6px;	
}

#my-search {
	border:1px solid #666;
	width:245px;
	display:inline-block;
	float:left;
	margin-left:70px;
}

#my-search form, #my-search .fa {
	font-size:14px;
	display:inline-block;
}

input#searchsubmit.my-search {
	font-family:'Open Sans',sans-serif;
	color:#666;
	font-size:14px;
	text-transform:uppercase;
	background:#fff;
	border:none;
	width:80px;
	height:36px;		
}

input#searchsubmit.my-search:hover {
	color:#0099cc;
}

input#s.text_input {
	height:36px;
	width:130px;
	border:none;
	font-family:'Kreon';
	color:#0099cc;
	padding:0 5px;
}

#prenav {
	display:inline-block;
	float:right;
}

#prenav.menu a, #prenav.menu_control {
	font-size:14px;
	padding:12px;
	margin:0 7px;
}

#menu-item-42 a {
	background:#ff3333;
	color:#fff;	
}

#menu-item-38 a:hover, #menu-item-42 a:hover, #menu-item-6005 a:hover {
	background:#0099cc;
	box-shadow:none;
	color:#fff;
}

#menu-item-38 a, #menu-item-6005 a {
	box-shadow:0px 0px 0px 1px #ff3333 inset;
	color:#ff3333;
	margin-right:0;
}

/*---[header]---*/
#header_area {
	padding:30px 0;	
}

#primarynav {
	float:right;	
}
#primarynav.menu a {
	margin:15px 25px 25px 25px;
}
/*---:[ new front ]:---*/
/*
.new #header_area .page_wrapper {
	border-width:3px;
	border-color:#cccccc;
	border-style:double none double none;
}
.new #primarynav.menu a {
	margin:25px 18px 25px 0px;
}
.new #primarynav {
    float:left;
}
.new #logo{
	padding:15px 0;	
}
.new #my-search{
	width:127px;
	margin:25px 0px
}
.new input#s.text_input{
	width:17px;	
}
.new li#menu-item-29 a{
	margin-right:0px;	
}
.new #prenav.menu a, .new #prenav.menu_control{
	margin:25px 4px;	
}*/
.heamis{
	font-family:'Kreon', serif;
	font-style:italic;
	line-height:1.3em;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#666666;
	padding:10px 0;
}
.new #primarynav.menu .sub-menu a{
	margin:15px;
}
/* title & exhibition slider */
#title_area {
	height:170px;
	overflow:hidden;
	background:#a77a40;
	border-bottom:8px solid #c3904b;
	position:relative;
	z-index:1;
}
/*
#exslider_area {
	height:555px;
	overflow:hidden;
	background:#a77a40;
	border-bottom:8px solid #c3904b;
	position:relative;
}*/
#title_area img {
	width:100%;
	opacity: 0.6;
    filter: alpha(opacity=60);
	z-index:5;
	position: absolute;
    left:0px;
}

#title_area h1.headline a, #title_area h1.archive_title {
	color:#fff;
	line-height:1.1em;
}

#title_area h1.archive_title:before {
	content:'Archive: ';
}

.searchpage #title_area h1.archive_title:before {
    content: '';
}

#title_area h1.headline:after {
    content: '';
    display: block;
    width: 80px;
    border:2px solid #fff;
	margin-top:17px;
}

#title_area .headline {
	top:65px;
	position:absolute;
	z-index:10;
}

/*SIDEBAR*/

#content_area .sidebar {
	margin:auto;
	width:90%;
	color:#666;
}

.subpagestitle h2 {
	margin-bottom:10px;	
	color:#666;
}

.subpagestitle:after {
	content:'';
	display:block;
	width:100%;
    border:2px solid #666;
}

.subpages ul, ul#admission {
	font-family:'Kreon', serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

.subpages ul.children {
    list-style-type: circle;	
}

.subpages a {
	color:#666;
	text-decoration:none;
 }

#admission li {
	text-decoration:none;
	line-height:50px;
 }

.subpages a:hover {
	color:#0099cc;
}

.subpages li {
	margin-top:15px;	
}

.subpages li:after {
	margin-top:15px;
	content:'';
	display:block;
	width:100%;
	border:1px solid #999;
}

.sidebar .children { display:none; }
.page_item_has_children:hover .children{ display:block; }

ul.children {
	padding:0 20px 0px 20px;
}

.sidebar ul.children li:after {
	border:0px;
}

#admission li:after {
	content:'';
	display:block;
	width:90%;
	border:1px solid #ccc;
}

#content_area .third .textwidget , .sidebar .testimonial-entry-title {
	margin-bottom:35px;	
}

#ctasidebar h2 a {
	color:#fff;
	padding:15px 50px;
	background:#ff3333;
}

#ctasidebar h2 a:hover {
	background:#0099CC;	
}

#ctasidebar h2 {
	margin-bottom:50px;	
}

/*CONTENT*/
#content_area {
	padding-top:60px;
}

/*SPONSORS*/

#sponsor_area {
	background:#fff;
}

#sponsor_area .sponsor {
	margin-top:90px;
	margin-bottom:90px;	
}
.funwra{
	margin-top:90px;	
}
#text-14{
	margin-bottom:90px;	
}
#sponsor_area .widget_title {
	padding-bottom:50px;	
}

#sponsor_area .widget_title, #sponsor_area .textwidget p, #sponsor_area .textwidget {
	margin:auto;
	text-align:center;
}

#sponsor_area .textwidget img {
	max-width:150px;
	display:inline-block;
	margin:0 25px;
	vertical-align:middle;
}

.sponsor .widget_title, .funwra .widget_title {
	font-size:2em;
	color:#c3904b;
	text-transform:uppercase;
	display:block;
	margin-bottom:30px;
}

.sponsor .widget_title:after, .funwra .widget_title:after {
	margin-top:20px;
	content:url('/wp-content/uploads/2015/09/logo_pinpattern.png');
	display:block;
}
.slick-track{
	width:70%;
	margin:0 auto;
}

/*FOOTER*/
#footer_area {
	background:#eee;
	color:#666;
	padding:65px 0 65px 0;
	font-family:'Kreon', serif;
}

#footer_area .widget {
	margin:30px 0 30px 0;
}

#footer_area .text_box h3 {
	margin-top:30px;
}

#footer_area .fa {
	margin-right:13px;	
}

#footer_area a {
	color:#666;	
}

#footer_area a:hover {
	color:#0099cc;	
}

#footer_area h3 {
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:500;
}

#footer_area .subscription .textwidget {
	float:left;
	margin-bottom:30px;
}

#footer_area h5 {
	margin:0 0 0 25px;
}

#footer_area h5 a {
	font-family:'Open Sans',sanserif;
	color:#fff;	
}

#footer_area h5 a:hover {
	color:#0099cc;
	color:#fff;	
}

/*footer posts*/
#footer_area .query_box {
	min-height:100px;
	display:block;
	clear:both;
	padding:0 0 10px 0;
}

#footer_area .query_box img {
	width:100px;
	height:100px;
	margin-right:25px;	
}

.lillink a, a.excerpt_read_more, .next_posts a, .previous_posts a {
	padding-top:25px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	display:block;
	clear:both;
	text-transform:uppercase;
	text-decoration:none;	
}

.lillink a:after, a.excerpt_read_more:after, .next_posts a:after {
	content:' \f105';
	font-family: FontAwesome;
}

.previous_posts a:before {
	font-family: FontAwesome;
	content:'\f104 ';
	margin-right: 4px;
}

.previous_posts a, .next_posts a {
	display:inline-block;
	padding-top:0;
}

.next_posts {
	float:right;	
}

/*subfooter*/

#subfooter_area {
	padding: 40px 0;
	font-size:14px;	
}

#subfooter_area a {
	text-decoration:none;
}

#attribution {
	float:right;
}

/*LGL Forms*/
.col-xs-offset-1 {
    margin-left:1% !important;
}

.col-xs-10 {
    width: 100% !important;
}

/*---:[ mobile layout structure ]:---*/
@media only screen and (max-width:1024px),
    screen and (max-device-width:1024px) and (orientation:landscape)
{
	.page_wrapper
    {
        width:auto;
        padding:0 8px;
        margin:0;
    }
	#my-search 
	{
		display:none;
	}
	#primarynav.menu a 
	{
    	margin: 15px 25px 15px 0;
	}
	#primarynav.menu .sub-menu a 
	{
    	margin: 15px 25px 25px 25px;
	}
	#content_area .third img
	{
		width:100%;
		clear:both;
		margin:0 0 15px 0;
	}
	#homeblogtext {
		margin-top: 30px;
	}
	#ctasidebar h2 a {
		font-size:20px;
	}
	.new .columns_3 .third {
		width:100%;
		height:auto;
		clear:both;
	}
	.new ul#menu-visit-menu.menu,.new #prenav{
		float:left;	
	}
.new #primarynav.menu a {
		margin-top:10px;
		margin-bottom:10px;
	}
}
@media only screen and (max-width:800px),
    screen and (max-device-width:800px) and (orientation:landscape)
{
	#header_area .columns_413 .quarter, #header_area .columns_413 .three_quarters
    {
        width:100%;
        float:none;
    }
	#primarynav {
		padding-top:20px;
		float:left;	
	}
	#blog_area 
	{
		display:none;
    }
	#footer_area .query_box img {
		width:100%;
		height:auto;
		clear:both;
		margin:0 0 15px 0;			
	}
	#footer_area .query_box {
		padding: 0;
	}
	#ctasidebar h2 a {
		padding:10px;
	}
	#exslider_area {
		height:480px;	
	}
	#content_area .two_thirds img{
		width:100%;
		height:auto;
		clear:both;
	}
}
@media only screen and (max-width:640px),
            screen and (max-device-width:640px)
{
	#prenav, .subscription{
		display:none;
	}
	.sub-menu li{}
	.columns_2 .half, .columns_321 .two_thirds, .columns_321 .third, #attribution
    {
        width:100%;
        float:none;
    }
	/*#content_area{
		padding-top:0px;	
	}*/
	#content_area .third {
		padding-top:30px;	
	}
	#content_area .sidebar {
		width:100%;
	}
	#slider_area{
		display:none;
	}
	#mission_area{
		padding-right:25px;
		padding-left:5px;
		margin-bottom:35px;
	}
}
@media only screen and (max-width:480px),
            screen and (max-device-width:480px)
{
	.columns_3 .third
	{
		width:100%;
        float:none;
	}
	#title_area h1.headline a, #title_area h1.archive_title 
	{
		font-size:24px;
		line-height:1.1em;
	}
	#title_area .headline {
		top:45px;
	}
}
@media only screen and (max-width:320px),
            screen and (max-device-width:320px)
{
	#slider_area {
		display:none;	
	}
	#sponsor_area .sponsor img {
		padding-top:30px;	
	}
	#title_area {
		height:125px;	
	}
	#title_area .headline {
		top:35px;
	}
	#exslider_area {
		height:220px;
	}
}
.columns_1:after, .columns_312:after, .columns_321:after, .columns_413:after, .columns_2:after, .columns_3:after, .columns_4:after, .columns_5:after, .primarynav:after, .menu:after, .post_box:after, .post_box .post_content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }