@charset "utf-8";
/*
Theme Name: Esplanade
Theme URI: http://www.onedesigns.com/wordpress-themes/esplanade-free-wordpress-theme
Description: A stylish, modern and flexible theme with responsive layout. Includes several custom templates, layouts and color schemes to choose from, 5 widget-ready areas and a user friendly options page to keep everything in control.
Version: 1.1.7
Author: One Designs
Author URI: http://www.onedesigns.com/
Tags: blue, brown, gray, green, tan, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

License: GNU General Public License v2.0
License URI: license.txt
*/

/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, go to Appearance > Theme Options > Design and enter your custom CSS there.
Any style attributes declared there will override the ones in this file and will not be lost during theme update.
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, 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;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Roboto, serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
	Clear Floated Elements
*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clear {
    height: 1%;
}

/*
	Style HTML Tags
*/

body {
    background: #ccc;
    color: #333;
    font-family: Roboto, "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
    font-size: 13px;
    line-height: 1.62em;
}

a {
    color: #21759b;
    text-decoration: none;
    /*word-break: break-all;*/
}

a:hover {
    color: #d54e21;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 1.62em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 24px;
}

blockquote {
    position: relative;
    color: #444;
    font-style: italic;
    margin: 0 30px 0 60px;
}

blockquote:before {
    position: absolute;
    top: 30px;
    left: -75px;
    content: "\201C";
    color: #DDD;
    font-family: Roboto, serif;
    font-size: 96px;
}

blockquote cite {
    font-style: normal;
}

blockquote cite:before {
    content: "- ";
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 24px;
    table-layout: fixed;
}

table tr:nth-child(even) {
    background: #F0F0F0;
}

