/*
Theme Name: Formklar-Theme "Oeli Bayern"
Text Domain: fktheme-oeli-bayern
Author: Formklar
Author URI: https://formklar.de/
Version: 1.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    background-color: transparent;
    border: 2px solid;
}

button:hover {
    color: #9B1021;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

pre,
.pre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    padding: 0px 0px 0px 54px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.35;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px none;
    border-radius: 0px;
    text-transform: uppercase;
    white-space: normal;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    width: 100%;
    border: 0px none #E8E8E8;
    background-color: #fff;
    height: 50px;
    padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:visited,
a:focus,
a:active,
a:hover {
    outline: none;
}

a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
}

a,
a:visited {
    color: #9B1021;
}

a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: none;
}

#content a,
#content a:visited {
    /* text-decoration: underline !important; */
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit;
    text-decoration: none;
}

#primary a.btn,
#primary .elementor a.btn,
#primary a.eael-creative-button {
    text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#colophon .pull-right ul,
#colophon .pull-right ol,
#colophon .float-right ul,
#colophon .float-right ol {
    float: right;
}

#colophon ul,
#colophon ol {
    margin-left: 0em;
}

#colophon .nav>li {
    color: #686868;
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px;
    float: none;
}

#colophon .nav>li>a {
    /* color: #9B1021; */
    position: relative;
    display: inline-block;
    padding: 0px 3px;
}

#colophon .nav>li>a:hover,
#socket a:hover {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

#colophon,
#colophon a {
    color: #9B1021;
}

#colophon a:hover {
    color: #9B1021;
    text-decoration: none;
}


#colophon strong {
    /* color: #9B1021; */
}

#colophon .menu a {
    display: block;
}

#colophon hr {}


/* Small menu. */

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-title {
    font-size: 24px;
    line-height: 52px;
    color: #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.site-title:hover {
    color: #333;
}

#site-navigation .module.left {
    padding-left: 0px;
}

.search-widget-handle {
    /* float: left; */
    position: relative;
    right: 0px;
}

#site-navigation .search {
    margin-top: 0px;
    margin-left: 10px;
    float: none;
    display: block;
    /* position: relative; */
    left: auto;
    right: 0px;
}

#site-navigation .search .title {
    display: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear {
    clear: both !important;
}

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: 0px none #eee;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 0em;
}

.post-snippet {
    padding: 20px 0px 0px 0px;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
}

.elementor-page .hentry {
    margin: 0 0 0 0;
    /* margin-left:-36px; */
    /* margin-right:-36px; */
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative;
    display: inline-block;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    /* margin-left: 0; */
    /* margin-right: 0; */
    padding: 0px;
    margin: 0px;
    float: none;
}

.wp-caption .wp-caption-text {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    position: relative;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    display: block;
    border-left: 0px none #9B1021;
    color: #9B1021;
    font-style: italic;
}

.wp-caption-text {
    text-align: left;
}

.thumbnail {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px !important;
    line-height: 1.1;
    background-color: transparent;
    border: 0px none #ddd;
    border-radius: 0px;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.gallery-item:hover {
    opacity: 0.85;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*!
// Contents
// ------------------------------------------------
 1. Global Styles
 2. Mixins
 3. Typography
 4. Colours
 5. Sections
 6. Buttons
 7. Nav
 8. Forms
 9. Breadcrumbs
 10. Pagination
 11. Icon Features
 12. Widgets
 13. Image Tiles
 14. Sliders
 15. Galleries
 16. Header Area
 17. WooCommerce
 18. Blog
 19. Image Blocks
 20. Portfolio
 21. Footer
 22. Spacing
 23. Other


/*!---------- 1. GLOBAL STYLES ----------*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    overflow-x: hidden;
}

.notRelative {
    position: inherit !important;
}

ul {
    list-style: disc;
}

.main-container {
    clear: both;
    padding: 0px 0px 0px;
}

hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 0 0 24px 0;
    width: 100%;
}

.bg-dark hr {
    border-color: #555;
}

.content hr {
    width: 100%;
    max-width: 100%;
    height: 0px;
    background: transparent;
    margin: 0px auto;
    /* border: 0; */
}

.list-inline {
    margin-left: 0;
}

.list-inline>li {
    padding: 0 8px;
}

.list-inline>li:last-child {
    padding-right: 0;
}

.list-inline>li:first-child {
    padding-left: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.right {
    right: 0;
}

.relative {
    position: relative;
    z-index: 2;
}

.container {
    position: relative;
}


/*!---------- 2. MIXINS ----------*/

.align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

@media all and (max-width: 991px) {
    .align-children {
        display: block !important;
    }
}

.align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
}


/*!---------- 3. TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol,
table,
blockquote,
input,
textarea {
    margin-bottom: 1rem;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 900;
    color: #9B1021;
    line-height: 1.35;
    margin-bottom: 1rem;
    margin-top: 0rem;
    padding: 0;
}

#content h1 a,
#content .h1 a,
#content h1 a:visited,
#content .h1 a:visited,
#content h2 a,
#content .h2 a,
#content h2 a:visited,
#content .h2 a:visited,
body #content h3 a,
body #content .h3 a,
body #content h3 a:visited,
body #content .h3 a:visited {
    text-decoration: none !important;
}

h1,
h2,
h5,
h6 {
    /* text-transform:uppercase; */
}

