/*
Theme Name: Framare
Author: Naxti OÜ
Author URI: http://www.naxti.ee
Description: Hey!

*/

.elementor-editor-active .bron-box,
.elementor-editor-active .otsing {
    display: none;
}

.elementor-editor-active .waves::after {
    display: none;
    content: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
    color: #141412;
    line-height: 1.8;
    margin: 0;
    background-color: #fff;
    animation-name: fadeout;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    font-size: 17px;
    font-weight: 300;
}

@keyframes fadeout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    color: #298ba4;
    text-decoration: none;
    cursor: pointer;
}

/*
a:visited {
    color: #298ba4;
}
*/

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #102446;
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Infant', serif;
    clear: both;
    line-height: 1.3;
}

h1 {
    font-size: 68px;
    margin: 20px 0;
}

h2 {
    font-size: 34px;
    margin: 15px 0;
    line-height: 2;
}

h3 {
    font-size: 24px;
    margin: 22px 0 !important;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}

h6 {
    font-size: 26px;
/*    margin: 36px 0;*/
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

.seminar-tags .elementor-icon-list-items li {
    padding: 0px 10px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 12px;
    cursor: default;
}

.seminar-tags .elementor-icon-list-items li:hover {
    background-color: azure;
}

.k_nr,
.k_lang {
    display: none;
}

.waves {
    position: relative;
    overflow: hidden;
}

.waves::after {
    content: '';
    background-image: url('../framare18/images/sep-waves.svg');
    z-index: 1000;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 33px;
    width: 2000px;
    background-repeat: repeat-x;
}

#elementor-editor-wrapper .search {
    display: none;
}

.uudis {
    float: left;
    width: 33%;
    position: relative;
    background-color: #000;
    margin: 3px 3px 0px 0px;
    overflow: hidden;
}

.uudis h2 {
    color: #fff;
    text-align: center;
    max-width: 70%;
    font-family: 'BioRhyme', sans-serif !important;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    margin: 0 auto;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.uudis h2 span {
    margin-top: 3px;
    padding-top: 3px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

.uudis h2 .loppenud {
    font-weight: 500;
    color: #ff9898;
    font-size: 15px;
    padding: 5px;
}

.andmed ul {
    margin: 0;
    padding: 0;
}

.andmed li {
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    float: left;
    width: 33%;
    background-color: #f2f2f2;
    padding: 20px;
    list-style-type: none;
}

.uudis-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    display: flex;
    align-items: center;
    text-align: center;
}

.uudis img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.uudis:hover img {
    width: 110%;
    height: 110%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.uudis:hover .uudis-overlay {
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    transform: scale(1.2);
}

.uudis:hover h2 {
    background-color: #000;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: circle;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

form {
    display: inline-block;
    float: left;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

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

del {
    color: #333;
}

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

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

.keeled {
    text-align: center;
    position: absolute;
    z-index: 9999;
    background-color: #102446;
    border-radius: 0px 0px 10px 10px;
    display: block;
    margin: auto 0;
    right: 0px;
    padding: 5px 15px;
}

.keeled a {
    padding: 10px 5px;
    font-size: 13px;
}

.keeled a:hover {
    color: #fff;
    text-decoration: none;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}


/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}


/* Assistive text */

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

.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-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/* Form fields, general styles first. */

.wcj_product_input_fields_global_4,
.wcj_product_input_fields_global_5 {
    display: none;
}

.k_message,
.k_name,
.woocommerce .quantity .qty {
    font-size: 19px;
    font-family: 'Cormorant Infant';
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    background-color: #f2f2f2;
    color: #000;
    padding: 20px;
}

.woocommerce .quantity .qty {
    font-size: 25px;
    font-weight: 700;
}

.k_message::placeholder {
    color: #c3c3c3;
    font-size: 19px;
}

.k_name {}

.woocommerce .quantity .qty {
    width: 80px;
}

.k_message {
    height: 110px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em;
    line-height: 50px;
    margin: 0 0 0em;
    position: relative;
    background-color: #f7f6f7;
    color: #000;
    border-top: 0px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 21px;
}

.woocommerce-message::before {
    content: " ";
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.8em 1em;
    font-weight: 300;
    border-radius: 30px;
    left: auto;
    color: #fff;
    background-color: #298ba4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 19px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #000000;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0;
    box-shadow: none;
}

.products {
    display: flex;
}

.products > * {
    /*  flex: 1 20%;*/
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 32%;
    margin: 8px;
    padding: 20px !important;
    position: relative;
    margin-left: 0;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 30px;
    /*   min-height: 500px;*/
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    background-color: #efcb5d;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding: 30px;
}

.self-price {
    margin-bottom: 15px;
}

.self-price input {
    font-size: 25px;
    font-weight: 700;
    /*    font-size: 19px;*/
    font-family: 'Cormorant Infant';
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    background-color: #f2f2f2;
    color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce ul.products li.product a img {
    border-radius: 50%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.2em;
    text-align: center;
    color: #000;
    font-weight: 400;
    line-height: 0.9;
    padding: 20px 25px;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product .price {
    display: none;
    color: #000;
    font-family: 'Cormorant Infant', serif;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.5em;
}

.woocommerce ul.products li.product .button {
    margin-top: 0em;
}

.elementor-add-to-cart .cart {
    display: block !important;
    width: 100%;
}

input,
textarea {
    border: 1px solid #c3c0ab;
    /*    font-family: inherit;*/
    padding: 10px;
    border-radius: 10px;
    display: block;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 1px solid #c3c0ab;
}


/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #e05d22;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    /* W3C */
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #ed6a31;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
    /* W3C */
    outline: none;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #d94412;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
    /* W3C */
    border: none;
    border-top: 3px solid #b93207;
    padding: 10px 24px 11px;
}

button {
    border: 1px solid #999;
    color: #999;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: transparent;
}
.elementor-heading-title {
/*     line-height: inherit!important;*/

/*    all: unset;*/
line-height: inherit!important;
margin: initial!important;
padding: initial!important;

}
  .swiper-container {
      width: 100%;
      height: 300px;
    }
    .swiper-slide {
/*      background: #ddd;*/
/*      display: flex;*/
      align-items: center;
      justify-content: center;
     
    }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #298ba4;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
}

.woocommerce-cart table.cart .product-thumbnail {
    display: none !important;
}

.woocommerce-cart-form {
    clear: both;
    display: block;
    float: none;
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    padding: 20px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 50%;
}

.checkout .col-1 {
    width: 50% !important;
    margin: 0 200px;
    float: none;
}

.checkout .col-2 {
    display: none;
}

button:hover {
    border: 1px solid #000;
    color: #000;
}

button:focus {
    margin-top: 2px;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #555;
}

:-moz-placeholder {
    color: #555;
}

::-moz-placeholder {
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}


/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}


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

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


/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    margin: 0 auto;
    overflow-y: inherit;
    width: 100%;
}

strong,
b {
    font-weight: 500;
}

.back-size-800 {
    background-size: 700px auto !important;
}

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

.site-main {
    position: relative;
    padding: 45px 0px 0px 0px;
    /*    padding: 60px 35px 0px 35px;*/
    /*    overflow-x: hidden;*/
}

.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.pakett a {
    transform: scale(1);
    float: left;
    max-width: 23%;
    margin: 6px;
    min-height: 400px;
    color: #727272 !important;
    font-size: 15px;
    line-height: 1.1;
    padding: 14px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12) !important;
    background-color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
}

