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

Author:      APALODI
Author URI:  http://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
        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 {  }

.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-columns {  }
.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
================================================== */
#wpadminbar { 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);
    -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; }
.menu { list-style: none; margin: -2px; padding: 0; }

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

.menu li { width: 50%; padding: 2px; }
.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;
}
.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) );
}
.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: 14px; 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-transition: color .3s; transition: color .3s;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.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) {
    .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% }
    .menu { margin: -3px; }
    .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);
        -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);
        -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);
        -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;
        -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 {
        margin-left: 8px; line-height: 1; transform: rotate(90deg);
    }

    .classic-menu ul {
        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; pointer-events: none;
        -webkit-transform:translate3d(0,2px,0); transform:translate3d(0,2px,0);
        -webkit-transition: opacity .3s cubic-bezier(.19,1,.22,1), -webkit-transform .3s cubic-bezier(.19,1,.22,1);
        transition: opacity .3s cubic-bezier(.19,1,.22,1), transform .3s cubic-bezier(.19,1,.22,1);
    }

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

    .classic-menu li:hover > ul { opacity: 1; pointer-events: auto; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }
    .classic-menu li:focus-within > ul { opacity: 1; 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; }

}

.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-transition: all 0.2s; transition: all 0.2s;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}
.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; -webkit-transition: all .2s; transition: all .2s }
.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-transition: all .2s; transition: all .2s;
    -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-transition: all 0.2s; transition: all 0.2s;
    -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}
.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;
    -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);
    -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; }

.site-content {  }

.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 { 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) { margin-bottom: 1em }

.entry-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 }
}

.entry-content > .cta-wrapper {
  height: 50px;
  width: 100%;
  max-width: none;
  margin: 48px 0;
  display: flex;
  justify-content: center;
}

.cta-wrapper > .cta-custom {
  position: auto;
  font-size: 20px;
  height: 50px;
  width: 200px;
  max-width: none;
}

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

.site-footer-link-custom {
  font-size: 24px;
  font-weight: bold;
  color: #32325E;
}

.site-footer-link-custom:hover {
  opacity: .8;
}

.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;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.copyright--links {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 687px;
  margin: 24px auto;
  align-items: flex-start;
}

.copyright--links div {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 194px;
}

.copyright--contact section {
  flex-direction: column;
}

.copyright span {
  margin-bottom: 24px;
}

.copyright section {
  width: 100%;
  max-width: 687px;
  display: flex;
  justify-content: space-between;
}

.copyright p { margin: 0; }
.copyright a {
  padding-bottom: 2px;
  border-bottom: none;
  color: #d93f7e;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 8px;
}



/*==================================================================================================
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 blockquote { border: none; border-top: 8px solid #eee; padding: 15px 0 0 0; text-align: left; }
.wp-block-pullquote blockquote p { margin-bottom: 0 }
.wp-block-pullquote.is-style-solid-color blockquote { 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; }

address {  }

/**
 * 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: #f7f8f9; }
.wp-block-code code { display: block; padding: 0; background: transparent; border: none; }

.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 { 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 > strong {  }

.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;
    -webkit-transition: background .3s, color .3s; transition: background .3s, color .3s
}

a:hover {  }
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;
}
.has-loader-text .loader:after {  }

.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 }

.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;
}

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; }



/* 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 > .alignleft,
.entry-content > .alignright { }

.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 : 748px ) {
    .entry-content > .alignleft {  }
}

@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;
}




/* 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; }

.wp-block-image figure { position: relative; 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.alignleft figcaption,
.wp-block-image figure.alignright figcaption {  }

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

figure.wp-block-image,
.wp-block-image figure { }

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 }

@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; overflow: hidden; border-radius: 4px; width: 100%; min-height: 370px; background-color: #272727;
    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;
}

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

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

.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 h2,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text {
    margin-bottom: 0; padding: 24px; max-width: 500px; z-index: 3;
    color: #fff; font-size: 1.75em; line-height: 2.5rem; text-align: center;
}

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

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

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

.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
}



/* 4.x.x. Media & Text
-----------------------------*/
.wp-block-media-text {
    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;
}

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

