/*
Theme Name: Ernesto
Theme URI: https://gitlab.com/cpl/ernesto
Update URI: https://gitlab.com/cpl/ernesto
Description: Customized theme for CPL.ORG
Author:  Will Skora and the CPL Team
Version: 2.1.0
Tested Up To: 6.x
Requires PHP: 7.x
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template,  microformats, post-formats, rtl-language-support,  sticky-post, theme-options, translation-ready, blog, education, entertainment
Text Domain: ernesto

Tempera WordPress Theme
Copyright 2013-22 Cryout Creations
https://www.cryoutcreations.eu
This theme, like WordPress, is licensed under the GPL.
*/

/* Reset default browser CSS */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	clear: none;
}

ol, ul {
	list-style: none;
}

.entry-content blockquote {
	display: block;
	position: relative;
/* 	float: none;
	clear: both; */
	padding: 30px 30px 30px 80px;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.entry-content blockquote:before {
	position: absolute;
	content: '\e80f';
	font-family: 'elusive';
	font-size: 30px;
	left: 25px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry-content blockquote p{
	margin-bottom: .75em;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* = Gutenberg
-------------------------------------------------------------- */

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
    padding: 0;
    list-style: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 2em 5em;
	font-size: 1.2em;
}

.aligncenter[class^='wp-block']:not([class^='wp-block-cover']) {
	display: table;
}

.wp-block-separator {
	max-width: 25%;
}
.wp-block-separator.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots::before {
	color: inherit;
}

.wp-block-button {
	transition: .2s opacity;
}

.wp-block-button:hover {
	opacity: 0.85;
}

.wp-block-pullquote {
	text-align: inherit;
}


/* =Layout
-------------------------------------------------------------- */

#container {
	float: none;
	margin: 0;
	width: 100%;
}

#content {
	margin-bottom: 0;
}

.sidey {
	display: block;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content pre {
	border-bottom: 1px solid transparent;
}

.entry-content pre {
    display: block;
    float: none;
    clear: both;
    overflow: auto;
    margin: 0 auto;
    border: 1px solid transparent;
	border-bottom: 1px solid transparent;
    padding: 10px;
    text-indent: 0;
    white-space: nowrap;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#branding,
#main,
#header {
	margin: 0 auto;
}

#branding {
	display: block;
	float: left;
	position: relative;
	clear: both;
	height: 75px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

a#logo {
	display: inline;
	height: 100%;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

.footerfour .widget-area {
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.footerthree .widget-area {
	float: left;
	margin-right: 2%;
	width: 32%;
}

.footertwo .widget-area {
	float: left;
	margin-right: 2%;
	width: 49%;
}

.footerone .widget-area {
	float: left;
	width: 100%;
}

.footertwo #second,
.footerthree #third,
.footerfour #forth {
	margin-right: 0;
}

#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */
html {
	font-size: 15px;
	line-height: 1.7;
}

hr {
	border: 1px solid transparent;
	clear: both;
	height: 1px;
}

/* Text elements */
.entry-content ul {
	margin-left: 1.5em;
}

.entry-content ul[class^='wp-block'],
.entry-content [class^='wp-block'] ul {
	margin-left: 0;
}

.entry-content ul li,
.entry-content ol li {
	padding: 2px 0;
}

.entry-content ul > li {
	list-style-type: circle;
}

.entry-content ol > li {
	text-indent: 0;
}

.entry-content  li li {
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	margin-left: 2.5em;

}
ol ol {
	list-style-type: upper-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol {
	list-style-type: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

ins {
	text-decoration: none;
}

pre {
	line-height: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted transparent;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	border: 1px solid transparent;
	padding: 10px 15px;
	font-family: inherit;
	border-radius: 4px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {/*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

a:link,
a:visited  {
    text-decoration:none;
}

a:hover,
a:active,
a:focus:active,
a:focus:hover,
input:hover:focus,
textarea:hover:focus,
button:hover:focus {
	outline: 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.entry-content a:not([class]),
.entry-excerpt a:not([class]),
.widget-container.widget_text a:not([class]),
.ppbox a:not([class]) {
	text-decoration: underline;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
 }


/* =Header
-------------------------------------------------------------- */

#header {
	background: none;
}

#site-title {
	float: left;
}

#site-title a {
	text-decoration: none;
    letter-spacing: -0.03em;
	display: block;
	font-size: 1em;
	line-height: 1.1;
}

#site-description {
	display: inline;
	float: left;
	font-size: 1em;
	padding: 3px 6px 3px 0;
	clear: both;
}

#header-container {
	display: block;
	float: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

#branding #bg_image + #header-container {
	position: absolute;
}

