/*
Theme Name:  Kutak
Theme URI:   https://demo.apalodi.com/kutak/
Version:     2.7.1

Author:      APALODI
Author URI:  https://apalodi.com

Description: Creative Blog & Minimal Magazine Theme
Tags:        one-column, featured-images, custom-colors, translation-ready, theme-options, custom-menu, blog
Text Domain: kutak

License:     Themeforest Licence
License URI: https://themeforest.net/licenses
*/

/*=======================================
=========================================

    1. Base
    2. Layout
        Grid
        Header
            Logo
            Navigation
            Site Actions
            Search
        Heading
        Content
        Footer
    3. Objects (they can be part of many different components)
        Fonts & Spacings
        Lists
        Links
        Loader
        Forms & Buttons
        Table
        Alignment
        Object Fit
        Meta Title
        Social Icons
        Message
        Ads
        Screen Reader
    4. Components
        Media
            General
            Image Preload
            Single Image
            Cover Image
            Embeds
            File
            Captions and Zoom
        Gallery
        Pagination
            Page Pagination
        Comments
            Comments
            Respond Form
        Tagmap
        Share Buttons
        Posts Block
            Grid
            List
        Related Posts
        Widgets
    5. Pages
        Blog
        Single Post
        404
    6. Utilities
        Flexbox
        Helpers
        Modifications
        Font Icons
        CSS Animations
        Print

===========================================
=========================================*/

/*==================================================================================================
1. Base
================================================================================================= */
*, *:before, *:after { box-sizing: inherit; }

html {
    height: 100%; box-sizing: border-box; overflow-x: hidden; overflow-y: scroll;
    /* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
    -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

body {
    margin: 0; background: #fff; color: #454545;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (max-width: 900px) {
    .is-scroll-disabled,
    .is-scroll-disabled body { overflow: hidden; }
}

:focus { outline: 1px dashed #666; outline-offset: 1px; }
.is-using-mouse .site *:focus { outline: 0; }

::-moz-selection { background-color: #feffc3; color: #555 }
::selection { background-color: #feffc3; color: #555 }

hr { clear: both; border: 0; width: 100%; height: 2px; background-color: #d1d1d1; }
.entry-content:not(.content) > hr { max-width: 120px; margin-top: 2.75em; margin-bottom: 2.75em }

.entry-content > .wp-block-separator.is-style-wide { max-width: 660px; height: 1px; }

.wp-block-separator.is-style-dots {
    background: none; border: none; max-width: none; height: auto;
    line-height: 1; text-align: center; margin-top: 1em
}
.entry-content:not(.content) > hr.wp-block-separator.is-style-dots { margin-top: 1em; margin-bottom: 1.75em }

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7"; color: #111;
    font-size: 44px; letter-spacing: 1rem;
}

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

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

summary { display: list-item; }

[hidden] { display: none; }



/*==================================================================================================
2. Layout
================================================================================================= */
/* 2.x. Grid
================================================== */
.container,
.container-fluid,
.container-semi-fluid { width: 100%; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; }

.small-container { max-width: 840px }
.container { max-width: 1200px }
.semi-fluid-width { max-width: 1240px }

.page .site-heading-container { max-width: 700px }

.semi-fluid-width { width: 100%; margin-right: auto; margin-left: auto; }

@media print, screen and (min-width: 1380px) {
    .semi-fluid-width { max-width: none; width: calc(100% - 140px); }
}

.row,
.row-wrapper {
    position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
}

.row {
    -webkit-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin: -10px;
}

.wp-block-column { margin-bottom: 1.75em; padding: 0 15px; }
.wp-block-column:last-child { margin-bottom: 0 }

.column {
    min-height: 0; min-width: 0; width: 100%; padding: 10px;
    -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
}

.column.col-xs-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%; width: auto; }
.column.col-xs-shrink { -ms-flex-preferred-size: auto; flex-basis: auto; width: auto; }
.column.col-xs-hidden { display: none; }

@media print, screen and (max-width: 599px) {
    .col.col-xs-hidden { display: none; }
}

@media print, screen and (min-width: 600px) {
    .wp-block-columns { display: flex; }
    .wp-block-column { margin-bottom: 0; flex: 1; }
}


@media print, screen and (min-width: 1200px) {
    .row { margin: -20px; }
    .column { padding: 20px }
}




/* 2.x. Header
================================================== */
html .nojq { position: fixed; z-index: 100; }

.site-header {
    position: fixed; top: 0; left: 0; width: 100%; height: 65px; z-index: 3;
    -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
}

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

.site-header::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: #fff;
    -webkit-transition: all 0.3s; transition: all 0.3s;
}

.admin-bar .site-header { top: 46px; }

.site-header.is-sticky::before,
.site-header.is-menu-active::before,
.site-header.is-search-active::before { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

@media only screen and ( min-width : 782px ) {
    .admin-bar .site-header { top: 32px; }
}

@media print, screen and (min-width: 1025px) {
    .site-header::before { -webkit-transform: translate3d(0,-120%,0); transform: translate3d(0,-120%,0); }
}




/* 2.x.x. Logo
-----------------------------*/
.site-branding { position: relative; z-index: 2; width: 100%; padding: 0 20px }
.logo { display: inline-block; }
.logo img { width: auto; height: 50px; }

.logo-mobile { display: block; }
.logo-mobile + .logo-default { display: none; }

@media print, screen and (min-width: 600px) {
    .logo-mobile { display: none; }
    .logo-mobile + .logo-default { display: block; }
}

@media print, screen and (min-width: 800px) {
    .site-branding { width: auto; }
    .header-classic .site-branding { width: 100%; }
}




/* 2.x.x. Navigation
-----------------------------*/
.header-modern .site-navigation {
    position: fixed; top: 65px; left: 0; width: 100%; opacity: 0; visibility: hidden;
    max-height: 100vh; max-height: calc(100vh - 65px); padding: 20px; padding-top: 0;
    -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);
}

.is-animation-ready .header-modern .site-navigation { -webkit-transition: all .2s; transition: all .2s }

.admin-bar.header-modern .site-navigation { top: 111px; max-height: calc(100vh - 111px); }

.header-modern .site-navigation::-webkit-scrollbar { width: 3px; }
.header-modern .site-navigation::-webkit-scrollbar-track-piece { background: transparent; }
.header-modern .site-navigation::-webkit-scrollbar-thumb:vertical { background-color: #d93f7e; }

.header-modern .site-header.is-menu-ready .site-navigation {
    opacity: 1; visibility: visible;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}

.main-navigation {  max-width: 1080px; margin: 0 auto; }
.main-navigation .menu { list-style: none; margin: -2px; padding: 0; }

.main-navigation .menu .sub-menu { display: none; }

.main-navigation .menu li { width: 50%; padding: 2px; }
.main-navigation .menu li a {
    position: relative; display: block; border-radius: 8px; padding-bottom: 70%; overflow: hidden;
    background-color: #888; background-size: cover; background-position: center; text-align: left;
}
.main-navigation .menu li a::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.6), rgba(255, 0, 0, 0) );
}
.main-navigation .menu li a span {
    position: absolute; bottom: 10px; left: 10px; right: 10px; z-index: 1;
    font-size: .8em; font-weight: 600; line-height: 1; color: #fff;
}

.classic-menu,
.classic-menu li,
.classic-menu ul { list-style: none; margin: 0; padding: 0 }