h1,
.h1,
.h1 * {
    font-size: 30px;
    text-transform: none;
    text-transform: uppercase;
    font-variant: unset;
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    line-height: 1.25 !important;
}

h2,
.h2,
.h2 * {
    font-size: 24px;
    /*  */
    /* color: #666666; */
    font-weight: 400;
    text-transform: uppercase;
}

h1+h2 {
    margin-top: -1.0rem;
}

h3,
.h3,
.h3 * {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}


h4,
.h4,
.h4 * {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

h5,
.h5,
.h5 * {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

h6,
.h6,
.h6 * {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media all and (max-width: 767px) {
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }
    p {
        /* font-size: 12px; */
    }
}

footer a {
    color: inherit;
    font-weight: inherit;
}

blockquote {
    overflow: hidden;
    font-size: 20px;
    line-height: 1.75;
    color: #777;
    font-weight: 300;
}

@media all and (max-width: 767px) {
    blockquote {
        font-size: 16px;
        line-height: 32px;
    }
}

th,
td {
    line-height: 24px !important;
}


/*!---------- 4. COLOURS ----------*/

.bg-primary {
    background: #9B1021;
}

.bg-secondary {
    background: #f5f5f5;
}


.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h5,
footer.bg-dark .h5,
.bg-primary .h5,
.bg-dark .h6,
.bg-dark .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.eael-team-item .eael-team-member-position {
    color: #ffffff;
}

.bg-dark .elementor-widget-heading .elementor-heading-title:after,
.bg-dark h1:after,
.bg-dark h3:after,
.bg-dark h5:after,
.bg-dark footer:before {
    background-color: rgba(255, 255, 255, 0.6);
}

.bg-dark h4 {
    color: rgba(255, 255, 255, 0.6);
}

.bg-dark p,
footer.bg-dark p,
.bg-primary p,
footer.bg-dark span,
.bg-dark li,
footer.bg-dark li,
.bg-dark .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    color: rgba(255, 255, 255, 1);
}

.bg-dark .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.bg-dark .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    color: #ffffff;
}

.bg-dark .elementor-widget-icon-box.elementor-view-framed .elementor-icon {
    border-color: #ffffff;
}

.bg-dark .elementor-view-stacked .elementor-icon,
.bg-dark .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: rgba(255, 255, 255, 0.35);
}


/*!---------- 5. SECTIONS ----------*/

section,
footer {
    /* position: relative; */
    /* overflow: hidden; */
}

.page-template-template-home-php .content-area,
.page-template-template-fullwidth .content-area,
.page-template-template-fullwidth-blank .content-area {
    padding: 0;
}

main footer {
    padding: 0px 0;
}

.entry-footer {
    display: none;
}

.fullscreen {
    height: 100vh;
}

@media all and (max-width: 767px) {
    section {
        padding: 0px 0;
    }
}


/*!---------- 6. BUTTONS ----------*/

.btn,
.button {
    border: 0px none #9B1021;
    padding: 12px 24px 12px 54px;
    min-width: 10px;
    line-height: 1.25;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 0px;
    color: #9B1021;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 5px;
    margin-bottom: 0px;
    text-decoration: none;
    position: relative;
}

.btn span,
.button span {
    position: relative;
}

.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}

.btn:hover,
.button:hover,
a.btn:hover,
a.button:hover {
    background: #333333;
    color: #fff;
    border-color: #333333;
}

#colophon .fbLink {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

#colophon .fbLink:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}

.btn-sm,
a.btn-sm {
    /* height: 30px; */
    padding: 0px 10px 0px 36px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
    overflow: hidden;
}

.btn.btn-sm .fa:before,
a.btn-sm .fa:before,
.btn.btn-sm .fa {
    width: 26px;
    line-height: 27px;
    height: 30px;
}

.btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #323232;
    color: #fff !important;
    border-color: #323232;
}

.btn-primary {
    color: #FFF !important;
    background-color: #9B1021;
    border-color: #9B1021;
}

.btn-default {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}

.btn .fa {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    background-color: rgba(0, 0, 0, 0.1);
    width: 36px;
    line-height: 34px;
    height: 100%;
    float: left;
}

.btn span {
    padding-left: 36px;
}

.btn-white,
.image-bg .btn {
    color: #fff;
    border-color: #fff;
}

.image-bg .btn.btn-filled {
    background: #9B1021;
    color: #fff;
    border-color: #9B1021;
}

.btn-white:hover,
.image-bg .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.image-bg .btn.btn-filled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #9B1021;
    border-color: #9B1021;
    color: #fff;
}

.cfa-text {
    margin-bottom: 0;
    line-height: 45px;
}

.cfa-button {
    width: 100%;
}

.btn-filled:hover {
    color: #fff;
    background: #9B1021;
    border-color: #9B1021;
}

input[type="submit"]:hover {
    background-color: #9B1021;
    color: #fff;
}