table th,
table td {
    padding: 6px 0;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

table th {
    font-weight: bold;
}

fieldset {
    border: #EEE 1px solid;
    padding: 2%;
}

input[type=text],
input[type=password],
textarea {
    padding: 8px;
    box-shadow: #F0F0F0 0 1px 3px inset;
    background: #F9F9F9;
    border: #EEE 1px solid;
    color: #999;
    font-family: Roboto, "Droid Sans", sans-serif;
    font-size: 13px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: #EEE 0 1px 3px inset;
    background: #FFF;
    color: #333;
}

textarea {
    font-size: 15px;
}

input[type=submit],
input[type=reset],
input[type=button] {
    padding: 10px 37px;
    border-radius: 0;
    box-shadow: #ccc 0 0 3px;
    background: #f0f0f0;
    background: -moz-linear-gradient(#F9F9F9, #EEE);
    background: -webkit-linear-gradient(#F9F9F9, #EEE);
    background: -o-linear-gradient(#F9F9F9, #EEE);
    background: -ms-linear-gradient(#F9F9F9, #EEE);
    background: linear-gradient(#F9F9F9, #EEE);
    border: none;
    color: #444;
    font-family: Roboto, "Droid Sans", sans-serif;
    font-size: 13px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    box-shadow: #aaa 0 0 5px;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
    box-shadow: #aaa 0 0 5px;
    background: -moz-linear-gradient(#EEE, #F9F9F9);
    background: -webkit-linear-gradient(#EEE, #F9F9F9);
    background: -o-linear-gradient(#EEE, #F9F9F9);
    background: -ms-linear-gradient(#EEE, #F9F9F9);
    background: linear-gradient(#EEE, #F9F9F9);
}

hr {
    border: none;
    border-top: #EEE 1px solid;
}

dt {
    font-weight: bold;
    margin-bottom: 24px;
}

dd {
    margin-left: 30px;
    margin-bottom: 24px;
}

ul {
    list-style-type: disc;
    /* 	margin-left:30px;
        margin-bottom:24px; */
}

ul li {
    margin-top: 4px;
}

ul ul {
    list-style-type: square;
    margin-bottom: 0;
}

ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 24px;
}

ol ol {
    list-style: upper-alpha;
    margin-bottom: 0
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

address {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 16px;
}

code {
    font-family: Roboto, Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
}

kbd,
tt {
    font-family: Roboto, monospace;
}

abbr,
acronym {
    border-bottom: #999 1px dotted;
    cursor: help;
}

big {
    font-size: 1.3em;
}

cite,
em {
    font-style: italic;
}

ins {
    background: #EEE;
    text-decoration: none;
}

pre {
    padding: 15px;
    background: #F5F5F5;
    border: #CCC 1px dashed;
    font-family: Roboto, Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: auto;
}

q {
    quotes: inherit;
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

strong {
    font-weight: bold;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

img,
video {
    max-width: 100%;
    height: auto;
}

video {
    display: block;
}

audio {
    max-width: 100%;
}

.entry-content a img,
#attachment-nav a img {
    padding: 5px;
    box-shadow: 0 0 3px #EEE;
    background: #FFF;
    border: #EEE 1px solid;
}

.entry-content a:hover img,
#attachment-nav a:hover img {
    background: #F0F0F0;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

.wp-caption {
    max-width: 100%;
    padding: 10px 0 0 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px #EEE;
    background: #FCFCFC;
    border: #EEE 1px solid;
}

.wp-caption a img {
    padding: 0;
    border: none;
}

.wp-caption-text {
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
    line-height: 1.62em;
    text-align: center;
}

.size-thumbnail {
    padding: 5px;
    box-shadow: 0 0 3px #EEE;
    background: #FCFCFC;
    border: #EEE 1px solid;
    margin-right: 24px;
}

.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    padding: 10px 0;
    background: #F9F9F9;
    border: #EEE 1px solid;
    box-shadow: 0 0 3px #EEE;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 90%;
    margin: 0 1.5% 3%;
}

.gallery-columns-2 .gallery-item {
    width: 45%;
    margin: 0 1.5% 3%;
}

.gallery-columns-3 .gallery-item {
    width: 30%;
    margin: 0 1.3% 3%;
}

.gallery-columns-4 .gallery-item {
    width: 22%;
    margin: 0 1.2% 3%;
}

.gallery-columns-5 .gallery-item {
    width: 17%;
    margin: 0 1.2% 3%;
}

.gallery-item:hover {
    background: #F4F4F4;
}

.gallery-item img {
    display: block;
    padding: 0;
    margin: 0 auto;
    box-shadow: 0 0 3px #FFF;
}

.gallery-icon {
    margin: 0;
}

.gallery-caption {
    padding: 10px 10px 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.sticky {
}

.bypostauthor > .comment-body {
    background: #F0F0F0;
}

/*
	Theme Design, Layout and Typography
*/

#wrapper {
    position: relative;
    width: 80vw;
    margin: 0 auto;
}

.page-template-template-no-sidebars-php #wrapper {
    max-width: 780px;
}

#header-image {
    margin: auto;
}

#access {
    min-height: 40px;
    box-shadow: 0 0 3px #999;
    background: #444;
    background: -moz-repeating-linear-gradient(#555, #333 40px);
    background: -webkit-repeating-linear-gradient(#555, #333 40px);
    background: -o-repeating-linear-gradient(#555, #333 40px);
    background: -ms-repeating-linear-gradient(#555, #333 40px);
    background: repeating-linear-gradient(#555, #333 40px);
}

#access ul {
    float: left;
    padding: 0;
    margin: 0;
    max-width: 75%;
    list-style: none;
    font-size: 13px;
}

#access li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

#access ul li:first-child {
    padding-left: 0;
}

#access a {
    display: block;
    padding: 0 20px;
    color: #f0f0f0;
    text-align: center;
    text-decoration: none;
}

#access a:hover,
#access li.current_page_item > a,
#access li.current-menu-item > a {
    background: #777;
    background: -moz-linear-gradient(#777, #555);
    background: -webkit-linear-gradient(#777, #555);
    background: -o-linear-gradient(#777, #555);
    background: -ms-linear-gradient(#777, #555);
    background: linear-gradient(#777, #555);
    color: #fff;
    text-decoration: none;
}

#access li.current_page_item > a,
#access li.current-menu-item > a {
    background: #222;
    background: -moz-linear-gradient(#252525, #151515);
    background: -webkit-linear-gradient(#252525, #151515);
    background: -o-linear-gradient(#252525, #151515);
    background: -ms-linear-gradient(#252525, #151515);
    background: linear-gradient(#252525, #151515);
}

.drop-down-toggle {
    position: absolute;
    top: 7px;
    right: 16px;
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #333;
    background: -moz-linear-gradient(#333, #444);
    background: -webkit-linear-gradient(#333, #444);
    background: -o-linear-gradient(#333, #444);
    background: -ms-linear-gradient(#333, #444);
    background: linear-gradient(#333, #444);
    border: #aaa 3px solid;
}

.drop-down-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 8px 0 0 5px;
    border-top: 5px solid #aaa;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
}

#access li li {
    float: none;
    min-width: 190px;
    padding: 0;
    margin: 0;
}

#access li li a {
    min-width: 150px;
    margin: 0;
    background: #555;
    border-top: #5f5f5f 1px solid;
    font-size: 13px;
    line-height: 33px;
    text-align: left;
    overflow: hidden;
}

#access li li:first-child > a {
    border-top: none;
}

#access li li a:hover {
    background: #444;
}

#access li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 190px;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 3px #333;
}

#access li ul ul {
    margin: -33px 0 0 190px !important;
}

#access li:hover > ul,
#access li li:hover > ul,
#access li li li:hover > ul {
    display: block;
}

#access .nav-toggle {
    display: none;
}


.widget-area #s {
    max-width: 80%;
}

#header input#s:focus {
    color: #ccc;
}

input#searchsubmit {
    display: none;
    width: 30px;
    padding: 2px;
    margin-right: 10px;
    background: #a8a8a8;
    background: -moz-linear-gradient(#CCC, #999);
    background: -webkit-linear-gradient(#CCC, #999);
    background: -o-linear-gradient(#CCC, #999);
    background: -ms-linear-gradient(#CCC, #999);
    background: linear-gradient(#CCC, #999);
    border: #999 1px solid;
    color: #333;
    text-align: center;
}

#container {
    margin: 1.76%;
}

.page-template-template-no-sidebars-php #container {
    margin: 1.76% 2.5%;
}

#slider {
    position: relative;
    margin: 0 0 1.83%;
    box-shadow: 0 0 3px #999;
    background: #ccc;
    background: -moz-linear-gradient(#ddd, #bbb);
    background: -webkit-linear-gradient(#ddd, #bbb);
    background: -o-linear-gradient(#ddd, #bbb);
    background: -ms-linear-gradient(#ddd, #bbb);
    background: linear-gradient(#ddd, #bbb);
}

#slider a:active {
    outline: none;
}

.slides,
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides {
    width: 100%;
    overflow: hidden;
}

#slider .slides > li {
    display: none;
    position: relative;
    margin: 0;
}

#slider .slides li:first-child {
    display: list-item;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flex-control-nav {
    position: absolute;
    right: 4%;
    bottom: 7.3%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 3px #999;
    cursor: pointer;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
    background: #fff;
}

#slider .post {
    padding: 1.83%;
    margin: 0;
    box-shadow: none;
    background: none;
}

#slider .entry-container {
    float: right;
    max-width: 37.9%;
}

#slider .wp-post-image,
#slider .entry-attachment {
    max-width: 60.8%;
    padding: 0.47%;
    background: #E9E9E9;
}

#slider .format-audio .entry-summary object {
    min-height: 24px;
    height: 24px;
}

#slider .entry-summary .entry-attachment {
    float: none;
    max-width: 100%;
    padding: 0;
    background: none;
}

#slider .entry-attachment,
#slider .entry-attachment p {
    margin-bottom: 0;
}

#slider .entry-header,
#slider .entry-summary {
    margin-left: 5%;
}

#slider .entry-title,
#slider .entry-meta {
    margin-left: 0;
}

.content-sidebar-wrap {
    float: left;
    width: 85.15%;
}

#content {
    float: left;
    width: 100%;
    box-shadow: 0 0 3px #999;
    background: #fff;
    /* min-height: 950px; */
}

.home #content,
.single #content,
.page #content {
    box-shadow: none;
    background: none;
}

.paged #content,
.archive #content,
.search #content,
.error404 #content,
.entry,
#comments,
#respond {
    margin-bottom: 1.76%;
    box-shadow: 0 0 3px #999;
    background: #fff;
}

.error404 .entry {
    margin: 0;
}

.page-template-template-sidebar-content-php #content {
    /*float: right;*/
    min-height: 100vh;
}

.page-template-template-content-sidebar-php #content {
    float: left;
}

.page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content {
    float: right;
    width: 100% !important;
}

.page-template-template-no-sidebars-php #content {
    float: none;
    width: 100%;

}

.page-template-template-full-width-php #content {
    width: 100%;
}

#location {
    margin: 0 20px;
    padding-top: 20px;
}

.single #location,
.page #location,
.error404 #location {
    padding-top: 0;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
}

#breadcrumbs,
#current-location {
    padding-bottom: 6px;
}

#current-location {
    margin-top: 12px;
}

#current-location .prefix-text {
    margin: 0;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-title {
    margin: 0;
}

.home .post {
    padding: 2.7%;
    margin-bottom: 2.7%;
    box-shadow: 0 0 3px #999;
    background: #fff;
}

.paged .post,
.archive .post,
.search .post,
.search .page {
    padding: 0;
    margin: 0 20px;
    box-shadow: none;
    background: none;
    border-top: #eee 1px solid;
}

.teaser {
    float: right;
    width: 43.23%;
}

.teaser-odd {
    float: left;
}

.entry,
#comments,
#respond {
    padding: 20px;
    margin-bottom: 2.7%;
}

.entry,
#comments,
#respond {
    width: auto;
}

.wp-post-image,
.format-status .avatar {
    float: left;
    padding: 0.71%;
    box-shadow: 0 0 3px #aaa;
    background: #e9e9e9;
    max-width: 38.2%;
}

.teaser .wp-post-image {
    float: none;
    display: block;
    padding: 1.56%;
    margin: 0 auto 12px auto;
    max-width: 96.88%;
}

.format-audio object {
    height: 24px;
}