#header-container > div {
	margin-top: 20px;
}

#header:after {
	display: table;
	content: "";
	clear: both;
}

/* Header widget area
-------------------------------------------------------------- */
#header-widget-area {
    display: block;
    position: absolute;
    right: 0;
	top: 5px;
    overflow: hidden;
    height: 100%;
    width: 50%;
    z-index: 251;
}

/* =Menu -PRIMARY
-------------------------------------------------------------- */
#nav-toggle {
	display: none;
	border: 0;
}

/* =Menu -SECONDARY
-------------------------------------------------------------- */

.topmenu {
	display: inline;
	float: right;
	width: auto;
}

.topmenu ul li {
	display: block;
	float: left;
	margin: 0 3px;
}

.topmenu ul li a {
	display: block;
	padding: 0 4px;
	margin: 0 2px;
	font-size: .85em;
	line-height: 39px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.footermenu {
	display: block;
	float: left;
	font-size: .9em;
}

.footermenu > ul {
	float: left;
	margin-left: 20px;
}

.footermenu ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0 0.8em;
	text-align: center;
	white-space: nowrap;
}

.footermenu ul li:after {
	font-size: .8em;
	content: "/";
	right: 0;
    margin: auto;
    position: absolute;
	line-height: 2;
	/* top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.footermenu ul li:last-child:after {
	content: "";
}

/* ==Top Bar==
------------------ */

#topbar {
	display: block;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid transparent;
}

#topbar-inner {
	display: block;
	margin: 0 auto;
}

#topbar .socials a {
	background-color: transparent;
	margin: 0;
	padding: 1px;
	width: 28px;
	height: 28px;
}

#topbar .socials a img {
	width: 22px;
	height: 22px;
	padding: 0;
	top: 2px;
	left: 2px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0;
	margin-top: 20px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content var {
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.5em;
	margin: 20px 0 0;
}

.entry-content table {
	border: 1px solid transparent;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

.entry-content tr {
	vertical-align: top;
}

.entry-content tr th,
.entry-content thead th {
	padding: 9px 24px;
}

.entry-content tr th,
.entry-content tr td {
	border-top: 1px solid transparent;
	padding: 6px 24px;
}

.entry-content tr td,
.entry-content tr th,
.entry-content thead th {
	border-right: 1px solid transparent;
}

.entry-content tr td:last-child,
.entry-content tr th:last-child {
	border-right: none;
}

.entry-content tr.odd td {
}

.page-header {
	display: block;
	float: none;
	padding: 10px 0;
}

.taxonomy-description {
	margin-top: 0.5em;
}

#content .page-title {
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	border-left: 3px solid transparent;
}

#content #author-description .page-title {
	border: 0;
	padding: 0;
}

.page-title span {
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
}

#content .entry-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
}

#content > h1.entry-title {
	margin-bottom: 10px;
}

.entry-meta {
    display: block;
	clear: both;
	overflow: hidden;
	font-size: .9em;
}

.single .entry-title + .entry-meta {
	margin-bottom: 1em;
}

footer.entry-meta {
	background: url(images/dashed-border.png) 0 0 repeat-x;
	padding-top: .5em;
}

.entry-meta span,
.entry-utility span {
	display: block;
	float: left;
	margin-right: 12px;
	line-height: 2;
}

.entry-meta span a,
.entry-utlity span a {
	-webkit-transition: .3s color ease-out;
	transition: .3s color ease-out;
}

.crycon-metas:before {
    cursor: pointer;
    margin-right: 3px;
}