.widget input[type="submit"] {
    border: none;
    margin-top: 5px;
}

.widget input[type="submit"]:hover {
    color: #9B1021;
    background-color: #fff;
}


/*!---------- 7. NAVIGATION ----------*/

.nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

nav {
    background: transparent;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

nav ul {
    margin-bottom: 0;
}

.module {
    display: inline-block;
    padding: 0 0px;
}

.module-group {
    display: inline-block;
}

.module.left {
    float: left;
}

.module.right,
.module-group.right {
    float: right;
}

.module-group.right {
    /* float: none; */
    /* position: absolute; */
    right: 15px;
    /* top: 32px; */
}

nav .btn,
.nav-bar .btn {
    margin: 0;
    height: auto;
}

.nav-bar {
    height: auto;
    max-height: auto;
    line-height: 1;
}

nav {
    border-bottom: 0px none rgba(0, 0, 0, 0.1);
}

.nav-bar .module,
.nav-bar .module-group {
    height: auto;
}

.nav-bar a {
    display: inline-block;
    height: auto;
}

.logo {
    max-height: 100%;
}

nav.outOfSight {
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav.scrolled {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
}

nav.fixed {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}

nav.fixed {
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-backdrop {
    position: static;
}

.nav-open {
    max-height: 10000px !important;
    height: auto !important;
}

.nav-open .navbar-collapse,
.nav-open #menu {
    display: block;
}

.menu>li>ul li a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: rgba(0, 0, 0, 0.0);
    color: #000000;
}

.menu>li>ul>.dropdown:hover:after {
    color: #fff;
}

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: block;
}

.main-navigation {
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}

.main-navigation ul {
    /* display: none; */
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: auto;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul:hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    /* left: auto; */
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 99%;
    /* margin-left: 15px; */
}

.main-navigation li:hover>a,
.main-navigation li.focus>a,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #000000;
    border-bottom-color: #9B1021;
}

.main-navigation .current_page_item>a .navSubTitle,
.main-navigation .current-menu-item>a .navSubTitle,
.main-navigation .current_page_ancestor>a .navSubTitle,
.main-navigation .current-menu-ancestor>a .navSubTitle {
    color: #9B1021;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
    outline: 0;
    color: #9B1021;
    /* background-color: #9B1021; */
}

.menu-wrap {
    margin: 0px 0px 0px 0px;
}

.close-button,
#open-button {
    display: none;
}

.menu>li.dropdown {
    /* padding-right: 18px; */
}

.dropdown>a:after {
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-size: 1em;
    content: "\f107";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #999;
    display: none;
}

.dropdown .dropdown>a:after {
    position: absolute;
    left: auto;
    right: 15px;
}

.menu {
    width: 100%;
    height: auto;
}

.menu li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    text-transform: none;
    font-weight: 600;
    /* color: #fff; */
    opacity: 1;
    padding: 7px 15px 7px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    display: block;
    margin-bottom: 0px;
    /* box-sizing: content-box; */
}