.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 {
    border: 1px solid #eee; padding: 24px;
    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;
}

.wp-block-media-text__content > * { max-width: 265px }

.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 }

    .wp-block-media-text.alignwide .wp-block-media-text__content,
    .wp-block-media-text.alignfull .wp-block-media-text__content {
        -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    }
}

@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 24px }
}


/* 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; }


/* 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;
    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 .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 {
    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;
}

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

.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 .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;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    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 .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block; height: auto; max-width: 100%; width: 100%
}

.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 .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 .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(1/2*100% - (1 - 1/2)*10px);
}

.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 .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 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 10px;
        width: calc(33.3334% - (1 - 1/3)*10px);
    }

    .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 .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 .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 .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 .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 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .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 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .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 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .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 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .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 .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; }

.pingback .url,
.trackback .url,
.comment-content a {  }

.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 { }
.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 }
}
@media only screen and ( min-width: 1200px ) {
    .tagmap { /*column-count: 4*/ }
}



/* 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) {
    .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 }

    .share-buttons.single-meta::before { display: none; }
    .share-buttons-title { display: none; }

    .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; }
}


/* 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 }

.post-cats a { transition: all .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-date { }

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


/* 4.x.x. Grid
-----------------------------*/
.posts-container {  }
.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; }

.posts-featured h1 {
  text-align: center;
  color: #31325f;
  margin-bottom: 48px;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 40px;
}

.posts-featured-row { }
.posts-featured-row > .column { }

.post-featured { }
.posts-featured-sidebar {  }

.post-featured .post-inner::after { display: none; }
.post-featured .post-content { background: #f5f5f5; border: none;}
.post-featured .post-title { }
.post-featured .post-content p { }
.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-inner { }

.widget-title {  }
.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 ul li a { padding-left: 16px }
.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 {
    margin-right: 5px; margin-bottom: 5px; padding: 5px 10px; display: inline-block;
    background: #eee; color: #d93f7e; border-radius: 4px;
    font-size: 16px; font-weight: bold;
}


/* 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; }

/* 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 { text-align: left; }

.wp-block-latest-comments li { padding: 0; margin-left: 0; margin-bottom: 2rem }
.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-excerpt p { font-size: 15px; margin-top: 8px }
.wp-block-latest-comments__comment-date { color: #767676; display: block; font-size: 14px }

/* 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 h3 {  }

.widget_mc4wp_form_widget input {  }
.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%; }
}



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

.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-cats {  }
.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-wrapper { }
    .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 {  }
    .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-wrapper { position: relative; margin: 0 auto; max-width: 1000px; padding: 30px 20px }
.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 }
}

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

@media print, screen and (min-width: 1200px) {
    .article-content-wrapper { 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-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-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; }


/* 6.x. Font Icons
================================================== */
@font-face {
  font-family: 'kutak';
  src: url('assets/font-icons/fontello/font/kutak.eot?11404246');
  src: url('assets/font-icons/fontello/font/kutak.eot?11404246#iefix') format('embedded-opentype'),
       url('assets/font-icons/fontello/font/kutak.woff2?11404246') format('woff2'),
       url('assets/font-icons/fontello/font/kutak.woff?11404246') format('woff'),
       url('assets/font-icons/fontello/font/kutak.ttf?11404246') format('truetype'),
       url('assets/font-icons/fontello/font/kutak.svg?11404246#kutak') 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: '\e81b'; }
.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: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-reddit:before { content: '\e809'; }
.icon-instagram:before { content: '\e80a'; }
.icon-star-solid:before { content: '\e80b'; }
.icon-google-plus:before { content: '\e80c'; }
.icon-right: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: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-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-folder-alt:before { content: '\f114'; }
.icon-circle-notch:before { content: '\f1ce'; }
.icon-copyright:before { content: '\f1f9'; }


/* 6.x. CSS Animations
================================================== */
@-webkit-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; }
}

