/*
Theme Name: Lloyd Library and Museum
Author: ISOC net
Author URI: http://isoc.net
Description: Custom Theme - 2017
*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}
body {
	margin: 0;
	color: #808080;
	font-size: 14px;
	font-size: 18px;
	line-height: 21px;
	line-height: 24px;
	background-color: #6e8665;
	/*font-family: georgia, serif;*/
	/*font-family: questa-slab, serif;*/
	font-family:"Times New Roman", Times, serif;
}
sup {
	line-height:0.8em;
}
p {
	text-align:justify;
}
.store p {
	text-align:left;
}
.my-widget-area p {
	text-align:center;
}
.fullsection {
	width: 100%;
}
.fullsection a {
	color: #e6e6e6;
}
.fullsection a:hover {
	color: white;
}
.contentwrap {
	width: 100%;
	background-color: white;
}
.content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.page, .blog, .single {
	width: 100%;
	margin: 0 auto;
}
article, aside, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
figure {
	margin:0 0 1.5em 0;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: 0;
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	/*font-family: questa-slab, serif;*/
	line-height: 1em;
	margin: 1em 0;
}
h1 {
	font-size: 2em;
	color: #3f5937;
	font-weight: 700;
	text-transform: uppercase;
}
.home h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.75em;
	color: #3f5937;
	font-weight: 700;
}
h2.widget-title {
	font-size:1em;
	color: #808080;
	font-weight:normal;
}
h3 {
	font-size: 1.5em;
	color: #666;
	font-weight: 700;
}
h4 {
	font-size: 1.25em;
	color: #808080;
}
h5 {
	font-size: 1.25em;
	color: #808080;
	font-weight: 400;
}
h6 {
	font-size: 1.25em;
	color: #808080;
	font-style: italic;
	font-weight: 400;
}
b, strong {
	font-weight: 700;
	color: #5b7954;
}
a {
	color: #5b7954;
}
a:hover {
	color: #3f5937;
}
blockquote {
	margin: 0 1.5em;
}
small {
	font-size: 80%;
}
big {
	font-size: 125%;
}
hr {
	background-color: #808080;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	width: 80%
}
.site-description {
	margin: 0;
	padding: 0;
	line-height: .5em;
}
/*--------------------------------------------------------------
# PreHeader
--------------------------------------------------------------*/
.preheader {
    color: white;
    font-size: .8em;
    text-align: right;
    background-color: #6e8665;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
.preheader a {
	color:#fff;
	text-decoration:none;
}
.preheader a:hover {
	color:#fff;
	text-decoration:underline;
}
.hide {
	display: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-navigation {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 1000;
	border-top: solid 1px #383838;
}
#site-navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    right: 50%;
}
#site-navigation ul li {
    float: left;
    left: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    /*border: 2px solid ghostwhite;*/
}
#site-navigation ul li a {
	/*font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;*/
    display: block;
    margin: 0 auto;
    padding: 5px 35px;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid transparent;
	white-space:nowrap;
}
#site-navigation ul li a:hover {
    border-bottom: 3px solid gray;
}
#site-navigation ul ul {
    display: none;
    left: 0;
    position: absolute;
    right: auto;
    /*width: 15em;*/
	background-color:#fff;
	padding:10px 15px;
}
#site-navigation ul ul ul {
	position:relative;
}
#site-navigation ul ul li {
	display:inline-block;
	width:100%;
	float:none;
    clear: left;
    left: 0;
    background-color: #fff;
	position:relative;
}
#site-navigation ul ul li a,
#site-navigation ul ul li a:hover,
#site-navigation ul li:hover ul li a {
	text-align:left;
    line-height: 1.4em;
    min-width: 70px;
    padding: 5px;
	margin:0;
    border-bottom: none;
}
#site-navigation ul ul li:hover {
	background-color:#fcfcfc;
}
#site-navigation ul li:hover ul {
    display: block;
}
/*--------------------------------------------------------------
# Footer Nav
--------------------------------------------------------------*/
#colophon {
	/*font-family: questa-slab, serif;*/
	/*font-size:14px;*/
	/*line-height:21px;*/
	padding:40px 0;
    background-color: #6e8665;
	vertical-align:top;
}
footer .widget {
	clear:both;
	margin-top:16px;
}
.menu-footer-menu-container {
	width:100%;
	max-width:1240px;
	display:block;
	text-align:center;
}
#menu-footer-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    right: 50%;		
}
#menu-footer-menu li {
    position: relative;
    float: left;
    left: 50%;	
    margin: 0;
    padding: 0;
	border-right:solid 1px #fff;
}
#menu-footer-menu li:last-child {
	border:none;
}
#menu-footer-menu li a {
    display: block;
    margin: 0;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
	/*font-family: questa-slab, serif;*/
	font-size:14px;
	line-height:27px;
	white-space:nowrap;
}