.entry-meta time.updated {
	display: none;
}

.entry-utility {
	clear: both;
}

.footer-tags {
	display: block;
	float: left;
}

.entry-utility span.bl_bookmark {
	float: none;
	display: inline;
	padding: 0;
}

#content span.entry-format {
	display: inline;
	float: left;
	padding: 0 3px;
	margin-right: 5px;
	border-radius: 100px;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
}

span.entry-format > i:before {
	cursor: default;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted transparent;
}

.entry-content,
.entry-summary {
	clear: both;
	padding-top: 8px;
	word-wrap: break-word;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid transparent;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	font-weight: bold;
	padding: 0 24px;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.tag-links {
	margin-left: 30px;
}

.page-link {
	margin: 10px 0;
	clear: both;
}

 .page-link a,
 .page-link > span > em {
	font-weight: normal;
	text-decoration: none;
	padding: 0 6px;
	border-right: 1px solid transparent;
}

.page-link em {
	font-style: normal;
}

.page-link  a:last-child,
.page-link > span > em:last-child {
	border-right: none;
}

.page-link a:hover {
}

span.edit-link {
	float: right;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#author-info {
	clear: both;
	margin: -10px 0 24px 0;
	overflow: hidden;
	border-left: 3px solid transparent;
	padding: 15px 0;
}

#author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 0 -80px 0 20px;

}
#author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
	padding: 0 10px;
}

#entry-author-info {
	clear: both;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 0;
	border-left: 3px solid transparent;
}

#entry-author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 0 -80px 0 20px;
}

#author-avatar .avatar {
	border-radius: 100px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}

/* POST FORMATS */

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	margin-bottom: 10px;
	margin-top: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

#content .format-aside .entry-title {
	display: none;
}

#content .format-aside .author ,
#content .format-aside .bl_categ {
	display: none;
}


/**
 * 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:         calc(25% - 4px);
}

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

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

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

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

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	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-icon {
	line-height: 0;
}

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

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

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

/* =Quote
-------------------------------------------------------------- */
.format-quote blockquote,
.format-quote blockquote p {
	font-family: Georgia,"Bitstream Charter",serif;
	font-size: 1.1em;
}

/* =Status
-------------------------------------------------------------- */

.format-status .entry-title {
	display: none;
}


.format-status .avatar {
	display: block;
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 1.4em;
	margin-top: 24px;
}

/* =Images
-------------------------------------------------------------- */

.entry-content img {
	max-width: 100%;
	height: auto;
}

.sidey select {
    max-width: 100%;
}

.sidey img {
    max-width: 100%;
    height: auto;
}

.entry-content table img {
	max-width: inherit;
}

.entry-content img:hover {
}

.post_thumbnail {
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft,
.alignleft img {
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright,
.alignright img {
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter,
.aligncenter img {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption img {
	transition: all .3s ease-in-out;
	opacity: 0.99;
	filter: alpha(opacity=99);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover,
img.alignnone:hover,
.wp-caption img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	max-width: 100%;
	position: relative;
}

.wp-caption img {
	border: none;
	padding: 0;
	width: 100%;
    box-shadow: none;
}

.wp-caption > a {
	line-height: 0;
	/* display: block; */
	display: inline-block;
}

.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
	margin-bottom: 0;
    padding: 10px 5px;
    text-align: center;
    text-indent: 0;
}

.attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	max-width: 96%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;

}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}


.nav-previous a {
	float: left;
	width: 47%;
	padding: 5px 1%;

}
.nav-next a {
	float: right;
	text-align: right;
	width: 47%;
	padding: 5px 1%;
}

.nav-previous:hover .meta-nav-prev:before{
	margin-right: 10px;
	margin-left: -5px;
}

.nav-next:hover .meta-nav-next:before{
	margin-left: 10px;
	margin-right: -5px;
}

.meta-nav-prev:before {
	font-family: "elusive";
	content: '\e827';
	font-style: normal;
	margin-right: 5px;
	font-size: 12px;
	-webkit-transition: .2s margin ease-in-out;
	transition: .2s margin ease-in-out;
} /* '?' */

.meta-nav-next:before {
	font-family: "elusive";
	content: '\e828';
	font-style: normal;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.7;
	-webkit-transition: .2s margin ease-in-out;
	transition: .2s margin ease-in-out;
} /* '?' */

.single #nav-above {
	display: block;
}