.clearfix {
    clear: both;
    overflow: auto;
}

.pakett a:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.42) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.42) !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.42) !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
}

.pakett a:hover h3 {}

.pakett-img-clip {
    max-width: 100%;
    height: 150px;
    overflow: hidden;
}

.pakett a img {
    /*position: absolute;*/
    width: 340px;
    height: auto;
    /*clip: rect(20px, 240px, 180px, 0)*/
}

.pakett h3 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 21px;
    line-height: 1.1em;
    font-weight: 300;
}

.fixedPosition {
    position: fixed;
    top: 0;
    left: 0;
}

.site-header {
    font-family: 'Source Sans Pro', sans-serif;
    position: fixed;
    align-items: center;
    width: 100%;
    z-index: 9900;
    font-weight: 400;
    background-color: #fff;
   
  
}

.header-left {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-right {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

html .formcraft-css .powered-by {
    display: none;
}

.shadow {
    z-index: 7900;
    position: fixed;
    top: 0;
    height: 66px;
    width: 100%;
    -webkit-box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.24);
}

.header-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
      display: flex;
    flex-direction: row;
    min-height: 50px;
}

.scroll-header .menu-peamenyy-container {
    display: inline-block;
}

.eas {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px;
    max-width: 200px;
    background-color: #fff;
    z-index: 9000;
}

.eas img {
    width: 100%;
    height: auto;
}

.front_page_menu_links {
    width: 100%;
    max-width: 1300px;
margin: 20px auto;
}
    .linkSwiper swiper-container {
    display: flex;
    flex-direction: row
}

.front_page_menu_links a {
    cursor: pointer;
    display: block;

    padding: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}

.front_page_menu_links a:before {
    content: '';
/*    background-image: url('images/grad-border.png');*/
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 380px;
    opacity: 0.2;
}

.front_page_menu_links a:first-child:before {
    background-image: none;
}

.front_page_menu_links a:hover {
/*
    background: rgba(41, 139, 164, 0);
    background: -moz-linear-gradient(top, rgba(41, 139, 164, 0) 0%, rgba(41, 139, 164, 0.1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41, 139, 164, 0)), color-stop(100%, rgba(41, 139, 164, 0.1)));
    background: -webkit-linear-gradient(top, rgba(41, 139, 164, 0) 0%, rgba(41, 139, 164, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(41, 139, 164, 0) 0%, rgba(41, 139, 164, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(41, 139, 164, 0) 0%, rgba(41, 139, 164, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(41, 139, 164, 0) 0%, rgba(41, 139, 164, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#298ba4', endColorstr='#298ba4', GradientType=0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
*/
    /*
-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.17);
box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.17);
*/
}