#colophon .col1, #colophon .col2, #colophon .col3 {
	display:inline-block;
	vertical-align:top;
}
#colophon .col1, #colophon .col3 {
	width:25%;
}
#colophon .col1 p, #colophon .col3 p {
	text-align:center;
}
#colophon .col2 {
	width:49%;
}
#colophon .col2 p {
	text-align:center;
}
#colophon .col3 {
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wrap {
	width:100%;
	max-width:1220px;
	margin:0 auto;
}
.content-area {
	float:left;
	width:70%;
	max-width:940px;
	margin:0;
	padding-right:5%;
}
.no-sidebar .content-area {
	float:none;
	width:100%;
	max-width:1240px;
	margin:0;
}
.my-widget-area {
	max-width:300px;
	margin:0;
	background-color:#e6e6e6;
	text-align:center;
	/*margin-top: 1em;*/
	padding:2% 4%;
}
.widget-area {
	float:right;
	width:21%;
	max-width:300px;
	margin:0;
	background-color:#e6e6e6;
	text-align:center;
	margin-top: 1em;
	padding:0 2%
}
.my-widget-area .widget,
.widget-area .widget {
	border-bottom:solid 2px #808080;
	padding:0 10%;
}
.my-widget-area .widget:last-child,
.widget-area .widget:last-child {
	border-bottom:none;

}
.site-footer {
	color: white;
	text-align: center;
}
/*--------------------------------------------------------------
# Header and Search
--------------------------------------------------------------*/
.header-inner {
	width:100%;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.header-inner .content {
	width:49%;
	margin:0px;
	float:left;
}
.site-logo {	
	display: inline-block;
	/*width: 50%;*/
	padding:15px 0;
}
.site-logo a {
	text-decoration:none;
}
.site-logo img {
    width: 100%;
    height: auto;
    max-width: 269px;
}

.sitetitle {
	font-size: 2em;
}
.site-description {
	font-size: .75em;
}
.headerright,
.headerright form {
	display: inline-block;
}
.headerright {
	margin-top:35px;
	margin-left:5px;
}
.preheader .widget {
    display: inline-block;
    margin: 0;
}
.preheader .widget img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin: 0 0 -10px 0;
}
input,
textarea,
select,
button {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
a.button,
input.button,
button.Button,
.wspsc_add_cart_submit,
input.pp-button,
input[type=button].ninja-forms-field {
	background-color:#3f5937;
	color:#fff;
	display:inline-block;
	line-height:21px;
	padding:12px 16px;
	text-decoration:none;
	border:none;
	/*font-family:questa-slab, serif;*/
	font-family:"Times New Roman", Times, serif;
}
input.pp-button {
	margin:0 auto;
	cursor:pointer;
	background-color:#f15a24;
}
input.button.donate,
a.button.donate {
	padding:0px 8px;
	cursor:pointer;
}
.headerright {
	/*font-size:13px;*/
}
input.search-submit {
	display:none;
}
.headerright .search-form input.search-field {
	color:#999;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title {
	text-align:center;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 90%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	max-width: 98%;
}
/*--------------------------------------------------------------
## Captions - font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## sliders
--------------------------------------------------------------*/
.recent-post-slider.design-1 .post-content-left {
    padding: 20px !important;
}
.recent-post-slider h2.wp-post-title,
.recent-post-slider .wp-post-title {
	display:block;
	font-size: 1.75em;
	
	font-family: 'Roboto', sans-serif;
	color:#fff;
	line-height:32px !important;
	font-weight:normal !important;

	clear: both;
	margin: 1em 0;	
}
.recent-post-slider.design-1 .post-content-left {
    position: absolute !important;
    left: 35% !important;
    bottom: 30% !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    color: #fff;
	text-align:center;
}
.recent-post-slider.design-1 .post-content-left .wp-post-content a.slide-button {
	text-decoration:none;
	border:solid 2px #fff;
	padding:10px;
	margin-top:10px;
}
.wp-sub-content {
	padding-top:12px;
}
/*--------------------------------------------------------------
## tabs
--------------------------------------------------------------*/
.nav-tabs {
    border-bottom: 1px solid #5b7954;
}
.nav-tabs .nav-item .nav-link {
	text-decoration:none;
	color:#999999;
	border:none;
	border-radius:0px;
}
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link.active:focus,
.nav-tabs .nav-item .nav-link.active:hover,
.nav-tabs .nav-item .nav-link:hover {
	background-color:#5b7954;
	color:#fff;
	border:none;
	border-radius:0px;
}

.social-media-button-container {
	margin:1em 0;
}

/*
## online exhibits
*/
.panel-grid-cell h3.widget-title {
	font-size:18px;
	font-weight:normal;
	padding-top:14px;
}
/*--------------------------------------------------------------
## Store
--------------------------------------------------------------*/
.store .panel-grid-cell {
	position:relative;
	cursor:pointer;
}
.store .panel-grid-cell .panel-last-child {
	display:none;
	position:absolute;
	top: 10px;
	width:100%;
	color:#fff;
}
.store .panel-grid-cell .panel-last-child > div {
	padding-top:30%;
}
.store .panel-grid-cell h4 {
	color:#6e8665;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1240px) {
	.preheader,
	.header-inner,
	.wrap {
		width:auto;
		margin:0 2%;
	}
	.preheader {
		margin: 2%;
	}
	#site-navigation ul {
		float:none;
		right:auto;
		width:fit-content;
		margin:0 auto;
	}
	#site-navigation ul li {
		left:auto;
	}
	#site-navigation ul li a {
		padding: 5px 20px;
	}
	.content {
		width:auto;
		margin: 0 2%;
	}
	#colophon {
		padding:5% 0;
	}
	
}
div.support {
	display:inline-block;
}
#colophon .col1.sm {
	display:none;
}
@media screen and (max-width: 780px) {
.headerright {
	margin-top:15px;
	margin-left:5px;
}
#site-navigation ul li a {
	padding: 5px 10px;
}
.my-widget-area {
	margin:0 auto;
}
#colophon .col1.sm {
	display:inline-block;
}
#colophon .col1.lg {
	display:none;
}
#colophon .col2 {
	width: 100%;
}
#colophon .col1,
#colophon .col3 {
	width:49%;
}
#post-56 .panel-grid-cell {
	margin-bottom:0px !important;
}
#pgc-w5995ce1520d89-0-0,
.mobile-hide {
	display:none;
}
}
.fa-bars {
	display:none;
	float:right;
	font-size:28px !important;
	cursor:pointer;
}
.page-id-53 h3 {
	margin:0;
}