.menu>li {
    margin-right: 40px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.menu>li:last-child {
    margin-right: 0;
}

.menu>li>a {#9B1021
    border-bottom: 2px solid transparent;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 600;
    color: #9B1021;
    opacity: 1;
    padding: 0px 0px 0px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    margin-bottom: 0px;
    /* box-sizing: content-box; */
    /* border-radius:30px; */
}

.menu>li>a>.navSubTitle {
    font-size: .625em;
    line-height: 1em;
    color: #999999;
    display: block;
    margin: 0;
    padding: 0 0 0px 0;
}

.navbar-nav .caret {
    display: none
}

.menu>li ul {
    left: -10px;
    min-width: 188px;
    padding: 5px 0px;
    border: 0px none;
    position: absolute;
    top: 100%;
    z-index: 999;
    margin-top: 0px;
    /* 
		opacity: 0;
	  transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  transform: translate3d(0, 10px, 0);
	  -webkit-transform: translate3d(0, 10px, 0);
	  -moz-transform: translate3d(0, 10px, 0);
	  visibility: hidden;
		*/
    display: none;
    background-color: #ffcc00;
}


.menu>li:last-child ul {
    left: auto;
    right: 0px;
}

.menu>li>ul li {
    position: relative;
    line-height: inherit;
    width: 100%;
    vertical-align: top;
}

.menu>li>ul li.dropdown-header {
    display: block;
    padding: 3px 0px;
    margin: 5px 0px;
    /* font-size: 13px; */
    /* color: #777; */
    /* white-space: nowrap; */
    border-bottom: 1px solid #ccc;
}

.menu>li>ul li.dropdown-header a {
    font-size: 14px;
    /* line-height: 1.42857143; */
    color: #777;
}

.menu>li>ul .dropdown:after {
    color: #666666;
    top: 3px;
    right: 14px;
    content: " ";
}

.menu>li>ul li a {
    color: #9B1021;
    height: auto;
    padding: 5px 10px;
    width: 100%;
}

.menu>li>ul>li ul {
    /* left: 100%; */
    top: -10px;
    /* left: -1px; */
    /* z-index: 15; */
    display: none;
}

.menu>li:hover>ul,
.menu>li:focus>ul,
.menu>li:active>ul,
.menu>li>ul li:hover>ul,
.menu>li>ul li:focus>ul,
.menu>li>ul li:active>ul {
    /*
		opacity: 1;
	  
	  -webkit-transform: translate3d(0, 0px, 0);
	  -moz-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	  visibility: visible;
		*/
    display: block;
}

.module.widget-handle {
    padding: 0 0px;
    cursor: pointer;
    /* position: relative; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    /* float: right; */
    /* position: absolute; */
    display: inline-block;
    text-align: right;
}

@media all and (max-width: 1100px) {
    .module.widget-handle {
        /* padding: 0 16px; */
        /* display: table; */
        height: 100%;
        vertical-align: middle;
    }
}

@media all and (max-width: 991px) {
    .toggle-sub>ul {
        display: block !important;
    }
}

.module.widget-handle i {
    font-size: 16px;
    color: #fff !important;
    background-color: transparent;
    background-color: #9B1021 !important;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.module.widget-handle:hover i,
.module.right a:hover i {
    opacity: 1;
    color: #333;
    background-color: transparent;
}

.widget-handle .function {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 200px;
    background: #666666;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
    right: 0px;
    border-top: 0px solid #fff;
}

.module.widget-handle:hover .function,
.module.widget-handle:focus .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.module.widget-handle .title {
    /* font-family: 'Roboto Condensed', sans-serif; */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: none;
    opacity: .5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.module.widget-handle .title:hover {
    opacity: 1;
}


/* Search bar */

.search-form {
    padding: 8px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
}

.widget .search-form {
    padding: 0;
}

.widget .search-form .searchsubmit {
    display: none;
}

.widget-handle .search-form input[type="text"] {
    font-size: 16px;
    float: left;
    width: 68%;
    border-radius: 0px;
    padding: 12px 10px;
}

.search-form input[type="text"] {
    font-size: 14px;
    margin: 0;
}

.widget-handle .function {
    background: #fff;
    width: 300px;
}

.btn.searchsubmit {
    min-width: 17%;
    padding: 0;
    width: 27%;
    height: 50px;
    line-height: 48px;
    margin: -2px 0 0 8px;
}

.btn.searchsubmit:hover {
    background-color: #fff;
    color: #9B1021;
}


/* Search bar */

.search-form {
    padding: 7px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
}

.widget .search-form {
    padding: 0;
}

.widget .search-form .searchsubmit {
    display: none;
}

.search-form input[type="text"] {
    font-size: 14px;
    margin: 0;
    width: 50%;
}

.btn.searchsubmit {
    min-width: 17%;
    padding: 0;
    width: 27%;
    height: 50px;
    line-height: 48px;
    margin: -2px 0 0 8px;
    color: #fff !important;
}

.btn.searchsubmit:hover {
    background-color: #9B1021;
    color: #fff;
}


/*Search Page */

.search #primary,
.no-results {
    /* padding-top: 0px; */
    /* padding-bottom: 15px; */
}

.search #main {
    padding: 30px;
    width: 100%;
}

.no-results {
    border-bottom: 0;
}

.no-results form.search-form {
    max-width: 500px;
    padding: 0;
    width: 100%;
}

.no-results form #s {
    max-width: 292px;
    width: 71%;
}

.no-results form .searchsubmit {
    margin: 0;
}

@media all and (max-width: 1120px) {}

@media all and (max-width: 991px) {}

input,
textarea {
    /* font-family: 'Roboto Condensed', sans-serif; */
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"] {
    background: #fff;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15) inset;
}

input[type="text"]:focus,
input[type="search"]:focus {
    outline: 1px solid #ccc;
}

textarea {
    width: 100%;
    border: none;
    background: #fff;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15) inset;
}

textarea:focus {
    outline: 1px solid #ccc;
}

:-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
    color: #9B1021;
}

input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
    color: #9B1021;
}

input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
    color: #9B1021;
}

input[type="submit"] {
    background: #9B1021;
    border-radius: 0 !important;
    border: 0px none #9B1021;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    line-height: 48px;
    max-width: 250px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.bg-primary input[type="submit"] {
    background: #fff;
    color: #9B1021;
}

input[type="submit"]:focus {
    outline: none;
}


/*!---------- 9. BREADCRUMBS ----------*/

.breadcrumb {
    margin-bottom: 24px;
}

.breadcrumb a {
    font-weight: 300;
}


/*!---------- 10. PAGINATION ----------*/

.pagination {
    margin: 0;
}

.pagination li {}

.pagination li a {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    padding-top: 6px;
    margin: 0 4px;
    color: #666666;
    font-weight: 400;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
    background: #9B1021;
    color: #fff;
    border-color: #9B1021;
}


/*!---------- 11. ICON FEATURES ----------*/

.feature {
    margin-bottom: 24px;
}

.feature p:last-child {
    margin-bottom: 0;
}

.feature-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #9B1021;
}

.page-title {
    padding: 0;
}


/*!---------- 12. WIDGETS ----------*/

.main-container .nolist>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list {
    line-height: 32px;
}