#nav-below {
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	float: none;
	clear: both;
}

/* Comments form */
input[type="submit"],
input[type="reset"] {
	padding: 0.75em 1.5em;
	cursor: pointer;
	letter-spacing: .5px;
}

.button {
	border: 1px solid transparent;
	padding: 4px 7px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.button,
#respond .form-submit input#submit {
	border-radius: 4px;
}

.button:hover {
	cursor: pointer;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area > ul, .widget-area > ul > li.widget-container > ul {
	list-style: none;
	list-style-image: none;
}

.widget-container {
	padding: 5px;
	margin: 0 0 20px 0;
}

.widget-container > * {
	max-width: 100%;
}

.widget-container > ul > li {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.widget-title {
	font-size: 18px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	margin-bottom: 12px;
	border-bottom: 1px solid transparent;
	border-radius: 4px;
}

#footer-widget-area a:hover {
	text-decoration: underline;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	word-wrap: break-word;
}

.widget-area a:active,
.widget-area a:hover {
}


.contentsearch {
	display: block;
	float: none;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 0;
}

.no-results .contentsearch {
	padding: 0;
}


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

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


/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 10px;
}

#wp-calendar thead {
	font-size: .9em;
}

#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	border: 1px solid transparent;
}

#wp-calendar tbody td:hover {
	opacity: 0.8;
}

#wp-calendar tbody td a{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
.main .widget-area ul {
	margin-left: 0;
	padding: 0;
}

.main .widget-area ul ul {
	border: none;
	margin-left: 10px;
	padding: 0;
}

/* Before and after content widgets */
.yoyo .widget-title {
	background: none;
	padding: 0;
	margin: 0;
}

/* Footer widget areas */
#footer-widget-area {
	margin: 20px 0 10px 0;
}

#footer-widget-area a{
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	margin-bottom: 0;
}

#footer a{
	-webkit-transition: color .2s;
	transition: color .2s;
}

#footer2 {
	display: block;
	padding: 20px 0 5px;
	overflow: visible;
	margin-bottom: 20px;
}

#footer2:after {
	content:"";
	display:table;
	clear:both;
}

#colophon {
	margin: 0 30px;
	overflow: hidden;
}

#site-copyright {
	display: block;
	float: none;
	font-style: italic;
	clear: both;
	margin: 0 auto 15px;
	font-size: .9em;
	text-align: center;
}

#footer2 a {
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration: underline;
}

/*  Extras   */
#forbottom {
	clear: both;
	/* margin: 0 40px;
	padding: 1em 0; */
	/*min-height:400px;*/
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/* SOCIALS */
.socials {
	position: relative;
	float: right;
	overflow: hidden;
	margin-right: 10px;
	height: 30px;
}

.socials a {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	height: 34px;
	width: 34px;
	padding: 4px;
	margin-right: 5px;
	border-radius: 50px;
}

.socials img {
	position: relative;
	width: 26px;
	height: 26px;
	z-index: 99;
}

/* The animated square */
.socials .socials-hover {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 50px;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.socialicons:hover .socials-hover {
	width: 30px;
	height: 30px;
	top: 2px;
	left: 2px;
}

#sheader .socialicons:hover .socials-hover {
	width: 26px;
	height: 26px;
	top: 1px;
	left: 1px;
}

#sheader {
	margin-top: 5px;
}

#header-container > div#sheader {
	position: absolute;
	margin: 0;
	top: 10px;
	right: 5px;
}

#smenul,
#smenur {
	float: none;
	margin: 0 auto;
	position: inherit;
	display: table;
}

#smenul a , #smenur a {
	margin: 3px;
}

#sfooter {
	float: none;
	clear: both;
	display: table;
	margin: 0 auto 15px;
	text-align: center;
}

#sfooter a {
	margin-left: 5px;
}