/* gravity form customizing */
.gform_wrapper #gform_1 li .gfield_description img {
	float:left;
	margin-right: 4%;
	height: auto;
}
.gform_wrapper #gform_1 li .gfield_description ul li {
	list-style:disc outside !important;
}
.gform_wrapper #gform_1 li.gfield_price {
	border-bottom: solid 1px #ccc;
	padding-bottom:5px;
	margin-bottom:13px;
}

@media screen and (max-width: 780px) {
#pl-53 .panel-grid-cell {
	margin-bottom:0 !important;
}
}
@media screen and (max-width: 425px) {
.post-56 figure {
	width:100% !important;
}
.post-56 figure img {
	width:auto;
}
.post-56 .wp-caption-text {
	text-align:center;
}
p {
	text-align:left;
}
form img {
	width:1px;
	height:1px;
}
.fa-bars {
	display:inline-block;
}
#site-navigation {
	display:none;
	position:absolute;
	top:0px;
	background-color:#fff;
}
#site-navigation ul {
	margin:0 10px;
	right:0;
	width:100%;
}
#site-navigation ul li ul {
	position:relative;
	display:block;
	right:0;
	left:0;
	margin-left:0;
}
#site-navigation ul li,
#site-navigation ul li a,
#site-navigation ul li ul li {
	text-align:left;
	display:block;
	float:none;
	left:0;
	right:0;
}
#site-navigation ul li:hover,
#site-navigation ul li ul li:hover {
	background-color:#CCCCCC;
}
	.preheader .content {
		text-align:left;
		line-height:1em;
		display:inline-block;
		width:80%;
	}
	div.support {
		display:none;
		clear:both;
		margin-bottom:5px;
	}
	.et-social-icons {
		margin: 3px 0;
	}
	.header-inner {
		text-align:center;
	}
	.header-inner .content {
		width: 100%;
	}
	.site-branding.content {
		text-align: center;
	}
	.headerright {
		margin:5px auto;
		float:none;
		width: auto;
		text-align:center;
	}
div#n2-ss-5.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib,
div#n2-ss-5.n2-ss-tablet .n2-ss-widget-display-tablet.n2-ib,
div#n2-ss-5.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib {
	display:none !important;
}
.entry-content img,
.gform_wrapper #gform_1 li .gfield_description img {
	width:100%;
	margin:0;
	float:none;
}
}

@media screen and (max-width: 360px) {
#colophon .col1,
#colophon .col2,
#colophon .col3 {
	width:100%;
}
.headerright {
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
}
.headerright input {
	font-size:16px;
}
a.button.donate {
	padding:0 5px;
}

}

.et-social-icons {
	float: right;
	display: inline-block;
	float: none;
	padding:0;
}
.et-social-icons li {
	display: inline-block;
	margin-top: -2px;
	margin-left: 5px;
	margin-right:5px;
	cursor:pointer;
}
.et-social-icon a {
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
.et-social-icon a:hover {
	text-decoration: none;
	transition: color .3s ease 0s;
}
#top-header .et-social-icon a {
	font-size: 14px;
}
.et-social-icon span {
	display: none;
}
.single-event #comments,
.single-event .post-navigation,
.single-event .entry-meta {
	display:none;
}

[data-tooltip]:before {
	visibility: visible !important;
	position: relative !important;
	opacity: 1 !important;
}