.widget .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    color: #9B1021;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
}

.footer-widget .widget-title {
    border: 0px none;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    color: #9B1021;
    font-size: 20px;
    /* font-weight: 700; */
}

.hrline:after {
    content: "";
    background-color: #9B1021;
    height: 3px;
    width: 35px;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    left: 0;
    right: 0;
    top: 15px;
    bottom: auto;
    text-align: left;
}

.hrline.full:before {
    width: 100%;
}

.bg-dark .hrline:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.hrline.grey:after {
    background-color: #ccc;
}

.hrline.center:after {
    margin: 0px auto;
    position: relative;
    left: 0;
    right: 0;
    /* top: auto; */
    text-align: center;
}

.hrline,
.elementor-widget.hrline:not(:last-child) {
    margin-top: 0px;
}

.footer-widget {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-widget-4-outer {
    width: 100%;
}

.footer-widget-4-outer .widget {
    /* display: flex; */
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    -ms-flex: 0 0 33%;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 25px;
}

.footer-widget .textwidget {
    /* font-size: 1em; */
    /* line-height: 2; */
    /* color: #9B1021; */
}

.widget hr {
    margin-bottom: 12px;
}

.recent-posts {
    line-height: 24px;
}

.recent-posts li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recent-posts .date {
    display: block;
    letter-spacing: 0;
    opacity: .8;
}

.recent-posts li:hover .date {
    opacity: 1;
}

.category-list span {
    float: right;
}

.jetpack_subscription_widget form {}

.jetpack_subscription_widget form #subscribe-text {
    color: #fff;
}

.jetpack_subscription_widget #subscribe-text h5 {
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.jetpack_subscription_widget #subscribe-text p {
    color: #fefefe;
}

.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {
    margin: 0;
}

.jetpack_subscription_widget #subscribe-email input {
    margin: 0;
    padding: 3px 3px 3px 20px;
    width: 100%;
}

.jetpack_subscription_widget #subscribe-submit input {
    background: #fff;
    color: #9B1021;
    padding: 0;
}

.jetpack_subscription_widget .error {
    background-color: #FFBABA;
    color: #D8000C;
    padding: 5px 15px;
}

.jetpack_subscription_widget .success p {
    background-color: #DFF2BF;
    color: #4F8A10;
    padding: 5px 15px;
}


/*!---------- 13. IMAGE TILES ----------*/

img {
    max-width: 100%;
}

.image-tile {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.image-tile img {
    width: 100%;
    display: inline-block;
}

.inner-title:before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#666666', GradientType=0);
    pointer-events: none;
}