.front_page_menu_links span {
    margin-top: 15px;
    display: inline-block;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links a:hover span {
    transform: scale(1.1);
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links img {
    width: 100%;
    height: auto;
    filter: grayscale(10%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links a:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.hide-overflow {
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0) position: relative;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links a:hover .hide-overflow {
    border-radius: 45%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links h2 {
    vertical-align: text-bottom;
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    color: #000000;
    line-height: 0.85;
    font-weight: 400;
    min-height: 40px;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.front_page_menu_links a:hover h2 {
    transform: scale(1.1);
    color: #298ba4;
    /*     top:-10px;*/
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.clear {
    clear: both;
}


/*
.bron {
    position: fixed;
    left: -80px;
    top: 250px;
    letter-spacing: 1px;
    font-weight: 500;
    background-color: #fff;
    color: #298ba4 !important;
    z-index: 8880;
    padding: 35px 25px 15px 25px;
    transform: rotate(-90deg);
    font-family: 'Cormorant Infant', serif;
    font-size: 32px;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.bron:hover {
    text-decoration: none;
    left: -70px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
*/
.featured-offers {
   max-width: 1300px;
margin-top: 135px;
background-color: #F1F5F8;
position: relative;
margin: 0 auto;
    padding: 35px;
    text-align: center;
    border-radius: 35px;
    margin-bottom: 35px;
}

.featured-offers-list {
/*
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
*/
}

.featured-offers a {
    cursor: pointer;
    display: block;
/*    border-left: 2px solid #fff;*/
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.featured-offers h3 {
    vertical-align: text-bottom;
    z-index: 1200;
    font-family: 'Cormorant Infant', serif;
    font-size: 22px;
    color: #000;
    line-height: 1;
    font-weight: 300;
    min-height: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    padding: 10px;
}

.featured-offers h3 span {
    margin-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
     font-family: 'Cormorant Infant', serif;
    font-size: 19px;
    display: block;
    font-style: normal;
    font-weight: 500;
}

.featured-offers .img-clip {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 30px;
}

.featured-offers .img-clip-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0)), color-stop(78%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
}

.featured-offers a:hover h3 {
    -webkit-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
    color: rgb(41, 139, 164);
}

.featured-offers img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1.2s 0s;
    transition: all 1.2s 0s;
    /*   filter: blur(0);*/
}

.featured-offers a:hover img {
    -webkit-transition: all 1.2s 0s;
    transition: all 1.2s 0s;
    /*   filter: blur(5px);*/
}
.featured-offers h2 {
     font-size: 36px;
    font-weight: 400;
    margin:0 auto;
    margin-bottom: 15px;
    
    
}
.swiper-pagination-bullet-active {

background: #298ba4!important;
}
.half-eye {
/*
    position: absolute;
    width: 100%;
    width: 375px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1400;
    text-align: center;
    display: block;
    pointer-events: none;
    top: -60px;
*/
}

.half-eye span {
    font-size: 50px;
    font-weight: 700;
    /*    font-family: 'Source Sans Pro', sans-serif;*/
    color: #000;

    z-index: 100;
    line-height: 1;
    font-family: "Cormorant Infant", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.4em;
}

.half-eye .insta {
    font-family: 'Cormorant Infant', serif;
    font-size: 17px;
    color: #000;
    font-weight: 200
}

.half-eye .offers {
    font-family: "Cormorant Infant", Sans-serif;
    font-size: 30px;
    color: #988762;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.9;
}

.half-eye img {
    max-width: 375px;
    transform: scaleY(0.4);
    margin: 0 auto;
    margin-top: -35px;
}

.instagram {
    margin-top: 30px;
}

#menu {
    cursor: pointer;
    /*
    background: url('images/menu-stripes.svg') 18px 18px no-repeat;
    background-size: 35px auto;
    position: absolute;
    right: 0px;
    top: 0;
*/
    padding: 0px 12px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #298ba4;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.subtext {
    display: none;
    font-size: 13px;
    color: #ccc;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

#menu:hover .subtext {
    display: block;
}

#menu:hover {
    color: #298ba4;
    background-color: #f1f5f8;
    /*
    right: 39px;
    transform: scale(1.05);
*/
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.menu-selected {
    color: #298ba4 !important;
    background-color: #f1f5f8 !important;
}

.close-menu {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
/*    font-weight: 700;*/
    color: #000;
    text-decoration: none;
/*    text-transform: uppercase;*/
    width: 100%;
    text-align: center;
/*    border-top: 1px solid #ccc;*/
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.close-menu:hover {
    text-decoration: none;
    background-color: #fff;
    color: #298ba4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.close-menu-cross {
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-container {
    display: none;
    background-color: #f1f5f8;
    position: absolute;
    text-align: center;
    top: 50px;
    right: 0px;
    padding: 20px;
    padding-bottom: 60px;
    z-index: 9997;
    width: 100%;
    -webkit-box-shadow: 0px 61px 46px -6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 61px 46px -6px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 61px 46px -6px rgba(0, 0, 0, 0.31);
}

.menu-container-wrapper {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    column-gap: 0;
}

.menu-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-container ul > li {
    /*    float: left;*/
    padding: 15px;
    vertical-align: top;
    /*   width: 100%;*/
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: left;
}

.menu-container ul > li a {
    font-size: 26px;
    padding: 5px 0;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 0.8;
    font-family: 'Cormorant Infant', serif;
    color: #000;
    display: block;
}

.menu-container .current_page_item > a {
    color: #298ba4;
    background-color: #fff;
    padding: 10px;
    font-weight: 500;
}

.menu-container ul > li > ul > li {
    padding: 0px;
}

.menu-container ul > li > ul > li > a {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    position: relative;
    text-align: left;
    display: block;
    padding: 7px 0;
    line-height: 1;
    color: #000;
    letter-spacing: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    font-size: 17px;
    font-weight: 300;
}

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

.menu-container ul > li a:hover {
    text-decoration: none;
    color: #298ba4;
}

.menu-container ul > li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #efcb5d;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}

.menu-container ul > li a:hover:after {
    width: 30%;
}

.menu-container ul > li > ul > li > ul > li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    padding: 2px 0;
    margin-left: 10px;
}

.menu-container ul > li > ul > li > ul > li a:before {
    content: '-  ';
}

.elementor-image-gallery figure img:hover {
    opacity: 0.8;
}




/*
.search {
    position: fixed;
    right: -525px;
    top: 450px;
    z-index: 8890;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.7s 0.5s;
    transition: all 0.7s 0.5s;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
}

.search:hover {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    right: 0px
}

.search input {
    border: 1px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px 15px;
    margin-left: 70px;
    font-size: 35px;
    font-weight: 200;
    font-style: italic;
    width: 500px;
    line-height: 35px;
    background-color: #fafafa;
}

.search span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search img {
    width: 35px;
    height: auto;
    display: block;
}

.search form {

    display: inline-block;
}
*/
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;              /* make bullets fully visible */
  margin: 0 4px;           /* spacing between bullets */
    background-color: #ccc;
}

.linkSwiper .swiper-button-next,
.linkSwiper .swiper-button-prev {
  display: none;
}
.swiper-button-next, .swiper-button-prev { 
color: var(--swiper-navigation-color,#ffffff);
background-color: rgba(255, 255, 255, 0.64);
padding: 30px;
border-radius: 20px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000; /* arrow color */
  top: 40%;
  transform: translateY(-50%);
/*
  width: 10px;
  height: 10px;
*/
}

.swiper-button-prev {
  left: 10px; /* adjust as needed */
}

.swiper-button-next {
  right: 10px; /* adjust as needed */
}
.broneerimine {
    display: flex;
flex-direction: column;
}
.broneeri span, .otsing span, .kinkekaart span {
    margin-left:5px;
}
.broneeri {
    padding: 5px 16px;
    color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    background-color: #298ba4;
    border-radius: 20px;
}
.broneeri:hover {
  
    color: #fff;
      background-color: #1c6d81;
}
.broneeri svg {
    color: #EFCB5D;
}

.kinkekaart {
    padding: 5px 12px;
    color: #000!important;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.telli-uudsikiri {
    border: 0px solid #fff;
    padding: 10px 20px;
}
.telli-uudsikiri:hover {
    border: 0px solid #fff;
}
#smly input {
    display: inline-block;
}
.kinkekaart:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
    background-color: #f1f5f8;
}

.kinkekaart svg {
    color: #298ba4;
}

.otsing {
    cursor: pointer;
    z-index: 9970;
    background-color: #fff;
    padding: 5px 12px;
    color: #000;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.otsing:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #298ba4;
    background-color: #f1f5f8;
}

.otsing svg {
    color: #298ba4;
}

text-align: center;
display: inline-block;
position: absolute;
top: 50%;

}
.otsing img {
    width: 25px;
    height: auto;
    display: inline-block;
}
.otsing form {
    display: inline-block;
}
#searchOverlay {
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 9995;
    display: table;
    display: none;
}
#searchOverlay .searchBox {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#searchOverlay input {
    border: 1px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 15px;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 200;
    color: #000;
    border-bottom: 2px solid #000;
    /*    font-style: italic;*/
    
    width: 700px;
    line-height: 70px;
    background-color: transparent;
    border-radius: 0;
}
.lang {
    position: absolute;
    right: 0px;
    top: 150px;
    text-align: center;
    z-index: 8840;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.lang:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    right: 0px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.33);
}
.lang:hover a {
    font-size: 13px;
    padding: 10px 20px 10px 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.lang a {
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 7px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lang a:hover {
    background-color: #f2f2f2;
}
.selected-lang {
    font-weight: 400 !important;
    color: #b1b1b1 !important;
}
.logo img {height:30px; width:auto;}
.logo {
    margin-left: 10px;
}
.footer h4 {
    font-size: 24px;
}
.footer-menu ul {
    list-style-type: none;
    padding: 0;
}
.footer-menu li {
    padding: 6px 0;
}
.footer-menu li a {
    display: block;
    font-size: 15px;
    color: #000;
    letter-spacing: 3px;
}
.footer-menu li a:hover {
    color: #298ba4;
    letter-spacing: 3px;
}
.footer-menu li a:hover {
    text-decoration: underline;
}
.bron {
    position: absolute;
    right: 0px;
    top: -48px;
    letter-spacing: 2px;
    font-weight: 400;
    background-color: #298ba4;
    color: #fff !important;
    z-index: 9900;
    padding: 7px 15px;
    /* font-family: 'Cormorant Infant', serif; */
    
    font-size: 19px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.bron:hover {
    background-color: #298ba4;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.bron-box:hover {
    bottom: -60px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
}
.bron-box {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: fixed;
    bottom: -200px;
    background-color: #f1f5f8;
    height: 200px;
    width: 100%;
    z-index: 9992;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.0);
}
.broneerimine {
/*
    display: block;
    text-align: center;
*/
    display: flex;
    justify-content: flex-end;
}
.broneerimine img {
    float: left;
}
.broneerimine a {
    display: flex;
    
    padding: 10px 10px;
    font-family: "Cormorant Infant", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #000000 !important;
}
.broneerimine a:hover {
    background-color: #f3f3f3;
}
.white > .broneerimine a:hover {
    background-color: #fff;
}
.broneerimine a .bron-txt {
    float: right;
    line-height: 1;
    padding-left: 10px;
}
.broneerimine a span {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.8px;
    color: #298ba4 !important;
    display: block;
    text-align: left;
}
.l_eye {
    margin-top: 30px;
    display: block;
    width: 80px;
    height: auto;
    height: auto;
    margin-bottom: 12px;
}
.l_txt {
    display: block;
    width: 80px;
    height: auto;
}

/*
.header-contacts {
    position: absolute;
    left: 35px;
    top: 19px;
}
*/
.header-contacts span {
    margin: 0 10px;
}
.i_phone {
    width: 30px;
    height: auto;
}
.i_mail {
    width: 30px;
    height: auto;
}
#submenu {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: #f1f5f8;
    z-index: 8000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
}
#submenu:hover {
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.submenu-trigger {
    position: relative;
    transform: rotateZ(90deg);
    left: 236px;
    top: 300px;
    /* height: 60px; */
    
    font-size: 26px;
    line-height: 72px;
    background-color: #fff;
    color: #000;
    width: 200px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    -webkit-box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.15);
}
.submenu-wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submenu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#submenu a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 21px;
    padding: 5px 15px;
    width: 250px;
}
#submenu a:hover {
    text-decoration: none;
    background-color: #fff;
}
.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}
.site-header .site-title:hover {
    text-decoration: underline;
}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}
.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}
.galerii img:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    display: flex;
    align-items: center;
    text-align: center;
}
.overlay span {
    margin: auto;
    color: 000;
}
.overlay span img {
    max-width: 70px;
    height: auto;
}
.galerii figure:hover .overlay {
    opacity: 0.5;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 0px 0 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.elementor-editor-active .site-header {
    display: none;
}
.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-weight: 400;
    line-height: 1;
    padding: 15px 15px;
    text-decoration: none;
    /*font-family: 'BioRhyme', sans-serif;*/
    
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.scroll-header .nav-menu li a {
    color: #000;
    padding: 30px 10px;
    font-size: 15px;
}
.scroll-header .nav-menu li:hover > a,
.scroll-header .nav-menu li a:hover,
.scroll-header .nav-menu li:focus > a,
.scroll-header .nav-menu li a:focus {
    transform: scale(1.1);
    color: #000;
}
.scroll-header .nav-menu li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 20px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.nav-menu li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    transform: scale(1.0);
    color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #000;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #fff;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #fff;
    font-style: italic;
}
.scroll-header .nav-menu .current_page_item > a:before,
.scroll-header .nav-menu .current_page_ancestor > a:before,
.scroll-header .nav-menu .current-menu-item > a:before,
.scroll-header .nav-menu .current-menu-ancestor > a:before,
.nav-menu .current_page_item > a:before,
.nav-menu .current_page_ancestor > a:before,
.nav-menu .current-menu-item > a:before,
.nav-menu .current-menu-ancestor > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-menu li > a:hover:before {}
.menu-toggle {
    display: none;
}