.teaser .entry-attachment p {
    margin-bottom: 6px;
}

.has-thumbnail .entry-header,
.has-thumbnail .entry-summary,
.has-thumbnail.format-chat .entry-content {
    margin-left: 42.55%;
}

.entry-title,
.page-title,
#comments-title,
#reply-title {
    font-weight: bold;
}

.teaser .entry-title,
.teaser .entry-meta,
.teaser .entry-summary {
    margin-left: 0;
}

.entry-title {
    margin: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: 1.62em;
}

.teaser .entry-title {
    font-size: 18px;
    line-height: 1.62em;
    margin-bottom: 8px;
}

.single .entry-title,
.page .entry-title,
.error404 .entry-title {
    font-size: 32px;
    line-height: 1.62em;
}

.page .entry-title,
.error404 .entry-title {
    margin-bottom: 12px;
}

.entry-title a {
    color: #333;
}

.entry-title a:hover {
    color: #21759B;
}

.format-link .entry-title a:after {
    content: "\2192";
    padding-left: 8px;
}

.entry-meta {
    margin-bottom: 18px;
    color: #777;
    font-size: 12px;
}

.format-aside .entry-meta,
.format-status .entry-meta,
.format-quote .entry-meta {
    margin-bottom: 0;
}

.format-status .entry-meta,
.format-status .entry-summary {
    margin-left: 108px;
}

.teaser .entry-summary {
    height: 64px;
    overflow: hidden;
}

.entry-summary p {
    margin: 0;
}

.format-aside .entry-summary p,
.format-status .entry-summary p,
.format-quote .entry-summary p {
    margin-bottom: 6px;
}

.teaser.format-aside .entry-summary,
.teaser.format-quote .entry-summary,
.teaser.format-status .entry-summary {
    height: 101px;
}

.entry-content {
    font-size: 15px;
    line-height: 1.62em;
}

.entry-content ul {
    width: auto !important;
    padding-right: 10px;
}

.format-chat .entry-content p,
.format-chat .entry-summary p {
    padding: 2px 3px;
    margin: 0;
    background: #FCFCFC;
}

.format-chat .entry-summary p {
    padding: 0;
}

.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-summary p:nth-child(odd) {
    background: #F0F0F0;
    font-weight: bold;
}

.single .format-chat .entry-content p:last-child,
.single .format-chat .entry-summary p:last-child {
    margin-bottom: 24px;
}

.entry-attachment {
    margin-bottom: 24px;
}

.teaser.format-gallery .entry-summary {
    height: 274px;
}

.entry-summary .gallery-item {
    padding: 0;
    margin: 0 7px 14px;
}

.teaser img.attachment-gallery-thumb {
    max-width: 90px;
}

.entry-attachment img {
    display: block;
    margin: 0 auto 18px;
}

.entry-utility {
    padding-top: 12px;
    border-top: #eee 1px solid;
}

.post-pagination {
    margin-bottom: 12px;
}

#attachment-nav {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: #EEE 1px solid;
}

#attachment-nav img {
    display: block;
}

.nav-prev img {
    float: left;
}

.nav-next img {
    float: right;
}

.social-bookmarks {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}

.social-bookmarks p {
    margin-bottom: 12px;
}

.facebook-like,
.twitter-button,
.google-plus,
.pinterest-button {
    float: left;
}

.facebook-like {
    width: 110px;
}

.fb_edge_comment_widget {
    width: 401px;
}

.entry-author {
    padding: 20px;
    margin-bottom: 20px;
    background: #f3f3f3;
    box-shadow: 0 0 3px #ccc;
    font-size: 13px;
    line-height: 1.62em;
}

.entry-author .avatar {
    float: left;
    padding: 5px;
    box-shadow: 0 0 3px #ccc;
    background: #e9e9e9;
}

.entry-author .author {
    margin-bottom: 10px;
    font-size: 15px;
}

.entry-author .author,
.author-bio,
.entry-author .author-meta {
    margin-left: 126px;
}

.author-bio {
    margin-bottom: 10px;
}

.entry-author .author-website,
.entry-author .author-twitter {
    float: left;
    width: 50%;
    text-align: center;
}

.nocomments {
    margin: 0;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.62em;
    text-align: center;
}

#comments-title,
#reply-title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.62em;
}

.commentlist {
    margin: 0 0 20px 0;
    list-style: none;
}

.commentlist .children {
    margin: 20px 0 0 40px;
    list-style: none;
}

.comment {
    margin: 0;
}

.comment-body {
    padding: 20px;
    margin-top: 2.85%;
    background: #f3f3f3;
    box-shadow: 0 0 3px #ccc;
}

.commentlist .comment:first-child .comment-body {
    margin-top: 0;
}

.comment .avatar {
    float: right;
    padding: 3px;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 3px #ccc;
    background: #e9e9e9;
}

.comment .fn {
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.62em;
}

.comment-meta {
    margin-bottom: 18px;
    font-size: 12px;
}

a.comment-reply-link {
    padding: 4px 15px;
    border-radius: 15px;
    box-shadow: #DDD 0 0 3px;
    background: #fcfcfc;
    background: -moz-linear-gradient(#FFF, #f9f9f9);
    background: -webkit-linear-gradient(#FFF, #f9f9f9);
    background: -o-linear-gradient(#FFF, #f9f9f9);
    background: -ms-linear-gradient(#FFF, #f9f9f9);
    background: linear-gradient(#FFF, #f9f9f9);
    border: none;
    color: #333;
    font-family: Roboto, "Droid Sans", sans-serif;
    text-decoration: none;
}

a.comment-reply-link:hover {
    box-shadow: #CCC 0 0 5px;
}

a.comment-reply-link:focus {
    box-shadow: #CCC 0 0 5px;
    background: -moz-linear-gradient(#f9f9f9, #FFF);
    background: -webkit-linear-gradient(#f9f9f9, #FFF);
    background: -o-linear-gradient(#f9f9f9, #FFF);
    background: -ms-linear-gradient(#f9f9f9, #FFF);
    background: linear-gradient(#f9f9f9, #FFF);
}

.commentlist #respond {
    width: auto;
    padding: 20px 0 0 0;
    box-shadow: none;
}

.comment-notes,
.form-allowed-tags {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    width: 60px;
    padding: 0 10px;
    color: #444;
    line-height: 36px;
}

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
    position: absolute;
    top: 1px;
    right: 6%;
    z-index: 2;
    color: #FF0000;
    font-size: 24px;
    line-height: 44px;
}

#author,
#email,
#url,
#comment {
    position: relative;
    width: 93%;
    text-indent: 80px;
}

input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
    position: relative;
    z-index: 1;
    text-indent: 0;
}

#comment {
    font-size: 15px;
}

#post-nav,
#posts-nav {
    clear: both;
    padding-top: 30px;
    font-size: 15px;
    font-weight: bold;
    border-top: #eee 1px solid;
}

#post-nav {
    padding: 15px 0;
    border-top: none;
}

.home #posts-nav {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #999;
    background: #fff;
    border-top: none;
}

.paged #posts-nav,
.archive #posts-nav {
    padding: 20px 0 0;
    margin: 20px;
    margin-top: 0;
    box-shadow: none;
    background: none;
    border-top: #eee 1px solid;
}

.page-template-template-no-sidebars-php.paged #posts-nav,
.page-template-template-no-sidebars-php.archive #posts-nav {
    padding: 20px 0;
}