.inner-title:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.inner-title .title {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.inner-title .title h5 {
    color: #ffffff;
}

.inner-title .title span {
    color: #ffffff;
}

.inner-title .title h5 {
    font-weight: 600;
}

.inner-title {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.inner-title:hover {
    opacity: .95;
}

.inner-title.hover-reveal:before {
    opacity: 0;
}

.inner-title.hover-reveal .title {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.inner-title.hover-reveal:hover .title {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
}

.inner-title.hover-reveal:hover:before {
    opacity: 1;
}


/*!---------- 14. SLIDERS ----------*/

.logo-carousel li {
    text-align: center;
}

.logo-carousel li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.logo-carousel li:hover {
    opacity: 1;
}

.logo-carousel img {
    max-height: 60px;
}

@media all and (max-width: 767px) {
    .logo-carousel .slides li {
        width: 100%;
    }
}


/*!---------- 15. IMAGE GALLERIES ----------*/

.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
    position: relative;
    overflow: hidden;
}

.lightbox-grid li {
    width: 25%;
    float: left;
    border: 8px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.lightbox-grid li:hover {
    opacity: .9;
}

.third-thumbs li {
    width: 25%;
    height: 13.08vw;
    border: none;
}

@media all and (max-width: 991px) {
    .lightbox-grid li {
        width: 33.33333%;
    }
}

@media all and (max-width: 767px) {
    .lightbox-grid li {
        width: 50%;
    }
    .third-thumbs li {
        height: 50vw;
    }
}


/*!---------- 16. Header Area ----------*/

.cover {
    margin: 0;
    padding: 0;
}

.cover p {
    color: #ffffff;
}

.cover:first-child .fullscreen {
    max-height: 100%;
}

@media all and (max-width: 767px) {
    .cover.fullscreen {
        height: auto;
        padding: 0;
    }
}


/*!---------- 17. WooCommerce ----------*/

.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
    margin-right: 0;
}


/*!---------- 18. BLOG ----------*/

.post-title a,
.post-title {
    /* font-size: 40px; */
    /* font-weight: 300; */
    /* color: #323232; */
    text-decoration: none !important;
    clear: both;
    display: block;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.post-title a:hover {
    color: #000000;
}

video:-webkit-full-screen,
audio:-webkit-full-screen {
    -webkit-transform: translateY(0%);
}

iframe {
    border: none;
}

.post-meta {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 12px;
}

.post-meta>li {
    float: left;
    margin-right: 24px;
}

.post-meta i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.comments-list,
.comments-list ul {
    width: 100%;
    overflow: hidden;
}

.comments.nolist>ul>li {
    padding-left: 0;
}

.comments-list li.comment {
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}

.comments-list p:last-of-type {
    margin: 0;
}

.comments-list .avatar,
.comments-list .comment {
    display: inline-block;
    float: left;
}

.comments-list .avatar {
    width: 10%;
}

.comments-list .avatar img {
    width: 75px;
}

.comments-list .comment {
    width: 100%;
    padding-left: 0%;
}

.comments-list .comment .btn {
    position: relative;
    margin: 0;
}

.comments-list ul {
    padding-left: 10%;
    padding-top: 40px;
}

.comments-list ul li:last-of-type {
    margin-bottom: 0;
}

.comments input[type="submit"] {
    max-width: 25%;
    float: right;
}

.masonry {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
}

.masonry.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.masonry-item {
    max-width: 100%;
}

.container .masonry-item {
    margin-bottom: 0px;
}

.masonry-item blockquote:hover {
    background: #9B1021;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff;
}

.masonryFlyIn .masonry-item {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
}

.masonryFlyIn .masonry-item.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.masonry-loader {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 80px;
}

.masonry-loader.fixed-center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    margin-top: -25px;
}

.masonry-loader.fadeOut {
    opacity: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.spinner {
    width: 50px;
    height: 50px;
    background-color: #9B1021;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media all and (max-width: 767px) {
    .comments input[type="submit"] {
        max-width: 100%;
        float: none;
    }
}

.flex-direction-nav a.flex-next {
    right: 16px;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    content: "\f105";
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.flex-direction-nav a.flex-prev {
    left: 16px;
}

.flex-direction-nav a.flex-prev:before {
    content: "\f104";
}

.flex-direction-nav a {
    opacity: 1;
    text-shadow: none;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
}

.flex-control-nav li a {
    background: none;
    border: 2px solid #666666;
    width: 10px;
    height: 10px;
}

@media all and (max-width: 768px) {
    .flex-direction-nav {
        display: none;
    }
}

.text-slider .flex-direction-nav li a:before {
    color: #222;
}

.image-bg .text-slider .flex-direction-nav li a:before {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.image-bg .text-slider .flex-direction-nav li a:hover:before {
    opacity: 1;
}

.text-slider .flex-direction-nav a.flex-prev {
    left: -60px;
}

.text-slider .flex-direction-nav a.flex-next {
    right: -60px;
}

.content p.intro {
    padding-bottom: 20px;
    border-bottom: 3px double #ddd;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 155%;
    font-weight: 700;
    color: #9B1021;
}

.content blockquote {
    padding: 1em 0px;
    /*! background: #fafafa; */
    border: 0px none #eee;
    position: relative;
    font-style: italic;
    margin: 0px;
	color:inherit;
}

.elementor-widget-wp-widget-cycledtestimonialwidget h5 {
    font-size: 30px;
    font-weight: 400;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 0px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 20px 30px;
}

.easy-t-cycle-pager span.cycle-pager-active {
    color: #9B1021;
}

.easy_t_single_testimonial blockquote p span.testimonial-client,
.easy_t_single_testimonial blockquote p span.testimonial-position {
    width: auto;
    display: inline-block;
    color: #4a4a4a;
}

.easy_t_single_testimonial blockquote p span.testimonial-client {}

.easy_t_single_testimonial blockquote p span.testimonial-position {
    font-weight: 300;
    border-left: 2px solid;
    padding-left: 8px;
    margin-left: 4px;
}

.content blockquote p {}

.content blockquote cite {
    display: block;
    margin-top: 0em;
    /* font-family: Arial, sans-serif; */
    font-size: 90%;
    line-height: 150%;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-style: normal;
}

.content ul,
.content ol {
    margin-left: 1.5em;
}

.content ul.comments-list,
.content ol.comments-list {
    margin: 0px;
}

.content ul {
    list-style: disc;
}

.content ul ul {
    list-style: circle;
}

.content ol {
    list-style: decimal;
}

.content ol ol {
    list-style: lower-alpha;
}

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

.content li {
    margin-bottom: 0.5em;
    line-height: 170%;
}

.content ol>li:last-child,
.content ul>li:last-child {
    margin-bottom: 0;
}

.content ol>li:first-child,
.content ul>li:first-child {
    margin-top: 0.5em;
}


/* WordPress Tables */

.content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.content .table {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.content table > tbody > tr > td, .content .table > tbody > tr > th, .content .table > tfoot > tr > td, .content .table > tfoot > tr > th, .content .table > thead > tr > td, .content .table > thead > tr > th {
  
    border-top: 1px solid #000000;
}


.content th,
.content td {
    padding: 2%;
    margin: 0;
    overflow: visible;
    line-height: 120%;
    border-bottom: 1px solid #000000;
}

.content th {
    padding-top: 0;
}

.content th {
    font-weight: bold;
    color: #000000;
}

.content table tbody>tr:nth-child(odd)>td {
    background-color: rgba(255, 255, 255, 0.34);
}

.content ul.post-meta {
    margin-left: 0;
}

.content ul.post-meta li {
    list-style: none;
    margin-top: 0 !important;
}

.comment-date {
    display: inline-block;
    font-size: 10px;
    padding: 5px 0;
}

.comments .fn {
    display: block;
}

.comment-reply {
    /* height: 20px; */
    line-height: 16px;
    padding: 0 12px;
    font-size: 10px;
}

.page-title-section {
    height: auto;
    padding: 10px 0;
}

.page-title {
    margin-bottom: 0 !important;
}

@media all and (max-width: 767px) {
    .page-title-section,
    #breadcrumbs {
        /* text-align: center; */
    }
}

.author-bio {
    display: block;
    overflow: hidden;
    padding: 32px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 64px;
}

.author-social {
    font-size: 16px !important;
}


/*!---------- 19. IMAGE BLOCKS ----------*/

.image-small {
    max-height: 80px;
}

.fade-half {
    opacity: 0.5;
}

.cast-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/*!---------- 20. PORTOFLIO ----------*/

.project {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
}

.project .image-tile {
    margin: 0;
}


/*!---------- 21. FOOTER ----------*/

footer.bg-dark a {
    color: #fff;
}

.social-list {
    margin: 0;
}

.bg-dark .social-list a {
    color: #fff;
    opacity: .5;
}

.bg-dark .social-list a:hover {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 0px;
    left: auto;
    bottom: 40px;
    z-index: 1000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 36px;
    width: 36px;
    padding: 1px 0px;
    background-color: rgba(0, 0, 0, 0.75)!important;
    border: 0px none;
    opacity: 0;
}

.back-to-top .fa {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.back-to-top:hover {
    opacity: 1;
    background: #9B1021;
}

.bg-dark .back-to-top {
    border-color: #fff;
}

.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
    color: #fff;
}

.bg-dark .back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
}

.bg-dark .copyright-text {
    color: #fefefe;
}

.bg-dark .footer .footer-credits a {
    color: #fefefe;
    opacity: .8;
}

.footer input[type="submit"] {
    border: 0;
    margin-top: 3px;
}

.copyright-text {
    float: left;
}

#colophon .footer-credits a {}


/*!---------- 22. SPACING ----------*/

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb64 {
    margin-bottom: 64px;
}

.p24 {
    padding: 24px;
}

.p0 {
    padding: 0;
}

.pt48 {
    padding-top: 48px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0;
}

@media all and (max-width: 767px) {
    .mb-xs-24 {
        margin-bottom: 24px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
}


/*!---------- 23. OTHER ----------*/

section {
    border-bottom: 0px none rgba(0, 0, 0, 0.0);
}

section.error-404 {
    padding-left: 30px;
    padding-right: 30px;
}

.feature-1 i {
    font-size: 64px;
}

.parallax-section {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.small-screen .top-parallax-section {
    overflow: hidden;
    padding: 96px 0;
}

.social-list {
    font-size: 22px;
}

.testimonial-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 16px;
}

.image-bg a {
    color: #9B1021;
}

.widget-area section {
    border-bottom: 0;
    padding: 0;
}

.post_thumbnail {
    padding: 0px 0px 0px 0px;
    display: block;
    margin-bottom: 25px;
}

.post_thumbnail img {
    width: 100%;
    z-index: 0;
    position: relative;
}

.text-left {
    text-align: left;
}

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

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

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    clear: both;
    display: table;
}


/* Layout */

.has-sidebar-left #secondary {
    padding-right: 40px;
}

.no-sidebar {
    float: none;
    /* margin: 0 auto; */
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.full-width {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
}

#primary {
    margin-bottom: 0px;
    padding: 15px 0px 15px 15px;
    background-color: transparent;
    display: flex;
    -ms-flex: 0 0 75%;
    flex-basis: 74%;
    flex-grow: 0;
    flex-shrink: 1;
}

.home #primary {
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
}

#secondary {
    padding: 15px 15px 15px 15px;
    background-color: transparent;
    /* height:100%; */
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    -ms-flex: 0 0 24.9%;
    flex-basis: 24.9%;
    flex-grow: 0;
    flex-shrink: 1;
}

#secondary_inner {
    padding: 36px 25px 36px 25px;
    background-color: #ffcc00;
    height: 100%;
    width: 100%;
}

