/**
Theme Name: rondolino
Theme URI: http://underscores.me/
Author: verokoko
Author URI: https://verokoko.de
Description: _s theme for rondolino / new logo since 1.3.0 / 1.3.2: download / 1.3.3: mobile menu fix / 1.3.5: remove post_thumbnail from page template / 1.3.7: add some css / 1.3.8: more css +  cta button
Version: 1.3.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rondolino
Tags: clean, vertical menu, responsive
*/

.edit-link {
    display: none;
}
/************************************************** COLORS
	creme #DEDAD2 / rgba(222, 218, 210, .9);
	creme heller #EBE7DF
	grau #343438
	rot #AE0000 > #E6001E
**************************************************/


/* FONTS */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('webfonts/OpenSans-Regular-webfont.eot');
    src: url('webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-Regular-webfont.woff') format('woff'), url('webfonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('webfonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('webfonts/OpenSans-Italic-webfont.eot');
    src: url('webfonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-Italic-webfont.woff') format('woff'), url('webfonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('webfonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('webfonts/OpenSans-Semibold-webfont.eot');
    src: url('webfonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-Semibold-webfont.woff') format('woff'), url('webfonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('webfonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('webfonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('webfonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('webfonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('webfonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('webfonts/OpenSans-Bold-webfont.eot');
    src: url('webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-Bold-webfont.woff') format('woff'), url('webfonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('webfonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('webfonts/OpenSans-BoldItalic-webfont.eot');
    src: url('webfonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('webfonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('webfonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    color: #343438;
    text-align: left;
    background-color: #FAFAFA;
}

.hide {
    display: none;
}

/************************************************** TYPO */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
    line-height: 1.5;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.563em;
    margin-bottom: 1.5em;
    letter-spacing: 0.02em;
}

h2,
.h2 {
    /*font-family: 'OpenSansSemibold';*/
    font-size: 1.344em;
    letter-spacing: 0.02em;
}



h3,
.h3 {
    font-family: 'OpenSansSemibold';
    font-size: 1.125em;
}

h4,
.h4 {
    font-family: 'OpenSansSemibold';
    font-size: 1em;
}

h5,
.h5 {
    font-family: 'OpenSansSemibold';
    font-size: 1em;
}

p {
	margin-bottom: 1.125em;
}

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

a:hover {
    color: #E6001E;
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0px;
}


b,
strong {
    font-family: 'OpenSansSemibold';
    font-weight: 600;
}

small,
.small,
figcaption,
.wp-block-image figcaption {
    font-size: 0.875em;
    line-height: 1.5;
}

figcaption {
    margin-top: 1em;
    text-align: center;
}

.red {
    color: #E6001E;
}

.italic,
em,
i {
    /* font-family: 'OpenSansItalic'; */
    font-style: italic;
}

hr {
    border-top: 1px solid #DEDAD2;
}

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

.right,
.right figcaption {
    text-align: right;
}

.wp-block-pullquote cite {
    font-style: normal;
}

pre {
    white-space: pre-wrap;
}

/************************************************** HEADER */

header .main-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.site-header {
    border-bottom: 1px solid #E6001E;
    background-color: #fff;
}

#logo {
    display: flex;
    align-items: center;
}

#logo img {
    height: 27px;
    width: 154px;
}

.site-description {
    display: none;
}

/***************************************************** GRID */

.site-content {
    min-height: 70vh;
}

.content-area {
    padding-top: 2em;
}

/************************************************** NAV in aside */

/* Mobile Navigation Toggle */
.navbar {
    justify-content: flex-end;
}

.navbar-toggler {
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
}

button:focus {
    outline: 0;
}

/* Main Navigation */

.navbar.sticky-top {
    top: 76px;
    z-index: 1000;
}

/* Mobile Menu Fix */

.secondary {
    position: fixed;
    background-color: #fff;
    z-index: 10;
}

/* .navbar-collapse {
    height: 100vh;
} */

.main-menu {
    height: 100vh;
    overflow-y:scroll;
    padding-bottom: 100px;
}

.main-navigation a {
    color: #343438;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.main-navigation a:hover {
    color: #000;
    transition: 0.5s;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-post-parent > a,
.main-navigation .current-page-ancestor > a {
    color: #E6001E;
}

.main-menu {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

/* 1st Level */

.main-menu > li {
    border-bottom: 1px solid rgba(52, 52, 56, 0.5);
}

.main-menu li:last-child {
    border-bottom: none;
}

.main-menu > li > a {
    line-height: 2.5;
}

/* 2nd Level */

.sub-menu li:last-child {
    padding-bottom: 0.75em;
}

.sub-menu li a {
    font-size: 0.875em;
}

.sub-menu li.speicherofen a,
.rondo a,
.rondo {
    letter-spacing: 0.08em;
    text-transform: none;
}

/************************************************** CONTENT */

.intro {
    font-size: 1.125em;
    margin-bottom: 28px;
}

/* Archive + Aktuell*/

.archive article,
.su-posts article {
    text-align: left;
    border: 1px solid rgba(52, 52, 56, 0);
    background-color: #FFF;
    margin-bottom: 1.5em;
    padding: 0em 0;
}

.archive .entry-header,
.archive .entry-content,
.archive .entry-footer,
.su-posts .entry-header,
.su-posts .entry-content,
.su-posts .entry-footer {
    padding-left: 1em;
    padding-right: 1em;
}

.archive .entry-header h2,
.su-posts .entry-header h2,
.archive .entry-header h3,
.su-posts .entry-header h3  {
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: 1em;
}

.archive .entry-content p,
.su-posts .entry-content p {
    font-size: 0.875em;
}

.archive .entry-meta,
.su-posts .entry-meta {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.875em;
    color: #343438;
    margin-bottom: 1em;
}

.archive .entry-meta a,
.su-posts .entry-meta a {
    color: #343438;
}

/* entry-content */


.entry-content p a,
.entry-content li a,
.entry-content label a  {
    font-family: 'OpenSansSemibold';
    font-weight: 600;
    border-bottom: 1px solid #343438;
}

/* .entry-content p a em,
.entry-content li a em {
    font-family: 'OpenSansSemiboldItalic';
    font-weight: 600;
} */

.entry-content p a:hover,
.entry-content li a:hover,
.entry-content label a:hover {
    border-bottom: 1px solid #E6001E;
}

.content-area ul ul {
	margin-top: 0.5em;
}

.entry-content ul li:before {
    content: "\b7\a0\a0";
    color: #E6001E;
}

.entry-content ul li {
    padding-left: 0.8em;
    text-indent: -0.8em;
    margin-bottom: .5em;
}

.entry-content ul.wp-block-latest-posts li:before {
    content: none;
}

.entry-content .wp-block-image {
    margin-bottom: 2em;
    background-color: #FFF;
}

/* header img */
.header-img .wp-block-column {
    margin-bottom: 0;
}

/* image */

.prospekt-prev .wp-block-image {
	margin-bottom: 0;
}

/* tile */

.tile {
	gap: 0 !important;
}

.tile .wp-block-column {
    margin-bottom: 30px;
}

.tile .wp-block-image {
    /*    height: 100%;*/
    margin-bottom: 0;
    border: 1px solid rgba(52, 52, 56, 0.2);
}

.tile figure {
    margin: 0;
}

.wp-block-image figcaption {
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    color: #55555c;
}

.tile a > img,
.archive a > img {
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.tile a:hover > img,
.archive main a:hover > img {
    opacity: 0.9;
}

/* more */
.more,
.post-links {
    margin: 1.5em 0 2em;
}

.more-link {
    margin: 1em 0 2em;
}

.more a,
p.more a,
p a.more-link,
a.more-link,
.post-links a,
.btn.more {
    padding: 0.875em 1em;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(52, 52, 56, 0.2);
    color: #343438;
    transition: 0.5s;
    display: inline-block;
    border-radius: 0;
}

.more a:hover,
a.more-link:hover,
.post-links a:hover,
.btn.more:hover {
    border: 1px solid #E6001E;
    color: #E6001E;
}

.btn-danger {
    background-color: #E6001E;
}

.archive .entry-content a.more-link,
.su-posts .entry-content a.more-link {
    font-size: 14px;
} 

.cta .more a,
.cta p.more a {
    background-color: #E6001E;
    border: 1px solid #E6001E;
    color: #FFF;
}

.cta .more a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #E6001E;
    color: #E6001E;
}

.entry-content p.label a {
    border-bottom: none;
    display: block;
    margin-bottom: .5rem;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(52, 52, 56, 0.2);
    color: rgba(52, 52, 56, 0.8);
}

.entry-content p.label a:hover {
    border: 1px solid rgba(52, 52, 56, 1);
    color: rgba(52, 52, 56, 1);
}

.wp-block-pullquote {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3em;
    margin-bottom: 3em;
    border: 1px solid #E6001E;
}

.wp-block-pullquote blockquote {
    margin-bottom: 0;
}

.wp-block-pullquote p {
    font-size: 20px;
    margin-bottom: 0;
}

/* table */
.wp-block-table {
    width: 100%;
}

table tr {
    border-top: 1px solid rgba(52, 52, 56, 0.2);
    border-bottom: 1px solid rgba(52, 52, 56, 0.2);
}

table tr td {
    width: auto;
    padding: 2px;
    line-height: 1.75;
    border-left: 1px solid rgba(52, 52, 56, 0.2);
    border-right: 1px solid rgba(52, 52, 56, 0.2);
}

.wp-block-nextend-smartslider3 {
    margin-bottom: 2em;
}

.col-12 iframe {
    max-width: 100%;
    border: none;
}

/* rechte Spalte */

/* aside */
.aside .wp-block-image {
    margin-bottom: 0;
    border: 1px solid rgba(52, 52, 56, 0.2);
}

.aside.png .wp-block-image {
    border: none;
    background-color: transparent;
}

.aside > .border {
    border: 1px solid rgba(52, 52, 56, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

/* Post Navigation */

.post-links {
    display: flex;
    justify-content: space-between;
}

.post-links span.previous-post-link:first-child {
    margin-left: auto;
}


/************************************************** FOOTER */

.site-footer {
    background-color: #FFF;
    border-top: 1px solid #E6001E;
    margin-top: 2em;
}

.site-footer {
    font-size: 0.75em;
}

.site-info {
    text-align: center;
}

.footer-widgets {
    padding: 2em 0;
}

#footer-5 section img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

/************************************************** PLUGINS */

/* SU Plugin */

.su-spoiler {
    padding: 0 !important;
}

.su-spoiler-title {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: auto !important;
    line-height: 1.75em !important;
    font-weight: normal !important;
    background: none !important;
    color: rgba(52, 52, 56, 0.8) !important;
    font-size: 1em !important;
}

.su-spoiler-icon {
    left: 8px !important;
    top: 8px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 1.75em !important;
}

/* Tabs > KONFIGURATOR */

.su-tabs {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 0 2em !important;
}

.su-tabs-nav span.su-tabs-current {
    background: #FFF !important;
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px !important;
    padding: 15 !important;
    min-height: 40px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 1px solid rgba(52, 52, 56, 0.2);
    border-left: 1px solid rgba(52, 52, 56, 0.2);
    border-right: 1px solid rgba(52, 52, 56, 0.2);
    color: #343438 !important;
    font-size: 14px !important;
}

.su-tabs-pane {
    font-size: 14px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid rgba(52, 52, 56, 0.2);
}

.su-tabs-nav .su-tabs-current,
.su-tabs-nav span:hover {
    background: transparent !important;
    color: #E6001E !important;
}

.su-tabs-nav span:focus {
    outline: none !important;
}

/* Accordion Blocks */

.c-accordion__title {
	background-color: rgba(0, 0, 0, 0);
}

.c-accordion__item {
	border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
} 
/* The accordion item container
div + .c-accordion__item,
.c-accordion__item.first-item  {
    border-top: 1px solid rgba(0,0,0,.125);
} */
/* Add border to first items headline*/

.c-accordion__item.is-open .c-accordion__title  {
    border-bottom: 1px solid rgba(0,0,0,.125);
} /* is-open is added to open accordion items */
.c-accordion__title {
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
} /* An accordion item title */
.c-accordion__title:after {
    right: 20px;
}
.c-accordion__content {
    padding: 1.25rem 1.25rem 0;
} /* An accordion item content container */

.prospekt-prev .wp-block-image {
	margin-bottom: 0;
}

/* Smart Silder */

.wp-block-nextend-smartslider3.border {
    background-color: #FFF;
}

span.n2-ow {
    font-size: 0.875em !important;
}

/* Galerie + Lightbox */

.galerie figcaption {
    display: none;
}

/* Featherlight Lightbox */
/* .featherlight .featherlight-content .caption {
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1em 0 !important;
} */

/* SimpLy Gallery Block & Lightbox */
.wp-block-pgcsimplygalleryblock-masonry {
    margin-bottom: 28px;;
}

.pgc-rev-lb-b-view .pgc-rev-lb-b-item-title  {
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    font-size: 16px;
    padding: 1em 0 !important;
}

.pgc-rev-lb-b-header {
    background-color: transparent !important;
    background-image: none !important;
}
.pgc-rev-slider-next-prev-button, .pgc-rev-slider-next-prev-button {
    background-color: transparent !important;
}

/* CF7 + UACF7 */
span.wpcf7-form-control-wrap,
span.wpcf7-list-item {
	display: block;
	margin-left:0;
}
.grecaptcha-badge { display:none !important; }

/************************************************** Startseite */

.home .content-area {
    padding-top: 0;
}
.home .n2-section-smartslider {
    margin-bottom: 2em;
    border-bottom: 1px solid #E6001E;
}
.cta {
    border: 1px solid #E6001E;
    padding: 15px 15px 0;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
}

.home .su-posts .shariff {
    display: none !important;
}

/********************************************* KONTAKTFORM */

.cf label{
    display: inline;
    line-height: 1.5;
}
.cf-border {
    padding: 1rem 1.5rem;
}
.error {
    color: #E6001E; 
    font-size: 0.875em;
}

.g-recaptcha {
    margin-left: -1.5em;
}
@media only screen and (min-width: 480px) {
    .g-recaptcha {
        margin-left: 0;
    }
    .cf label{
        display: inline-block;
        line-height: 1.75;
    }
}


/************************************************** KONFIG */

.konfigurator {
    padding-top: 1em;
}

.konfigurator label {
    cursor: pointer;
}

#konfig-img-container {
    margin-bottom: .5rem;
}

#konfig-img-container img {
    max-height: 80vh;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

#view {
    font-size: 0.875em;
    text-align: center;
}

p#ofenname {
    text-align: center;
    padding: 8px;
    border-top: 1px solid #DBDAD2;
    margin-bottom: 0;
}

.konfigurator label,
.konfigurator button {
    display: block;
}

#view label {
    display: inline-block;
}

.konfigurator input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.konfig-buttons input[type="radio"]:checked + label.button {
    color: #E6001E;
    font-family: 'OpenSansSemibold';
}

.konfigurator .inaktivesfeld {
    display: none;
}

.accordion#accordionBGcolor > .card .card-header {
    margin-bottom: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-header h5 {
    display: flex;
    justify-content: space-between;
}

.fa {
    line-height: 1.5;
}

[data-toggle="collapse"] .fa:before {
    content: "\f106";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
}

#accordionBGcolor {
    margin-bottom: 15px;
}

.colorBTN {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1px;
}

.colorBTN .button {
    width: 1em;
    height: 1em;
    border: 1px solid rgba(52, 52, 56, 0.1);
    margin-right: 15px;
    margin-bottom: 15px;
}

.colorBTN div {
    cursor: pointer;
}

.colorBTN .c1 {
    background-color: #f44336;
}

.colorBTN .c2 {
    background-color: #e91e63;
}

.colorBTN .c3 {
    background-color: #9c27b0;
}

.colorBTN .c4 {
    background-color: #673ab7;
}

.colorBTN .c5 {
    background-color: #3f51b5;
}

.colorBTN .c6 {
    background-color: #2196f3;
}

.colorBTN .c7 {
    background-color: #03a9f4;
}

.colorBTN .c8 {
    background-color: #00bcd4;
}

.colorBTN .c9 {
    background-color: #009688;
}

.colorBTN .c10 {
    background-color: #4caf50;
}

.colorBTN .c11 {
    background-color: #8bc34a;
}

.colorBTN .c12 {
    background-color: #cddc39;
}

.colorBTN .c13 {
    background-color: #ffeb3b;
}

.colorBTN .c14 {
    background-color: #ffc107;
}

.colorBTN .c15 {
    background-color: #ff9800;
}

.colorBTN .c16 {
    background-color: #ff5722;
}

.colorBTN .c17 {
    background-color: #795548;
}

.colorBTN .c18 {
    background-color: #9e9e9e;
}

.colorBTN .c19 {
    background-color: #607d8b;
}

.colorBTN .c20 {
    background-color: #000;
}

.colorBTN .c21 {
    background-color: #fff;
}

.colorBTN .c22 {
    background-color: transparent;
    border: 0px solid #ccc;
    height: auto;
    line-height: 1;
}

/************************************************** PIPE DRIVE */
.pipedriveWebForms iframe {
    border: 1px solid #dee2e6 !important;
}

/************************************************** MEDIA QUERIES */
@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 782px) {}

@media only screen and (min-width: 992px) {

    header .main-header {
        padding: 1rem 0;
    }

    #logo img {
        width: 150px;
        height: auto;
    }

    .site-description,
    #call {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .site-description a {
        margin-bottom: 0;
        line-height: 1;
        align-content: flex-end;
    }
    .site-description p {
        margin-bottom: 0;
        line-height: 1;
        font-size: 0.875em;
    }

    #omz-header img {
        height: 16px;
        width: auto;
    }

/************************ GRID */

    .site-content {
        padding-top: 2em;
        min-height: 70vh;
    }
    .home .site-content {
        padding-top: 0;
    }
    .content-area {
        padding-top: 0;
    }

/************************ NAV */

    .mobile-navigation,
    .mobile-navigation .navbar,
    .navbar-toggler {
        display: none;
    }

    .navbar {
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-collapse {
        height: auto;
    }

    .main-menu {
        border-bottom: none;
        height: auto;
        overflow-y:auto;
        padding-bottom: 0px;
    }

    .secondary {
        position: relative;
        background-color: transparent;
        z-index: 1;
    }
    
    /* 1st Level */

    .main-menu > li {
        width: 155px;
    }
    .main-menu li:first-child {
        margin-top: -6px;
    }
    .main-menu > li > a {
        line-height: 3;
    }

    /* 2nd Level */

    /* .main-menu li ul {
        display: none;
    } */

    .main-menu li.current-menu-item.menu-item-has-children ul,
    .main-menu li.current-menu-parent ul,
    .main-menu li.current-post-ancestor ul {
        display: block;
    }

/************************ Other */

    table tr td {
        padding: 8px;
    }
    .no-margin {
	margin-bottom: 0px !important;
	}
}