.nav-prev {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

.page-numbers {
    padding: 0 4px;
}

.page-numbers.prev {
    padding-left: 0;
}

.page-numbers.next {
    padding-right: 0;
}

#sidebar {
    float: right;
    width: 29.48%;
    color: #aaa;
}

.page-template-template-sidebar-content-php #sidebar {
    float: left;
}

.page-template-template-content-sidebar-php #sidebar {
    float: right;
}

#sidebar-left {
    float: left;
    width: 49.65%;
    color: #aaa;
    /* 	height: 100%; */
}

/*.page-template-template-sidebar-content-sidebar-php #sidebar-left {*/
/*    width: 17.4%;*/
/*}*/

#sidebar-right {
    float: right;
    width: 43.45%;
    color: #aaa;
}

.page-template-template-sidebar-content-sidebar-php #sidebar-right {
    width: 12.75%;
}

#sidebar-bottom {
    clear: both;
}

.widget {
    margin-bottom: 30px;
    /*overflow:hidden;*/
}

.widget-title {
    margin: 0;
    color: #aaa;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.widget-area ul {
    margin: 0;
    list-style: none;
    /* 	overflow:hidden; */
}

.widget-area li {
    margin: 0;
    border-bottom: #d9d9d9 1px dashed;
    line-height: normal;
}

.widget-area li li {
    border-bottom: none;
}

.widget-area li ul {
    margin-left: 20px;
}

.widget-area a {
    color: #7799aa;
}

/*.widget-area a:hover {*/
/*    color: #d54e21;*/
/*}*/

#footer {
    clear: both;
    height: 75px;
    width: 100%;
    padding-top: 30px;
    background-color: white;
}

#footer-area {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    box-shadow: 0 0 3px #999;
    background: #383838;
    background: -moz-linear-gradient(#444, #333);
    background: -webkit-linear-gradient(#444, #333);
    background: -o-linear-gradient(#444, #333);
    background: -ms-linear-gradient(#444, #333);
    background: linear-gradient(#444, #333);
    color: #999;
}

#footer-area .widget {
    float: left;
    width: 30.8%;
    margin: 0 0 1.9% 3.8%;
}

#footer-area .widget:first-child {
    margin-left: 0;
}

#footer-area .widget-title {
    color: #e0e0e0;
}

#footer-area li {
    border-bottom: #555 1px dashed;
}

#footer-area aside .textwidget p {
    text-align: right !important;
}

#copyright {
    clear: both;
    padding: 0 20px;
    box-shadow: 0 -1px 3px #ccc;
    background: #e0e0e0;
    background: -moz-linear-gradient(#e3e3e3, #ddd);
    background: -webkit-linear-gradient(#e3e3e3, #ddd);
    background: -o-linear-gradient(#e3e3e3, #ddd);
    background: -ms-linear-gradient(#e3e3e3, #ddd);
    background: linear-gradient(#e3e3e3, #ddd);
    color: #999;
    line-height: 40px;
}

.copyright {
    float: left;
    max-width: 728px;
}

.credits {
    float: right;
    max-width: 370px;
    margin-right: 12px;
    text-align: right;
}

#copyright p {
    margin: 0;
}

#copyright a {
    color: #7799aa;
    text-decoration: none;
}

#copyright a:hover {
    color: #d54e21;
}

@media screen and (max-width: 1152px) {

    #wrapper {
        max-width: 960px;
    }

    img.attachment-gallery-thumb {
        max-width: 82px;
    }

    .teaser img.attachment-gallery-thumb {
        max-width: 74px;
    }

    .single img.attachment-gallery-thumb {
        max-width: 100%;
    }

    .format-audio object {
        min-height: 24px;
    }

    .single .format-audio object {
        height: 24px;
    }

    .social-bookmarks iframe {
        min-height: 0;
    }

}

@media screen and (max-width: 960px) {

    .content-sidebar-wrap,
    #content,
    .page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content,
    #sidebar,
    #sidebar-right,
    #sidebar-left {
        float: none;
        width: auto;
    }

    .single .format-audio object {
        height: 24px;
    }

    .social-bookmarks iframe {
        min-height: 0;
    }

    #sidebar {
        padding: 3.52%;
    }

    #sidebar .widget {
        float: left;
        width: 32%;
        margin-left: 1.88%;
    }

    #sidebar .widget:first-child {
        margin-left: 0;
    }

}