#srights,
#slefts {
	display: block;
	position: fixed;
	right: 0;
	padding: 5px;
	top: 40%;
	height: auto;
	margin: 0 1px;
	opacity: 0.5;
	z-index: 99;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

#slefts {
	left: 0;
	right: auto;
}

#srights:hover,
#slefts:hover {
	opacity: 1;
}

#srights a,
#slefts a {
	display: block;
	float: none;
	clear: both;
	margin: 0 0 5px 0;
}

.socials a:last-child {
	margin-bottom: 0;
}

/* ARTICLES */

article.post,
article.page {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 3em;
}

div.post, div.page, .yoyo > li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 36px;
}

article.sticky {
}

.sticky .entry-header {
	border-bottom: 2px solid transparent;
}


/* CUSTOM IMAGE BORDER */

.tempera-image-none .entry-content img[class*='align'],
.tempera-image-none .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-none .entry-summary img[class*='align'],
.tempera-image-none .entry-summary [class*='wp-block'][class*='align'] img {}

.tempera-image-one .entry-content img[class*='align'],
.tempera-image-one .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-one .entry-summary img[class*='align'],
.tempera-image-one .entry-summary [class*='wp-block'][class*='align'] img {
	border-bottom: 3px solid transparent;
}

.tempera-image-two .entry-content img[class*='align'],
.tempera-image-two .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-two .entry-summary img[class*='align'],
.tempera-image-two .entry-summary [class*='wp-block'][class*='align'] img {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 2px 0;
}

.tempera-image-three .entry-content img[class*='align'],
.tempera-image-three .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-three .entry-summary img[class*='align'],
.tempera-image-three .entry-summary [class*='wp-block'][class*='align'] img {
	border: 1px solid #222;
	padding: 0;
	box-shadow: 0 0 15px #ccc;
}

.tempera-image-four .entry-content img[class*='align'],
.tempera-image-four .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-four .entry-summary img[class*='align'],
.tempera-image-four .entry-summary [class*='wp-block'][class*='align'] img {
	padding: 10px;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}
.tempera-image-five .entry-content img[class*='align'],
.tempera-image-five .entry-content [class*='wp-block'][class*='align'] img,
.tempera-image-five .entry-summary img[class*='align'],
.tempera-image-five .entry-summary [class*='wp-block'][class*='align'] img {
	padding: 6px;
	background: url(images/border.png) repeat;
}

.tempera-image-one .entry-content img[class*='align']:hover,
.tempera-image-one .entry-content [class*='wp-block'][class*='align'] img:hover,
.tempera-image-one .entry-summary img[class*='align']:hover,
.tempera-image-one .entry-summary [class*='wp-block'][class*='align'] img:hover {
	background-color: #eee;
}
.tempera-image-two .entry-content img[class*='align']:hover,
.tempera-image-two .entry-content [class*='wp-block'][class*='align'] img:hover,
.tempera-image-two .entry-summary img[class*='align']:hover,
.tempera-image-two .entry-summary [class*='wp-block'][class*='align'] img:hover {
	box-shadow: none;
}
.tempera-image-three .entry-content img[class*='align']:hover,
.tempera-image-three .entry-content [class*='wp-block'][class*='align'] img:hover,
.tempera-image-three .entry-summary img[class*='align']:hover,
.tempera-image-three .entry-summary [class*='wp-block'][class*='align'] img:hover {
	box-shadow: none;
}

/* CUSTOM CAPTION LOOK */

.caption-simple #content .wp-caption .wp-caption-text {
    position: inherit;
	padding: 7px 5px;
	font-style: italic;
}

.caption-dark #content .wp-caption .wp-caption-text {
	color: #EEE;
	padding: 20px 5px 10px;
	text-shadow: 0 0 7px #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.6) 50%, rgba(0,0,0,0.8));
}

.caption-light #content .wp-caption .wp-caption-text {
	color: #333;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
	background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
}

/* BREADCRUMBS */
.breadcrumbs {
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: .9em;
}

.crycon-homebread:before {
	content: '\e81f';
	font-size: 1em;
	cursor: pointer;
} /* '?' */

