@font-face {
    font-family: 'signika';
    src: url("../fonts/SignikaCuraprox.eot?#iefix") format("embedded-opentype"), url("../fonts/SignikaCuraprox.otf") format("opentype"), url("../fonts/SignikaCuraprox.woff") format("woff"), url("../fonts/SignikaCuraprox.ttf") format("truetype"), url("../fonts/SignikaCuraprox.svg#SignikaCuraprox") format("svg");
    font-weight: bold;
    font-style: normal; 
}

@font-face {
    font-family: 'signika';
    src: url("../fonts/Signika-Curaprox-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Signika-Curaprox-Regular.otf") format("opentype"), url("../fonts/Signika-Curaprox-Regular.woff") format("woff"), url("../fonts/Signika-Curaprox-Regular.ttf") format("truetype"), url("../fonts/Signika-Curaprox-Regular.svg#Signika-Curaprox-Regular") format("svg");
    font-weight: normal;
    font-style: normal; 
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com
        Copyright (C) 2019 Schwartzco Inc.
        License: 1901-QWGKSF     
*/
@font-face {
    font-family: 'Canela Deck Web';
    src: url('../fonts/CanelaDeck-Medium-Web.woff2') format('woff2'),
         url('../fonts/CanelaDeck-Medium-Web.woff') format('woff');
    font-weight:  500;
    font-style:   normal;
    font-stretch: normal;
}

body {
    font-family: 'signika', sans-serif;
    position: relative;
    line-height: 1.53;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212139;
    overflow-x: hidden;
}

.articlesingle-content {
    font-family: 'sirba-web', serif;
}

a, .btn-primary {
    color: #0066b3;
}

a, a i {
    transition: color 300ms ease-out;
}

a:hover, a:focus, a:active, .btn-primary {
    text-decoration: none;
    color: #00508D;
}

h1, h2, h3, h4, h5, h6, .wp-block-april-perex {
    font-family: 'signika', sans-serif;
    font-weight: 400;
}

h1, .archive-title, .post-header {
    font-size: 30px;
}

h1, .h1 {
    font-family: 'Canela Deck Web', serif;
    font-weight: 500;
    line-height: 1.2;
}

h2, .h2, .wp-block-april-perex {
    font-size: 22px;
    line-height: 1.4;
}

h3, .h3 {
    font-size: 19px;
    line-height: 1.4;
}

h4, .h4 {
    font-family: 'Canela Deck Web', serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
}

@media (min-width: 480px) {
    h1, .archive-title, .post-header { font-size: 38px; }
    h2, .h2, .wp-block-april-perex { font-size: 24px; }
    h3, .h3 { font-size: 20px; }
    h4, .h4 { font-size: 18px; }
}
@media (min-width: 768px) {
    h1, .archive-title, .post-header { font-size: 44px; }
    h2, .h2, .wp-block-april-perex { font-size: 26px; }
    h3, .h3 { font-size: 22px; }
    h4, .h4 { font-size: 19px; }
}
@media (min-width: 992px) {
    h1, .archive-title, .post-header { font-size: 52px; }
    h2, .h2, .wp-block-april-perex { font-size: 28px; }
    h3, .h3 { font-size: 23px; }
    h4, .h4 { font-size: 20px; }
}
@media (min-width: 1200px) {
    h1, .archive-title, .post-header { font-size: 60px; }
    h2, .h2, .wp-block-april-perex { font-size: 30px; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 22px; }
}


.relative {
    position: relative;
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

body.page-id-12036 {
    background: #f89728;
}

#nextpost,
footer {
    background: #fff;
}

body.page-template footer,
body.page-template-default footer,
body.archive footer,
body.blog footer,
body.search footer,
body.page-id-12036 footer {
    background: transparent;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.sticky-container {
    height: 68px;
    margin-bottom: 50px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    transition: box-shadow 200ms ease, background 300ms ease 200ms;
}
#header.sticky {
    background: #fff;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.15);
    transition: background 200ms ease, box-shadow 300ms ease 200ms;
}

.header-container {
    padding: 10px 0;
    transition: padding 250ms;
}
.sticky .header-container {
    padding: 5px 0;
}

.active .header-container {
    position: relative;
    z-index: 100;
    background: #fff;
    padding-bottom: 20px;
}

.header-navbar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sticky .header-navbar {
    align-items: center;
}

.logo {
    display: inline-block;
    height: 48px;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 100;
    color: #212139;
    transition: 250ms ease;
}

.logo:hover,
.logo:focus {
    color: #212139;
}

.sticky .logo {
    height: 26px;
    margin-top: 0;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
    margin-top: 0;
}

.logo span {
    display: none;
    position: absolute;
    left: 44%;
    top: 87%;
    white-space: nowrap;
    font-family: 'signika', sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 1.25;
}

.active .logo span,
.sticky .logo span {
    display: none;
}

.curaprox-logo {
    display: block;
    width: 33px;
    height: 15px;
    transition: 250ms ease;
}
.sticky .curaprox-logo {
    height: 15px;
}
.curaprox-logo img {
    display: block;
    width: auto;
    height: 100%;
}

@media (min-width: 360px) {
    .logo span {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .sticky-container {
        height: 105px;
        margin-bottom: 65px;
    }
    .header-container {
        padding: 20px 0;
    }
    .logo {
        height: 70px;
        margin-top: -5px;
    }
    .sticky .logo {
        height: 50px;
    }
    .logo span {
        font-size: 12px;
    }
    .curaprox-logo {
        width: 138px;
        height: 22px;
    }
    .sticky .curaprox-logo {
        height: 22px;
    }
}
@media (min-width: 992px) {
    .sticky-container {
        height: 140px;
        margin-bottom: 75px;
    }
    .header-container {
        padding: 30px 0;
    }
    .logo {
        height: 90px;
        margin-top: -10px;
    }
    .logo span {
        font-size: 16px;
    }
    .curaprox-logo {
        width: 171px;
        height: 32px;
    }
}
@media (min-width: 1200px) {
    .sticky-container {
        height: 185px;
        margin-bottom: 90px;
    }
    .header-container {
        padding: 40px 0;
    }
    .logo {
        height: 120px;
        margin-top: -15px;
    }
    .sticky .logo {
        height: 60px;
    }
    .curaprox-logo {
        height: 44px;
    }
    .sticky .curaprox-logo {
        height: 30px;
    }
}

.header-navbar-nav {
    display: inline-block;
    margin: 0;
    font-size: 0;
}

.header-navbar-nav--mobile {
    display: none;
    margin: 24px auto 0;
    text-align: center;
}
.active .header-navbar-nav--mobile {
    display: block;
}

.header-navbar-nav li {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .header-navbar-nav li.hide-on-small {
        display: none;
    }
}

.header-navbar-nav li {
    font-size: 18px;
}

.header-navbar-nav li a {
    display: block;
    padding: 0;
    line-height: 0;
    font-size: inherit;
}

.header-navbar-nav li + li {
    margin-left: 0.5em;
}

.navbar-toggle {
    position: relative;
    display: block;
    width: 24px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0 none;
    background: transparent;
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 100%;
    height: 3px;
    background: #0066b3;
    transition: opacity 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
}

.navbar-toggle:hover .icon-bar {
    background: #00508D;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar:nth-child(3) {
    margin-top: -3px;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.navbar-toggle.active .icon-bar:nth-child(1),
.navbar-toggle.active .icon-bar:nth-child(4) {
    opacity: 0;
}

.navbar-toggle .icon-bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
}

@media (min-width: 768px) {
    .header-navbar-nav--mobile,
    .active .header-navbar-nav--mobile {
        display: none;
    }
    .header-navbar-nav li {
        font-size: 24px;
    }
    .navbar-toggle {
        width: 30px;
        height: auto;
    }
    .navbar-toggle .icon-bar {
        height: 4px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        margin-top: -4px;
    }
}
@media (min-width: 992px) {
    .header-navbar-nav li {
        font-size: 30px;
    }
    .navbar-toggle {
        width: 36px;
        height: auto;
    }
    .navbar-toggle .icon-bar {
        height: 5px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        margin-top: -5px;
    }
}


.page-menu {
    display: none;
    width: 100%;
    max-height: 500px;
    max-height: 100vh;
    overflow: auto;
    padding-top: 124px;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    transition: padding 250ms;
}
.sticky .page-menu {
    padding-top: 94px;
}

.page-menu-column {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .page-menu {
        padding-top: 132px;
    }
    .sticky .page-menu {
        padding-top: 112px;
    }
}
@media (min-width: 992px) {
    .page-menu {
        padding-top: 172px;
    }
    .sticky .page-menu {
        padding-top: 112px;
    }
}
@media (min-width: 1200px) {
    .page-menu {
        padding-top: 212px;
    }
    .sticky .page-menu {
        padding-top: 132px;
    }
}

.active .page-menu {
    padding-bottom: 10px;
}

.page-menu-overlay {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 4000px;
    min-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 98;
}

.active .page-menu-overlay {
    display: block;
}

.page-menu p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
    max-width: 23em;
}

.header-title {
    display: block;
    margin-bottom: .75em;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.page-menu-column-1 .header-title {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
}

.header-title-link {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.page-menu-column-1 {
    text-align: center;
}

.page-menu-column-1 p {
    margin-left: auto;
    margin-right: auto;
    max-width: 27em;
}

.page-menu-column-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
}

@media (min-width: 480px) {
    .page-menu-column-5 .textwidget {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }

    .page-menu-column-5 p {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .active .page-menu {
        padding-bottom: 20px;
    }

    .page-menu-column-1 {
        text-align: left;
    }

    .page-menu-column-2,
    .page-menu-column-5 .textwidget {
        -webkit-column-count: unset;
                column-count: unset;
    }

    .page-menu-column-5 p {
        display: block;
    }
}

@media (min-width: 1200px) {
    .page-menu p {
        font-size: 15px;
        line-height: 24px;
    }

    .page-menu-column-1 .header-title,
    .header-title,
    .header-title-link  {
        font-size: 20px;
    }
}


.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
}

.nav > li > a {
    padding: 0;
}

.navbar-nav {
    float: none!important;
    margin: 0px;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

#menu-temy a {
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }
}

.searching {
    text-align: center;
    padding-bottom: 20px;
}

.search-query {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #0066b3;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    margin-top: 0;
    font-size: 16px;
    text-align: center;
}

.search-query:focus,
.search-query:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search-query::-webkit-input-placeholder { color: #0066b3; }
.search-query::-moz-placeholder { color: #0066b3; }
.search-query:-ms-input-placeholder { color: #0066b3; }
.search-query:-moz-placeholder { color: #0066b3; }
.search-query:focus { outline: none; }

.searching .input-append {
    font-size: 0;
}

.searching .btn-primary {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 12px;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 0.08em;
}

.searching .btn-primary:hover {
    background: #23527c;
}

.searching .form-search {
    position: relative;
}

@media (min-width: 768px) {
    .searching {
        padding-bottom: 40px;
    }
    .search-query {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 16px 24px;
    }
    .searching .btn-primary {
        display: inline-block;
        width: auto;
        padding: 18px 80px;
    }
}

@media (min-width: 1200px) {
    .searching {
        padding-bottom: 50px;
    }
}

.archive-title {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2.15em;
}

.archive-title h1 {
    margin: 0.5em 0;
}

.archive-title p {
    margin: 0;
}

.post-category-link,
h1 small, .h1 small {
    display: block;
    line-height: 2;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: 'signika', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1 small, .h1 small {
    color: #000;
}

.archive-title img {
    width: 150px;
    height: auto;
}

.archive-title .author-avatar img {
    border-radius: 300px;
}

@media (min-width: 768px) {
    .article-item .post-categories,
    .post-category-link,
    h1 small, .h1 small {
        font-size: 14px;
    }

    .archive-title img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .article-item .post-categories,
    .post-category-link,
    h1 small, .h1 small {
        font-size: 15px;
    }

    .archive-title img {
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .archive-title img {
        width: 300px;
    }
}


.article-item {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.article-item h2 {
    margin: 1.334em 0 3.334em;
    font-weight: 700;
}

.article-item h2 a {
    color: inherit;
}

.article-item img {
    display: block;
    width: 100%;
    height: auto;
}

.article-item .post-categories {
    margin: 1.5em 0;
    font-size: 12px;
}

.article-item .post-category-link {
    display: inline-block;
    line-height: 1.6667;
    margin: 0 15px;
}

.article-item .post-categories + h2 {
    margin-top: -0.5em;
}

@media (min-width: 768px) {
    .article-item .post-categories {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .article-item .post-categories {
        font-size: 15px;
    }
}


.footer {
    padding: 55px 0 30px;
}
.footer p {
    font-size: 12px;
    margin: 0;
}


@media (min-width: 640px) {
    .footer p {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .footer {
        padding: 85px 0 30px;
    }
    .footer p {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .footer {
        padding: 105px 0 40px;
    }
    .footer p {
        font-size: 15px;
    }
}

.backtotop {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background: #0066b3;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    z-index: 5;
    transition: background 300ms ease-out;
}
.backtotop:hover,
.backtotop:active,
.backtotop:focus{
    background: #00508D;
    color: #FFF;
}
.backtotop svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.post-header {
    text-align: center;
    padding-bottom: 1em;
}

.post-header h1 {
    max-width: 16.25em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .8em;
    line-height: 1.25;
}

.post-meta {
    color: #777777;
    font-size: 12px;
}

.post-header .post-meta {
    margin: 0;
}

.post-meta strong {
    color: #757575;
}

.post-hero-image {
    display: block;
    background: #fff;
}


.post-hero-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .post-meta {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .post-meta {
        font-size: 15px;
    }
}

.post-content-container {
    background: #fff;
}

@media (min-width: 1200px) {
    .post-content-container .container { width: 1054px; }
}
@media (min-width: 1230px) {
    .post-content-container .container { width: 1054px; }
}

.post-content-container .icon {
    font-size: 40px;
}

.post-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    font-family: 'sirba-web', serif;
    font-size: 17px;
    line-height: 1.6;
}

.post-content > *:first-child {
    margin-top: 0;
}

/* text-shadow bolder fix */
.post-content strong,
.post-content b {
    text-shadow: 0.3px 0 0 currentColor;
}

.post-content h2 strong, .post-content h2 b,
.post-content h3 strong, .post-content h3 b,
.post-content h4 strong, .post-content h4 b,
.post-content h5 strong, .post-content h5 b {
    text-shadow: none;
}

.post-content h2,
.post-content h3,
.post-content h5 {
    font-weight: 700;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.9em;
}
.post-content h4 {
    font-weight: 500;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin-bottom: 1.6em;
}

.post-content .wp-block-april-perex {
    margin-bottom: 2em;
}

.post-content > h2:first-child {
    margin-bottom: 2em;
    font-weight: 400;
}

.wp-block-april-numbered-heading {
    display: flex;
    flex-flow: row nowrap;
}

.wp-block-april-numbered-heading .number {
    display: block;
    font-size: 0.8em;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 1.75em;
    background: #212139;
    color: #fff;
    text-align: center;
    font-weight: 400;
    flex: 0 0 1.75em;
    margin-right: 0.75em;
}

.wp-block-april-numbered-heading .title {
    flex: 1 0 0;
    max-width: 100%;
    min-width: 0;
}


@media (min-width: 480px) {
    .post-content {
        padding-top: 52px;
    }
}
@media (min-width: 768px) {
    .post-content { 
        padding-top: 64px;
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .post-content { 
        padding-top: 80px;
        font-size: 20px;
    }
}

@media (min-width: 700px) {
    .post-content > * { 
        width: 640px; 
        margin-left: auto;
        margin-right: auto;
    }
    
    .post-content > div.wp-block-image,
    .post-content > .wp-block-video,
    .post-content > .wp-block-gallery,
    .post-content > .mlkgallery {
        width: 100%;
    }

    .post-content .instagram-media {
        width: 640px !important; 
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.post-content-social {
    display: none;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.wp-block-image,
.wp-block-video,
.wp-block-embed,
.post-content .wp-block-gallery,
.wp-block-edition-posts {
    margin-top: 32px;
    margin-bottom: 32px;
}

.wp-block-image,
.wp-block-video {
    text-align: center;
}

.wp-block-image::after,
.wp-block-video::after {
    content: "";
    clear: both;
    display: table;
}

figure.wp-block-image,
figure.wp-block-video {
    display: table;
    width: auto;
}

.wp-block-image + .wp-block-image,
.wp-block-video + .wp-block-video,
.wp-block-embed + .wp-block-embed {
    margin-top: -10px;
}

.wp-block-gallery + .wp-block-gallery {
    margin-top: -32px;
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
    margin-top: 0.75em;
    margin-bottom: 0;
    max-width: 28em;
    text-align: left;
    color: #777777;
    font-style: italic;
    font-size: 14px;
}

.alignleft,
.alignright,
.aligncenter {
    margin: 0;
}

@media (min-width: 768px) {
    .wp-block-image figcaption,
    .wp-block-video figcaption,
    .wp-block-embed figcaption {
        font-size: 16px;
    }

    .wp-block-image,
    .wp-block-video,
    .wp-block-embed,
    .post-content .wp-block-gallery,
    .wp-block-edition-posts {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .wp-block-image + .wp-block-image,
    .wp-block-video + .wp-block-video,
    .wp-block-embed + .wp-block-embed {
        margin-top: -30px;
    }

    .wp-block-gallery + .wp-block-gallery {
        margin-top: -60px;
    }
}
@media (min-width: 882px) {
    .wp-block-image figcaption,
    .wp-block-video figcaption,
    .wp-block-embed figcaption { 
        font-size: 18px;
    }

    .wp-block-image,
    .wp-block-video,
    .wp-block-embed,
    .post-content .wp-block-gallery,
    .wp-block-edition-posts {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .wp-block-image + .wp-block-image,
    .wp-block-video + .wp-block-video,
    .wp-block-embed + .wp-block-embed {
        margin-top: -40px;
    }

    .wp-block-gallery + .wp-block-gallery {
        margin-top: -80px;
    }
}

.medailon {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #777777;
}

.medailon strong,
.medailon b {
    text-shadow: none;
}

.medailon-img {
    width: 92px;
    border-radius: 100%;
    margin-bottom: 12px;
}

.medailon .contentbox {
    font-size: 16px;
    font-family: 'signika', sans-serif;
}

.medailon h2, .medailon h3 {
    font-weight: 700;
}

.medailon .contentbox *:first-child{
    margin-top: 0;
}

.medailon .contentbox *:last-child{
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .medailon-img {
        width: 100%;
    }

    .medailon .col-sm-4 {
        width: 30%;
    }

    .medailon .col-sm-8 {
        width: 70%;
    }
}

blockquote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-large {
    position: relative;
    margin: 3em auto;
    padding: 0;
    border-left: 0 none;
    text-align: center;
}

blockquote::after {
    content: '';
    display: block;
    width: 100vw;
    height: 77vw;
    background: url(../img/2019/blockquote-bg.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
}

@media (min-width: 640px) {
    blockquote::after {
        content: '';
        display: block;
        width: 100vw;
        height: 33.5vw;
    }
}

.wp-block-quote p, .wp-block-quote.is-style-default p,
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-family: 'Canela Deck Web';
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 auto;
}

blockquote cite {
    display: block;
    margin-top: 1em;
    line-height: 1.2;
    font-family: 'signika', sans-serif;
    font-style: normal;
    font-size: 13px;
}

@media (min-width: 480px) {
    blockquote,
    .wp-block-quote p, .wp-block-quote.is-style-default p,
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 24px; }
    blockquote cite { font-size: 14px; }
}
@media (min-width: 768px) {
    blockquote,
    .wp-block-quote p, .wp-block-quote.is-style-default p,
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 26px; }
    blockquote cite { font-size: 15px; }
}
@media (min-width: 992px) {
    blockquote,
    .wp-block-quote p, .wp-block-quote.is-style-default p,
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 28px; }
    blockquote cite { font-size: 17px; }
}
@media (min-width: 1200px) {
    blockquote,
    .wp-block-quote p, .wp-block-quote.is-style-default p,
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { font-size: 30px; }
    blockquote cite { font-size: 18px; }
}

#banner {
    margin: -40px 0 80px;
    text-align: center;
}

#banner a {
    display: inline-block;
    max-width: 100%;
}

#banner img {
    max-width:100%;
    height:auto;
}

#nextpost {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}
#nextposthp {
    /*padding-top: 150px;*/
    display: none;
}

@media (min-width: 992px) {
    #banner {
        margin: -100px 0 120px;
    }
    #nextpost {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #nextposthp {
        /*padding-top: 240px;*/
    }
}

.homepage-section {
    padding: 60px 0;
}
.homepage-section:first-child {
    margin-top: 0;
}

.homepage-section + footer {
    margin-top: -30px;
}

@media (min-width: 768px) {
    .homepage-section { padding: 72px 0; }
    .homepage-section + footer,
    #nextposthp + footer { margin-top: -36px; }
}
@media (min-width: 992px) {
    .homepage-section { padding: 84px 0; }
    .homepage-section + footer,
    #nextposthp + footer { margin-top: -42px; }
}
@media (min-width: 1200px) {
    .homepage-section { padding: 100px 0; }
    .homepage-section + footer,
    #nextposthp + footer { margin-top: -50px; }
}

.latest-edition {
    text-align: left;
    padding-top: 0;
}

.latest-edition__header {
    margin-bottom: 22px;
}

.latest-edition__img {
    display: block;
    width: 190px;
    height: auto;
    margin: 0 auto 20px;
}

.latest-edition__title {
    margin: 0;
    /*max-width: 8em;*/
    font-size: 34px;
    line-height: 1.275;
}

.latest-edition__title small {
    color: #212139;
}

.latest-edition__desc {
    max-width: 26em;
    margin: 0 0 60px 3.5em;
}

.latest-edition__posts {
    padding-bottom: 1px;
}

.latest-edition__posts .article-item {
    max-width: 420px;
    margin: 0 auto 44px;
}

.latest-edition__posts h2 {
    margin: 0;
    font-family: 'Canela Deck Web', serif;
    font-weight: 500;
    line-height: 1.3333;
    font-size: 20px;
}

@media (min-width: 480px) {
    .latest-edition__img {
        width: 220px;
    }
    .latest-edition__header {
        margin-bottom: 30px;
    }
    .latest-edition__title {
        font-size: 46px;
    }
    .latest-edition__desc {
        margin-bottom: 76px;
    }

    .latest-edition__posts h2 {
        font-size: 25px;
    }
    .latest-edition__posts .article-item {
        margin-bottom: 52px;
    }
}
@media (min-width: 768px) {
    .latest-edition__header {
        margin-bottom: 38px;
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    .latest-edition__img {
        width: 220px;
        flex: 0 0 220px;
        margin: 0 auto;
    }
    .latest-edition__title {
        font-size: 58px;
    }
    .latest-edition__desc {
        margin: 0 auto 92px;
    }

    .latest-edition__posts .article-item {
        max-width: 100%;
        margin-bottom: 60px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }
    .latest-edition__posts .article-item .post-image {
        flex: 0 0 26%;
        width: 26%;
        max-width: 300px;
    }
    .latest-edition__posts .article-item .inner {
        flex: 0 0 68%;
        margin-left: 6%;
    }
    .latest-edition__posts h2 {
        font-size: 30px;
    }
    .latest-edition__posts .post-categories {
        margin-top: 0;
    }
    .latest-edition__posts .article-item .post-categories {
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .latest-edition__header {
        margin-bottom: 44px;
    }
    .latest-edition__img {
        width: 260px;
        flex: 0 0 260px;
        margin: 0 auto;
    }
    .latest-edition__title {
        font-size: 68px;
        max-width: 8.5em;
    }
    .latest-edition__desc {
        margin-bottom: 108px;
    }

    .latest-edition__posts .article-item {
        margin-bottom: 72px;
    }
    .latest-edition__posts h2 {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .latest-edition__header {
        margin-bottom: 52px;
    }
    .latest-edition__img {
        width: 300px;
        flex: 0 0 300px;
    }
    .latest-edition__title {
        font-size: 80px;
    }
    .latest-edition__desc {
        margin-bottom: 128px;
    }

    .latest-edition__posts .article-item {
        margin-bottom: 88px;
    }
    .latest-edition__posts h2 {
        font-size: 42px;
    }
}
@media (min-width: 1400px) {
    .latest-edition__img {
        width: 330px;
        flex: 0 0 330px;
    }

    .latest-edition__posts .article-item {
        margin-bottom: 100px;
    }
}

.swiper-outer {
    width: 100%;
    overflow: hidden;
}
.tag-list.swiper-container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    overflow: visible;
}
.tag-list .swiper-slide {
    width: 130px;
    flex: 0 0 130px;
    margin: 0;
}
.tag-list .swiper-slide + .swiper-slide {
    margin-left: 10px;
}
.tag-list a {
    display: block;
    text-align: center;
}
.tag-list a:focus {
    outline: 0 none;
}
.tag-list img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 130px;
}
.tag-list span {
    font-size: 16px;
    line-height: 2;
}

.homepage__small-title {
    margin: 1em 0 3.5em;
    text-align: center;
    color: #000000;
    font-family: 'signika', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1364em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .tag-list.swiper-container { padding: 0 30px; }
    .tag-list .swiper-slide + .swiper-slide { margin-left: 20px; }
    .tag-list .swiper-slide { width: 140px; flex: 0 0 140px; }
    .tag-list img { width: 140px; }
    .tag-list span { font-size: 18px; }
}
@media (min-width: 992px) {
    .tag-list .swiper-slide { width: 150px; flex: 0 0 150px; }
    .tag-list .swiper-slide + .swiper-slide { margin-left: 30px; }
    .tag-list img { width: 150px; }
    .tag-list span { font-size: 21px; }
}
@media (min-width: 1200px) {
    .tag-list.swiper-container { padding: 0; }
    .tag-list .swiper-slide { width: 170px; flex: 0 0 170px; }
    .tag-list img { width: 170px; }
    .tag-list span { font-size: 24px; }
}

.homepage-curaprox h1,
.homepage-editions h1 {
    max-width: 10.5em;
    margin: 0 auto 0.6em;
    font-family: 'signika', sans-serif;
    font-weight: 700;
    line-height: 76px;
    line-height: 1.2667;
}

.homepage-curaprox {
    background: #0066b3;
    text-align: center;
    color: #fff;
}

.homepage-curaprox h1 {
    color: #f095bf;
}

.homepage-section p {
    line-height: 1.5;
    font-size: 16px;
}

.homepage-curaprox p,
.homepage-products p,
.homepage-editions p {
    max-width: 26em;
    margin: 0 auto 1.5em;
}

.homepage-curaprox p a {
    color: #f095bf;
    font-weight: 700;
}

.homepage-curaprox figure.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .homepage-section p { font-size: 18px; }
}
@media (min-width: 768px) {
    .homepage-section p { font-size: 20px; }
}
@media (min-width: 992px) {
    .homepage-section p { font-size: 22px; }
}
@media (min-width: 1200px) {
    .homepage-section p { font-size: 24px; }
}


.homepage-products {
    background: #fff;
    text-align: center;
}

.homepage-products .row:last-child .inner {
    margin-bottom: 0;
}

.homepage-products .homepage__small-title {
    margin-bottom: .5em;
}

.homepage-products .article-item {
    max-width: 420px;
    margin: 0 auto;
}

.homepage-products .homepage__small-title + p {
    max-width: 26em;
    margin: 0 auto 3em;
}

.homepage-products .article-item h2 {
    margin-top: 0.75em;
    margin-bottom: 1.6em;
}

.homepage-products .inner {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 0 60px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: #99d7d8;
    padding: 1.5em 1.2em;
    text-align: left;
}

.homepage-products .inner .btn {
    margin-left: 0.5em;
    flex: 0 0 0;
}
.homepage-products .inner .btn:first-child {
    margin-left: auto;
}

.homepage-products .btn {
    display: block;
    padding: 0 1.5em;
    background: #0066b3;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    transition: background 300ms ease-out;
    font-size: 14px;
    line-height: 3.5;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.homepage-products .btn:hover,
.homepage-products .btn:focus {
    background: #00508D;
    color: #fff;
}

@media (min-width: 768px) {
    .homepage-products .article-item { max-width: 100%; }
    .homepage-products .inner { margin-bottom: 80px; }
    .homepage-products .btn { font-size: 16px; }
    .homepage-products .inner { padding: 2em 1.6em; }
}
@media (min-width: 992px) {
    .homepage-products .inner { margin-bottom: 100px; }
    .homepage-products .btn { font-size: 18px; }
}
@media (min-width: 1200px) {
    .homepage-products .inner { margin-bottom: 120px; }
    .homepage-products .btn { font-size: 20px; }
}


.homepage-editions {
    background: #f89728;
    text-align: center;
}

.homepage-editions .homepage__small-title {
    margin-top: 2.75em;
}

.flex-row {
    margin-bottom: 20px;
}

.flex-row .column {
    margin-bottom: 30px;
}

.edition-card {
    display: block;
    max-width: 420px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 60px 36px 36px;
    background: #fff;
    color: #212139;
    transition: box-shadow 300ms ease-out;
}

.edition-card:hover,
.edition-card:focus {
    color: #212139;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
}

.edition-card h1 {
    margin-bottom: 1.2em;
    line-height: 1.2;
    font-size: 24px;
    font-family: 'Canela Deck Web', serif;
    font-weight: 500;
}

.edition-card h1 small {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

a.edition-card h1 small {
    color: #0066b3;
}

.edition-card img {
    display: block;
    margin: 0 auto 30px;
    width: 120px;
    height: auto;
}

.edition-card p {
    max-width: 15.5em;
    margin: 0 auto;
    font-size: 14px;
}

@media (min-width: 768px) {
    .flex-row {
        margin: 0 -15px 30px;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .flex-row .column {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 15px;
    }

    .edition-card {
        max-width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 80px 42px 42px;
    }

    .edition-card h1 { font-size: 30px; }
    .edition-card img { width: 150px; margin: 0 auto 40px; }

    .edition-card p {
        margin-top: auto;
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .edition-card h1 { font-size: 38px; }
    .edition-card img { width: 170px; }
    .edition-card p { font-size: 20px; }
}
@media (min-width: 1200px) {
    .edition-card h1 { font-size: 44px; }
    .edition-card { padding: 100px 70px; }
    .edition-card p { font-size: 24px; }
}

.editions-archive .homepage-editions {
    background: transparent;
    padding-top: 0;
}

.wp-block-edition-posts {
    background: #f89728;
    padding: 30px 35px 40px;
    list-style: none;
}
.wp-block-edition-posts .title {
    margin: 0 0 26px;
    font-family: 'Canela Deck Web', serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3333;
}
.wp-block-edition-posts .title small {
    display: block;
    margin: 0 auto 1em;
    color: #000000;
    font-family: 'signika', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.wp-block-edition-posts img {
    display: block;
    width: 120px;
    margin: 0 auto 30px;
}
.wp-block-edition-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-block-edition-posts li + li {
    border-top: 1px solid #212139;
    padding-top: 20px;
    margin-top: 20px;
}
.wp-block-edition-posts ul a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3125;
}

@media (min-width: 480px) {
    .wp-block-edition-posts { padding: 40px 85px 50px; }
    .wp-block-edition-posts .title { font-size: 32px; }
    .wp-block-edition-posts .title small { font-size: 13px; }
    .wp-block-edition-posts img { width: 140px; margin-bottom: 40px; }
    .wp-block-edition-posts li + li { padding-top: 24px; margin-top: 24px; }
    .wp-block-edition-posts ul a { font-size: 18px; }
}
@media (min-width: 768px) {
    .wp-block-edition-posts { padding: 45px 110px 65px; }
    .wp-block-edition-posts .title { font-size: 38px; }
    .wp-block-edition-posts .title small { font-size: 14px; }
    .wp-block-edition-posts img { width: 155px; margin-bottom: 50px; }
    .wp-block-edition-posts li + li { padding-top: 28px; margin-top: 28px; }
    .wp-block-edition-posts ul a { font-size: 19px; }
}
@media (min-width: 992px) {
    .wp-block-edition-posts { padding: 50px 135px 80px; }
    .wp-block-edition-posts .title { font-size: 44px; }
    .wp-block-edition-posts .title small { font-size: 15px; }
    .wp-block-edition-posts img { width: 170px; margin-bottom: 60px; }
    .wp-block-edition-posts li + li { padding-top: 30px; margin-top: 30px; }
    .wp-block-edition-posts ul a { font-size: 20px; }
}


body.home footer,
#nextposthp.loaded + footer {
    background: #f89728;
}
body.home .footer,
#nextposthp.loaded + footer .footer {
    padding-top: 0;
}


#privacy-notice {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 0 8px;
    background: #0066b3;
    color: #fff;
    font-family: 'signika', sans-serif;
    font-size: 12px;
    z-index: 10000;
}

#privacy-notice .link {
    display: inline-block;
    padding: 6px 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #cccccc;
    text-decoration: underline;
}

#privacy-notice .btn {
    background: #fff;
    color: #000;
    text-decoration: none;
}

@media (min-width:1024px) {
    #privacy-notice {
        padding: 16px 0 12px;
        font-size: 14px;
    }
}

/* OLD CSS, CHANGE IT */

.likebox{
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
}


/* AJAX LOADING INFINITE */
.article-scroll .malinky-ajax-pagination-loading{
    height: 0;
    margin: 0 auto;
}
.article-scroll .malinky-ajax-pagination-loading img{
    height: 32px;
    width: 32px;
}
/* AJAX LOADING END */


/* OLD CSS */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.bubblescontainer {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
    /* opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
}
.bubbles {
    position: absolute;
    width: 0;
    top: 0;
    left: 50%;
}
.bubbles span {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 100%;
    background: #CCC;
    position: absolute;
}
@media (min-width: 768px) {
    .bubbles span {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }
    .bubblescontainer {
        transform: none;
    }
}
.bubbles span.sea {
    background: #00A3E0;
}
.bubbles span.turquoise {
    background: #009CA6;
}
.bubbles span.green {
    background: #97D700;
}
.bubbles span.yellow {
    background: #FCE300;
}
.bubbles span.orange {
    background: #FF8200;
}
.bubbles span.red {
    background: #DA291C;
}
.bubbles span.hot-pink {
    background: #E31C79;
}
.bubbles span.baby-pink {
    background: #F277C6;
}
.bubbles span.wisteria {
    background: #B580D1;
}
.bubbles span.eminence {
    background: #702F8A;
}
/*.bubbles span.blue {
    background: #00A4E0;
}
.bubbles span.green {
    background: #A3D165;
}
.bubbles span.orange {
    background: #F9AC53;
}
.bubbles span.yellow {
    background: #FFF203;
}
.bubbles span.purple {
    background: #9C7DB9;
}
.bubbles span.pink {
    background: #F3AACB;
}
.bubbles span.blue2 {
    background: #33B3BF;
}*/
/* bubbles end */