@media screen and (max-width: 640px) {

    .wp-caption {
        padding: 10px 0 0;
    }

    #site-description {
        padding-bottom: 18px;
    }


    #access ul {
        display: none;
    }

    #access li ul {
        position: static;
    }

    #access li ul ul {
        margin: 0 !important;
    }

    #access ul,
    #access li {
        float: none;
        max-width: 100%;
    }

    #access a {
        width: 100%;
        padding: 0;
        background: #444;
        background: -moz-linear-gradient(#555, #333);
        background: -webkit-linear-gradient(#555, #333);
        background: -o-linear-gradient(#555, #333);
        background: -ms-linear-gradient(#555, #333);
        background: linear-gradient(#555, #333);
    }

    #access li li a {
        text-align: center;
    }

    #access li li li a {
        background: #777;
        border-top-color: #7f7f7f;
    }

    #access a:hover {
        background: #888;
        background: -moz-linear-gradient(#999, #777);
        background: -webkit-linear-gradient(#999, #777);
        background: -o-linear-gradient(#999, #777);
        background: -ms-linear-gradient(#999, #777);
        background: linear-gradient(#999, #777);
    }

    #access li:hover > ul,
    #access li li:hover > ul,
    #access li li li:hover > ul {
        display: none;
    }

    .drop-down-toggle {
        display: block;
    }

    #access li li .drop-down-toggle {
        top: 5px;
    }

    #access .nav-toggle {
        display: block;
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;
    }

    #header input#s {
        display: block;
        width: 225px;
        margin: 0 auto;
    }

    .flex-control-nav li {
        margin: 0 0 0 10px;
    }

    .flex-control-nav li:first-child {
        margin: 0;
    }

    .flex-control-nav li a {
        box-shadow: none;
        background: rgba(255, 255, 255, 0.75);
    }

    #slider .entry-container {
        position: absolute;
        left: 4%;
        bottom: 6.3%;
    }

    #slider .entry-header,
    #slider .entry-summary {
        margin: 0;
    }

    #slider .entry-title a,
    #slider .entry-summary {
        display: inline-block;
        padding: 1% 3%;
        background: rgba(255, 255, 255, 0.75);
    }

    #slider .entry-meta {
        display: none;
    }

    #slider .entry-summary {
        max-width: 61.8%;
    }

    #slider .entry-summary p {
        max-height: 84px;
        overflow: hidden;
    }

    #slider .wp-post-image,
    #slider video,
    #slider .entry-attachment {
        float: none;
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    #slider .format-video .entry-container {
        display: none;
    }

    .teaser,
    .teaser-odd {
        float: none;
        width: auto;
    }

    .wp-post-image,
    .teaser .wp-post-image {
        display: block;
        float: left;
        max-width: 24%;
        padding: 0.71%;
        margin: 0 auto 12px;
    }

    .has-thumbnail .entry-summary {
        clear: both;
        margin: 0;
    }

    .has-thumbnail.format-aside .entry-summary,
    .has-thumbnail.format-quote .entry-summary {
        clear: none;
        margin-left: 28.15%;
        width: 71.85%;
    }

    .has-thumbnail.format-chat .entry-content {
        clear: both;
        margin: 0;
    }

    .has-thumbnail .entry-header {
        clear: none;
        margin-left: 28.15%;
    }

    .teaser.has-thumbnail .entry-title,
    .teaser.has-thumbnail .entry-summary {
        clear: none;
        padding-left: 3%;
    }

    .teaser.format-gallery .entry-summary {
        height: auto;
        margin: 0;
    }

    .teaser.format-image .wp-post-image {
        float: none;
        max-width: 100%;
    }

    .format-status .wp-post-image {
        display: none;
    }

    .format-status .entry-meta,
    .format-status .entry-summary {
        margin-left: 108px;
    }

    img.attachment-gallery-thumb {
        max-width: 74px;
    }

    .single img.attachment-gallery-thumb {
        max-width: 100%;
    }

    .single .format-audio object {
        height: 24px;
    }

    .entry-content {
        font-size: 17px;
        line-height: 1.62em;
    }

    .entry-author,
    .comment-body {
        padding: 12px;
    }

    .entry-author .avatar,
    .comment .avatar {
        max-width: 40px;
        padding: 3px;
    }

    .entry-author .author,
    .author-bio,
    .entry-author .author-meta {
        margin-left: 76px;
    }

    .page-numbers .text {
        display: none;
    }

    #sidebar-left,
    .page-template-template-sidebar-content-sidebar-php #sidebar-left {
        float: left;
        width: 49.65%;
    }

    #sidebar-right,
    .page-template-template-sidebar-content-sidebar-php #sidebar-right {
        float: right;
        width: 43.45%;
    }

    #sidebar .widget,
    #footer-area .widget {
        float: none;
        width: auto;
        margin-left: 0;
    }

    #footer-area .widget {
        margin: 10px 0;
    }

    .copyright,
    .credits {
        float: none;
        text-align: left;
    }

}

.qtranxs-available-languages-message {
    display: none;

}

.wpuf-file-input-wrap {
    display: none;
}

/* Current user highlighted */
.widget_wp_sidebarlogin {
    background-color: #BFD699;
    /*   margin: 30px -10px; */
    padding: 0 10px;
}

.entry-content ul.content-list {
    background-color: #BFD699 !important;
    width: auto;
    line-height: 1em;
    padding: 10px 30px;
    margin-left: 30px;
    margin-bottom: 24px;
    /* 	font-size: 14px; */
}

.entry-content ul.content-list a {
    font-size: 14px;
    line-height: 1em;
}

.entry-content ul {
    background-color: unset !important;
}

.entry-content ul a {
    font-size: 18px;
    line-height: 1.62em;
}

.entry-content ul.wpuf-form {
    background-color: #F3F4F5 !important;
}

.entry-content.main-content table p {
    font-size: 14px;
}

/* Custom class for hidden elements */
.fundus-hidden {
    display: none;
}

/*.widget_listcategorypostswidget ul {*/
/*    column-count: 2;*/
/*    -moz-column-count: 2;*/
/*    -webkit-column-count: 2;*/
/*}*/

.categorielist li, .widget_listcategorypostswidget li {
    margin-left: 10px;
    line-height: 1.2em;
}

.widget_listcategorypostswidget li a {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

body {
    background: #FFFFFF;
}

#wrapper {
    overflow: visible;
}

#footer {
    max-width: 1000px;
    margin: 0 auto;
    height: 75px;
    background-color: white;
}

#footer-area {
    background: transparent;
    box-shadow: 0 0 0;
    padding: 1% 1%;
    text-align: right;
}

#footer-area .widget {
    width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

a {
    font-weight: 700;
    color: rgb(0, 125, 0);
}

.entry {
    padding: 10px 10px 10px 10px;
}

table th, table td {
    padding: 5px;
}

table tr:nth-child(2n) {
    background: none;
}

form input {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    /*height: 20px;*/
    outline: medium none currentColor;
    padding: 4px 9px 4px 27px;
}

form input[type="text"] {
    height: 40px;
}

input[type="text"], input[type="password"], textarea {
    padding: 2px 8px;
    border: 1px solid #888888;
}

form input {
    border: medium none currentColor;
}

.wpuf-post-form {
    list-style: none outside none;
    margin: 10px 0px 0px;
    padding: 10px 0px 10px 0px;
}

ul.wpuf-form li .wpuf-fields input[type="text"],
ul.wpuf-form li .wpuf-fields input[type="password"],
ul.wpuf-form li .wpuf-fields input[type="email"],
ul.wpuf-form li .wpuf-fields input[type="url"],
ul.wpuf-form li .wpuf-fields input[type="number"],
ul.wpuf-form li .wpuf-fields textarea {
    color: rgb(17, 96, 10);
}

ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
    margin: 0px;
}

.knopf, .knopf:hover, .knopf:focus,
.wpuf-post-form input[type="submit"], .wpuf-button,
input[type="submit"], input[type="reset"], input[type="button"],
input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus,
.wpuf-post-form input[type="submit"]:hover, .wpuf-button:hover,
.wpuf-post-form input[type="submit"], .wpuf-button {
    text-align: left;
    background: #ADCC47;
    color: #000000;
    font-size: 18px;
    height: 50px;
    font-family: Roboto, 'Georgia', 'URW Bookman L', serif;
    /*border: 1px solid #222;*/
    border-radius: 0;
    outline: medium none currentColor;
    line-height: 1;
}

/*span.wpcf7-list-item {*/
/*    margin-left: 0;*/
/*}*/

span.wpcf7-not-valid-tip {
    color: #ADCC47;
}

.invalid {
    border: 1px solid #ADCC47 !important;
}

.postlist li, .postlist li a {
    line-height: 1.2em;
    font-weight: 400;
}

#container {
    /*min-height: 900px;*/
    margin: 0;
}

.paged #content, .archive #content, .search #content, .error404 #content, .entry, #comments, #respond {
    background: #FFFFFF;
    box-shadow: none;
    min-height: calc(100vh - 160px);
}

.page-template-template-sidebar-content-sidebar-php #sidebar-left {
    width: 15%;
    /*position: absolute;*/
}

.page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content {
    width: 530px;
}

.entry-content ul {
    font-size: 14px;
    width: 40%;
    background-color: #BFD699;
    padding-left: 20px;
}

.entry, #comments, #respond {
    margin-bottom: 1%;
    padding: 0 10px;
}

.content-sidebar-wrap {
    width: 70%;
}