.cta-custom {
  background-color: #D95D57;
  border-radius: 27px;
  border: 2px solid #d95d57;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: .69;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: #d95d57;
  transition: all .3s ease;
  width: 170px;
  height: 40px;
  max-width: 170px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-custom--navbar {
  position: absolute;
  right: 220px;
}

.phone-number-desktop {
  position: absolute;
  right: 80px;
  color: #31325f;
}

.phone-number-desktop--mobile {
  display: none;
}

.cta-custom--footer, .cta-custom--mobile {
  margin: 24px auto;
}

.cta-custom:hover {
  border-color: #d95d57;
  color: #d95d57;
  background: transparent;
}

@media (min-width: 0) and (max-width: 767px) {
  .cta-custom--navbar {
    display: none;
  }

  .tp-navbar {
    display: none
  }

  .phone-number-desktop {
    display: none;
  }

  .phone-number-desktop--mobile {
    position: initial;
    display: flex;
    justify-content: center;
  }

  .copyright > section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .copyright--links {
    flex-direction: column;
    align-items: center;
  }

  .copyright--links div {
    text-align: center;
    margin-bottom: 24px;
  }

  .posts-featured h1 {
    font-size: 32px;
  }
}

@media (min-width: 767px) {
  .cta-custom--mobile {
    display: none;
  }

  .tp-navbar-mobile {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .tp-navbar {
    left: 80px;
  }
}

@media (min-width: 1281px) {
  .tp-navbar {
    left: 180px;
  }
}

.tp-navbar {
  position: absolute !important;
}

.tp-navbar-mobile {
  margin: 24px auto;
}

/* Tarteaucitron.js
================================================== */

.modal-open{
    overflow: hidden;
    height: 100%;
}

#contentWrapper {display:unset;}

/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: initial;*/
    text-align: initial;
    text-shadow: initial;
}
/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus, #tarteaucitronRoot button:focus {
    /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}

div#tarteaucitronServices {
    margin-top: 21px!important;
}

#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
    box-shadow: 0 0 35px #575757;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

        #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
            margin-bottom: 5px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

/***
 * Common value
 */
#tarteaucitron * {
    zoom: 1;

    h2 {
      display: none;
    }

    button, ul {
      border-radius: 4px;
    }

    @include mq($until: tablet) {
      h3 {
        font-size: 16px;
        font-weight: bold;
      }
    }
}

#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #eee;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#tarteaucitronRoot button {
    background: transparent;
    border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500;
}

#tarteaucitron ul {
    padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #333;
    font-family: $gilroy !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 103;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, 0.07);
}a.tarteaucitronSelfLink {
    text-align: center!important;
    display: block;
    padding: 7px!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    border: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 103;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #31325f !important;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
    border-radius: 6px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;

    @include mq($until: tablet) {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: auto !important;
    }
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: white;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 100;
    text-align: center;
    padding: 10px;
    margin: auto;
    width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
    color: black;

    @include mq($until: tablet) {
      text-align: center;
      font-size: 11px;
    }
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #31325f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
    border-radius: 4px;

    @include mq($until: tablet) {
      margin: 0 auto;
      max-width: 200px;
    }
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;

    @include mq($until: tablet) {
      margin: 0 auto;
    }
}

#tarteaucitronPercentage {
    background: #31325f !important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 100;
}

/***
 * Small alert
 */

.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 102;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 4px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: white;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    background-color: lightgrey!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
    background-color: lightgrey!important;;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronAllow {
    opacity: 0.4;
}

div#tarteaucitronInfo {
    display: block!important;
    position: initial!important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;

    @include mq($until: tablet) {
      font-size: 14px !important;
      margin-bottom: 0 !important;
    }
}

a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 13px!important;
    display: block;
    text-shadow: 0 0 14px white;
    text-transform: uppercase;
}.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}

.tarteaucitronAllow {
  background: #ffeb78 !important;
  color: black !important;
  opacity: 1 !important;
}

.tarteaucitronDeny {
  background: lightgray !important;
  color: black !important;
  opacity: 1 !important;
}

#tarteaucitronInfo {
  @include mq($until: tablet) {
    font-size: 14px !important;
  }
}

#dialogTitle {
  display: none;
}