/* Navbar */
.navbar {
    background-color: #f7f5e7;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}
.search-form {
    float: none;
    display: block;
}
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.hentry {
    padding: 0px 0;
}
.entry-header,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
    overflow-y: hidden;
    height: 0px;
}
.entry-content {
    /*    max-width: 1600px;*/
    
    margin: 0 auto;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.sidebar .entry-header .entry-meta {
    padding: 0;
}
.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}
.entry-header {
    margin-bottom: 0px;
}
.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
    color: #fff;
    line-height: 0.7;
    font-family: 'Rochester', serif;
    z-index: 9991;
/*
    position: absolute;
    top: 250px;
    transform: translateX(-50%);
    left: 50%;
*/
    text-align: center;
}
.entry-title a {
    color: #141412;
}
.entry-title a:hover {
    color: #ea9629;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
    clear: both;
    font-size: 14px;
}
.entry-meta a {
    color: #bc360a;
}
.entry-meta a:hover {
    color: #bc360a;
}
.entry-meta > span {
    margin-right: 20px;
}
.entry-meta > span:last-child {
    margin-right: 0;
}
.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}
.entry-meta .date a:before {
    content: "\f303";
}
.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}
.categories-links a:first-child:before {
    content: "\f301";
}
.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}
.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content a,
.comment-content a {
    color: #298ba4;
}
.entry-content a:hover,
.comment-content a:hover {
    color: #298ba4;
    text-decoration: underline;
}
.entry-content .more-link {
    white-space: nowrap;
}
.entry-content blockquote {
    font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: -60px;
}
footer.entry-meta {
    margin-top: 24px;
}
.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
    background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n + 1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n + 1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n + 1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n + 1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n + 1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n + 1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n + 1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n + 1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n + 1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
    background-color: #f7f5e7;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
    margin-top: 0;
}
.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}
.format-aside cite {
    font-size: 100%;
    text-transform: none;
}
.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}