#aftercontent_outer {
    padding: 36px 25px 36px 25px;
    background-color: #ffcc00;
    width: 100%;
}

.content #secondary ul,
.content #secondary ol,
.content #aftercontent_outer ul,
.content #aftercontent_outer ol {
    margin-left: 0em;
}

.content #secondary ol>li:first-child,
.content #secondary ul>li:first-child {
    margin-top: 0em;
}

#secondary a,
#secondary a:link,
#secondary a:visited {
    color: #9B1021;
}

#secondary a:hover,
#secondary a:focus {
    color: #9B1021;
}

#secondary .widget {
    margin: 0 0 36px;
}

#secondary .btn,
.widget .btn {
    margin: 10px 0px 0px;
}

.portfolio-filter {
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    text-transform: uppercase;
}

.portfolio-filter ul {
    margin: 0 0 2em;
    padding: 0;
    text-align: center;
    width: 100%;
}

.portfolio-filter ul li {
    background: #f0f0f0;
    color: #999;
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    margin: 0 1em 1em 0;
    padding: .2em .5em;
    text-align: center;
}

.portfolio-filter ul li:first-child {
    margin-right: .8em;
}

.portfolio-filter ul li:focus,
.portfolio-filter ul li:hover {
    color: #9B1021;
}

.portfolio .type-jetpack-portfolio {
    float: left;
    margin: 0 -1px -1px 0;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .portfolio .type-jetpack-portfolio {
        max-width: 100%;
        min-height: inherit;
    }
}

