/*! # Genesis Alibona Theme
	Theme Name: Alibona
	Theme URI: http://wpdev.net
	Description: Custom genesis wordpress theme
	Author: Ciprian Tepes
	Author URI: http://cipriantepes.ro

	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wpdevnet
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Social Media
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments

- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
    display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%;
    /* 10px browser default */ }

/* Chrome fix */
body > div {
    font-size: 16px;
    font-size: 1.6rem; }

body {
    color: #555;
    font-family: "Lato", serif, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.66;
    margin: 0; }

body:not(.full-width-content) {
    color: #eee; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

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

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

p {
    margin: 0 0 1em;
    padding: 0; }

ol,
ul {
    margin: 0;
    padding: 0; }

li {
    list-style-type: none; }

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0; }

b,
strong {
    font-weight: 700; }

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

blockquote {
    margin: 40px; }

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #56524f;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-rendering: optimizeLegibility; }
    h1 em,
    h2 em,
    h3 em,
    h4 em,
    h5 em,
    h6 em {
        color: #e82c0c;
        font-style: normal; }

h2[style="text-align: center;"] {
    margin-top: 2em; }

h1 {
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -3px; }

h2 {
    font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: -2px; }

h3 {
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: -2px; }

h4 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -1px; }

h5 {
    font-size: 24px;
    font-size: 2.4rem; }

h6 {
    font-size: 18px;
    font-size: 1.8rem; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%; }

img {
    height: auto; }

.featured-content img,
.gallery img {
    width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
    overflow: hidden; }

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center; }

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

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

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

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

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

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

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

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

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px; }

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
    color: #333;
    padding: 1em;
    width: 100%; }

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto; }

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1; }

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    border: 0;
    color: #fafafa;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    background: #E41C12;
    padding: .5em 1em;
    width: auto; }
    .no-upper button, .no-upper
    input[type="button"], .no-upper
    input[type="reset"], .no-upper
    input[type="submit"], .no-upper
    .button {
        text-transform: none; }
    .text-bold button, .text-bold
    input[type="button"], .text-bold
    input[type="reset"], .text-bold
    input[type="submit"], .text-bold
    .button {
        font-weight: 700; }

.button {
    display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none; }

/* ## Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%; }

tbody {
    border-bottom: 1px solid #ddd; }

td,
th {
    text-align: left; }

td {
    border-top: 1px solid #ddd;
    padding: 6px 0; }

th {
    font-weight: 400; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
    position: relative; }

body {
    background-color: #3c3d42; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.content {
    float: none; }

body:not(.home):not(.elementor-page) .site-inner {
    color: #222;
    background: url("assets/images/bg-wood-pattern.jpg");
    padding: 3em 0; }

.site-inner {
    clear: both; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap:after {
    content: '';
    display: table;
    clear: both; }

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar2-content-sidebar .content-sidebar-wrap {
    float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right; }

/* ### Content */
.sidebar-content .content {
    float: right; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left; }