/* Audio */
.format-audio {
    background-color: #db572f;
}
.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}
.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}
.format-audio .wp-audio-shortcode {
    height: 30px !important;
    /* Override mediaelement.js style */
    
    margin: 20px 0;
    max-width: 400px !important;
    /* Override mediaelement.js style */
}
.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
    background-color: #eadaa6;
}
.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}
.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}
.format-chat .entry-meta .author {
    display: none;
}
.format-chat .chat {
    margin: 0;
}
.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}
.format-chat .chat .fn {
    font-style: normal;
}

/* Gallery */
.format-gallery {
    background-color: #fbca3c;
}
.format-gallery .entry-header {
    margin-bottom: 15px;
}
.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}

/* Image */
.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-image .categories-links,
.format-image .tags-links {
    display: none;
}

/* Link */
.format-link {
    background-color: #f7f5e7;
}
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}
.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}
.format-link .entry-title a {
    color: #bc360a;
}
.format-link div.entry-meta {
    display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
    margin-bottom: 24px;
}

/* Quote */
.format-quote {
    background-color: #210d10;
}
.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}
.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a;
}
.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.format-quote .entry-content cite a:hover {
    text-decoration: none;
}
.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}
.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}
.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}
.format-quote .entry-meta .author {
    display: none;
}