.page-template-template-sidebar-content-sidebar-php #sidebar-right {
    width: 30%;
}

.entry-content a img, #attachment-nav a img, .entry-content a:hover img, #attachment-nav a:hover img {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

#sidebar-left {
    color: #000;
    float: left;
    width: 15%;
    background-color: #fff;
    padding: 10px;
    /*position: absolute;*/
    height: 100%;
}

#sidebar-right {
    margin-top: 10px;
}

#sidebar-right .widget {
    background-color: #ffffff;
}

#sidebar-right .widget-title h3 {
    color: #BFD699;
}

.widget-area li {
    border: none;
}

.textwidget img {
    /*margin-top: 20px;*/
}

.qtranxs_widget ul li {
    display: block !important;
}

#sidebar-right td, #sidebar-right th {
    border: 0;
}

.widget_wp_sidebarlogin form {
    margin: 0;
}

.subcat1, .postlist {
    padding-left: 10px;
}

#copyright {
    background: transparent;
    box-shadow: 0px 0px 0px;
}

.wp-post-image {
    max-width: 300px;
}

.attachment-thumbnail {
    width: 100%;
}

.comment-respond {
    display: none;
}

ul.wpuf-post-form {
    width: 100%;
}

.wpuf-post-form label {
    min-width: 230px;
}

.wpuf-post-form textarea {
    margin-top: 5px;
    width: 90%;
    height: 100px;
}

.versteckt {
    visibility: hidden;
    height: 10px;
}

.wpuf-post-form p.description {
    visibility: hidden;
    height: 1px;
}

.wpuf-attachment-list ul {
    width: auto;
}

.wpuf-form-add ul {
    width: 100%;
}

.wpuf-form-add ul .children {
    width: 80%;
}

form input {
    background: #FCFCFC;
}

.wpuf-submit {
    text-align: left;
}

a {
    text-decoration: none !important;
}

#header .top-bar {
    --bs-gutter-x: 1.5rem;
    background-color: #ffffff;
    margin: 0 calc(-10.15vw + var(--bs-gutter-x) * .5);
    padding: 0 calc(10.15vw - var(--bs-gutter-x));
}

#header .top-bar #header-image {
    padding: 5px 0 2px;
}

#header .top-bar .divider {
    margin: 0 24px;
    border-left: 1px solid #DFDFDF;
    height: 41px;
}

#header #searchform {
    max-width: 320px;
    height: 50px;
    border-radius: 2px 0 0 2px;
}

#header #searchform input {
    background: #E9EDE9;
    height: inherit;
    float: left;
    width: 84%;
    font: normal normal 400 14px/20px Roboto, serif;
    border: 0;
    color: #282F34;
    letter-spacing: 0;
    padding: 16px;

}

#header #searchform button {
    width: 16%;
    height: inherit;
    padding: 15px;
    color: white;
    font-size: 17px;
    cursor: pointer;
    border: 0;
    background-size: auto;
    background: #6D8711 url('./images/material-search.svg') no-repeat center;
}

#header .bottom-bar {
    --bs-gutter-x: 1.5rem;
    background-color: #F3F4F5;
    height: auto;
    min-height: 43px;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0 calc(-10.15vw + var(--bs-gutter-x) * .5);
    padding: 4px calc(10.15vw - var(--bs-gutter-x));
}

#sidebar-top .widget_wp_sidebarlogin {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    gap: 10px;
    padding: 0;
}

#sidebar-top .widget_wp_sidebarlogin a {
    color: #6D8711;
}

#sidebar-top .widget-area .widget_wp_sidebarlogin .sidebar-login-form .sidebar-login-error,
#sidebar-top .widget_wp_sidebarlogin .sidebar-login-form .sidebar-login-error {
    padding: 7px 14px;
    line-height: normal;
    position: absolute;
    margin-bottom: -80px !important;
}

#sidebar-top .widget-area .widget_wp_sidebarlogin .sidebar-login-links,
#sidebar-top .widget_wp_sidebarlogin .sidebar-login-links {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.bottom-bar .divider {
    height: 29px;
    border-left: 1px solid #DFDFDF;
    margin: 0 86px 0 24px;
}