/* PAGINATION */
.pagination {
	display: table;
	float: none;
	margin: 20px auto;
	text-align: center;
	clear: both;
	border: 1px solid transparent;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	position: relative;
	margin-right: 0;
	padding: .75em 1.5em;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.pagination span:first-child,
.pagination a:first-child {
	border-left: 0;
}

/* Continue Reading Links */
a.continue-reading-link {
	display: inline-block;
	position: relative;
	width: auto;
	float: none;
	padding: 9px 8px 8px 15px;
	border-bottom: 1px solid transparent;
	margin-top: 3px;
	font-size: .9em;
	font-style: normal;
	letter-spacing: .5px;
	clear: both;
	border-radius: 4px;
	-webkit-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
}

.slide-text {
	text-align: right;
	font-size: 1em;
	line-height: 1.4;
}


/* Overwrite margins */
.presentation-page #forbottom {
	margin: 0;
	padding: 0;
}

.presentation-page #container {
	width: auto;
	margin-top: 2em;
}



/* fix interference from slider plugins */
#frontpage #slider a#slider-stopper {
    display: none;
}



#slider {
	display: block;
	float: none;
	margin: 0 auto;
}

.column-image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative; /* support columns outside PP */
}

.column-image:hover .column-image-inside,
.column-image:hover .column-text {
	left: 0;
}

.column-image:hover .columnmore {
	bottom: 30px;
}

.column-image-inside {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.7);
	z-index: 250;
	left: -100%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.column-text {
	position: absolute;
	top: 50%;
	left: 100%;
	overflow: hidden;
	color: #DDD;
	font-size: .85em;
	line-height: 1.5;
	text-align: justify;
	padding: 10px 20px;
	width: 100%;
	z-index: 251;
	-webkit-transform: translate(0,-65%);
	-ms-transform: translate(0,-65%);
	transform: translate(0,-65%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.column-image img {
	width: 100%;
}

.columnmore {
	display: block;
	position: absolute;
	bottom: -50px;
	margin: 0 auto;
	clear: both;
	width: 100%;
	font-size: .85em;
	text-align: center;
	z-index: 251;
	background: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.columnmore a {
	background: #F00;
	border-radius: 2px;
	padding: 8px 22px;
	background: #fff;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.coldisplay1 .column-text,
.coldisplay1 .column-image-inside {
	left: 0;
}

.coldisplay1 .columnmore {
	bottom: 20px;
}

.coldisplay1 .column-image:hover .column-image-inside {
	background: rgba(0,0,0,0.9);
}

.coldisplay2 .column-image {
	overflow: visible;
}

.coldisplay2 .column-image-inside {
	display: none;
}

.coldisplay2 .column-text {
	position: relative;
	top: 0;
	left: 0;
	color: inherit;
	padding: 10px 5px 5px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.coldisplay2 .columnmore,
.coldisplay2 .column-image:hover .columnmore {
	position: relative;
	bottom: 0;
}
.column1 {
	clear: both;
}

.column-image {
	position: relative;
}

.column-image img {
	display: block;
	margin: 0 auto;
}

.column-header-image,
.column-header-noimage {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* video fix */ #content embed, #content iframe { max-width: 100%; }


/* FIN! */

/* hiding characters like # of characters needed in gravity forms */
#field_6_2 .ginput_counter,
#field_7_2 .ginput_counter,
#field_7_7 .instruction,
#field_12_2 .ginput_counter,
#field_14_2 .ginput_counter,
#field_14_17 .instruction,
#field_16_2 .ginput_counter {
  display: none;
}

.gform_wrapper .ginput_complex .ginput_right select {
  float: none;
}

p.location-description {
  width: 50%;
}

#cpl-map-locations {
  width: 80%;
  height: 320px;
  position: relative;
  margin-bottom: 3em;
}

/* for hover, focus of icon on leafletmap */
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:hover,
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:focus {
  outline: .25em solid black;
}

.leaflet-container {
  z-index: 0;
}

.s-la-widget .form-group {
  margin-bottom: 5px;
  padding-left: 20px !important;
  width: 75% !important;
}