/* Status */
.format-status {
    background-color: #722d19;
    padding: 0;
}
.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}
.format-status .entry-content a {
    color: #eadaa6;
}
.format-status .entry-meta a {
    color: #f7f5e7;
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}
.format-status .categories-links,
.format-status .tags-links {
    display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
    background-position: left top;
}
.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}
.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}
.format-status .entry-content p:last-child {
    margin-bottom: 0;
}
.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
    content: "\f105";
}

/* Video */
.format-video {
    background-color: #db572f;
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}
.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}
.format-video .entry-meta {
    color: #220e10;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}
.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}
.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}
.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}
.attachment footer.entry-meta {
    display: none;
}
.attachment-meta:before {
    content: "\f307";
}
.full-size-link a:before {
    content: "\f402";
}
.full-size-link:before {
    content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}
.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}
.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}
.image-navigation a:hover {
    text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}
.image-navigation .nav-previous {
    left: 0;
}
.image-navigation .nav-next {
    right: 0;
}
.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}
.attachment .entry-attachment .attachment {
    display: inline-block;
}
.attachment .entry-caption {
    text-align: left;
}
.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}
.attachment .site-main .sidebar-container {
    display: none;
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}
.attachment .entry-content .wp-video {
    margin: 0 auto;
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
    text-align: center;
}
.navigation .nav-next {
    text-align: center;
}
.navigation a {
    font-family: 'BioRhyme', serif;
    text-decoration: none;
}
.navigation a:hover {}
.paging-navigation {
    padding: 40px 0;
}
.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
    padding: 13px 0;
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.paging-navigation .meta-nav {}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none;
}
.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}
.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    
    width: 100%;
}
.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}
.single .author-info {
    padding: 50px 0 0;
}
.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}
.single-format-status .author-description {
    color: #f7f5e7;
}
.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}
.author-link {
    color: #ca3c08;
    margin-left: 2px;
}
.author.archive .author-link {
    display: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
.archive-header {
    background-color: #e8e5ce;
}
.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}
.sidebar .archive-meta {
    padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-header {
    background-color: #e8e5ce;
}
.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}
.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
    background-color: #fff;
}
.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}
.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}
.error404 .page-wrapper {
    background-color: #e8e5ce;
}
.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}
.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.comment-list > li:last-child:after {
    display: none;
}
.comment-body {
    padding: 24px 0;
    position: relative;
}
.comment-author {
    float: left;
    max-width: 74px;
}
.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}
.comment-author .fn {
    word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}
.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}
.comment-meta a:hover {
    color: #ea9629;
}
.comment-metadata {
    margin-bottom: 20px;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}

/* Comment form */
.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}
.comment-form .required {
    color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}
.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}
.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}
.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.mu_alert {
    margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}
.site-main .mu_register input[type="submit"] {
    width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.site-main .widget-area {
    float: right;
    width: 300px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}
.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}
.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget li {
    padding: 5px 0;
}
.widget .children li:last-child {
    padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}
.widget a {
    color: #bc360a;
}
.widget a:hover {
    color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}