/* Homepage */
.home-header {
    /* background-image: url('./images/IMG_20240910_120025_HDR-scaled-e1728287004230.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 700px;
    margin: 0 -10.07vw;
    display: flex;
    align-items: center;
}

.home-header .home-header-content {
    background: 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    color: #ffffff;
    padding: 10px;
}

.home-header .home-header-content h1 {
    text-align: left;
    font: normal normal 600 50px/55px Roboto, serif;
    letter-spacing: 0;
    color: #FFFFFF;
}

.home-header .home-header-content p {
    font: normal normal normal 16px/23px Roboto, serif;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.categories-container {
    margin: 4.625rem auto;
}

.categories-container .categories .category {
    box-sizing: border-box;
    margin: 8px;
    padding: 28px;
    background-color: #F3F4F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories-container .categories .category img {
    height: 120px;
}

.categories-container .categories .category h4 {
    text-align: center;
    font: normal normal bold 24px/20px Roboto, Serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 1;
}

.categories-container .categories .category p {
    text-align: center;
    font: normal normal normal 16px/20px Roboto, Serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 0.6;
    white-space: pre-wrap;
    word-break: break-word;
}

.categories-container .categories .category span {
    font: normal normal bold 13px/20px Roboto, Serif;
    letter-spacing: 0;
    color: #6D8711;
    opacity: 1;
}

.categories-container .categories .category span::after {
    content: '\2192';
    color: #6D8711;
    font-size: 20px;
    font-weight: bold;
}

.region-selection {
    background: #F3F4F5;
    margin: 0 -10vw;
    text-align: center;
    padding: 2rem 0;
}

table.sponsors {
    margin-top: 4.625rem;
}

table.sponsors h2,
.region-selection h2,
.categories-container h2 {
    text-align: center;
    font: normal normal bold 40px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    line-height: normal;
    margin-bottom: 10px;
}

.region-selection h2 + p,
.categories-container h2 + p {
    font: normal normal normal 16px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 0.6;
}

#sidebar-header {
    margin: 0 auto;
    height: auto;
    padding: 10px;
    overflow: hidden;
    width: auto;
}

#sidebar-header .widget {
    margin: 0;
}

#sidebar-header .widget li {
    padding: 7px 20px;
    background: #F3F4F5 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 12px 0;
}

#sidebar-header .widget li.active {
    background-color: #EDEDED;
}

#sidebar-header .widget li a strong {
    font: normal normal bold 16px/19px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
}

#sidebar-header .widget li span {
    font-weight: lighter;
}

#sidebar-header .widget .categorielist li,
#sidebar-header .widget .categorielist a li {
    font: normal normal bold 16px/19px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
}

#sidebar-header .widget .categorielist .subcat1 {
    display: none;
}

#sidebar-header .widget .categorielist .subcat1.active {
    display: block;
}

#sidebar-header .widget .categorielist .subcat1 .sch span {
    font-weight: normal;
}

#sidebar-header .widget .categorielist ul.subcat1,
#sidebar-header .widget .categorielist ul.postlist {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    background-color: #F3F4F5;
    padding: 16px 28px;
    margin-top: -12px;
}

#sidebar-header .widget .categorielist .subcat1 li,
#sidebar-header .widget .categorielist ul.postlist li {
    background-color: transparent;
    font: normal normal normal 16px/30px Roboto, serif;
    letter-spacing: 0;
    color: #6D8711;
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

#sidebar-header .widget .categorielist ul.postlist li a {
    color: #6D8711;
    word-break: break-word;
}

#sidebar-header .widget .categorielist li.category-select-list::after {
    content: url('./images/arrow.svg');
    height: 19px;
    position: absolute;
    right: 30px;
    transition: transform 0.3s ease;
}

#sidebar-header .widget .categorielist li.category-select-list.active::after {
    transform: rotate(180deg);
}

#sidebar-header .widget-title {
    display: none;
}

article.page #sidebar-header .widget_listcategorypostswidget .widget-title {
    display: block;
}

#sidebar-header img {
    display: block;
    margin: 0;
}

.entry .entry-content.content-container {
    margin: 40px auto;
}

.post .entry .entry-content img,
.page .entry .entry-content.content-container img {
    float: right !important;
    width: 30% !important;
    padding: 15px;
    border: 1px solid #DFDFDF;
    margin-left: 40px !important;
    margin-bottom: 40px !important;
}

.page .entry .entry-content.content-container .wpuf-form img {
    width: 100% !important;
    max-height: 150px;
    transition: .3s;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .content-sidebar-wrap {
    width: 75%;
}

.page-template-template-sidebar-content-sidebar-php.single-post #sidebar-right {
    width: 23%;
}

body.single-post {
    background-color: #F6F7F8;
}

.single-post .entry {
    position: relative;
    padding-left: 270px;
    background-color: #F6F7F8;
}

.single-post .left-navigation {
    position: absolute;
    width: 240px;
    padding: 17px 20px;
    left: 0;
    background-color: #ffffff;
}

.single-post .left-navigation h3 {
    font: normal normal bold 20px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 1;
    word-break: break-word;
    border: 0 !important;
}

.single-post .entry-content .left-navigation .content-list {
    background-color: #ffffff !important;
    padding: 0 0 0 3px;
    font: normal normal normal 16px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    list-style: none;
    margin: 0;
}

.single-post .entry-content ul.content-list a {
    word-break: break-word;
    padding: 9px 0;
    font: normal normal normal 16px/16px Roboto, serif;
    letter-spacing: 0;
    color: #656B6F;
    opacity: 1;
    display: block;
    text-decoration: none !important;
}

.single-post .entry-title {
    font-size: 40px;
    color: #282F34;
}

.single.single-post #location {
    border-bottom: none;
    margin-bottom: 25px;
}

.single-post .main-content table,
.single-post .main-content table tbody,
.single-post .main-content table td,
.single-post .main-content table tfoot,
.single-post .main-content table th,
.single-post .main-content table thead,
.single-post .main-content table tr,
.category .entry-content table,
.category .entry-content table tbody,
.category .entry-content table td,
.category .entry-content table tfoot,
.category .entry-content table th,
.category .entry-content table thead,
.category .entry-content table tr{
    border: 2px solid #6D8711 !important;
}

#breadcrumbs a {
    font: normal normal normal 16px/25px Roboto, serif;
    letter-spacing: 0;
    color: #656B6F;
}

#breadcrumbs {
    font: normal normal bold 16px/25px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 0.7;
}

.single-post .entry-content h3 {
    font: normal normal bold 24px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 1;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 10px;
}

#sidebar-right table {
    margin: 0;
}

#sidebar-right table tbody tr:not(:first-child) td:first-child {
    font: normal normal 600 14px/25px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
    opacity: 0.6;
}

#sidebar-right .widget:has(table) {
    padding: 20px;
}

#sidebar-right .image-container {
    text-align: center;
}

.single-post #container {
    min-height: calc(100vh - 160px);
}

.single-post .fundus-single-sidebar-wrapper {
    color: rgba(40, 47, 52, 0.7);
    background-color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    border-bottom: 36px solid #F6F7F8;
}

.single-post .widget-area .size-thumbnail {
    border: 0;
    box-shadow: none;
}

.single-post #sidebar-right.widget-area h3 {
    color: #282F34;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 5px;
}

.single-post #sidebar-right.widget-area {
    font: normal normal normal 14px/20px Roboto, serif;
    letter-spacing: 0;
    color: #282F34;
}

.single-post .entry-content {
    color: #656B6F;
    font-size: 16px;
    line-height: 1.5;
}

#footer {
    --bs-gutter-x: 1.5rem;
    width: auto;
    height: auto;
    max-width: inherit;
    background-color: #ffffff;
    margin: 0 calc(-10.15vw + var(--bs-gutter-x) * .5);
    padding: 0 calc(10.15vw - var(--bs-gutter-x));
}

#footer-area {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    padding: 5px;
}

#footer-area a span {
    color: #707070 !important;
}

#footer-area aside .textwidget p {
    text-align: center !important;
    margin: 0;
}

.single-post #sidebar-right table {
    border: 0 !important;
    table-layout: auto;
}

.single-post #sidebar-right td,
.single-post #sidebar-right th {
    background-color: transparent !important;
}

.single-post .entry-content ul {
    padding: 0;
}

.single-post .entry-content ul li {
    list-style: none;
}

.single-post .entry-content ul li a {
    text-decoration: underline !important;
    font: normal normal normal 16px/25px Roboto, serif;
    letter-spacing: 0px;
    color: #6D8711;
    opacity: 0.7;
}

h1, h2, h3, h4, h5, h6, #site-title, #site-description, .entry-title, #comments-title, #reply-title, .widget-title {
    font-family: Roboto, serif !important;
}

body ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist ul.children > li > ul.children,
body ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li + li > ul.children {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

body ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
    display: block;
}

/* Custom Language Selector */
#fundus-language-selector {
    position: absolute;
    cursor: pointer;
}

#fundus-language-selector .current-language {
    display: flex;
    align-items: center;
}

#fundus-language-selector .current-language::after {
    content: url('./images/arrow.svg');
    height: auto;
    padding: 0 4px;
    margin-bottom: 5px;
}

#fundus-language-selector .current-language.active::after {
    transform: rotate(180deg);
    margin-bottom: -3px;
}

#fundus-language-selector .language-options li img,
#fundus-language-selector .current-language img {
    margin-right: 5px;
    width: 24px;
    height: 12px;
    border-radius: 2px;
}

#fundus-language-selector .language-options {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    box-shadow: #ccc 0 0 3px;
    list-style-type: none;
    padding: 0;
    margin-left: -6px;
    display: none;
}

#fundus-language-selector .language-options li {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}

#fundus-language-selector .language-options li:hover {
    background-color: #eee;
}

#fundus-language-selector .language-options li {
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: inset #ccc 0 0 3px;
}

#fundus-language-selector .language-options.show {
    display: block;
}

/* topbar login / registration */