@media screen and (min-width: 768px) {
    .portfolio .type-jetpack-portfolio {
        max-width: 239px;
        max-height: 180px;
    }
}

.portfolio .type-jetpack-portfolio img {
    display: block;
}

.portfolio .type-jetpack-portfolio:hover {
    background: #9B1021;
    opacity: .6;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.rahmen {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    clear: both;
    float: left;
}

.wpcf7 .title {
    width: 30%;
    float: left;
    clear: both;
    min-height: 35px;
}

.wpcf7 .value {
    width: 70%;
    float: right;
}

.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #f00;
}

.wpcf7-list-item label {
    font-weight: normal;
    padding-left: 0em;
}

.wpcf7-list-item .wpcf7-list-item-label {
    font-weight: normal;
    padding-left: 0.5em;
}

.home .logoSlider {
    /* margin: 50px 0px 20px 0px; */
    /* padding: 20px 0px; */
}

body .elementor-slick-slider .slick-next:before,
body .elementor-slick-slider .slick-prev:before {
    font-family: FontAwesome;
    font-size: 48px;
    line-height: 1;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

body .elementor-slick-slider ul.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #9B1021;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus,
 :focus {
    outline: 0px;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

#respond {
    padding-top: 36px;
}

.entry-header {
    padding-top: 0px;
}

.logoSlider {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
}

.logoSlider .slick-slide {
    display: table !important;
    height: 120px;
    padding: 0px 0px !important;
}

.logoSlider .slick-slide-inner,
.logoSlider figure {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px;
    margin: 0px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logoSlider a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    display: inline;
    text-align: center;
    vertical-align: middle;
}

.logoSlider a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logoSlider img,
.logoSlider .img-responsive {
    max-height: 120px;
    display: inline !important;
    line-height: 120px;
}

.greyImages img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.greyImages img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.wpcf7-form-control-wrap {
    display: inline;
    width: 100%;
    /* background-color: burlywood; */
}

.wpcf7-form label {
    display: block;
    max-width: 100%;
}

.wpcf7-form fieldset {
    min-width: 0;
    margin: 0px 0px 36px 0px;
    padding: 25px 15px 5px;
    border: 2px solid rgb(208, 208, 208);
}

.wpcf7-form legend {
    width: auto;
    padding: 0 10px;
    margin: initial;
    border-bottom: 0px none #e5e5e5;
}

.wpcf7-form input[type="submit"] {
    max-width: none;
}




#secondary #submenu {
    margin-bottom: 20px;
    padding: 0px 0px;
    left: 0px;

}

#secondary .menu .current-menu-item ul, 
#secondary .menu .current-menu-ancestor ul, 
#secondary .menu .sub-menu{
	padding-top:15px !important;
  padding-left:15px !important;
}

#secondary #submenu ul li {
    list-style: none;
    padding: 0px 0px 0px 0px;
    float: none;
    clear: both;
    width: 100%;
    display: block;
    position: relative;
}


#secondary .menu>li>ul>li:hover>a,
#secondary .menu>li>ul>li>a:hover,
#secondary .menu>li>ul>li>ul>li:hover>a,
#secondary .menu>li>ul>li>ul>li>a:hover,
#secondary .dropdown-menu>.active>a,
#secondary .dropdown-menu>.active>a:focus,
#secondary .dropdown-menu>.active>a:hover, 
	#secondary .widget_advanced_menu a:hover,
#secondary .widget_advanced_menu .current-menu-item>a {
    color: #000000;
	  background-color: transparent;
    text-decoration: none;
}

#secondary .widget_advanced_menu li a:before {
    content: "\f105";
    color: inherit;
    font-family: 'FontAwesome';
    margin-right: 10px;
    left: 0px;
    font-size: inherit;
    line-height: inherit;
    top: 0px;
    position: absolute;
}

#secondary .widget_advanced_menu a {
        border-bottom: 0px none #ccc;
        display: block;
        padding: 0px 0px 0px 15px;
        font-size: 16px;
        line-height: 1.35;
        color: inherit;
        font-weight: 500;
        text-decoration: none;
        font-style: normal;
        text-transform: none;
}




#secondary .widget_advanced_menu li.current-menu-item:before,
#secondary .widget_advanced_menu li.current-menu-ancestor:before,
#secondary .widget_advanced_menu li.current-menu-ancestor>li:before {
    color: inherit;
}

#secondary .menu>li ul {
    min-width: none;
    padding: 0px 0px;
    border: 0px none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0px;
    display: block;
    background-color: transparent;
    border-top: 0px none #ffffff;
}