.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}
.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}
.widget_calendar a {
    display: block;
}
.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
    padding-left: 20px;
    margin-bottom: 16px;
}
.widget_text li:last-child {
    padding-bottom: 0;
}
.widget_text li > ul,
.widget_text li > ol {
    margin-bottom: 0;
}
.widget_text ul {
    list-style: square;
}
.widget_text ol {
    list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
    list-style-type: none;
}
.tagcloud ul li {
    display: inline-block;
    padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.widget .gallery-columns-2 .gallery-item {
    max-width: 49%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.widget .gallery-columns-3 .gallery-item {
    max-width: 22%;
    max-width: -webkit-calc(33% - 4px);
    max-width: calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
    background-color: #e8e5ce;
    color: #686758;
    font-size: 14px;
    text-align: center;
}
.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left;
}
.site-footer a {
    color: #686758;
}
.site-footer .sidebar-container {
    background-color: #220e10;
    padding: 20px 0;
}
.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}
.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}
.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px;
}
.sidebar .site-footer .widget {
    width: 228px;
}
.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}
.site-footer .widget a {
    color: #e6402a;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
#wpstats {
    display: block;
    margin: -10px auto 0;
}
.cart_not_empty {
    /*   border-radius: 15px 0 0 15px;*/
    
    position: fixed;
    right: 150px;
    top: 0px;
    padding: 15px 20px;
    background-color: #fff;
    color: #298ba4;
    z-index: 9910;
    font-size: 19px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.cart_not_empty span {
    margin-left: 10px;
}
.cart_not_empty:hover {
    background-color: #f1f5f8;
    color: #298ba4;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media (max-width: 1599px) {
    .site {
        border: 0;
    }
}
@media (max-width: 1069px) {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }
    
    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }
    
    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }
    
    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }
    
    .error404 .page-title:before {
        font-size: 554px;
    }
    
    .attachment .image-navigation {
        max-width: 724px;
    }
    
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }
    
    .site-main .widget-area {
        margin-right: 60px;
    }
}
@media (max-width: 999px) {
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }
    
    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }
    
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }
    
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }
    
    .format-status .entry-content {
        padding-top: 40px;
    }
    
    .format-status .entry-meta {
        padding-bottom: 40px;
    }
    
    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }
    
    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }
    
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }
    
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }
    
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }
    
    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
}
#mobile-menu {
    display: none;
}
.menu-peamenyy-container {
    background: transparent;
    display: inline-block;
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 1024px) {
/*
    .linkSwiper .swiper-button-next,
  .linkSwiper .swiper-button-prev {
      display: block;}
*/
    .half-eye span {
        font-size: 40px !important;
    }
    
    .none {
        display: none !important;
    }
    
    .scroll-header {
        display: none;
    }
    
    #mobile-menu {
        display: block;
        position: fixed;
        right: 10px;
        top: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }
    
    ul.nav-menu {
        margin-top: 100px;
        width: 100%;
    }
    
    .nav-menu li {
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }
    
    .nav-menu li a {
        padding: 12px 15px;
        font-size: 25px;
    }
    
    .nav-menu li:hover > a,
    .nav-menu li a:hover,
    .nav-menu li:focus > a,
    .nav-menu li a:focus {}
    
    .scroll-header .nav-menu .current_page_item > a:before,
    .scroll-header .nav-menu .current_page_ancestor > a:before,
    .scroll-header .nav-menu .current-menu-item > a:before,
    .scroll-header .nav-menu .current-menu-ancestor > a:before,
    .nav-menu .current_page_item > a:before,
    .nav-menu .current_page_ancestor > a:before,
    .nav-menu .current-menu-item > a:before,
    .nav-menu .current-menu-ancestor > a:before {
        visibility: hidden;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a {
        color: rgb(65, 178, 95);
    }
    
    .menu-peamenyy-container {
        display: none;
        z-index: auto;
        position: fixed;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        overflow-y: auto;
    }
    
    .uudis {
        width: 100%;
    }
    
    .elementor-lightbox .elementor-lightbox-item,
    .dialog-type-lightbox .dialog-message {
        padding: 0 !important;
    }
    
    #content .entry-header {
        padding: 0;
        height: auto;
    }
    
    .entry-title {
        margin: 0 0 5px;
        color: #fff;
        line-height: 0.7;
        font-family: 'Rochester', serif;
        z-index: 888;
        margin-bottom: 20px;
        position: absolute;
        top: 150px;
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
        font-size: 45px;
    }
    
    .andmed li {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .site-header {
        position: fixed;
        width: 100%;
        min-height: 100px;
        background: rgba(0, 31, 60, 0.65);
        background: -moz-linear-gradient(top, rgba(0, 31, 60, 0.65) 0%, rgba(0, 31, 60, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 31, 60, 0.65)), color-stop(100%, rgba(0, 31, 60, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 31, 60, 0.65) 0%, rgba(0, 31, 60, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 31, 60, 0.65) 0%, rgba(0, 31, 60, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 31, 60, 0.65) 0%, rgba(0, 31, 60, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 31, 60, 0.65) 0%, rgba(0, 31, 60, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001f3c', endColorstr='#001f3c', GradientType=0);
        z-index: 8888;
    }
    
/*
    .logo {
        position: fixed;
        z-index: 9900;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
*/
    
    .back-size-800 {
        background-size: 300px auto !important;
    }
    
    .site-header .home-link {
        min-height: 0;
    }
    
    .site-title {
        font-size: 36px;
        padding: 8px 0 10px;
    }
    
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    
    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }
    
    .gallery-caption {
        display: none;
    }
}
@media (max-width: 643px) {
    .woocommerce ul.products {
        padding: 0px;
    }
    .kinkekaart span, .otsing span {display: none;}
    
/*
    .kinkekaart {
        position: fixed;
        right: unset;
        left: 170px;
        top: 12px;
        z-index: 9970;
        padding: 18px 12px 18px 46px;
        font-size: 0;
        font-weight: 300;
        font-family: 'Source Sans Pro', sans-serif;
        color: #000;
        background: left 12px center no-repeat url(images/gift-card.png);
        background-size: 28px auto;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
*/
    
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 1em;
        line-height: 1;
        margin: 0 0 0em;
        position: relative;
        background-color: #f7f6f7;
        color: #000;
        border-top: 0px solid #a46497;
        list-style: none outside;
        width: auto;
        word-wrap: break-word;
        font-size: 21px;
    }
    
    .bron-box:hover {
        bottom: 0px;
        height: 90vh;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -webkit-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
    }
    
    .broneerimine {
        text-align: left;
    }
    
    .site-title {
        font-size: 30px;
    }
    
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Small menu */
    
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #141412;
        padding: 12px 0 12px 20px;
    }
    
    .menu-toggle:focus {
        outline: thin dotted;
    }
    
    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
    }
    
    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px;
    }
    
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    
    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }
    
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }
    
    .toggled-on .nav-menu > li a:hover,
    .toggled-on .nav-menu > ul a:hover {
        background-color: #db572f;
        color: #fff;
    }
    
    .toggled-on .nav-menu > li a:focus,
    .toggled-on .nav-menu > ul a:focus {
        background-color: #220e10;
        color: #fff;
    }
    
    ul.nav-menu,
    div.nav-menu > ul {
        /*            display: none;*/
    }
    
    #content .featured-gallery {
        padding-left: 24px;
    }
    
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
    
    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }
    
    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px;
    }
    
    .error404 .page-title {
        padding: 40px 0 0;
    }
    
    .error404 .page-title:before {
        content: normal;
    }
    
    .comment-author {
        margin-right: 30px;
    }
    
    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }
    
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    
    .comment-form textarea {
        height: 80px;
        /* Smaller field for mobile. */
    }
    /* Audio */
    
    .format-audio .entry-content:before {
        display: none;
    }
    
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
}