.bottom-bar .header-login {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.bottom-bar .registration {
    background: #ADCC47;
    color: #000000;
    font-family: Roboto, 'Georgia', 'URW Bookman L', serif;
    border-radius: 0;
    outline: medium none currentColor;
    margin-left: 10px;
    padding: 7px 14px;
    height: auto;
    line-height: normal;
    font-size: 14px;
    border: none;
    box-shadow: #ccc 0 0 3px;
}

.bottom-bar #sidebar-top .widget .sidebar-login-form,
.bottom-bar #sidebar-top .widget .sidebar-login-form #loginform {
    display: flex;
    align-items: center;
    margin: 0;
    column-gap: 10px;
}

.bottom-bar #sidebar-top .widget .sidebar-login-form #loginform p {
    margin: 0;
    /*max-width: 150px;*/
}

.bottom-bar #sidebar-top .widget .sidebar-login-form #loginform .login-submit input[type="submit"] {
    padding: 7px 14px;
    height: auto;
    line-height: normal;
    font-size: 14px;
}

.bottom-bar #sidebar-top .widget .sidebar-login-form #loginform input[type="text"],
.bottom-bar #sidebar-top .widget .sidebar-login-form #loginform input[type="password"] {
    height: 35px;
    font-size: 14px;
    border: 0;
    box-shadow: #ccc 0 0 3px;
}

.bottom-bar #sidebar-top .widget .sidebar-login-form .sidebar-login-links {
    display: none;
}

#wpuf-login-form.login {
    text-align: center;
}

#wpuf-login-form.login .wpuf-message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Search page */
.search.search-results ul.search-result-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.search.search-results ul.search-result-list li {
    background-color: transparent;
    font: normal normal normal 18px/30px Roboto, serif;
    letter-spacing: 0;
    color: #6D8711;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.search.search-results ul.search-result-list a h3 {
    font: normal normal normal 18px/30px Roboto, serif;
    color: #6D8711;
}

body ul.wpuf-form li .wpuf-fields {
    width: auto !important;
}


/* Extra Small Devices - for phones */
@media (max-width: 576px) {

    #wrapper {
        width: 85%;
    }

    #header .top-bar .d-flex {
        justify-content: center;
    }

    #header #searchform {
        margin: 0 auto 10px;
    }

    #header .bottom-bar .divider {
        display: none;
    }

    #header .bottom-bar #fundus-language-selector {
        margin-bottom: 55px;
    }

    .home-header .home-header-content h1 {
        font-size: 25px;
        line-height: normal;
    }

    .region-selection {
        padding: 10px;
    }

    .single-post .entry {
        padding: 0;
    }

    .single-post .content-sidebar-wrap {
        width: 100%;
    }

    .single-post .left-navigation {
        position: relative;
        width: 100%;
    }

    .page-template-template-sidebar-content-sidebar-php.single-post #sidebar-right {
        width: 100%;
    }

    .post .entry .entry-content img,
    .page .entry .entry-content.content-container img {
        width: auto !important;
    }

    .widget-area ul {
        padding: 0;
    }

    #sidebar-header .widget .categorielist ul.subcat1,
    #sidebar-header .widget .categorielist ul.postlist {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        padding: 5px 20px;
        margin-top: -12px;
    }

    table.sponsors h2,
    .region-selection h2,
    .categories-container h2 {
        font-size: 30px;
    }

}

/* Small Devices - for tablets */
@media (min-width: 577px) and (max-width: 768px) {

    #header .top-bar {
        margin-bottom: 10px;
    }

    #header .bottom-bar {
        padding: 4px 0;
    }

    .home-header .home-header-content {
        padding: 20px 15px;
        width: 90%;
        margin: 2% 5%;
    }

    .home-header .home-header-content h1 {
        font-size: 30px;
        line-height: normal;
    }

    table.sponsors h2,
    .region-selection h2,
    .categories-container h2 {
        font-size: 30px;
    }

    .single-post .entry {
        padding: 0;
    }

    .single-post .content-sidebar-wrap {
        width: 100%;
    }

    .single-post .left-navigation {
        position: relative;
        width: 100%;
    }

    .page-template-template-sidebar-content-sidebar-php.single-post #sidebar-right {
        width: 100%;
    }

    .post .entry .entry-content img,
    .page .entry .entry-content.content-container img {
        width: 60% !important;
        margin: 10px 0 10px !important;
    }

    .widget-area ul {
        padding: 0;
    }

    #sidebar-header .widget .categorielist ul.subcat1,
    #sidebar-header .widget .categorielist ul.postlist {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        padding: 5px 20px;
        margin-top: -12px;
    }

}

/* Medium Devices - for laptops */
@media (min-width: 769px) and (max-width: 992px) {

    #header .top-bar {
        margin-bottom: 10px;
    }

    .home-header .home-header-content {
        padding: 40px 35px;
        width: 80%;
        margin-left: 10%;
    }

    .home-header .home-header-content h1 {
        font-size: 30px;
        line-height: normal;
    }

    .single-post .entry {
        padding: 0;
    }

    .single-post .content-sidebar-wrap {
        width: 100%;
    }

    .single-post .left-navigation {
        position: relative;
        width: 100%;
    }

    .page-template-template-sidebar-content-sidebar-php.single-post #sidebar-right {
        width: 100%;
    }

    .post .entry .entry-content img,
    .page .entry .entry-content.content-container img {
        width: 60% !important;
        margin: 10px 0 10px 10px !important;
    }

    .widget-area ul {
        padding: 0;
    }

    #sidebar-header .widget .categorielist ul.subcat1,
    #sidebar-header .widget .categorielist ul.postlist {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        padding: 5px 20px;
        margin-top: -12px;
    }

}

/* Large Devices - for desktops */
@media (min-width: 993px) and (max-width: 1200px) {

    .categories-container {
        margin-left: -10%;
        margin-right: -10%;
    }

    .home-header .home-header-content {
        padding: 40px 35px;
        width: 60%;
        margin-left: 10%;
    }

    .single-post .entry {
        padding: 0;
    }

    .single-post .content-sidebar-wrap {
        width: 68%;
    }

    .single-post .left-navigation {
        position: relative;
        width: 100%;
    }

    .page-template-template-sidebar-content-sidebar-php.single-post #sidebar-right {
        width: 30%;
    }

    .post .entry .entry-content img,
    .page .entry .entry-content.content-container img {
        width: 45% !important;
        margin: 20px 0 20px 20px !important;
    }

    .widget-area ul {
        padding: 0;
    }

    #sidebar-header .widget .categorielist ul.subcat1,
    #sidebar-header .widget .categorielist ul.postlist {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        padding: 5px 20px;
        margin-top: -12px;
    }

}

/* Extra Large Devices - for large desktops */
@media (min-width: 1201px) {
    .home-header .home-header-content {
        padding: 40px 35px;
        width: 40%;
        margin-left: 10%;
    }
}

@media (min-width: 576px) {
    .categories .col-sm-6 {
        flex: 0 0 auto;
        width: 46%;
    }
}

@media (min-width: 992px) {
    .categories .col-lg-3 {
        flex: 0 0 auto;
        width: 23%;
    }

    .region-selection {
        padding: 4.625rem 0;
    }
}