.full-width-content .content {
    width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 180px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar2-content-sidebar .sidebar-primary {
    float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
    float: left;
    width: 270px; }

.content-sidebar-sidebar .sidebar-secondary,
.sidebar2-content-sidebar .sidebar-secondary {
    float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%; }

.one-third,
.two-sixths {
    width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
    width: 65.81196581196582%; }

.one-fourth {
    width: 23.076923076923077%; }

.three-fourths {
    width: 74.35897435897436%; }

.one-sixth {
    width: 14.52991452991453%; }

.five-sixths {
    width: 82.90598290598291%; }

.first {
    clear: both;
    margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Headers
--------------------------------------------- */
.header-section {
    font-size: 52px;
    font-size: 5.2rem;
    letter-spacing: -2px; }

.gform_wrapper.hide-labels_wrapper .hide-labels .gfield_label {
    display: none; }

/* ## Avatar
--------------------------------------------- */
.avatar {
    float: left; }

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px; }

.alignright .avatar {
    margin-left: 24px; }

.comment .avatar {
    margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
    margin-bottom: 20px; }

.archive-description,
.author-box {
    margin-bottom: 1.125em; }

.author-box-title {
    margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0; }

/* ## Titles
--------------------------------------------- */
.archive-title {
    font-size: 32px;
    font-size: 3.2rem; }

.entry-title {
    color: inherit; }

.sidebar .widget-title a {
    color: #333; }

.entry-title a:hover,
.entry-title a:focus {
    color: #44abd9; }

.widget-title {
    margin-bottom: 20px; }

.footer-widgets .widget-title {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: normal; }

/* ## Forms
--------------------------------------------- */
.search-form {
    background: #fff;
    border-width: 2px 0;
    border-style: solid;
    border-color: #44abd9;
    position: relative;
    padding: .5em 1em;
    margin: 0 0 1em;
    z-index: 9; }
    .search-form input[type="search"] {
        color: #44abd9;
        border: none;
        background: none;
        padding: 0; }
        .search-form input[type="search"]::-webkit-input-placeholder {
            color: #44abd9; }
        .search-form input[type="search"]:-moz-placeholder {
            /* Firefox 18- */
            color: #44abd9; }
        .search-form input[type="search"]::-moz-placeholder {
            /* Firefox 19+ */
            color: #44abd9; }
        .search-form input[type="search"]:-ms-input-placeholder {
            color: #44abd9; }
    .search-form input[type="submit"] {
        color: #fafafa;
        background: #59a03a;
        position: absolute;
        right: 0;
        top: 0;
        padding: .5em 1em; }

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
    width: 48.5%;
    float: left; }

.comment-respond .comment-form .comment-form-email {
    float: right; }

.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"] {
    width: 100%; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px; }

.footer-widgets .entry {
    border-bottom: 1px dotted #666; }

.featured-content .entry-title {
    font-size: 24px;
    font-size: 2.4rem; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
    display: block;
    margin: 0 auto; }

a.alignnone {
    display: inline-block; }

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%; }

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px; }

img.alignnone,
.alignnone {
    margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px; }

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center; }

.entry-content p.wp-caption-text {
    margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px; }

.preview-lazyload.container-youtube.container-youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

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

.text-white {
    color: #fff; }

.text-bold {
    font-weight: 700; }

.text-bold .sow-headline {
    font-weight: 700; }

.text-upper {
    text-transform: uppercase; }

.text-shadow-5px {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125); }

.no-upper {
    text-transform: none; }

.absolute {
    position: absolute;
    z-index: -1; }
    .absolute.left {
        left: 0; }

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

.big-font-size {
    font-size: 20px;
    font-size: 2rem; }

/* ## Sections
--------------------------------------------- */
.section-separator:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url("assets/images/icon-swiss-selection.svg") no-repeat 0 0;
    position: absolute;
    margin: auto;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 9; }

/* ## Youtube
--------------------------------------------- */
.video-container,
.sow-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .video-container iframe,
    .video-container object,
    .video-container embed,
    .sow-video-wrapper iframe,
    .sow-video-wrapper object,
    .sow-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Navigation Menu
--------------------------------------------- */
.genesis-nav-menu {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    float: right; }
    .genesis-nav-menu .menu-item {
        display: inline-block;
        text-align: left;
        position: relative; }
        .genesis-nav-menu .menu-item.menu-item-has-children {
            margin-right: 12px; }
            .genesis-nav-menu .menu-item.menu-item-has-children:after {
                content: '';
                display: block;
                position: absolute;
                border: 4px solid transparent;
                border-top-color: #eee;
                right: -5px;
                top: 50%; }
        .genesis-nav-menu .menu-item:focus {
            position: relative; }
        .genesis-nav-menu .menu-item:first-child a::before {
            display: none; }
        .genesis-nav-menu .menu-item a {
            color: #eee;
            text-decoration: none;
            display: block;
            padding: 1em .5em;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
            .has-leader .genesis-nav-menu .menu-item a {
                color: #fff; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:active {
    color: #E41C12; }

.genesis-nav-menu .current-menu-item > a {
    color: #E41C12; }

.genesis-nav-menu > .first > a {
    padding-left: 0; }

.genesis-nav-menu > .last > a {
    padding-right: 0; }

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0; }

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0; }

.genesis-nav-menu > .rss > a {
    margin-left: 48px; }

.genesis-nav-menu > .search {
    padding: 10px 0 0; }

/* ## Submenu
--------------------------------------------- */
.sub-menu {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    position: absolute;
    min-width: 100%; }
    .sub-menu .menu-item {
        float: none;
        display: block; }
        .sub-menu .menu-item a {
            color: #222;
            white-space: nowrap;
            margin: 0;
            padding: .5em 1em; }
            .sub-menu .menu-item a:before {
                display: none; }
            .sub-menu .menu-item a:hover, .sub-menu .menu-item a:active {
                background-color: #E41C12;
                color: #eee; }

/* ## Accessible Menu
--------------------------------------------- */
/* ## Footer Menu
--------------------------------------------- */
.genesis-nav-footer {
    float: right;
    margin: 1.5em 0; }
    .genesis-nav-footer .menu-item.menu-item {
        padding-top: 0;
        padding-bottom: 0; }
    .genesis-nav-footer ul, .genesis-nav-footer li {
        display: inline-block;
        margin: 0;
        padding: 0; }
    .genesis-nav-footer li:first-child:before {
        display: none; }
    .genesis-nav-footer a:hover {
        color: unset;
        text-decoration: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Site Top
--------------------------------------------- */
.site-top {
    padding: 0 2em; }
    .site-top a {
        padding: 1.25em .5em; }
    .site-top .site-description {
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        float: left;
        margin: 0;
        padding: 1em 0; }
    .site-top .nav-secondary {
        float: right; }
    .site-top .genesis-nav-menu {
        font-size: inherit; }
    .site-top .site-description,
    .site-top .nav-secondary {
        font-size: 1.4rem; }

/* ## Site Header
--------------------------------------------- */
.site-header {
    position: relative;
    z-index: 99;
    display: block;
    padding: 1em 2em 1em;
    /* ## Title Area
    --------------------------------------------- */
    /* ## Navigation Area
    --------------------------------------------- */
    /**
     * Note: I have omitted any vendor-prefixes for clarity.
     * Adding them is left as an exercise for the reader.
     */ }
    .site-header .site-title {
        margin: 0; }
    .site-header .title-area {
        float: left;
        max-width: 100%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .site-header .title-area img.custom-logo {
            width: 200px; }
    .site-header .nav-primary {
        float: right; }
    .site-header.headroom {
        will-change: transform;
        transition: all .2s ease-in-out;
        position: fixed;
        width: 100%; }
        .site-header.headroom + .site-inner {
            margin-top: 100px; }
    .site-header.headroom--top {
        background: transparent; }
    .site-header.headroom--not-top {
        background: #38261a; }
        .site-header.headroom--not-top .title-area {
            max-width: 260px; }

/* ## Featured Image
--------------------------------------------- */
.page-featured-image {
    background-size: cover;
    background-position: 50% 50%; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2em 2em;
    position: relative; }
    .site-footer a {
        text-decoration: none; }
        .site-footer a:hover {
            text-decoration: underline; }
    .site-footer p {
        margin: 1.5em 0; }
    .site-footer .menu-item {
        position: relative; }
    .site-footer .all-cheese {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        max-width: 300px; }
    .site-footer .genesis-nav-footer {
        font-size: 14px;
        font-size: 1.4rem; }
        .site-footer .genesis-nav-footer + p {
            font-size: 14px;
            font-size: 1.4rem;
            float: right;
            margin-right: 20px; }
        .site-footer .genesis-nav-footer .menu-item {
            margin-left: 5px; }

/* # Aside
---------------------------------------------------------------------------------------------------- */
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Elementor
--------------------------------------------- */
.elementor .elementor-widget-wp-widget-recent-posts ul {
    margin: 0;
    padding: 0; }
    .elementor .elementor-widget-wp-widget-recent-posts ul li {
        list-style-type: none; }

.elementor .elementor-widget-wp-widget-recent-posts a {
    color: inherit;
    font-weight: 700; }
    .elementor .elementor-widget-wp-widget-recent-posts a:hover, .elementor .elementor-widget-wp-widget-recent-posts a:active {
        color: #eee; }

.elementor .elementor-widget-wp-widget-recent-posts .post-date {
    font-size: .7em;
    display: block; }

.elementor .elementor-widget-wp-widget-featured-post a.alignleft {
    margin-bottom: 0; }

.elementor .elementor-widget.has-button-below {
    margin-bottom: -1em; }

/* ## Gravity Forms
--------------------------------------------- */
.wpcf7-form-control-wrap {
    width: 98.825%; }
    .elementor-col-50 .wpcf7-form-control-wrap {
        width: 97.5%; }
    .elementor-col-25 .wpcf7-form-control-wrap {
        width: 95%; }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea,
    .wpcf7-form-control-wrap select {
        color: inherit;
        line-height: 1.5;
        background: rgba(255, 255, 255, 0.15);
        -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
        border: none;
        display: block;
        margin-bottom: 1em; }
        .wpcf7-form-control-wrap input::-moz-placeholder,
        .wpcf7-form-control-wrap textarea::-moz-placeholder,
        .wpcf7-form-control-wrap select::-moz-placeholder {
            color: inherit; }
        .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .wpcf7-form-control-wrap textarea:-ms-input-placeholder,
        .wpcf7-form-control-wrap select:-ms-input-placeholder {
            color: inherit; }
        .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
        .wpcf7-form-control-wrap select::-webkit-input-placeholder {
            color: inherit; }

.wpcf7 .elementor-button-content-wrapper .ajax-loader {
    position: absolute; }

.wpcf7 .elementor-button-content-wrapper input {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    background: none;
    margin: 0;
    padding: 0; }

/* ## Revolution slider
--------------------------------------------- */
/* ## WPML
--------------------------------------------- */
.wpml-ls-menu-item .sub-menu .wpml-ls-flag {
    margin-left: -5px;
    margin-right: -5px;
    display: block;
    min-width: 18px; }

#wpstats {
    display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0; }

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.blog .content .entry,
.single-post .content .entry {
    margin-bottom: 3em;
    padding: 0 0 2em; }

.search .entry-header {
    color: #444;
    background: none;
    margin: 0;
    padding: 0; }

.entry-header .entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700; }

.entry-header a {
    text-decoration: none; }
    .entry-header a:active, .entry-header a:hover {
        color: inherit;
        text-decoration: underline; }

.archive-description {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }

.entry-content {
    font-size: 16px;
    font-size: 1.6rem; }
    .entry-content ol,
    .entry-content ul {
        margin: 2em; }
    .entry-content ol > li {
        list-style-type: decimal; }
    .entry-content ul > li {
        list-style-type: disc; }
    .entry-content .list-line-separator ul > li {
        border-bottom: 1px solid #a0a4ad;
        margin-bottom: 5px;
        padding-bottom: 5px; }
    .entry-content li {
        margin-bottom: .5em; }
    .entry-content ol ol,
    .entry-content ul ul {
        margin-bottom: 0; }
    .entry-content code {
        background-color: #333;
        color: #ddd; }

/* ## Search
--------------------------------------------- */
.search .entry {
    margin-bottom: 4em; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
    margin-bottom: 0; }

.entry-header .entry-meta {
    margin-bottom: 24px; }

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px; }

.entry-categories,
.entry-tags {
    display: block; }

.entry-time {
    font-weight: 700; }

.entry-comments-link {
    float: right; }

/* ## Pagination
--------------------------------------------- */
.pagination {
    clear: both;
    margin: 0; }

.adjacent-entry-pagination {
    margin-bottom: 0; }

.archive-pagination li {
    display: inline; }

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #59a03a;
    text-decoration: underline; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px; }

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px; }

.entry-comments {
    padding: 40px; }

.comment-header {
    font-size: 16px;
    font-size: 1.6rem; }

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0; }

.comment-content {
    clear: both;
    word-wrap: break-word; }

.comment-list li {
    margin-top: 24px;
    padding: 32px; }

.comment-list li li {
    margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%; }

.comment-respond label {
    display: block;
    margin-right: 12px; }

.entry-comments .comment-author {
    margin-bottom: 0; }

.entry-pings .reply {
    display: none; }

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px; }

/* # Modules
---------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  TABS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="tabs no-js">
 *   <div class="tabs-nav">
 *     <a href="#" class="tabs__title is-active"></a>
 *     <a href="#" class="tabs__title"></a>
 *     ...
 *   </div>
 *   <div class="tabs__tab is-active">
 *     <div class="tabs__tab__content"></div>
 *   </div>
 *   <div class="tabs__tab">
 *     <div class="tabs__tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.tabs {
    /**/ }

/**
 * Tabs navigation
 */
.tabs__nav {
    list-style: none;
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid #aaa; }

.tabs__title {
    color: #aaa;
    cursor: pointer;
    flex: 1;
    margin-right: 4px;
    padding: 12px;
    text-align: center;
    transition: color 0.3s; }

.tabs__title:last-child {
    margin-right: 0; }

.tabs__title.is-active {
    color: inherit; }

.tabs__title i,
.tabs__title span {
    margin: 0;
    padding: 0;
    line-height: 1; }

.tabs__title span {
    display: none; }

@media all and (min-width: 768px) {
    .tabs__title i {
        margin-bottom: 12px; }
    .tabs__title span {
        display: block; } }

/**
 * Tab
 */
.tabs__tab {
    display: none; }

.tabs__tab.is-active {
    display: block; }

.tabs__content {
    padding: 1.5rem; }

/**
 * Tabs no-js fallback
 */
.tabs.no-js .tabs-nav {
    display: none; }

.tabs.no-js .tabs__tab {
    display: block;
    margin-bottom: 1.5rem; }

.tabs.no-js .tabs__tab:last-child {
    margin-bottom: 0; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    margin-top: 10px; }
    .sidebar .widget {
        margin-bottom: 3em; }
    .sidebar .entry-title,
    .sidebar .widget-title {
        font-size: 24px;
        font-size: 2.4rem; }
    .sidebar .post {
        padding-bottom: 0; }
    .sidebar .widget_nav_menu {
        margin-bottom: 8px; }
    .sidebar ul ul {
        margin-left: 1em; }
    .sidebar .woocommerce.widget_shopping_cart .cart_list .empty {
        padding-left: 0; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.site-footer {
    color: #eee; }

.footer-widgets {
    clear: both; }
    .footer-widgets a {
        text-decoration: none; }
        .footer-widgets a.fa-stack {
            color: #aaa; }
    .footer-widgets input {
        border: 1px solid #333; }
    .footer-widgets a.button,
    .footer-widgets a:hover,
    .footer-widgets a:focus {
        color: #fff; }
    .footer-widgets .widget {
        margin-bottom: 2em; }
    .footer-widgets + p {
        text-align: center; }
    .footer-widgets p:last-child {
        margin-bottom: 0; }
    .footer-widgets .entry-title {
        font-size: 24px;
        font-size: 2.4rem; }
    .footer-widgets .entry {
        border-bottom: none; }
    .footer-widgets .footer-widgets-1 {
        padding-left: 0; }
    .footer-widgets .footer-widgets-4 {
        float: right;
        padding-right: 0; }

.footer-widgets + p {
    font-size: 14px;
    font-size: 1.4rem; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2em 2em;
    position: relative; }
    .site-footer a {
        text-decoration: none; }
        .site-footer a:hover {
            text-decoration: underline; }
    .site-footer p {
        margin: 1.5em 0; }
    .site-footer .menu-item {
        position: relative; }
    .site-footer .all-cheese {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        max-width: 300px; }
    .site-footer .genesis-nav-footer {
        font-size: 14px;
        font-size: 1.4rem; }
        .site-footer .genesis-nav-footer + p {
            font-size: 14px;
            font-size: 1.4rem;
            float: right;
            margin-right: 20px; }
        .site-footer .genesis-nav-footer .menu-item {
            margin-left: 5px; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/* ## Screen
--------------------------------------------- */
@media screen and (min-width: 240px) {
    .site-header .nav-primary {
        display: none;
        float: none;
        clear: both; }
    .site-header .title-area {
        width: 75%; }
    .menu-toggle {
        color: #4a8c32;
        background: none;
        float: right;
        padding: 1em; }
    .sub-menu {
        position: static;
        clear: both; }
    .genesis-nav-menu {
        float: none; }
        .genesis-nav-menu .menu-item {
            display: block; }
            .genesis-nav-menu .menu-item.menu-item-has-children:after {
                content: '';
                display: block;
                clear: both; }
            .genesis-nav-menu .menu-item.menu-item-has-children > a {
                float: left; }
    .sub-menu-toggle {
        margin-top: 1.5em;
        float: left; } }

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none; }
    .site-header .nav-primary {
        display: block;
        float: right;
        clear: none; }
    .site-header .title-area {
        width: auto; }
    .genesis-nav-menu {
        float: right; }
        .genesis-nav-menu > .menu-item {
            float: left; }
    .sub-menu-toggle {
        display: none; }
    .sub-menu {
        position: absolute;
        top: 58px; }
        .sub-menu .sub-menu {
            left: 100%;
            top: 0; }
    /* ## Page title
    --------------------------------------------- */
    .site-inner > .entry-header > .entry-title {
        font-size: 1.5em; }
    /* ## Page Featured Image
    --------------------------------------------- */
    .page-featured-image {
        height: 300px; }
    /* ## Footer
    --------------------------------------------- */
    .footer-widgets .widget-area {
        width: 25%;
        padding-right: 1em;
        padding-left: 1em;
        float: right; } }

@media screen and (min-width: 1024px) {
    /* ## Page Featured Image
    --------------------------------------------- */
    .page-featured-image {
        height: 400px; } }

@media screen and (min-width: 1200px) {
    .wrap,
    body:not(.elementor-page) .content-sidebar-wrap,
    .site-inner > .entry-header > .entry-title {
        max-width: 1140px;
        margin: auto; }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar2-content-sidebar .content-sidebar-wrap {
        width: 940px; }
    .content-sidebar .content,
    .sidebar-content .content {
        width: 940px; }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .sidebar2-content-sidebar .content {
        width: 680px; }
    /* ## Page Featured Image
    --------------------------------------------- */
    .page-featured-image {
        height: 500px; } }

/* ## Print
--------------------------------------------- */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: ""; }
    thead {
        display: table-header-group; }
    img,
    tr {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    @page {
        margin: 2cm 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid; }
    .content,
    .content-sidebar {
        width: 100%; }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important; }
    .title-area {
        text-align: center;
        width: 100%; }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0; }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px; }
    .author-box {
        margin-bottom: 0; }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3; }
    img {
        page-break-after: avoid;
        page-break-inside: avoid; }
    blockquote,
    pre,
    table {
        page-break-inside: avoid; }
    dl,
    ol,
    ul {
        page-break-before: avoid; } }

/*# sourceMappingURL=style.css.map */