/* Mobile devices */
@media (max-width: 1025px) {
    .featured-offers {
   max-width: 1300px;
margin-top: 135px;
background-color: #F1F5F8;
position: relative;
margin: 0 15px;
    padding: 35px;
    text-align: center;
    border-radius: 35px;
    margin-bottom: 35px;
}
    .eas {
        max-width: 200px;
    }
    
    .site-main {
        position: relative;
        padding: 65px 0px 0px 0px;
        /*        overflow-x: hidden;*/
    }
    
    .site-title {
        font-weight: normal;
    }
    
    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }
    
    .gallery {
        margin-left: 0;
    }
    
    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    
    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }
    
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }
    
    .gallery br {
        display: none;
    }
    
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    /* Comments */
    
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }
    
    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }
    
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
    
    .lang {
        /*        display: none;*/
        top: 75px;
    }
    
/*
    .otsing {
        left: 120px;
        font-size: 0px;
    }
*/
    .helista {
        display: none;
    }
    .cart_not_empty span {
        display: none;
    }
    
    .cart_not_empty {
        right: 130px;
    }
    
    #searchOverlay input {
        border: 1px solid transparent;
        font-family: 'Source Sans Pro', sans-serif;
        padding: 0px 15px;
        margin-left: 20px;
        font-size: 34px;
        font-weight: 200;
        color: #000;
        border-bottom: 2px solid #000;
        /*    font-style: italic;*/
        width: 300px;
        line-height: 30px;
        background-color: transparent;
    }
    
    .lang:hover {
        /*        display: none;*/
        right: 0px;
    }
    
    .lang a {
        padding: 5px;
    }
    
    .lang img {
        width: 17px;
        height: auto;
    }
    
/*
    #menu {
        z-index: 9991;
        cursor: pointer;
        background: url('images/menu-stripes.svg') 12px 21px no-repeat;
        background-size: 25px auto;
        position: absolute;
        right: 0px;
        top: 0;
        padding: 16px 15px 16px 50px;
        font-size: 19px;
        font-weight: 700;
        font-family: 'Source Sans Pro', sans-serif;
        color: #000;
        text-transform: uppercase;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
*/
    
    .site-header {
        background: white;
        min-height: 60px;
    }
    
    .header-contacts {
        display: none;
    }
    
    .l_eye {
        width: 60px;
        display: none;
    }
    
    .l_txt {
        width: 80px;
    }
    
    .logo {
/*
        position: fixed;
        z-index: 9900;
        top: -10px;
        left: 60px;
        transform: translateX(-50%);
        background-color: transparent;
*/
    }
    
    #submenu,
    #menu:hover .subtext {
        display: none;
    }
    
    .menu-container {
        overflow-y: scroll;
        height: 100vh;
        padding: 0px;
    }
    
    .menu-container-wrapper {
        column-count: 1;
    }
    
    .menu-container ul > li {
        float: left;
        padding: 20px 0px;
        vertical-align: top;
        width: 100%;
        text-align: center;
        break-inside: avoid;
    }
    
    .menu-container-wrapper {
        margin-bottom: 100px;
    }
    
    .pakett a {
        max-width: 100%;
        min-height: auto;
    }
    
    .close-menu-cross {
        margin-right: 0px;
    }
    
    .close-menu {
        position: relative;
        bottom: auto;
        top: 0px;
        padding: 15px;
        font-size: 15px;
        line-height: 1;
        left: auto;
        right: 30px;
        /* transform: translateX(-50%); */
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc;
        display: block;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-radius: 0;
    }
    
    .menu-container ul > li > ul > li > a {
        text-align: center;
        padding: 10px 0;
        font-size: 19px;
    }
    
    .menu-container ul > li > ul > li > ul > li a {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
        padding: 8px 0;
        margin-left: 10px;
    }
    
    .menu-container ul > li a:after {
        border-width: 0;
    }
    
    .front_page_menu_links a {
        max-width: 50%;
    }
    
    .featured-offers a {
        max-width: 100%;
    }
    
    h1 {
        font-size: 48px;
    }
}