.classic-menu { position: relative; z-index: 3; font-size: 16px; font-weight: 600; line-height: 1.5; letter-spacing: 0; color: #999; }

.classic-menu ul { background: #f5f5f5; }
.classic-menu li { position: relative; cursor: pointer; }
.classic-menu a {
    position: relative; cursor: pointer;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.is-animation-ready .classic-menu a { -webkit-transition: color .3s; transition: color .3s; }

.classic-menu li:hover > a { color: #666 }

.classic-menu ul li a { color: rgba(0,0,0,.5); font-size: 15px; border-bottom: 1px solid #eee }

@media print, screen and (max-width: 768px) {
    .header-modern .site-navigation { bottom: 0; overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
}

@media print, screen and (min-width: 540px) {
    .menu-number-is-odd .menu li { width: 33.33334% }
}

@media print, screen and (min-width: 720px) {
    .main-navigation .menu li { width: 25% }
    .menu-number-is-odd .menu li { width: 25% }
    .menu-number-is-5 .menu li,
    .menu-number-is-9 .menu li { width: 33.33334% }
}

@media print, screen and (min-width: 960px) {
    .site-navigation-container { padding-top: 20px }
    .menu-number-is-bigger-than-5 .menu li { width: 20% }
    .menu-number-is-7 .menu li { width: 25% }
    .main-navigation .menu { margin: -3px; }
    .main-navigation .menu li { padding: 3px; }
}

@media only screen and ( min-width : 782px ) {
    .admin-bar .site-actions-bg { top: 32px; }
    .admin-bar .site-navigation { top: 97px; max-height: calc(100vh - 97px); }
}

@media print, screen and (min-width: 960px) {
    /*.menu li { width: 20% }*/
}

@media print, screen and (max-width: 1079.5px) {
    .header-classic .site-navigation {
        position: fixed; top: 65px; left: 0; width: 100%; opacity: 0; visibility: hidden;
        max-height: 100vh; max-height: calc(100vh - 65px); background-color: #fff; border-top: 1px solid #eee;
        -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);
    }

    .is-animation-ready .header-classic .site-navigation { -webkit-transition: all .2s; transition: all .2s }

    .header-classic .is-menu-active .site-navigation { visibility: visible; overflow-y: scroll; -webkit-overflow-scrolling: touch; }

    .admin-bar.header-classic .site-navigation { top: 111px; max-height: calc(100vh - 111px); }

    .header-classic .site-navigation::-webkit-scrollbar { width: 3px; }
    .header-classic .site-navigation::-webkit-scrollbar-track-piece { background: transparent; }
    .header-classic .site-navigation::-webkit-scrollbar-thumb:vertical { background-color: #d93f7e; }

    .header-classic .site-header.is-menu-active .site-navigation {
        opacity: 1; visibility: visible;
        -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
    }

    .header-classic .main-navigation {
        background: #fff;
        -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0);
    }
    .is-animation-ready .header-classic .main-navigation { -webkit-transition: all .3s; transition: all .3s }
    .header-classic .is-menu-active .main-navigation { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    .main-navigation .classic-menu {
        display: block; opacity: 0; -webkit-transform: translate3d(0,-12px,0); transform: translate3d(0,-12px,0);
    }
    .is-animation-ready .main-navigation .classic-menu { -webkit-transition: all .3s; transition: all .3s }
    .header-classic .is-menu-ready .main-navigation .classic-menu { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    .classic-menu li { display: block; }

    .classic-menu li a { display: block; padding: 12px 24px; border-bottom: 1px solid #eee }
    .classic-menu > li:last-child > a { border: none; }

    .classic-menu li.is-active > a { color: #666 }

    .classic-menu li.menu-item-has-children > a span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
    .classic-menu li.menu-item-has-children > a span::after {
        padding-left: 8px; margin-left: auto; line-height: 1;
        -webkit-transition: all .3s; transition: all .3s;

    }
    .classic-menu li.is-active > a span::after { -webkit-transform: rotate(90deg) translate(-5px,0px); transform: rotate(90deg) translate(-5px,0px); }

    .classic-menu ul {
        max-height: 0; overflow: hidden;
    }
    .is-animation-ready .classic-menu ul { -webkit-transition: all .3s; transition: all .3s; }
    .classic-menu ul ul a { padding-left: 40px; }
}

@media print, screen and (min-width: 1080px) {
    .header-classic .hamburger-menu { display: none; }
    .header-classic .site-navigation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }

    .header-classic .main-navigation { display: inline-block; max-width: 100%; }

    .header-classic .site-navigation,
    .header-classic .main-navigation,
    .classic-menu,
    .classic-menu > li > a { height: 100% }

    .classic-menu > li { margin: 0 8px; }
    .classic-menu > li > a {
        display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
        cursor: pointer;
    }

    .classic-menu > li > a span { position: relative; white-space: nowrap; }

    .classic-menu > li.menu-item-has-children > a span::after {
        font-size: 14px;
        margin-left: 8px; line-height: 1; transform: rotate(90deg);
    }

    .classic-menu ul {
        display: none; background-color: #fff; box-shadow: 0 10px 30px 0 rgba(0,0,0,.1); max-height: none !important;
        position: absolute; top: 100%; left: calc(50% - 80px); z-index: 99; text-align: left;
        width: 160px; padding: 8px 16px; opacity: 0; visibility: hidden; pointer-events: none;
        -webkit-transform:translate3d(0,2px,0); transform:translate3d(0,2px,0);
    }

    .no-js .classic-menu ul { display: block }
    .is-animation-ready .classic-menu ul { display: block; -webkit-transition: all .2; transition: all .2s; }

    .classic-menu ul ul { top: -8px; left: 100%; }

    .classic-menu li:hover > ul { opacity: 1; visibility: visible; pointer-events: auto; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }
    .classic-menu li:focus-within > ul { opacity: 1; visibility: visible; pointer-events: auto; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }

    .classic-menu ul li a { display: block; padding: 8px 0px;  }
    .classic-menu ul li:last-child > a { border: none }

    .classic-menu ul li.menu-item-has-children > a span::after {
        margin-left: 8px; font-size: 12px;
    }

}

.secondary-navigation { text-align: center; }
.main-navigation + .secondary-navigation { margin-top: 20px }
.sec-menu { list-style: none; padding: 0; margin: 0 }
.sec-menu li {
    display: inline-block; margin: 2px 7px; color: rgba(0,0,0,.5);
    font-size: .9em;
}

.site-navigation .social-icons { text-align: center; margin-top: 10px; }
.site-navigation .social-icon { padding: 0 10px; }



/* 2.x.x. Site Actions
-----------------------------*/
/* Hamburger Menu */
.hamburger-menu { position: relative; display: block; width: 30px; height: 26px; cursor: pointer; margin-right: 20px }

.hamburger-menu span,
.hamburger-menu::before,
.hamburger-menu::after {
    position: absolute; left: 0; display: block; width: 30px; height: 2px; background: #666;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}

.is-animation-ready .hamburger-menu span,
.is-animation-ready .hamburger-menu::before,
.is-animation-ready .hamburger-menu::after { -webkit-transition: all 0.2s; transition: all 0.2s; }

.hamburger-menu::before,
.hamburger-menu::after { content: ''; }

.hamburger-menu::before { top: 4px; }
.hamburger-menu span { top: 12px; width: 25px }
.hamburger-menu::after { top: 20px; width: 10px }

.hamburger-menu.is-active::before { -webkit-transform: translate3d(0,8px,0) rotate(45deg); transform: translate3d(0,8px,0) rotate(45deg); }
.hamburger-menu.is-active span { opacity: 0; -webkit-transform: translate3d(-20px,0,0); transform: translate3d(-20px,0,0) }
.hamburger-menu.is-active::after { width: 30px; -webkit-transform: translate3d(0,-8px,0) rotate(-45deg); transform: translate3d(0,-8px,0) rotate(-45deg); }

/* Search trigger */
.search-trigger { position: relative; width: 22px; height: 26px; margin-left: 28px; font-size: 22px; text-align: left; color: #666 }
.search-trigger::before { display: block; }
.search-trigger.is-active::before { opacity: 0; -webkit-transform: translate3d(0,-5px,0); transform: translate3d(0,-5px,0); }

.site-header .search-trigger::before { display: block; margin-top: -3px }

.search-trigger span {
    position: absolute; top: 0; left: -4px; opacity: 0;
    -webkit-transform: translate3d(0,5px,0); transform: translate3d(0,5px,0);
}
.search-trigger span::before,
.search-trigger span::after {
    content: ''; position: absolute; left: 0; display: block; width: 30px; height: 2px; background: #555;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}

.is-animation-ready .search-trigger::before,
.is-animation-ready .search-trigger span,
.is-animation-ready .search-trigger span::before,
.is-animation-ready .search-trigger span::after { -webkit-transition: all .2s; transition: all .2s }

.search-trigger span::before { top: 4px; }
.search-trigger span::after { top: 20px; }
.search-trigger.is-active span::before { -webkit-transform: translate3d(0,8px,0) rotate(45deg); transform: translate3d(0,8px,0) rotate(45deg); }
.search-trigger.is-active span::after { -webkit-transform: translate3d(0,-8px,0) rotate(-45deg); transform: translate3d(0,-8px,0) rotate(-45deg); }

.search-trigger.is-active span { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

/* Site actions overlays */
.site-actions-backdrop {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: #333; opacity: 0; visibility: hidden;
}

.is-animation-ready .site-actions-backdrop { -webkit-transition: all .3s; transition: all .3s }

.header-classic .site-actions-backdrop { top: 65px }

.site-header.is-menu-active .site-actions-backdrop,
.site-header.is-search-active .site-actions-backdrop  { opacity: .6; visibility: visible; }

.site-actions-bg {
    position: fixed; top: 0; left: 0; width: 100%; height: 0px; max-height: 100vh; background: #fff;
    -webkit-transform: scaleY(0); transform: scaleY(0); will-change: transform;
    -webkit-transform-origin: top center; transform-origin: top center;
    -webkit-transition: all .3s; transition: all .3s
}

.admin-bar .site-actions-bg { top: 46px; }

@media only screen and ( min-width : 782px ) {
    .admin-bar .site-actions-bg { top: 32px; }
}

@media only screen and ( min-width : 800px ) {
    .search-trigger { width: 30px; margin-left: 20px }
}


.site-header.is-menu-active .site-actions-bg,
.site-header.is-search-active .site-actions-bg { -webkit-transform: scaleY(1); transform: scaleY(1); }



/* 2.x.x. Site Actions
-----------------------------*/



/* 2.x.x. Search
-----------------------------*/
.site-search {
    position: absolute; top: 100%; left: 0; width: 100%; padding: 10px 20px; opacity: 0; visibility: hidden;
    -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);
}

.is-animation-ready .site-search { -webkit-transition: all .2s; transition: all .2s }
.site-header.is-search-ready .site-search {
    opacity: 1; visibility: visible;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}

.search-form { position: relative; width: 100%; max-width: 1080px; margin: 0 auto }

.header-classic .site-search .search-form { max-width: 100% }

.search-field {
    width: 100%; padding: 10px 0; padding-right: 30px;
    font-size: 25px; color: #777; border: none; border-bottom: 1px solid #eee; border-radius: 0; background: transparent;
}
.search-submit[type="submit"] {
    position: absolute; top: 50%; right: 0px; font-size: 20px; color: #aaa;
    background: transparent; border: none; padding-right: 0;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

.site-search .search-field:focus { outline: 0 }
.site-search .search-submit:focus { outline: 1px dashed #666; outline-offset: 1px }

@media print, screen and (min-width: 450px) {
    .search-field { font-size: 30px }
    .search-submit[type="submit"] { font-size: 25px; }
}

@media print, screen and (min-width: 1100px) {
    .search-field { font-size: 45px }
    .search-submit[type="submit"] { font-size: 30px; }
}




/* 2.x. Heading
================================================== */
.site-heading {
    padding-top: 95px; padding-bottom: 30px;
    background: #f5f5f5; border-bottom: 1px solid #eee
}

.site-heading h1 {
    margin: 0; color: #444;
    font-size: 2.1em; line-height: 1; letter-spacing: -1px; word-break: break-word;
}
.site-heading p {
    margin-top: .5em; margin-bottom: 0; max-width: 550px;
    font-size: .9em; line-height: 1.5; color: #555;
}

.site-heading p a {
    padding-bottom: 3px; color: #d93f7e; font-weight: bold;
    background-image: linear-gradient(to bottom,#e5e5e5 0%,#e5e5e5 100%);
    background-size: 100%; background-repeat: no-repeat; background-position: 0 1.3em;
    -webkit-transition: all .2s; transition: all .2s;
}
.site-heading p a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom,#d93f7e 0%,#d93f7e 100%);
    background-position: 0 0;
}

.page-template-minimal .site-title {
    font-size: 2.5em; max-width: 660px;
    margin-top: 50px; margin-left: auto; margin-right: auto;
}

.term-count { margin-top: .6em; color: #d93f7e; font-size: .8em; font-weight: bold; }
.term-count span { font-weight: bold; color: #d93f7e; margin-right: 2px }

.term-related-cats.single-tags { margin-top: 1em; }
.term-related-cats.single-tags::before { width: 100% }
.term-related-cats-title.tags-title { margin: 1em 0 }

@media print, screen and (min-width: 600px) {
    .site-heading h1 { font-size: 3em }
    .site-heading p { font-size: 1em }
    .term-heading {
        display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    }
    .term-count {
        margin-top: 0; margin-left: 50px;
        font-size: .8em; text-align: center;  color: rgba(0,0,0,.4);
    }
    .term-count span { font-size: 3.2em; display: block; margin: 0; line-height: 1 }
}

@media print, screen and (min-width: 1200px) {
    .site-heading { padding-top: 115px; padding-bottom: 50px; }
}



/* 2.x. Content
================================================== */
.site,
.site-main {
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}
.site { width: 100%; min-height: 100vh; }
.site-main { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.content-area { padding: 30px 0 }
.home.paged .content-area { padding-top: 85px }

.content-area > .hentry { width: 100% }
.single-post .content-area,
.page-template-featured-image .content-area { padding: 0 }

.entry-content::after,
.article-content::after { content: ''; display: block; clear: both; }

.entry-content > :first-child:not(.alignleft):not(.alignright) { margin-top: 0 }
.entry-content > :last-child,
.article-content > :last-child { margin-bottom: 1em }

@media print, screen and (min-width: 600px) {
    .home.paged .content-area { padding-top: 95px }
}

@media print, screen and (min-width: 1200px) {
    .content-area { padding: 50px 0 }
}



/* 2.x.x. Entry Content
-----------------------------*/
.entry-content { margin: 0 auto; }
.entry-content::after { content: ''; display: block; clear: both; }

.entry-content > * {
    max-width: 660px; margin-left: auto; margin-right: auto;
}

.entry-content > .alignwide,
.entry-content > .alignfull { max-width: 790px; padding-left: 0; padding-right: 0 }

.entry-content > blockquote { max-width: 790px; }

.entry-content > .wp-block-columns { max-width: 690px; }
.entry-content > .wp-block-columns.alignwide,
.entry-content > .wp-block-columns.alignfull { width: auto; max-width: 820px; margin-left: -15px; margin-right: -15px; }

.entry-content>*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(span),
.wp-block-column>*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(span),
.wp-block-group__inner-container>*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(span),
.wp-block-media-text__content>*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(span) { margin-bottom: 1em }

.entry-content>*:last-child,
.wp-block-column>*:last-child,
.wp-block-group__inner-container>*:last-child,
.wp-block-media-text__content>*:last-child { margin-bottom: 0 }

.entry-content > span { padding: 0 }

@media print, screen and (max-width: 748px) {
    .entry-content > .wp-block-columns { margin-left: -15px; margin-right: -15px; }
}

@media print, screen and (min-width: 760px) {
    .entry-content:not(.content) > blockquote,
    .entry-content:not(.content) > .alignwide,
    .entry-content:not(.content) > .alignfull,
    .entry-content:not(.content) > ul:not(.wp-block-gallery),
    .entry-content:not(.content) > ol { margin-top: 1.7em; margin-bottom: 1.7em }
    .entry-content:not(.content) > .wp-block-gallery.alignwide,
    .entry-content:not(.content) > .wp-block-gallery.alignfull { margin-bottom: 1em }
}



/* 2.x. Footer
================================================== */
.site-footer { padding: 1em 0; background: #f5f5f5; text-align: center; }

.footer-social { border-bottom: 1px solid #e5e5e5; padding: 0 20px 1em 20px; margin-bottom: 1em }
.footer-social .social-icon { padding: 0 10px; }

.footer-content { padding: 0 20px }
.footer-menu { font-size: 18px; color: #555; margin-bottom: .5em }
.footer-menu ul,
.footer-menu ul li { list-style: none; margin: 0; padding: 0;  }
.footer-menu ul::after { content: ''; clear: both; }
.footer-menu ul li { display: inline-block; margin: 2px 7px;}

.copyright { font-size: 14px; color: #777 }
.copyright p { margin: 0; }
.copyright a { padding-bottom: 2px; border-bottom: 2px solid #ddd; color: #d93f7e; font-weight: 600; }



/*==================================================================================================
3. Objects
================================================================================================= */
/* 3.x. Fonts & Spacings
================================================== */
html { font-size: 16px }

body {
    font-family: 'Source Sans Pro', sans-serif; font-size: 1rem; font-size: 20px; line-height: 1.7;
}

p, ul, ol, pre, table, blockquote, fieldset { margin: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0; margin-bottom: .5em; color: #333;
    line-height: 1.1; font-weight: 600;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { font-family: inherit; font-weight: inherit; }

h1, .h1 { font-size: 1.9em; }
h2, .h2 { font-size: 1.7em; }
h3, .h3 { font-size: 1.5em; }
h4, .h4 { font-size: 1.4em; }
h5, .h5 { font-size: 1.2em; text-transform: uppercase; }
h6, .h6 { font-size: 1em; text-transform: uppercase; }

* + h1, * + .h1,
* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6,* + .h6 { margin-top: 1.75em }

.wp-block-gallery + h1,
.wp-block-gallery + h2,
.wp-block-gallery + h3,
.wp-block-gallery + h4,
.wp-block-gallery + h5,
.wp-block-gallery + h6 { margin-top: 1.2em }

blockquote {
    padding: 20px; border: 10px solid #f5f5f5;
    font-size: 1.3em; font-weight: bold; line-height: 1.5;
    color: #d93f7e;
}

blockquote p { margin-bottom: .4em }
blockquote p:last-child { margin-bottom: 0 }
blockquote cite { font-size: .7em; color: rgba(0,0,0,.3); font-style: normal; }

.entry-content > blockquote { margin-top: 2.375rem; margin-bottom: 2.375rem; }

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p { font-size: 1.2em; }

.wp-block-pullquote { border: none; border-top: 8px solid #eee; padding: 15px 0 0 0; text-align: left; }
.wp-block-pullquote blockquote { border: none; padding: 0; text-align: left; }
.wp-block-pullquote blockquote p { margin-bottom: 0 }
.wp-block-pullquote.is-style-solid-color { background-color: #eee; border: none; padding: 24px }

b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }

big { font-size: 125%; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
del { opacity: 0.8; }
ins { text-decoration: underline; }

dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, tt, var, samp, pre { font-family: monospace, monospace; font-size: .8em; background-color: #eee; border: 2px solid #eee }

code, kbd, tt, var, samp, pre { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }
pre { max-width: 100%; overflow: auto; padding: 20px; }

.wp-block-verse { overflow: auto; white-space: nowrap; }

.wp-block-code { background: #eee; }
.wp-block-code code { display: block; padding: 0; background: transparent; border: none; }

.wp-block-verse,
.wp-block-preformatted {
    overflow: auto;
    white-space: pre-wrap;
}

.entry-content h1 + *:not(p),
.entry-content h2 + *:not(p),
.entry-content h3 + *:not(p),
.entry-content h4 + *:not(p),
.entry-content h5 + *:not(p),
.entry-content h6 + *:not(p) { margin-top: 1.5rem }

.entry-content:not(.content) > *:first-child:not(.alignleft):not(.alignright) { margin-top: 0 }
.entry-content:not(.content) > :last-child { margin-bottom: 0 }

.site-content { font-size: 19px }

@media print, screen and (min-width: 860px) {
    blockquote { padding: 30px 35px; }
}

@media print, screen and (min-width: 1000px) {
    .entry-content { font-size: 20px }
}



/* 3.x. Lists
================================================== */
ul, ol { padding: 0 0 0 1em; }

.entry-content ul,
.entry-content ol { padding: 0; list-style: none; counter-reset: list; }

.entry-content li { position: relative; padding-left: 45px; margin: 1em 0 }
.entry-content ul li { padding-left: 30px; margin: .5em 0 }

.entry-content li ul,
.entry-content li ol { margin-top: 10px; margin-bottom: 10px; }

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

.entry-content ol > li::before {
    position: absolute; top: .15em; left: 0; width: 30px; height: 30px; counter-increment: list;
    border: 2px solid #e5e5e5; border-radius: 30px;
    text-align: center; line-height: 26px; font-weight: bold; font-size: .8em
}
.entry-content ul li::before {
    position: absolute; top: 12px; left: 8px;
    font-size: .55em; line-height: 1;
    color: #ccc
}
.entry-content ol > li::before { content: counter(list); }
/* .entry-content li ol > li { padding-left: 5px } */



/* 3.x. Links
================================================== */
a {
    text-decoration: none; color: inherit;
    /* Remove the gray background on active links in IE 10. */
    background-color: transparent;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
    -webkit-text-decoration-skip: objects;
}

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

.site-content p > a,
.site-content li > a,
.site-content li p > a,
.site-content p em > a,
.site-content li em > a,
.site-content p strong > a,
.site-content li strong > a,
.site-content table a:not(.button) {
    padding-bottom: 3px; color: #d93f7e; font-weight: bold;
    background-image: linear-gradient(to bottom,#e5e5e5 0%,#e5e5e5 100%);
    background-size: 100%; background-repeat: no-repeat; background-position: 0 1.3em;
    -webkit-transition: all .2s; transition: all .2s;
}

.site-content p > a:hover,
.site-content li > a:hover,
.site-content li p > a:hover,
.site-content p em > a:hover,
.site-content li em > a:hover,
.site-content p strong > a:hover,
.site-content li strong > a:hover,
.site-content table a:not(.button):hover {
    color: #fff;
    background-image: linear-gradient(to bottom,#d93f7e 0%,#d93f7e 100%);
    background-position: 0 0;
}

blockquote cite a,
.site-content figcaption > a,
.site-content figcaption > em a { pointer-events: auto; border-bottom: 1px solid #f1f1f1; padding-bottom: 1px; font-weight: 600 }

.site-content .has-text-color a { color: inherit; border-color: inherit; }
.site-content .has-text-color a:hover { background: inherit; }



/* 3.x. Loader
================================================== */
.loader { display: inline-block; vertical-align: middle; width: 36px; height: 36px; text-align: center; line-height: 1 }
.loader:after {
    content: ''; display: inline-block; width: 36px; height: 36px;
    border-radius: 50%; border: 3px solid #ddd; border-color: #ddd transparent #ddd transparent;
    -webkit-animation-duration: 1.2s; animation-duration: 1.2s;
    -webkit-animation-timing-function: linear; animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
}
.has-loader.is-error .loader::after { border-color: #e22222 transparent #e22222 transparent; }
.has-loader.is-ready .loader::after { -webkit-animation-name: rotate; animation-name: rotate; }

.has-loader-text .loader {
    position: absolute; display: block; top: 50%; left: 50%; margin-top: -18px; margin-left: -18px;
    opacity: 0; visibility: hidden;
    -webkit-transform: translate3d(0,30px,0); -ms-transform: translate3d(0,30px,0); transform: translate3d(0,30px,0);
    -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s;
}

.loader-text {
    display: inline-block; vertical-align: middle; padding: 12px 16px;
    color: #444; border: 1px solid #eee;
    font-size: 14px; line-height: 1.5; font-weight: 600; letter-spacing: 0.025rem; text-transform: uppercase;
    -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s;
}

.loader-error-text {
    display: none; margin-top: 16px; color: #e22222; max-width: 200px;
    font-size: 12px; line-height: 16px; font-weight: 700; text-transform: uppercase;
}

.has-loader.is-error .loader-error-text { display: block; }

.has-loader-text.is-loading .loader {
    opacity: 1; visibility: visible;
    -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}
.has-loader-text.is-loading .loader-text {
    opacity: 0; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);
}



/* 3.x. Forms & Buttons
================================================== */
button, input, optgroup, select, textarea {
    font-family: inherit; font-size: 100%; line-height: 1.5; border-radius: 4px;
    margin: 0; /* Remove the margin in Firefox and Safari. */
}

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

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

button { background: transparent; border: none; margin: 0; padding: 0; cursor: pointer; }
button:active { outline: 0 }
button:active:focus { outline: 0 }

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

.button,
.wp-block-button a,
.wp-block-file__button,
[type="button"],
[type="reset"],
[type="submit"] {
    display: inline-block; vertical-align: middle; padding: 13px 15px;
    background: #d93f7e; border: 2px solid #d93f7e; border-radius: 4px; color: #fff;
    font-size: .8em; font-weight: 600; text-transform: uppercase;
    -webkit-appearance: button; cursor: pointer;
    -webkit-transition: all .3s; transition: all .3s
}

table .button { padding: 10px 12px; font-size: 12px }

.button,
.wp-block-button a,
.wp-block-file__button { -webkit-appearance: none; }

.button:hover,
.wp-block-button a:hover,
.wp-block-file__button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.wp-block-button.is-style-outline a { background: transparent; color: #d93f7e }

.wp-block-button.is-style-outline a:hover { background: #d93f7e; color: #fff }

.wp-block-button a.has-background { border: none; padding: 14px }

.wp-block-button.is-style-squared a,
.wp-block-button a.no-border-radius {
    border-radius: 0;
}

.button:focus,
.wp-block-button a:focus,
.wp-block-file__button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus { border-color: #d93f7e; outline: 1px dashed #fff; outline-offset: -4px }

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

button:-moz-focusring,
input[type="button"]:-moz-focusring,
input[type="reset"]:-moz-focusring,
input[type="submit"]:-moz-focusring { outline: none; }

/* Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { padding: 0; }

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

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

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

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

fieldset { padding: .35em .75em .625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    display: table; max-width: 100%; padding: 0 12px; white-space: normal;
    font-size: 18px; font-weight: 600; color: #6c6c6c;
}

label { font-size: 18px; color: #6c6c6c; cursor: pointer; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

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

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-animation-name: formautofill;
    -webkit-animation-fill-mode: both;
    animation-name: formautofill;
    animation-fill-mode: both;
}

input, textarea, select {
    padding: 13px 15px; max-width: 100%; margin: 0; outline: 0;
    border: 2px solid #eee; background-color: #fff;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
    -webkit-transition: background .3s, color .3s, border .3s; transition: background .3s, color .3s, border .3s
}

table input,
table textarea,
table select { padding-top: 8px; padding-bottom: 8px; font-size: 15px }

input[type="number"] { padding-right: 4px }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border-color: #aaa; outline: 0 }

input[type=checkbox], input[type=radio] {
    clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 18px; margin: -3px 4px 0 0; outline: 0; padding: 0;
    text-align: center; vertical-align: middle; width: 18px; min-width: 18px; -webkit-appearance: none; appearance: none;
}

input[type=checkbox]:focus,
input[type=radio]:focus { border-color: #aaa }

.is-using-mouse input[type=checkbox]:focus,
.is-using-mouse input[type=radio]:focus { border-color: #eee }

input[type=radio] { border-radius: 50%; }
input[type=checkbox]:checked::before {
    font-size: 10px; line-height: 16px; text-align: center; color: #d93f7e;
}

input[type=radio]:checked::before {
    content: ''; display: inline-block; background-color: #d93f7e;
    border-radius: 50%; width: 6px; height: 6px; margin-top: 4px;
}

.search-form { position: relative; }
.search-field { width: 100%; padding-right: 40px; }
.search-submit {
    position: absolute; top: 50%; right: 4px;
    background: transparent; border: none; font-size: 14px; color: #767676;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; opacity: 1; /* FF19+ lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: #aaa; }



/* 3.x. Table
================================================== */
table { font-size: 18px; line-height: 1.5; border-collapse: collapse; border-spacing: 0; width: 100%; }
table.has-fixed-layout { table-layout: fixed; }
table.aligncenter { display: table; width: auto; margin: 0 auto; text-align: left; }

td, th { padding: 0; }
table thead th { padding: 0 15px }
table td,
table tbody th { padding: 7px 15px }
table td > :last-child { margin-bottom: 0 }
table td,
table tbody th { border: 2px solid #eee }
table caption, table th, table td { font-weight: inherit; text-align: left; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #eee;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: #eee;
}



/* 3.x. Alignment
================================================== */
.alignwide,
.alignfull { width: 100%; max-width: 790px; margin-left: auto; margin-right: auto; }

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

.entry-content > .wp-caption.alignleft,
.entry-content > .wp-caption.alignright { padding: 0 }

.entry-content > .wp-block-pullquote.alignleft,
.entry-content > .wp-block-pullquote.alignright { margin-left: 0 }

@media print, screen and ( min-width : 600px ) {

    .alignleft,
    .alignright { display: block; }

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

    .alignleft,
    .alignright { max-width: 40%; margin-top: .5em; margin-bottom: 1em; }

    .entry-content > .alignleft { margin-right: 1.5em; margin-bottom: 1em }
    .entry-content > .alignright { margin-right: 24px; margin-left: 1.5em; margin-bottom: 1em }

    .entry-content > .wp-block-pullquote.alignright { margin-left: 24px }
}

@media print, screen and ( min-width : 980px ) {
    .entry-content > .alignleft { margin-left: 0 }
    .entry-content > .alignright { margin-right: 0 }
}



/* 3.x. Object Fit
================================================== */
.object-fit-wider {
    position: absolute; top: 0; bottom: 0; left: 50%; min-width: 100%; max-width: none; height: 100%;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}

figure.wp-block-image.alignwide img.object-fit-wider,
figure.wp-block-image.alignfull img.object-fit-wider { width: auto; }

.object-fit-taller {
    position: absolute; top: 50%; left: 0; right: 0; width: 100%; height: auto;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

.is-object-fits {
    position: absolute; top: 50%; left: 50%; width: auto; height: auto;
    max-width: 1000%; min-width: 100%; min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

figure.wp-block-image.alignwide img.is-object-fits,
figure.wp-block-image.alignfull img.is-object-fits { width: auto; }

@supports (object-fit: cover) {

    .is-object-fits,
    .object-fit-wider,
    .object-fit-taller {
        top: 0; left: 0; width: 100%; height: 100%;
        -o-object-fit: cover; object-fit: cover;
        -webkit-transform: none; transform: none;
    }

    figure.wp-block-image.alignwide img.is-object-fits,
    figure.wp-block-image.alignfull img.is-object-fits,
    figure.wp-block-image.alignwide img.object-fit-wider,
    figure.wp-block-image.alignfull img.object-fit-wider { width: 100%; }
}



/* 3.x. Meta Title
================================================== */
.single-meta,
.meta-container { margin-top: 2em; }

.meta-title::before,
.single-meta::before { content: ''; display: block; width: 20px; height: 2px; background: #e5e5e5; margin-bottom: .5em }
.meta-title,
.single-meta-title { margin-top: 0; margin-bottom: 1em; text-transform: uppercase; font-size: .8em; font-weight: bold; color: #d93f7e }


.section-title {
    margin: 0; margin-bottom: 1.2em;
    color: #d93f7e; font-size: 1.2em; font-weight: 700; letter-spacing: -1px;
}
.post-comments-section .section-title { margin-bottom: .875em }
.post-comments-section .featured-tabs { margin-top: 1em }




/* 4.x. Social Icons
================================================== */
.social-icon { color: #d93f7e; line-height: 1 }
.social-icon::before { vertical-align: middle; }
.social-icon { font-size: 20px }
.social-icon span {
    display: inline-block; vertical-align: middle; margin-left: 7px;
    line-height: 1; font-size: 16px; font-weight: 700; text-transform: uppercase;
}

.wp-block-social-links .wp-social-link { padding: 0; display: inline-block; margin: 0 4px 4px 0; }

.wp-block-social-links .wp-social-link::before { display: none; }
.wp-block-social-links .wp-social-link a {
    display: block; padding: 10px; background-image: none;
    width: 44px; height: 44px; border-radius: 44px;
    -webkit-transition: transform .2s; transition: transform .2s;
}
.wp-block-social-links .wp-social-link a:hover {
    background-image: none;
    -webkit-transform: scale(1.1); transform: scale(1.1);
}

.wp-block-social-links .wp-social-link svg { color: currentColor; fill: currentColor; }

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    background: none; padding: 4px;
    width: 36px; height: 36px; border-radius: 36px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg { width: 28px; height: 28px }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link a { background-color: #d93f7e; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon a { background-color: #f90; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp a { background-color: #1ea0c3; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance a { background-color: #0757fe; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen a { background-color: #1e1f26; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart a { background-color: #02e49b; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble a { background-color: #e94c89; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox a { background-color: #4280ff; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy a { background-color: #f45800; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook a { background-color: #1778f2; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx a { background-color: #000; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr a { background-color: #0461dd; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare a { background-color: #e65678; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github a { background-color: #24292d; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads a { background-color: #eceadd; color: #382110 }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google a { background-color: #ea4434; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram a { background-color: #f00075; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm a { background-color: #e21b24; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin a { background-color: #0d66c2; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon a { background-color: #3288d4; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium a { background-color: #02ab6c; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup a { background-color: #f6405f; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest a { background-color: #e60122; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket a { background-color: #ef4155; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit a { background-color: #fe4500; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype a { background-color: #0478d7; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat a { background-color: #fefc00; color: #fff; stroke: #000 }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud a { background-color: #ff5600; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify a { background-color: #1bd760; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr a { background-color: #011835; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch a { background-color: #6440a4; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter a { background-color: #1da1f2; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo a { background-color: #1eb7ea; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk a { background-color: #4680c2; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress a { background-color: #3499cd; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp a { background-color: #d32422; color: #fff }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube a { background-color: red; color: #fff }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon a { color: #f90 }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp a { color: #1ea0c3 }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance a { color: #0757fe }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen a { color: #1e1f26 }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart a { color: #02e49b }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble a { color: #e94c89 }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox a { color: #4280ff }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy a { color: #f45800 }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook a { color: #1778f2 }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx a { color: #000 }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr a { color: #0461dd }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare a { color: #e65678 }
.wp-block-social-links.is-style-logos-only .wp-social-link-github a { color: #24292d }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads a { color: #382110 }
.wp-block-social-links.is-style-logos-only .wp-social-link-google a { color: #ea4434 }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram a { color: #f00075 }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm a { color: #e21b24 }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin a { color: #0d66c2 }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon a { color: #3288d4 }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium a { color: #02ab6c }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup a { color: #f6405f }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest a { color: #e60122 }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket a { color: #ef4155 }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit a { color: #fe4500 }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype a { color: #0478d7 }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat a { color: #fff; stroke: #000 }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud a { color: #ff5600 }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify a { color: #1bd760 }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr a { color: #011835 }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch a { color: #6440a4 }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter a { color: #1da1f2 }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo a { color: #1eb7ea }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk a { color: #4680c2 }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress a { color: #3499cd }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp a { background-color: #d32422; color: #fff }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube a { color: red }



/* 4.x. Message
================================================== */
.message-info,
.message-error,
.message-notice {
    margin-top: 1.5rem; padding: 12px; background: #f7f8f9; border-left: 4px solid #d93f7e;
    font-size: 16px;  line-height: 26px; font-weight: 600; color: rgba(55,55,55,.7);
}

.message-info a:not(.button),
.message-error a:not(.button),
.message a:not(.button) { border-bottom: 1px solid #ddd; padding-bottom: 2px; }

.message-info .button,
.message-error .button,
.message-notice .button { margin-right: 8px; padding: 8px 12px; font-size: 12px }



/* 4.x. Ads
================================================== */
.ad { position: relative; background: #f1f1f1; margin: 0 auto; min-height: 20px }
.ad::before {
    content: 'AD'; position: absolute; top: 50%; left: 50%;
    font-size: 14px; font-weight: 600; color: #999; text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

.ad-m-responsive { width: 100%; min-height: 20px; }
.ad-m-300x250 { width: 300px; min-height: 250px; }
.ad-m-300x600 { width: 300px; min-height: 600px; }
.ad-m-320x100 { width: 320px; min-height: 100px; }
.ad-m-728x90 { width: 728px; min-height: 90px; }
.ad-m-320x50 { width: 320px; min-height: 50px; }
.ad-m-970x90 { width: 970px; min-height: 90px; }
.ad-m-970x250 { width: 970px; min-height: 250px; }
.ad-m-240x400 { width: 240px; min-height: 400px; }
.ad-m-930x180 { width: 930px; min-height: 180px; }
.ad-m-980x120 { width: 980px; min-height: 120px; }
.ad-m-250x360 { width: 250px; min-height: 360px; }

@media print, screen and ( min-width : 760px ) {
    .ad-t-responsive { width: 100%; min-height: 20px; }
    .ad-t-300x250 { width: 300px; min-height: 250px; }
    .ad-t-300x600 { width: 300px; min-height: 600px; }
    .ad-t-320x100 { width: 320px; min-height: 100px; }
    .ad-t-728x90 { width: 728px; min-height: 90px; }
    .ad-t-320x50 { width: 320px; min-height: 50px; }
    .ad-t-970x90 { width: 970px; min-height: 90px; }
    .ad-t-970x250 { width: 970px; min-height: 250px; }
    .ad-t-240x400 { width: 240px; min-height: 400px; }
    .ad-t-930x180 { width: 930px; min-height: 180px; }
    .ad-t-980x120 { width: 980px; min-height: 120px; }
    .ad-t-250x360 { width: 250px; min-height: 360px; }
}

@media print, screen and ( min-width : 980px ) {
    .ad-d-responsive { width: 100%; min-height: 20px; }
    .ad-d-300x250 { width: 300px; min-height: 250px; }
    .ad-d-300x600 { width: 300px; min-height: 600px; }
    .ad-d-320x100 { width: 320px; min-height: 100px; }
    .ad-d-728x90 { width: 728px; min-height: 90px; }
    .ad-d-320x50 { width: 320px; min-height: 50px; }
    .ad-d-970x90 { width: 970px; min-height: 90px; }
    .ad-d-970x250 { width: 970px; min-height: 250px; }
    .ad-d-240x400 { width: 240px; min-height: 400px; }
    .ad-d-930x180 { width: 930px; min-height: 180px; }
    .ad-d-980x120 { width: 980px; min-height: 120px; }
    .ad-d-250x360 { width: 250px; min-height: 360px; }
}


/* 4.x. Screen Reader
================================================== */
.screen-reader-text {
    position: absolute; clip: rect(1px, 1px, 1px, 1px);
    height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important;
}

.screen-reader-text:focus {
    left: 10px; top: 10px; display: block; padding: 8px 12px; outline: 0;
    width: auto; height: auto; clip: auto; z-index: 100000;
    border: 1px solid #e6e6e6; border-radius: 3px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px; text-decoration: none; text-transform: none; line-height: normal;
}



/*==================================================================================================
4. Components
================================================================================================= */
/* 4.x. Media
================================================== */
/* 4.x.x. General
-----------------------------*/
/* Remove the gap between images, videos, audio, iframe and canvas and the bottom of their containers */
audio, canvas, img, video, iframe { vertical-align: middle; }

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

img, video {
    height: auto; max-width: 100%;
    border-style: none; /* Remove the border on images inside links in IE 10-. */
}

figure { margin: 0 }
img { -ms-interpolation-mode: bicubic; }

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


/* 4.x.x. Image Preload
-----------------------------*/
.lazy-load-img,
.lazy-load-bg-img {
    opacity: 0.0001; -webkit-transition: opacity .2s; transition: opacity .2s; will-change: opacity;
}

.no-js .lazy-load-img,
.lazy-load-img.is-ready,
.no-js .lazy-load-bg-img,
.lazy-load-bg-img.is-ready { opacity: .99 }


/* 4.x.x. Single Image
-----------------------------*/
.image-wrapper {
    position: relative; overflow: hidden; display: table; table-layout: fixed;
    width: 100%; max-width: 100%; min-height: 50px; background-color: #f1f1f1
}

.img-vw,
.window-width {
    position: absolute; bottom: 0; left: 13%;
    z-index: 2; will-change: transform;
    font-size: 10px; padding: 0 4px;
    background: #000; color: #fff;
}

.window-width { position: fixed; top: 0; bottom: auto; left: 0; z-index: 10 }

.entry-thumbnail .image-wrapper,
.post-media .image-wrapper { display: block; background: transparent; }
.post-media.post-featured-media img,
.post-media.article-heading-image img { object-fit: cover; }
.post-media .image-wrapper::before { display: none; }

.post-media-cropped .image-wrapper { background-size: cover; background-position: center; }
.post-media-cropped .image-wrapper.is-js-cropped img { opacity: 0 }


.bg-image:not(.post-image):not(.post-single-image),
.image-wrapper img:not(.is-object-fit) {
    position: absolute; top: 0; left: 0; height: 100%; width: 100%;
}

.bg-image { background-size: cover; background-position: center; }

.aspect-ratio-filler { max-width: 100% }

.has-aspect-ratio::after { content: ''; display: block; padding-bottom: 56.25% }
.has-aspect-ratio-16-9::after { padding-bottom: 56.25% }
.has-aspect-ratio-5-3::after { padding-bottom: 60% }
.has-aspect-ratio-4-3::after { padding-bottom: 75% }
.has-aspect-ratio-10-9::after { padding-bottom: 90% }
.has-aspect-ratio-1-1::after { padding-bottom: 100% }

.post-media::before,
.image-wrapper::before {
    position: absolute; top: 50%; left: 50%; font-size: 30px; opacity: .5; color: #d1d1d1;
    -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

.ab-top-menu .image-wrapper { display: none; }
.image-thumbnail,
.wp-block-image { position: relative; max-width: 790px; }

.wp-block-image figure { position: relative; display: table; }

figure.wp-block-image,
.wp-block-image figure {
    display: table;
}

.wp-block-image figure,
.wp-caption.image-wrapper { overflow: hidden; z-index: 1; border-radius: 4px; }

.wp-block-image figure.alignleft,
.wp-block-image figure.alignright { display: block; }
.is-ies .wp-block-image figure { display: block; text-align: left; }

.wp-block-image figure:not(.alignleft):not(.alignright) { margin-left: auto; margin-right: auto; }

figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-image:not(.alignwide):not(.alignfull) figure:not(.alignleft):not(.alignright) { max-width: 660px }

figure.wp-block-image.alignwide img,
figure.wp-block-image.alignfull img { width: 100% }

figure.wp-block-image.alignwide .image-wrapper,
figure.wp-block-image.alignfull .image-wrapper { max-width: 100% !important }

.wp-block-image.is-style-rounded .image-wrapper { border-radius: 9999px; }

@media print, screen and (min-width: 980px) {
    .wp-caption.alignnone:not(.alignleft):not(.alignright),
    figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
    .wp-block-image:not(.alignwide):not(.alignfull) figure:not(.alignleft):not(.alignright) { max-width: 660px }
}


/* 4.x.x. Cover Image
-----------------------------*/
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    width: 100%;
    min-height: 370px;
    background-color: #272727;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
}

.wp-block-cover .wp-block-cover__inner-container {
    padding: 24px;
}

.wp-block-cover-text {
    width: 100%;
}

.entry-content>.wp-block-cover {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
}

.entry-content>.wp-block-cover a {
    border-bottom: 2px solid #f4f6f8;
    color: #fff !important;
    background: transparent !important;
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.is-ie .wp-block-cover,
.is-ie .wp-block-cover-image {
    min-height: auto;
    height: 430px
}

.wp-block-cover.has-parallax .bg-image,
.wp-block-cover-image.has-parallax .bg-image {
    background-attachment: fixed;
}

.wp-block-cover.is-repeated .bg-image,
.wp-block-cover-image.is-repeated .bg-image {
    background-repeat: repeat;
    background-size: auto;
}

.wp-block-cover .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-cover .aspect-ratio-filler {
    padding: 0 !important;
}

.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim::before,
.wp-block-cover-image.has-background-dim::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: inherit;
    opacity: .5;
    pointer-events: none;
}

.wp-block-cover.has-background-dim-10::before,
.wp-block-cover-image.has-background-dim-10::before {
    opacity: .1;
}

.wp-block-cover.has-background-dim-20::before,
.wp-block-cover-image.has-background-dim-20::before {
    opacity: .2;
}

.wp-block-cover.has-background-dim-30::before,
.wp-block-cover-image.has-background-dim-30::before {
    opacity: .3;
}

.wp-block-cover.has-background-dim-40::before,
.wp-block-cover-image.has-background-dim-40::before {
    opacity: .4;
}

.wp-block-cover.has-background-dim-50::before,
.wp-block-cover-image.has-background-dim-50::before {
    opacity: .5;
}

.wp-block-cover.has-background-dim-60::before,
.wp-block-cover-image.has-background-dim-60::before {
    opacity: .6;
}

.wp-block-cover.has-background-dim-70::before,
.wp-block-cover-image.has-background-dim-70::before {
    opacity: .7;
}

.wp-block-cover.has-background-dim-80::before,
.wp-block-cover-image.has-background-dim-80::before {
    opacity: .8;
}

.wp-block-cover.has-background-dim-90::before,
.wp-block-cover-image.has-background-dim-90::before {
    opacity: .9;
}

.wp-block-cover-has-background-dim-100::before,
.wp-block-cover-image.has-background-dim-100::before {
    opacity: 1;
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p,
.wp-block-cover figure,
.wp-block-cover ul,
.wp-block-cover ol {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    z-index: 3;
    color: #fff;
}

.wp-block-cover.has-left-content,
.wp-block-cover .has-text-align-left {
    text-align: left;
}

.wp-block-cover.has-center-content,
.wp-block-cover .has-text-align-center {
    text-align: center;
}

.wp-block-cover.has-right-content,
.wp-block-cover .has-text-align-right {
    text-align: right;
}

.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover {
    color: #fff;
    border-color: #eee
}

.wp-block-cover .wp-block-cover__inner-container a {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.wp-block-cover .wp-block-cover__inner-container a:hover {
    background: transparent;
}

@media print,
screen and (min-width: 980px) {
    .entry-content>.wp-block-cover {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .entry-content>.wp-block-cover.alignleft {
        margin-right: 1.5em;
    }
    .entry-content>.wp-block-cover.alignright {
        margin-left: 1.5em;
    }
}



/* 4.x.x. Media & Text
-----------------------------*/

.wp-block-media-text {
    box-shadow: inset 0 0 0px 1px #eee;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.entry-content>.alignwide.wp-block-media-text,
.entry-content>.alignfull.wp-block-media-text {
    padding: 0;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
}

.wp-block-media-text__media,
.wp-block-media-text__content {
    width: 50%
}

.wp-block-media-text__media {
    background: none !important;
}

.wp-block-media-text__media>* {
    width: 100%;
}

@supports (object-fit: cover) {
    .wp-block-media-text__media>*,
    .wp-block-media-text__media .image-wrapper img {
        height: 100%;
        object-fit: cover;
    }
}

.wp-block-media-text__content {
    padding: 24px;
    align-self: center;
}

.wp-block-media-text__content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 256px;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
    align-self: flex-start;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
    align-self: flex-end;
}

.wp-block-media-text .image-wrapper {
    border-radius: 0;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    width: 100%
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content>* {
    max-width: 100%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1
}

@media print,
screen and (min-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        width: 50%
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content>* {
        max-width: 256px
    }
}

@media print,
screen and (min-width: 760px) {
    .wp-block-media-text.alignwide .wp-block-media-text__content,
    .wp-block-media-text.alignfull .wp-block-media-text__content {
        padding: 48px
    }
}

@media print,
screen and (min-width: 980px) {
    .entry-content>.alignwide.wp-block-media-text,
    .entry-content>.alignfull.wp-block-media-text {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}


/* 4.x.x. Embeds
-----------------------------*/
.iframe-wrapper,
.wp-video {
    position: relative; width: auto; overflow: hidden; background: #eee;
    border-radius: 4px; overflow: hidden; z-index: 1;
}

.iframe-wrapper::before,
.wp-video::before { content: ''; display: block; padding-bottom: 56.25% }

.wp-embed-aspect-21-9 .iframe-wrapper::before { padding-bottom: 42.85%; }
.wp-embed-aspect-18-9 .iframe-wrapper::before { padding-bottom: 50%; }
.wp-embed-aspect-16-9 .iframe-wrapper::before { padding-bottom: 56.25%; }
.wp-embed-aspect-4-3 .iframe-wrapper::before { padding-bottom: 75%; }
.wp-embed-aspect-1-1 .iframe-wrapper::before { padding-bottom: 100%; }
.wp-embed-aspect-9-6 .iframe-wrapper::before { padding-bottom: 66.66%; }
.wp-embed-aspect-1-2 .iframe-wrapper::before { padding-bottom: 200%; }

.iframe-wrapper iframe,
.wp-video video,
.wp-video .mejs-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; border: 0; z-index: 2 }
.wp-video .mejs-container { width: 100% !important; height: 100% !important }

.iframe-wrapper::after {
    position: absolute; top: 50%; left: 50%; font-size: 30px; opacity: .5; color: #d1d1d1; z-index: 1;
    -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

.wp-playlist video { height: auto; }
.wp-audio-playlist .wp-playlist-current-item { display: none; }

.wp-block-video video {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}


/* 4.x.x. File
-----------------------------*/
.wp-block-file { background: #eee; padding: 12px 24px; font-size: 16px; font-weight: 600; color: rgba(55,55,55,.7); }
.wp-block-file > a:first-of-type { margin-right: 16px }

.wp-block-file__button { padding: 4px 8px; font-size: 12px; }


/* 4.x.x. Captions and Zoom
-----------------------------*/
figcaption,
.wp-caption-text,
.gallery-caption {
    font-size: .7em; font-weight: 600; line-height: 1.2;
    width: 100%; max-width: 660px; margin-left: auto; margin-right: auto;
    text-align: left; color: rgba(55, 55, 55, .5); padding: 8px 0; border-bottom: 1px solid #eee
}

figcaption img { display: inline }

.alignwide figcaption,
.alignfull figcaption { max-width: 660px; margin-left: 24px; margin-right: 24px; }

.wp-block-image figcaption,
.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute; bottom: 0; left: 0; pointer-events: none; overflow: hidden; z-index: 1;
    display: block; margin: 0; padding: 40px 12px 8px; border: none;
    width: 100%; max-width: 100%; max-height: 100%;
    text-align: left; color: #fff; white-space: nowrap; text-overflow: ellipsis;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
}

.wp-block-image > a,
.wp-block-image figure > a,
.wp-block-gallery figure > a {
    position: relative; display: inline-block; vertical-align: middle;
}

html.js .wp-block-image > a,
html.js .wp-block-image figure > a,
html.js .wp-block-image .image-wrapper > a,
html.js .wp-block-gallery figure > a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.entry-content .wp-block-image > a::after,
.entry-content .wp-block-image figure > a::after,
.entry-content .wp-block-gallery figure > a::after { display: none; }

@media print, screen and (max-width: 1080px) {
    .entry-content .wp-block-image > a::after,
    .entry-content .wp-block-image figure > a::after,
    .entry-content .wp-block-gallery figure > a::after {
        display: block; position: absolute; top: 6px; right: 6px;
        width: 18px; height: 18px; border-radius: 18px;
        text-align: center; line-height: 1; font-size: 18px;
        opacity: .9; color: #fff; background-color: #000;
    }
}

@media print, screen and (min-width: 684px) {
    .alignwide figcaption,
    .alignfull figcaption { margin-left: auto; margin-right: auto; }
}



/* 4.x. Gallery
================================================== */
.wp-block-gallery,
.wp-block-gallery .blocks-gallery-grid {
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    width: 100%; page-break-inside: avoid;
}

.wp-block-gallery:not(.is-cropped) {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}

.entry-content .wp-block-gallery li::before { display: none; }

.wp-block-gallery .wp-block-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  max-width: none !important;
}

.wp-block-gallery.gallery-ratio .image-wrapper img { height: 100% }
.gallery-ratio-landscape .image-wrapper { padding-bottom: 56.25% }
.gallery-ratio-square .image-wrapper { padding-bottom: 100% }
.gallery-ratio-portrait .image-wrapper { padding-bottom: 125% }

.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    position: relative; margin: 0 10px 10px 0; padding: 0;
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    position: relative; margin: 0; height: 100%; overflow: hidden; z-index: 1; border-radius: 4px;
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
    -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}

.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item figure { background-color: #f1f1f1; }

.wp-block-gallery .wp-block-image img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block; height: auto; max-width: 100%; width: 100%
}

.wp-block-gallery .wp-block-image a,
.wp-block-gallery .blocks-gallery-image a,
.wp-block-gallery .blocks-gallery-item a { width: 100% }

.wp-block-gallery.is-cropped .image-wrapper { display: block; }
.wp-block-gallery.is-cropped .blocks-gallery-image .image-wrapper,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item .image-wrapper,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

.wp-block-gallery.is-cropped .is-js-cropped { background-position: center; background-size: cover; }
.wp-block-gallery.is-cropped .is-js-cropped img,
.wp-block-gallery.is-cropped .is-js-cropped .image-wrapper,
.wp-block-gallery.is-cropped .is-js-cropped .image-wrapper::before { opacity: 0 }

@supports (object-fit: cover) {
    .wp-block-gallery.is-cropped .wp-block-image a,
    .wp-block-gallery.is-cropped .wp-block-image .image-wrapper,
    .wp-block-gallery.is-cropped .wp-block-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image .image-wrapper,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item .image-wrapper,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        flex: 1 1 auto; height: 100%;
        -o-object-fit: cover; object-fit: cover
    }
}

.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(1/2*100% - (1 - 1/2)*10px);
}

.wp-block-gallery .wp-block-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .wp-block-image,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%
}

.wp-block-gallery.columns-1 .image-wrapper { max-width: 100% !important }

@media print, screen and (min-width:600px) {

    .wp-block-gallery.columns-4col-calc { width: calc(1/4*100% - (1 - 1/4)*10px); }

    .wp-block-gallery.columns-3 .wp-block-image,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-default .wp-block-image,
    .wp-block-gallery.columns-default .blocks-gallery-image,
    .wp-block-gallery.columns-default .blocks-gallery-item {
        margin-right: 10px;
        width: calc(33.3334% - (1 - 1/3)*10px);
    }

    .wp-block-gallery.columns-4 .wp-block-image,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(25% - (1 - 1/4)*10px);
    }

    .wp-block-gallery.columns-5 .wp-block-image,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(20% - (1 - 1/5)*10px);
    }

    .wp-block-gallery.columns-6 .wp-block-image,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(16.6667% - (1 - 1/6)*10px);
    }

    .wp-block-gallery.columns-7 .wp-block-image,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(14.2857% - (1 - 1/7)*10px);
    }

    .wp-block-gallery.columns-8 .wp-block-image,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(12.5% - (1 - 1/8)*10px);
    }

    .wp-block-gallery.columns-1 .wp-block-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .wp-block-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .wp-block-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-default .wp-block-image:nth-of-type(3n),
    .wp-block-gallery.columns-default .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-default .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .wp-block-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .wp-block-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .wp-block-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .wp-block-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .wp-block-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .wp-block-image:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child { margin-bottom: 10px; margin-right: 0 }



/* 4.x. Pagination
================================================== */
.paging-navigation { margin-top: 30px; }

@media print, screen and ( min-width: 980px ) {
    .paging-navigation { margin-top: 40px }
}


/* Page Links
-----------------------------*/
.page-links { clear: both; }
.page-links .page-numbers > span,
.page-links .page-numbers a { float: left; margin: 1px; }

.page-links a { padding-left: 2px; padding-right: 2px; }
.page-links p > span {
    padding-bottom: 3px;
    color: #555; font-weight: bold;
    background-image: linear-gradient(to bottom,#555 0%,#555 100%);
    background-size: 100%; background-repeat: no-repeat; background-position: 0 1.3em;
}


/* 4.x.x. Pagination Numbers
-----------------------------*/
.pagination-type-numbers { text-align: center; }
.paging-navigation .page-numbers { list-style: none; padding: 0; margin: 0; display: inline-block; vertical-align: middle; }
.paging-navigation .page-numbers li { float: left; margin: 1px; list-style: none; }
.paging-navigation .page-numbers .page-numbers:not(.dots) {
    padding: 9px 12px; border: 2px solid #eee; border-radius: 4px;
    font-weight: 600; font-size: .8em; line-height: 1;
    background: #fff; color: #999;
}

.paging-navigation .page-numbers .page-numbers.dots { width: 26px; height: 36px; line-height: 28px; text-align: center; }

.paging-navigation .page-numbers .page-numbers.current { background-color: #d93f7e; color: #fff; border-color: #d93f7e }
.paging-navigation .page-numbers .page-numbers:not(.current):hover { border-color: #aaa }


/* 4.x.x. Pagination Infinite Scroll
-----------------------------*/
.pagination-type-infinite-scroll { text-align: center; }
.pagination-infinite-scroll { position: relative; display: inline-block; vertical-align: middle; }



/* 4.x.x. Pagination Load More
-----------------------------*/
.pagination-type-load-more { text-align: center; }
.pagination-load-more { position: relative; }




/* 4.x. Comments
================================================== */
.post-comments-section { background: #fafafa; padding: 40px 0 }


/* 4.x.x. Comments
-----------------------------*/
.comments-area { outline: 0; }
.page .comments-area { margin: 50px auto 0 auto; max-width: 660px }
.page-template-featured-image .comments-area { margin: 0 auto 50px auto; }

.comments-area p,
.comments-area blockquote { margin-bottom: 1em }

.comment-form,
.comment-list { font-size: .85em }
.comment-list .comment-form { font-size: 1em }

.comments-area .comments-title { margin-top: 0 }

.comments-title,
.comment-reply-title { position: relative; }

.comment-list { list-style: none; padding: 0; margin: 0 }
.comment .children { list-style: none; margin: 0; padding: 0 0 0 25px; }

.comment-body {
    position: relative; margin: 0 0 10px 40px; padding: 10px 10px 10px 15px;
    background: #fff; border: 2px solid #eee; border-radius: 2px;

}
.bypostauthor > .comment-body::before {
  border-color: #d93f7e
}
.pingback .comment-body,
.trackback .comment-body { margin: 0 0 4px 0; }

.comment-author img { position: absolute; top: 0; left: -40px; width: 32px; height: 32px; border-radius: 2px }
.comment-author span.says { display: none; }
.comment-metadata { display: block; font-size: .8em; font-weight: 600; color: #999; }
.comment-metadata .edit-link::before { content: "–"; display: inline-block; margin: 0 5px; }
.comment-awaiting-moderation { margin: 0 }

.comment-content { margin-top: .5em }
.comment-content > :last-child { margin-bottom: 0 }

.comment .reply { margin-top: .5em; font-size: .8em; font-weight: 600; color: #999; }
.comment-content blockquote { margin-left: 0; margin-right: 0 }

.comments-area .comments-navigation { margin-top: 6px }
.comments-area .no-comments { margin: 0; text-align: center; }


/* 4.x.x. Respond
-----------------------------*/
.comment-respond { position: relative; clear: both; }
.comment-respond:focus { outline: 0 }
.comments-area * + .comment-respond { margin-top: 50px }
.comments-area .comment-list .comment-respond { margin: 20px 0 }

.comment-reply-title { margin-top: 0; }
#cancel-comment-reply-link { padding: 3px 7px; margin-left: 7px; border: 2px solid #d93f7e; border-radius: 4px }

.comment-respond .must-log-in a,
.comment-respond .logged-in-as a {
    color: #666;
}

.comment-respond .must-log-in a:hover,
.comment-respond .logged-in-as a:hover {
    color: #fff;
}

.comment-form::after { content: ""; display: block; clear: both; }

.comment-notes,
.comment-respond .logged-in-as { margin-bottom: 1em }

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url { width: 100%; margin-bottom: 10px }
.comment-form .comment-form-comment { margin-bottom: 10px }

.comment-form-cookies-consent { clear: both; margin-bottom: 1em }

.comment-form .comment-form-comment { clear:both; display: block; width: 100%; }

.comment-form input,
.comment-form textarea,
.comment-form select { width: 100% }

.comment-form input[type=checkbox] { width: 18px }

.comment-form textarea { vertical-align: middle; }

.comment-form .form-submit { clear: both; margin-bottom: 0; }
.comment-form .form-submit input { width: auto; }
.form-allowed-tags { display: none; }

@media only screen and ( min-width : 1024px )  {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url { float: left; width: 30.75%; margin-right: 3.8%; }
  .comment-form .comment-form-url { margin-right: 0 }
}



/* 4.x. Tagmap
================================================== */
.tagmap { column-count: 1; margin-bottom: 30px }
.tagmap-column { width: 100% }
.tagmap-title { margin: 0; padding-bottom: .5em; border-bottom: 2px solid #d93f7e }
.tagmap-item {
    padding: .2em .7em; background: #f5f5f5; border-bottom: 1px solid #eee;
    font-size: .9em; word-break: break-word;
}

.tagmap-item span { margin-left: auto; padding-left: 15px; color: #d93f7e }

.tagmap-group { margin: 15px 0; display: inline-block; width: 100% }
.tagmap-groups:first-child { margin-top: 0 }

@media only screen and ( min-width: 660px ) {
    .tagmap { column-count: 2 }
}
@media only screen and ( min-width: 768px ) {
    .tagmap { column-count: 3 }
}


/* 4.x. Share Buttons
================================================== */
.share-button {
    display: inline-block; width: 36px; height: 36px; margin-top: 2px; margin-right: 4px; margin-bottom: 2px;
    background: #767676; color: #fff; border-radius: 4px;
    font-size: 18px; line-height: 36px; text-align: center;
    -webkit-transition: background .3s, color .3s; transition: background .3s, color .3s
}

html:not(.is-mobile) .share-button.icon-facebook-messenger,
html:not(.is-mobile) .share-button.icon-whatsapp,
html:not(.is-mobile) .share-button.icon-viber { display: none; }

@media print, screen and (max-width: 1079.5px) {
    .share-buttons { margin: 2rem auto 0 auto; max-width: 660px }
    .share-button,
    .share-button:hover { color: #fff }
    .share-button.icon-facebook { background: #3b5998; }
    .share-button.icon-facebook-messenger { background: #0084ff; }
    .share-button.icon-twitter { background: #1da1f2; }
    .share-button.icon-google-plus { background: #dd4b39; }
    .share-button.icon-pinterest { background: #bd081c; }
    .share-button.icon-whatsapp { background: #25d366; }
    .share-button.icon-viber { background: #665CAC; }
    .share-button.icon-pinterest { background: #bd081c; }
    .share-button.icon-tumblr { background: #35465c; }
    .share-button.icon-reddit { background: #ff4500; }
    .share-button.icon-linkedin { background: #0077b5; }
    .share-button.icon-vk { background: #45668e; }
    .share-button.icon-mail { background: #5bc1af; }
}

@media print, screen and (min-width: 1080px) {
    .single-post:not(.has-sidebar) .share-buttons.single-meta {
        position: -webkit-sticky; position: sticky; top: 72px; width: 35px;
        float: left; margin: 0; padding: 0; margin-left: -3px;
    }

    .admin-bar .share-buttons { top: 104px }

    .single-post:not(.has-sidebar) .share-buttons.single-meta::before { display: none; }
    .single-post:not(.has-sidebar) .share-buttons-title { display: none; }

    .single-post:not(.has-sidebar) .share-button {
        margin: 0; font-size: 22px; width: 35px; height: 50px; line-height: 50px;
        background: transparent; color: #e5e5e5;
    }

    .share-button.icon-facebook:hover { color: #3b5998; }
    .share-button.icon-facebook-messenger:hover { color: #0084ff; }
    .share-button.icon-twitter:hover { color: #1da1f2; }
    .share-button.icon-google-plus:hover { color: #dd4b39; }
    .share-button.icon-pinterest:hover { color: #bd081c; }
    .share-button.icon-whatsapp:hover { color: #25d366; }
    .share-button.icon-viber:hover { color: #665CAC; }
    .share-button.icon-pinterest:hover { color: #bd081c; }
    .share-button.icon-tumblr:hover { color: #35465c; }
    .share-button.icon-reddit:hover { color: #ff4500; }
    .share-button.icon-linkedin:hover { color: #0077b5; }
    .share-button.icon-vk:hover { color: #45668e; }
    .share-button.icon-mail:hover { color: #5bc1af; }

    .single-post.has-sidebar .share-button.icon-facebook { background: #3b5998; }
    .single-post.has-sidebar .share-button.icon-facebook-messenger { background: #0084ff; }
    .single-post.has-sidebar .share-button.icon-twitter { background: #1da1f2; }
    .single-post.has-sidebar .share-button.icon-google-plus { background: #dd4b39; }
    .single-post.has-sidebar .share-button.icon-pinterest { background: #bd081c; }
    .single-post.has-sidebar .share-button.icon-whatsapp { background: #25d366; }
    .single-post.has-sidebar .share-button.icon-viber { background: #665CAC; }
    .single-post.has-sidebar .share-button.icon-pinterest { background: #bd081c; }
    .single-post.has-sidebar .share-button.icon-tumblr { background: #35465c; }
    .single-post.has-sidebar .share-button.icon-reddit { background: #ff4500; }
    .single-post.has-sidebar .share-button.icon-linkedin { background: #0077b5; }
    .single-post.has-sidebar .share-button.icon-vk { background: #45668e; }
    .single-post.has-sidebar .share-button.icon-mail { background: #5bc1af; }

    .single-post.has-sidebar .share-button,
    .single-post.has-sidebar .share-button:hover { color: #fff }

    .single-post.has-sidebar .share-buttons {
        max-width: 660px; margin-left: auto; margin-right: auto;
    }
}


/* 4.x. Author Description
================================================== */

.author-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.author-box.has-description {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.author-image {
    max-width: 80px;
    margin-right: 16px;
}

.author-image .image-wrapper {
    border-radius: 50%;
}

.author-image .image-wrapper::before {
    font-size: 20px;
}

.author-name {
    margin: 12px 0 8px 0
}

.author-box:not(.has-description) .author-name {
    margin: 0;
}

.author-description {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
}

.author-description a {
    border-bottom: 1px solid #eee;
    padding-bottom: 2px
}


/* 4.x. Posts Block
================================================== */
.post-inner { position: relative; width: 100%; }
.post-inner::after { content: ''; margin: 0 30px; height: 1px; background: #eee }

.post:not(.has-post-thumbnail) .post-inner::after { margin: 0 }

.post-media { position: relative; overflow: hidden; z-index: 1; background: #eee; border-radius: 5px }
.post-image { padding-bottom: 52.65%; background-position: center; background-size: cover; }

.post-cats { margin-bottom: .4em; font-size: .6em; line-height: 1.3; text-transform: uppercase; font-weight: bold; color: rgba(55, 55, 55, .5); }

.post-cats i { margin: 0 3px }

.post-cat { position: relative; padding: 2px 0; }
.post-cat::before { margin-right: 5px }

.is-animation-ready .post-cats a { -webkit-transition: color .2s; transition: color .2s; }
.post-cats a:hover { color: rgba(0, 0, 0, .7); }

.post-title { margin: 0; font-size: 1.3em; line-height: 1.2; letter-spacing: -1px; color: #242424; word-wrap: break-word; }

.post-content {
    position: relative; z-index: 2; margin: -10px 10px 0 10px; padding: 20px;
    border-radius: 5px; background: #fff;
}

.post:not(.has-post-thumbnail) .post-content { margin: 0; padding-top: 0; padding-left: 0; padding-right: 0 }

.post-content p { margin: 0; margin-bottom: .7em; font-size: .9em; line-height: 1.5 }
.post-content p:last-of-type { margin-bottom: 0 }
.post-title + p { margin-top: 1em }

.post-footer {
    position: relative; padding: .6em 30px; padding-bottom: 15px; color: rgba(55, 55, 55, .5);
    font-size: .6em; text-transform: uppercase; font-weight: bold;
}

.post:not(.has-post-thumbnail) .post-footer { padding-left: 0; padding-right: 0 }

.post-footer span { display: inline-block; margin-right: 1em }
.post-footer span:last-of-type { margin-right: 0 }

.post-read-time::before,
.post-date::before { margin-right: 5px }


/* 4.x.x. Grid
-----------------------------*/
.posts-container .post { width: 100%; margin-bottom: 20px }

@media print, screen and (min-width: 700px) {
    .posts-container .post { width: 50%; }
}

@media print, screen and (min-width: 870px) {
    .posts-container .post { width: 33.3333334% }
}


/* 4.x.x. List
-----------------------------*/


/* 4.x.x. Featured
-----------------------------*/
.posts-featured { background: #f5f5f5; border-bottom: 1px solid #eee; padding-top: 85px; padding-bottom: 30px; }

.post-featured .post-inner::after { display: none; }
.post-featured .post-content { background: #f5f5f5; border: none;}
.post-featured .post-footer { padding: .6em 30px }

.featured-tabs { margin-bottom: 1em; }
.featured-tab {
    position: relative; padding-bottom: .6em; margin-right: .5em; color: rgba(0,0,0,.3);
    font-size: .7em; text-transform: uppercase; font-weight: bold;
}
.featured-tab::after {
    content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 100%;
    background-color: #d93f7e; /*box-shadow: 0 2px 7px 2px rgba(0,0,0,.07);*/ opacity: 0;
}

.featured-tab.is-active { color: #d93f7e }
.featured-tab.is-active::after { opacity: 1 }

.featured-panel { display: none; counter-reset: featured }
.featured-panel.is-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.featured-panel { margin: -10px }
.featured-panel .sticky.post,
.featured-panel > .column { padding: 10px }

.post-featured-link { width: 100%; }
.post-featured-media { width: 30%; counter-increment: featured; }
.post-featured-medias::after { content: counter(featured); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.post-featured-image { padding-bottom: 90%; height: 100% }
.post-featured-content { width: 70%; padding: .6em; padding-left: 0; padding-right: 0; font-size: 95% }
.post-featured-media + .post-featured-content { padding-left: 1em }
.post-featured-cats { margin-bottom: .3em; font-size: .6em; }
.post-featured-title { font-size: .9em; line-height: 1.1; margin: 0; color: #4d4d4d; word-wrap: break-word; }
.post-featured-footer { padding: 0; margin-top: .65em; font-size: .6em }

@media print, screen and (min-width: 460px) {
    .post-featured-media { width: 30%; }
    .post-featured-content { width: 70% }
}

@media print, screen and (min-width: 610px) {
    .post-featured-link { width: 50%; }
}

@media print, screen and (min-width: 700px) {
    .post-featured .post-title { font-size: 1.8em; font-weight: 700 }

    .post-featured-content { font-size: 92% }
    .post-featured-cats,
    .post-featured-footer { font-size: .55em }
    .post-featured-media { width: 30%; }
    .post-featured-content { width: 70% }
}

@media print, screen and (min-width: 870px) {
    .post-featured { width: 66.666667% }
    .posts-featured-sidebar {
        width: 33.33333334%;
        -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;
    }

    .post-comments-section .posts-featured-sidebar { position: -webkit-sticky; position: sticky; top: 72px; }

    .post-featured .post-title { color: #444 }
    .post-featured .post-content { margin: -20px 20px 0 20px; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
    .post-featured .post-content p { font-size: 1em }
    .post-featured .post-footer { padding: .6em 40px }

    .post-featured-link { width: 100%; }
    .featured-tabs { margin-top: -.5em; }
}

@media print, screen and (min-width: 1125px) {
    .posts-featured { padding-bottom: 40px; }
    .post-featured { width: 66.6666678% }
    .posts-featured-sidebar { width: 33.33333334%; }

    .post-featured-media { width: 40%; }
    .post-featured-content { width: 60% }
    .post-featured-title { font-size: .95em }
}

@media print, screen and (min-width: 1200px) {
    .posts-featured { padding-top: 95px; padding-bottom: 50px; }
    .header-classic .posts-featured { padding-top: 105px }
}



/* 4.x. Related Posts
================================================== */
.post-related { background: #f5f5f5; padding: 40px 0 40px 0 }
.post-related .posts-container { margin-bottom: 0 }
.post-related .post-content { background: #f5f5f5 }

.post-related .post { width: 100%; margin-bottom: 0; }
.post-related .post-content p { display: none; }

@media print, screen and (min-width: 610px) {
    .post-related .post-featured-link { width: 50% }
}

@media print, screen and (min-width: 1000px) {
    .post-related .post-featured-link { width: 33.333333% }
}



/* 4.x. Widgets
================================================== */
.widget-area {
    display: block; padding: 0 20px; margin-bottom: 50px;
}
.widget-area .widget { max-width: 660px; margin: 2em auto 0 auto; width: 100% }
.site-main .widget-area .widget:first-of-type { margin-top: 0 }

.widget p { margin-bottom: 1rem }
.widget p:last-child { margin-bottom: 0 }

.widget-area a { border-bottom: 1px solid #eee; padding-bottom: 2px }
.widget-area li a { border: none; padding-bottom: 0 }

.widget-area .button { padding: 8px 12px; font-size: 12px; border-bottom-width: 2px; border-bottom-color: #d93f7e; }

.widget ul li {
    position: relative; margin: 8px 0; padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.widget ul li:first-child { margin-top: 0 }
.widget ul li:last-child { margin-bottom: 0; }

.widget li ul { border-top: 1px solid #eee; margin-top: 8px; padding-top: 8px; }
.widget li:last-of-type ul ul { margin-bottom: 0 }
.widget li ul li:last-child { border-bottom: none; padding-bottom: 0 }

.widget select,
.widget textarea { width: 100%; }

.widget .count { float: right; }

/* Tag Cloud Widget */
.tagcloud::after { content: ''; display: block; clear: both; }
.tagcloud a,
.wp-block-tag-cloud a {
    margin-right: 5px; margin-bottom: 5px; padding: 5px 10px; display: inline-block;
    background: #eee; color: #d93f7e; border-radius: 4px; border: 0;
    font-size: 16px; font-weight: bold;
}

.site-content p.wp-block-tag-cloud>a {
    background: #eee; color: #d93f7e;
}


.widget .search-field { font-size: 18px; }
.widget .search-submit[type="submit"] { font-size: 16px; }

/* Gallery Widget */
.widget .wp-block-gallery { padding: 0; }
.widget .wp-block-gallery a::after { display: none; }

/* Recent Posts Widget */
.widget_recent_entries ul li span,
.widget_rss .rss-date { display: block; margin-top: 4px; font-size: 14px; color: #767676 }

/* Calendar Widget */
.widget_calendar table { width: 100%; font-size: 15px }

.widget_calendar table th,
.widget_calendar table td { padding: 8px 0; text-align: center; }

.widget_calendar thead a,
.widget_calendar tbody a { color: #d93f7e; font-weight: 600; border-bottom: 2px solid #eee }

.widget_calendar caption { padding-bottom: 8px; text-align: center; }
.widget_calendar tfoot .pad { border: none }

.widget_calendar tfoot { font-size: 14px; }

.wp-calendar-table {
    width: 100%;
    font-size: 15px;
    color: inherit;
}

.wp-calendar-table th,
.wp-calendar-table td {
    padding: 8px 0;
    text-align: center;
}

.wp-calendar-table th {
    background-color: #f4f6f8;
    border-color: #eee;
    font-weight: bold;
}

.wp-calendar-table caption {
    padding-bottom: 8px;
    text-align: center;
}

.wp-calendar-nav {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}


/* Latest Posts Block */
.wp-block-latest-posts__post-date { color: #767676; display: block; font-size: 14px }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media print, screen and (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

/* Latest Comments Block */
.wp-block-latest-comments li {
    padding: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    font-size: inherit;
    line-height: inherit;
}

.wp-block-latest-comment.has-avatars li {
    min-height: 32px
}

.wp-block-latest-comments li::before {
    display: none;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 24px;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
    margin-left: 56px
}

.wp-block-latest-comments__comment-meta {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.45;
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
}

.wp-block-latest-comments__comment-excerpt {
    font-size: 1rem;
    margin-top: 8px
}

/* Categories List Block */
.wp-block-categories { text-align: left; }


/* Mailchimp for WordPress Widget */
.widget-area .widget.widget_mc4wp_form_widget { width: 100%; padding: 24px; border: 4px solid #f1f1f1; }
.widget.widget_mc4wp_form_widget .widget-inner { width: 100% }

.widget_mc4wp_form_widget input[type=email],
.widget_mc4wp_form_widget input[type=submit] { display: block; width: 100%; margin-bottom: 4px }

.widget_mc4wp_form_widget small { opacity: .8 }

.mc4wp-response > div { margin-top: 13px; padding-top: 12px; border-top: 2px solid #272727; }


/* AP Ads Widget */
.widget-area .widget-ap-ads { max-width: 100% }


/* AP Popular Posts Widget */
.widget-ap-popular-posts a { border: none; padding: 0 }
.single-post .widget-ap-popular-posts .posts-container .post { width: 100%; margin-bottom: 0 }

@media print, screen and (min-width: 610px) {
    .single-post .widget-ap-popular-posts .posts-container .post { width: 50%; }
}


/* Search Block */

.wp-block-search__label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, .5);
}

.wp-block-search__input {
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 12px 24px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.wp-block-search__button {
    border-radius: 0 8px 8px 0;
    width: auto;
    margin: 0;
    min-height: 58px;
    display: inline-block;
    vertical-align: middle;
}



/*==================================================================================================
5. Pages
================================================================================================= */
/* 5.x. Blog
================================================== */
.blog-widget-area { padding: 0; margin: 30px 0 0 0; }
.blog-widget-area .widget { max-width: 100%; }

.blog.has-sidebar .blog-widget-area .posts-container .post { width: 100%; margin: 0; }

@media print, screen and (min-width: 870px) {
    .blog.has-sidebar .content-area {
        position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
        -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
        -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
        margin: -10px;
    }

    .blog.has-sidebar .content-area > .posts-container,
    .blog.has-sidebar .blog-widget-area {
        min-height: 0; min-width: 0; width: 100%; padding: 10px;
        -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
    }

    .blog.has-sidebar .content-area > .posts-container { width: 66.6666667%; }
    .blog.has-sidebar .blog-widget-area { width: 33.3333334%; margin: 0; }

    .blog.has-sidebar .content-area > .posts-container .post { width: 50% }
}

@media print, screen and (min-width: 1200px) {
    .blog.has-sidebar .content-area { margin: -20px; }
    .blog.has-sidebar .content-area > .posts-container,
    .blog.has-sidebar .blog-widget-area { padding: 20px }
}


/* 5.x. Single Post
================================================== */
.article-heading { position: relative; overflow: hidden; padding-top: 65px; background: #f5f5f5; }

.single-post .post:not(.has-post-thumbnail) .article-heading-container { margin: 0 auto; max-width: 780px; }

.article-heading-content-wrapper { width: 100%; position: relative; padding: 30px 20px; }
.article-heading-content { position: relative; max-width: 660px; margin: 0 auto; }

.single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper { width: 100%; padding: 30px 20px }
.single-post .post:not(.has-post-thumbnail) .article-heading-content { max-width: 100% }

.article-title { margin: 0; color: #333; font-size: 1.6em; font-weight: 700; word-wrap: break-word; }
.article-heading-content p { margin: 0; margin-top: 1em; font-size: 1em; line-height: 1.5 }
.article-heading-footer { margin-top: 1em; padding: 0 }

.article-heading-image-wrapper { width: 100%; padding: 0 }
.article-heading-image {
    width: 100%; max-height: 250px; background-position: center; background-size: cover;
    border-radius: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px
}
.article-heading-image .post-single-image { width: 100%; display: block; padding-bottom: 56.25%; height: 100% }

.article-heading-dropcap {
    position: absolute; top: 45%; left: -20px; color: #555; opacity: 0;
    font-size: 350px; line-height: .65; font-weight: bold; pointer-events: none;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

@media print, screen and (min-width: 630px) {
    .article-heading-image { max-height: 350px }
}


@media print, screen and (min-width: 780px) {
    .article-heading { padding-top: 95px; padding-bottom: 30px }

    .article-heading-content-wrapper { width: 50%; padding: 40px 30px }
    .single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper { padding: 0 20px }
    .article-heading-image-wrapper { width: 50% }

    .article-heading-content { margin: 0; max-width: 450px }

    .article-heading-image-wrapper { padding-left: 20px }
    .article-heading-image { max-width: 530px; height: 100%; min-height: 350px; max-height: none; margin-left: auto; border-radius: 10px }
}

@media print, screen and (min-width: 900px) {
    .single-post .post:not(.has-post-thumbnail) .article-heading-container { max-width: 700px; }
}

@media print, screen and (min-width: 960px) {
    .article-heading-image { min-height: 400px }
    .article-heading-content-wrapper { padding-left: 40px }
    .article-title { font-size: 2em; font-weight: 700; color: #444 }
}

@media print, screen and (min-width: 1000px) {
    .article-heading-content { max-width: 430px }
}

@media print, screen and (min-width: 1025px) {
    .single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper { padding-top: 10px }
}

@media print, screen and (min-width: 1200px) {
    .article-heading { padding-bottom: 50px }
    .header-classic .article-heading { padding-top: 115px }
    .article-title { font-size: 2.4em }
    .article-heading-image { min-height: 450px }
    .single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper { padding-top: 20px }
}


/* Content */
.article-content-container { max-width: 1200px; margin: 0 auto; }
.article-content-wrapper { position: relative; margin: 0 auto; max-width: 960px; padding: 30px 0 }
.article-content-wrapper::after { content: ''; display: block; clear: both; }

.entry-content { width: 100%; max-width: 790px }

.single-tags { max-width: 660px; margin-top: 0; margin-left: auto; margin-right: auto; clear: both; }
.single-tags::before { content: ''; display: block; float: left; clear: both; margin-top: 2em }
.tags-title { clear: both; }

@media print, screen and (min-width: 870px) {
    .post-comments-section .featured-tabs { margin-top: -.5em }

    .single-post.has-sidebar .article-content-container {
        position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
        -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
        -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
        margin: 0 -10px;
    }

    .single-post.has-sidebar .article-content-wrapper,
    .single-post.has-sidebar .article-content-sidebar {
        min-height: 0; min-width: 0; width: 100%; padding: 30px 10px;
        -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
    }

    .single-post.has-sidebar .article-content-wrapper { width: 66.6666667%; }
    .single-post.has-sidebar .article-content-sidebar { width: 33.3333334%; margin: 0; }


}

@media print, screen and (min-width: 1080px) {
    .article-content { float: right; margin-right: 85px }
    .single-post.has-sidebar .article-content { margin: 0; float: none; }
}

@media print, screen and (min-width: 1200px) {
    .article-content-wrapper { max-width: 1000px; }
    .single-post.has-sidebar .article-content-container {
        margin: 0 -20px;
    }

    .article-content-wrapper,
    .single-post.has-sidebar .article-content-wrapper,
    .single-post.has-sidebar .article-content-sidebar {
        padding: 50px 20px;
    }
}




/* 5.x. 404
================================================== */
.error404 .site-content { text-align: center; padding-top: 65px }
.error404-sign { font-size: 150px; font-weight: 700; line-height: 1; color: #d93f7e }

@media only screen and ( min-width : 600px ) {
    .error404-sign { font-size: 300px; }
}


/*==================================================================================================
6. Utilities
================================================================================================= */
/* 6.x. Flexbox
================================================== */
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.inline-flex { display: -webkit-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; }

.flex-row { -webkit-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.flex-row-reverse { -webkit-box-direction: reverse; -webkit-box-orient: horizontal; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-column { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-column-reverse { -webkit-box-direction: reverse; -webkit-box-orient: vertical; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.flex-nowrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }

.flex-grow { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.flex-shrink { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.flex-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.flex-none { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.align-left { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.align-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.align-right { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.align-justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.align-spaced { -webkit-box-pack: justify; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.align-center-middle {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}

.align-top { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.align-middle { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.align-bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
.align-baseline { -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; }
.align-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.align-self-auto { -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; }
.align-self-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }
.align-self-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
.align-self-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
.align-self-baseline {-webkit-align-self: baseline; -ms-flex-item-align: baseline; align-self: baseline; }
.align-self-stretch { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; }

.align-content-top { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
.align-content-middle { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
.align-content-bottom { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
.align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
.align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; }
.align-content-stretch { -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; }


/* 6.x. Helpers
================================================== */
.full-width-fix {
    position: relative; width: 100vw; left: 50%; right: 50%;
    margin-left: -50vw; margin-right: -50vw;
}

.clear,
.clearfix { clear: both; }
.is-hidden { display: none; }

.last-child-nomargin > *:last-child { margin-bottom: 0 }


/* 6.x. Modifications
================================================== */
.pswp { display: none; }
.has-drop-cap:first-letter {
    float: left; margin-left: -.25rem; margin-top: .5rem; margin-right: .5rem;
    font-size: 124px; line-height: 84px;
}

.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.is-style-circle-mask .image-wrapper {
    background: transparent;
}

.has-text-align-left { text-align: left; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }

.is-small-text,
.has-small-font-size { font-size: 17px; }
.is-regular-text,
.has-regular-font-size { font-size: 20px; }
.is-large-text,
.has-large-font-size { font-size: 24px; line-height: 1.65 }
.is-larger-text,
.is-huge-text,
.has-larger-font-size,
.has-huge-font-size { font-size: 26px; line-height: 1.55 }

.has-background { padding: 18px 24px; }

.has-accent-background-color { background-color: #d93f7e; }
.has-pale-pink-background-color { background-color: #f78da7; }
.has-vivid-red-background-color { background-color: #cf2e2e; }
.has-luminous-vivid-orange-background-color { background-color: #ff6900; }
.has-luminous-vivid-amber-background-color { background-color: #fcb900; }
.has-light-green-cyan-background-color { background-color: #7bdcb5; }
.has-vivid-green-cyan-background-color { background-color: #00d084; }
.has-pale-cyan-blue-background-color { background-color: #8ed1fc; }
.has-vivid-cyan-blue-background-color { background-color: #0693e3; }
.has-very-light-gray-background-color { background-color: #eee; }
.has-cyan-bluish-gray-background-color { background-color: #abb8c3; }
.has-very-dark-gray-background-color { background-color: #313131; }
.has-black-background-color { background-color: #000 }

.has-accent-color { color: #d93f7e; }
.has-pale-pink-color { color: #f78da7; }
.has-vivid-red-color { color: #cf2e2e; }
.has-luminous-vivid-orange-color { color: #ff6900; }
.has-luminous-vivid-amber-color { color: #fcb900; }
.has-light-green-cyan-color { color: #7bdcb5; }
.has-vivid-green-cyan-color { color: #00d084; }
.has-pale-cyan-blue-color { color: #8ed1fc; }
.has-vivid-cyan-blue-color { color: #0693e3; }
.has-very-light-gray-color { color: #eee; }
.has-cyan-bluish-gray-color { color: #abb8c3; }
.has-very-dark-gray-color { color: #313131; }
.has-black-color { color: #000 }

.has-vivid-cyan-blue-to-vivid-purple-gradient-background { background: linear-gradient(135deg,#0693e3,#9b51e0) }
.has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { background: linear-gradient(135deg,#00d084,#0693e3) }
.has-light-green-cyan-to-vivid-green-cyan-gradient-background { background: linear-gradient(135deg,#7adcb4,#00d082) }
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { background: linear-gradient(135deg,#fcb900,#ff6900) }
.has-luminous-vivid-orange-to-vivid-red-gradient-background { background: linear-gradient(135deg,#ff6900,#cf2e2e) }
.has-very-light-gray-to-cyan-bluish-gray-gradient-background { background: linear-gradient(135deg,#eee,#a9b8c3) }
.has-cool-to-warm-spectrum-gradient-background { background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c) }
.has-blush-light-purple-gradient-background { background: linear-gradient(135deg,#ffceec,#9896f0) }
.has-blush-bordeaux-gradient-background { background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e) }
.has-purple-crush-gradient-background { background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe) }
.has-luminous-dusk-gradient-background { background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0) }
.has-hazy-dawn-gradient-background { background: linear-gradient(135deg,#faaca8,#dad0ec) }
.has-pale-ocean-gradient-background { background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5) }
.has-electric-grass-gradient-background { background: linear-gradient(135deg,#caf880,#71ce7e) }
.has-subdued-olive-gradient-background { background: linear-gradient(135deg,#fafae1,#67a671) }
.has-atomic-cream-gradient-background { background: linear-gradient(135deg,#fdd79a,#004a59) }
.has-nightshade-gradient-background { background: linear-gradient(135deg,#330968,#31cdcf) }
.has-midnight-gradient-background { background: linear-gradient(135deg,#020381,#2874fc) }


/* 6.x. Font Icons
================================================== */
@font-face {
  font-family: 'kutak';
  src: url('assets/font-icons/fontello/font/kutak.eot');
  src: url('assets/font-icons/fontello/font/kutak.eot#iefix') format('embedded-opentype'),
       url('assets/font-icons/fontello/font/kutak.woff') format('woff2'),
       url('assets/font-icons/fontello/font/kutak.woff') format('woff'),
       url('assets/font-icons/fontello/font/kutak.ttf') format('truetype'),
       url('assets/font-icons/fontello/font/kutak.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Navigation */
.classic-menu li.menu-item-has-children > a span::after,

.search-submit::before,

.post-cat::before,
.post-cat-icon::before,
.post-read-time::before,
.post-date::before,
.search-trigger::before,

.entry-content ul > li::before,

/* Images */
.post-media::before,
.image-wrapper::before,

.wp-block-image > a::after,
.wp-block-image figure > a::after,
.wp-block-gallery figure > a::after,

.iframe-wrapper::after,

input[type=checkbox]:checked::before,

[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: "kutak"; font-variant: normal; font-style: normal; font-weight: normal; text-transform: none; text-decoration: none;
    display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale
}

/* Navigation */
.classic-menu li.menu-item-has-children > a span::after { content: '\f105'; }
.classic-menu ul li.menu-item-has-children > a span::after { content: '\f105'; }

.search-trigger::before,
.search-submit::before { content: '\e800'; }

/* Images */
.post-media::before,
.image-wrapper::before { content: '\e815'; }

.wp-block-image > a::after,
.wp-block-image figure > a::after,
.wp-block-gallery figure > a::after { content: '\e828'; }

.iframe-wrapper::after { content: '\e81a'; }

/* Posts */
.post-cat::before { content: '\f114'; }
.post-cat-icon::before { content: '\f114'; }
.post-read-time::before { content: '\e80f'; }
.post-date::before { content: '\e810'; }
.post-tag::before { content: '\f1ce'; }

.entry-content ul > li::before { content: '\e814' }

input[type=checkbox]:checked::before { content: '\e81d'; }

.icon-search-alt:before { content: '\e800'; }
.icon-facebook-messenger:before { content: '\e801'; }
.icon-facebook:before { content: '\e802'; }
.icon-whatsapp:before { content: '\e803'; }
.icon-viber:before { content: '\e804'; }
.icon-twitter:before { content: '\e805'; }
.icon-heart-solid:before { content: '\e806'; }
.icon-pinterest:before { content: '\e807'; }
.icon-heart:before { content: '\e808'; }
.icon-stumbleupon:before { content: '\e809'; }
.icon-instagram:before { content: '\e80a'; }
.icon-star-solid:before { content: '\e80b'; }
.icon-google-plus:before { content: '\e80c'; }
.icon-right-alt:before { content: '\e80d'; }
.icon-folder:before { content: '\e80e'; }
.icon-clock:before { content: '\e80f'; }
.icon-calendar:before { content: '\e810'; }
.icon-dot-circle:before { content: '\e811'; }
.icon-dot-circle-solid:before { content: '\e812'; }
.icon-circle:before { content: '\e813'; }
.icon-circle-solid:before { content: '\e814'; }
.icon-image:before { content: '\e815'; }
.icon-image-alt:before { content: '\e816'; }
.icon-star:before { content: '\e817'; }
.icon-camera:before { content: '\e818'; }
.icon-picture:before { content: '\e819'; }
.icon-video:before { content: '\e81a'; }
.icon-right-medium:before { content: '\e81b'; }
.icon-popup:before { content: '\e81c'; }
.icon-ok:before { content: '\e81d'; }
.icon-right-circle:before { content: '\e81e'; }
.icon-ok-alt:before { content: '\e81f'; }
.icon-link:before { content: '\e820'; }
.icon-zoom-in:before { content: '\e821'; }
.icon-zoom-out:before { content: '\e822'; }
.icon-left-medium:before { content: '\e823'; }
.icon-left-big:before { content: '\e824'; }
.icon-right-big:before { content: '\e825'; }
.icon-left-circle:before { content: '\e826'; }
.icon-ok-circle-alt:before { content: '\e827'; }
.icon-resize-full-circle:before { content: '\e828'; }
.icon-linkedin:before { content: '\e829'; }
.icon-tumblr:before { content: '\e82a'; }
.icon-vk:before { content: '\e82b'; }
.icon-up-medium:before { content: '\e82c'; }
.icon-down-medium:before { content: '\e82d'; }
.icon-up-big:before { content: '\e82e'; }
.icon-down-big:before { content: '\e82f'; }
.icon-spinner:before { content: '\e830'; }
.icon-print:before { content: '\e831'; }
.icon-dribbble:before { content: '\e832'; }
.icon-digg:before { content: '\e833'; }
.icon-youtube:before { content: '\e834'; }
.icon-spotify:before { content: '\e835'; }
.icon-stack-overflow:before { content: '\e836'; }
.icon-snapchat:before { content: '\e837'; }
.icon-steam:before { content: '\e838'; }
.icon-slack:before { content: '\e839'; }
.icon-skype:before { content: '\e83a'; }
.icon-product-hunt:before { content: '\e83b'; }
.icon-patreon:before { content: '\e83c'; }
.icon-medium:before { content: '\e83d'; }
.icon-lastfm:before { content: '\e83e'; }
.icon-kickstarter:before { content: '\e83f'; }
.icon-resize-full:before { content: '\e840'; }
.icon-itunes:before { content: '\e841'; }
.icon-github:before { content: '\e842'; }
.icon-foursquare:before { content: '\e843'; }
.icon-flickr:before { content: '\e844'; }
.icon-etsy:before { content: '\e845'; }
.icon-ello:before { content: '\e846'; }
.icon-ebay:before { content: '\e847'; }
.icon-bitcoin:before { content: '\e848'; }
.icon-bitbucket:before { content: '\e849'; }
.icon-behance:before { content: '\e84a'; }
.icon-audible:before { content: '\e84b'; }
.icon-app-store:before { content: '\e84c'; }
.icon-amazon:before { content: '\e84d'; }
.icon-500px:before { content: '\e84e'; }
.icon-reddit:before { content: '\e84f'; }
.icon-trello:before { content: '\e850'; }
.icon-twitch:before { content: '\e851'; }
.icon-vimeo:before { content: '\e852'; }
.icon-xing:before { content: '\e853'; }
.icon-codepen:before { content: '\e854'; }
.icon-adobe:before { content: '\e855'; }
.icon-google-play:before { content: '\e856'; }
.icon-android:before { content: '\e857'; }
.icon-apple:before { content: '\e858'; }
.icon-apple-pay:before { content: '\e859'; }
.icon-google-wallet:before { content: '\e85a'; }
.icon-stripe:before { content: '\e85b'; }
.icon-paypal:before { content: '\e85c'; }
.icon-cc-visa:before { content: '\e85d'; }
.icon-cc-amazon-pay:before { content: '\e85e'; }
.icon-cc-amex:before { content: '\e85f'; }
.icon-cc-apple-pay:before { content: '\e860'; }
.icon-cc-diners-club:before { content: '\e861'; }
.icon-cc-discover:before { content: '\e862'; }
.icon-cc-jcb:before { content: '\e863'; }
.icon-cc-mastercard:before { content: '\e864'; }
.icon-cc-paypal:before { content: '\e865'; }
.icon-cc-stripe:before { content: '\e866'; }
.icon-adjust:before { content: '\e867'; }
.icon-down-circle:before { content: '\e868'; }
.icon-up-circle:before { content: '\e869'; }
.icon-search:before { content: '\e86a'; }
.icon-down:before { content: '\e86b'; }
.icon-ok-circle:before { content: '\e86c'; }
.icon-left:before { content: '\e86d'; }
.icon-attention-circle:before { content: '\e86e'; }
.icon-right:before { content: '\e86f'; }
.icon-up:before { content: '\e870'; }
.icon-mail-alt:before { content: '\e871'; }
.icon-coffee:before { content: '\e872'; }
.icon-book:before { content: '\e873'; }
.icon-map-pin:before { content: '\e874'; }
.icon-send:before { content: '\e875'; }
.icon-calendar-alt:before { content: '\e876'; }
.icon-phone:before { content: '\e877'; }
.icon-info-circle:before { content: '\f085'; }
.icon-filter:before { content: '\f0b0'; }
.icon-beaker:before { content: '\f0c3'; }
.icon-mail:before { content: '\f0e0'; }
.icon-left-small:before { content: '\f104'; }
.icon-right-small:before { content: '\f105'; }
.icon-up-small:before { content: '\f106'; }
.icon-down-small:before { content: '\f107'; }
.icon-folder-alt:before { content: '\f114'; }
.icon-jsfiddle:before { content: '\f1cc'; }
.icon-circle-notch:before { content: '\f1ce'; }
.icon-copyright:before { content: '\f1f9'; }

/* 6.x. CSS Animations
================================================== */
@-webkit-keyframes formautofill {
    to {
        background: transparent;
        color: #272727
    }
}

@keyframes formautofill {
    to {
        background: transparent;
        color: #272727
    }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


/* 6.x. Print
================================================== */
@media print {

    * { -webkit-print-color-adjust:exact; }

    .site-header,
    .site-footer,
    .related,
    .comment-respond,
    .comment .reply,
    .single .widget-area { display: none; }

    .site-main { padding-top: 0 }

    .single .entry-content { max-width: 100% }

    .comment-body,
    .entry-content > div,
    .entry-content > figure,
    .entry-content blockquote { page-break-inside: avoid; }

    .site-content p > a,
    .site-content li > a,
    .site-content li p > a,
    .site-content p em > a,
    .site-content li em > a,
    .site-content p strong > a,
    .site-content li strong > a,
    .site-content table a:not(.button),
    blockquote cite a,
    .site-content figcaption > a,
    .site-content figcaption > em a { font-weight: inherit; color: inherit; border: none; padding: 0 }

    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption {
        padding: 8px 12px; background: white !important; color: #444
    }

    .entry-content ul > li::before { background-color: #000 !important }

    .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) { max-width: 660px }

    .entry-content .wp-block-image > a::after,
    .entry-content .wp-block-image figure > a::after,
    .entry-content .wp-block-gallery figure > a::after { display: none; }
}