@charset "UTF-8";

/*!--------------------------------------------------------------

 *   DON'T EDIT THIS FILE
 *   After update you will lose all changes. Use child themes
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   После обновления Вы потереяете все изменения. Используйте дочернюю тему
 *
 *   https://docs.wpshop.ru/child-themes/

--------------------------------------------------------------*/

/* reset -------------------------------- */
.democracy:after{ content:'';display:table; clear:both; }
.democracy ul li,
.democracy ul{ background:none; padding:0;margin:0; }
.democracy ul li:before{ display:none; } /* li reset */

.democracy input[type='radio'],
.democracy input[type='checkbox']{
    margin:0; vertical-align:middle;
}
.democracy input[type='radio']:focus,
.democracy input[type='checkbox']:focus{
    outline:none;
}
.democracy ul{ list-style:none !important; border:none !important; }
.democracy ul li{ list-style:none !important; }

input[type="submit"].dem-button,
a.dem-button,
.dem-button{
    position:relative; display:inline-block; text-decoration:none; line-height:1; border:0; margin:0; padding:0; cursor:pointer; white-space:nowrap;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}
input[type="submit"].dem-button:focus,
a.dem-button:focus,
.dem-button:focus{
    outline:none;
}
input[type="submit"].dem-button:disabled,
a.dem-button:disabled,
.dem-button:disabled{
    opacity:.6;
    cursor:not-allowed;
}
a.dem-button:hover{ text-decoration:none !important; }


/* common presets ------------------------------------ */
.democracy{ position:relative; margin:0 auto; }

.democracy input[type='radio'],
.democracy input[type='checkbox']{ margin-right:.2em; }

.dem-screen{ position:relative; line-height:1.3; }

.democracy ul.dem-vote{ margin-bottom:1em; }
.democracy ul.dem-vote li{ padding-bottom:0; margin-bottom:0; }
.democracy ul.dem-vote li > *{ margin-bottom:.6em; } /* for comfort hover */
.democracy ul.dem-answers li{ padding-bottom:1em; }
.dem-answers .dem-label{ margin-bottom:.2em; line-height:1.2; }


/* result screen */
.dem-graph{ position:relative; color:#555; color:rgba(0,0,0,.6); box-sizing:content-box; width:100%; display:table; height:1.2em; line-height:1.2em; /* because display:table; */ }
.dem-fill{ position:absolute; top:0; left:0; height:100%; background-color:#7cb4dd; }
.dem-voted-this .dem-fill{ background-color:#FFC45A; }

.dem-votes-txt,
.dem-percent-txt{ position:relative; display:table-cell; padding-left:.3em; vertical-align:middle; font-size:90%; }

/* dem-result-bottom */
.dem-poll-info{ padding-bottom:1em; }
.dem-poll-info:after{ content:''; display:table; clear:both; }
.dem-poll-info > *{ font-size:85%; display:block; float:right; clear:both; text-align:right; opacity:0.7; line-height:1.3; }

/* vote screen */
.dem-vote label{ float:none; display:block; }
.dem-results-link{ display:inline-block; line-height:1; margin:.8em 1em; }
.dem-vote .dem-disabled{ opacity:.5; }

/* dem-bottom */
.democracy .dem-bottom{ padding-bottom:1em; } /* stronger property */
.dem-bottom{ text-align:center; }
.dem-bottom:after{ content:''; display:table; clear:both; }

/* typically don't change -- */
.dem-poll-title{ display:block; margin-bottom:1.5em; margin-top:1.2em; font-size:120%; }

.dem-notice{ z-index:10; position:absolute; top:0%; border-radius:2px; width:100%; padding:1.5em 2em; text-align:center; background:rgba(247, 241, 212, 0.8); color:#6D6214; }
.dem-notice-close{ position:absolute; top:0; right:0; padding:5px; cursor:pointer; line-height:.6; font-size:150%; }
.dem-notice-close:hover{ color:#D26616 }

.dem-star{ font-size:90%; vertical-align:baseline; padding-left:0.3em; color:#009ece; }

.dem-poll-note{ font-size:90%; padding:0.5em; opacity:0.8; line-height:1.3; }

.democracy .dem-copyright{ position:absolute; bottom:-1em; right:0; text-decoration:none; border-bottom:0; color:#b2b2b2; opacity:0.5; line-height:1; }
.democracy .dem-copyright:hover{ opacity:1; }

.dem-add-answer{ position:relative; }
.dem-add-answer > *{ display:block; }
.dem-add-answer a{ display:inline-block; }
input.dem-add-answer-txt{ width:100%; box-sizing:border-box; }
.dem-add-answer-close{ position:absolute; right:0; padding:0 .7em; cursor:pointer; color:#333; }
.dem-add-answer-close:hover{ color:#ff2700; }

.dem-edit-link{ display:block; position:absolute; top:0; right:0; line-height:1; text-decoration:none !important; border:none !important; }
.dem-edit-link svg{ width:1.2em!important; fill:#6c6c6c; }
.dem-edit-link:hover svg{ fill:#35A91D;  }

.dem-loader{ display:none; position:absolute; top:0; left:0; width:100%; height:100%; }
.dem-loader > *{ display:table-cell; vertical-align:middle; text-align:center; }
.dem-loader svg{ width:20%; max-width:100px; min-width:80px; margin-bottom:15%; }
.dem-loader [class^="dem-"]{ margin-bottom:15%!important; }

.dem__collapser{ display:block; cursor:pointer; text-align:center; font-size:150%; line-height:1; }
.dem__collapser:hover{ color:#FF3311; background:rgba(255, 255, 255, 0.3); }
.dem__collapser.expanded{ position:relative; height:1em; }
.dem__collapser.collapsed{ position:absolute; top:0; bottom:0; right:0; left:0; }
.dem__collapser .arr{ display:block; position:absolute; bottom:0; width:100%;  }
.dem__collapser.collapsed .arr:before{ content:"▾"; }
.dem__collapser.expanded  .arr:before{ content:"▴"; }

/* / typically do't change */

/* shortcode */
.dem-poll-shortcode{ margin-bottom:1.5em; }

/* archive page */
.dem-archives .dem-elem-wrap{ margin-bottom:2em; padding-bottom:20px; border-bottom:1px dashed rgba(0,0,0,.1); }
.dem-archives .dem-archive-link{ display:none; }

.dem-paging{ text-align:center; margin:1.5em auto; }
.dem-paging > *{ display:inline-block; padding:.3em .8em; border-radius:.2em;
    background:#e2e2e2; color:#333; text-decoration:none; text-transform:lowercase; user-select:none; }
.dem-paging > a{ color:#333; }
.dem-paging > a:hover{ background:#ccc; color:#333; text-decoration:none; }
.dem-paging .current{ background:#656565; color:#fff; }
.dem-paging .dots{ background:none; }
.dem-paging .prev{  }
.dem-paging .next{  }


@import '_preset.css';

/* default theme ------------------------------------------------------------- */
.dem-link{ font-style:italic; font-size:90%; }

/* vote screen */
.dem-vote-link:before{ content:'◂ '; }

.dem-vote label{  }
.dem-vote label:hover{ opacity:.8; }

.dem-vote-button{ float:left; }
.dem-results-link{ float:right; }

/* results screen */
.dem-graph{ font-family:Arial, sans-serif; background: #F7F7F7; background:linear-gradient( to bottom, rgba(0,0,0,.05) 50%, rgba(0, 0, 0, 0.1) 50% ); background:-webkit-linear-gradient( top, rgba(0,0,0,.05) 50%, rgba(0, 0, 0, 0.1) 50% ); }

.dem-fill{ background-image:linear-gradient( to right, rgba(255,255,255,.3), transparent ); background-image:-webkit-linear-gradient( left, rgba(255,255,255,.3), transparent ); }

.dem-answers .dem-label{ margin-bottom:.1em; }

.dem-votes-txt,
.dem-percent-txt{ font-size:80%; }
.dem-percent-txt{ display:none; }
.dem-answers li:hover .dem-votes-txt { display:none; }
.dem-answers li:hover .dem-percent-txt { display:table-cell; }

.dem-voted-this .dem-label:before{ content:'✓'; display:inline-block; margin-right:.2em; }
.dem-voted-this .dem-graph{ border-color:#969696; }

.dem-label-percent-txt,
.dem-votes-txt-percent,
.dem-novoted .dem-votes-txt{ display:none; }

/* dem-result-bottom */
.dem-poll-info{ font-style: italic; }
.dem-archive-link{ text-align: right; }


/* dem-bottom */
.dem-bottom{ text-align: left; }

/* / default theme ------------------------------------------------------------- */

/*input[type=submit].dem-button, a.dem-button, .dem-button {*/
    /*color: #fff;*/
    /*padding: .5em 2em;*/
    /*border-width: 2px 0;*/
    /*border-style: solid none;*/
    /*border-color: #fdbe33 #000 #d77206;*/
    /*border-radius: 6px;*/
    /*background: linear-gradient(#f3ae0f,#e38916) #e38916;*/
    /*transition: background .2s;*/
/*}*/
/*input[type=submit].dem-button:hover, a.dem-button:hover, .dem-button:hover {*/
    /*background: linear-gradient(#f5ae00,#f59500) #f5ae00;*/
/*}*/
.dem-bottom input[type=submit].dem-button,
.dem-bottom .a.dem-button,
.dem-bottom .dem-button {
    color: #fff;
    padding: .5em 2em;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #33b5d6 #000 #007a9c; /* светлее сверху, темнее снизу */
    border-radius: 6px;
    background: linear-gradient(#33b5d6, #009ece) #009ece;
    transition: background .2s;
}

/* hover эффект */
.dem-bottom input[type=submit].dem-button:hover,
.dem-bottom a.dem-button:hover,
.dem-bottom .dem-button:hover {
    background: linear-gradient(#4fc4e0, #008bb5);
}

/*  / common presets --------------------------------- */



@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(../fonts/icomoon.eot?na84az);
    src: url(../fonts/icomoon.eot?na84az#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?na84az) format("truetype"), url(../fonts/icomoon.woff?na84az) format("woff"), url(../fonts/icomoon.svg?na84az#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.content-card--small .content-card__image:after,
.entry-content blockquote.check:before,
.entry-content blockquote.danger:before,
.entry-content blockquote.info:before,
.entry-content blockquote.is-style-check:before,
.entry-content blockquote.is-style-danger:before,
.entry-content blockquote.is-style-info:before,
.entry-content blockquote.is-style-question:before,
.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.question:before,
.entry-content blockquote.quote:before,
.entry-content blockquote.thumbs-down:before,
.entry-content blockquote.thumbs-up:before,
.entry-content blockquote.warning:before,
.footer-navigation ul li.menu-item-has-children:after,
.home-text blockquote.check:before,
.home-text blockquote.danger:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-check:before,
.home-text blockquote.is-style-danger:before,
.home-text blockquote.is-style-info:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.question:before,
.home-text blockquote.quote:before,
.home-text blockquote.thumbs-down:before,
.home-text blockquote.thumbs-up:before,
.home-text blockquote.warning:before,
.menu-top li.menu-item-has-children>a:after,
.menu-top li.menu-item-has-children>span:after,
.meta-author:before,
.meta-comments:before,
.meta-cooking-time:before,
.meta-date:before,
.meta-play:before,
.meta-print:before,
.meta-serves:before,
.meta-views:before,
.scrolltop:before,
.search-form__submit:before,
.site-navigation ul li.menu-item-has-children:after,
.table-of-contents__hide:after,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-check:before,
.taxonomy-description blockquote.is-style-danger:before,
.taxonomy-description blockquote.is-style-info:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.question:before,
.taxonomy-description blockquote.quote:before,
.taxonomy-description blockquote.thumbs-down:before,
.taxonomy-description blockquote.thumbs-up:before,
.taxonomy-description blockquote.warning:before,
.widget_categories ul li a:before,
.widget_nav_menu ul li a:before,
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-alert-circle:before {
    content: "\2757"
}

.icon-alert-triangle:before {
    content: "\2755"
}

.icon-check-circle:before {
    content: "\2705"
}

.icon-help-circle:before {
    content: "\2753"
}

.icon-x-circle:before {
    content: "\274c"
}

.icon-arrow-up:before {
    content: "\2b61"
}

.icon-arrow-up-circle:before {
    content: "\2b06"
}

.icon-camera:before {
    content: "\1f4f7"
}

.icon-camera-off:before {
    content: "\1f4f8"
}

.icon-chevron-down:before {
    content: "\2b9f"
}

.icon-chevron-left:before {
    content: "\2b9c"
}

.icon-chevron-right:before {
    content: "\2b9e"
}

.icon-chevron-up:before {
    content: "\2b9d"
}

.icon-chevrons-up:before {
    content: "\2b85"
}

.icon-clock:before {
    content: "\1f552"
}

.icon-info:before {
    content: "\1f446"
}

.icon-message-circle:before {
    content: "\1f4ad"
}

.icon-play-circle:before {
    content: "\25b6"
}

.icon-printer:before {
    content: "\1f4c4"
}

.icon-search:before {
    content: "\1f50d"
}

.icon-thumbs-down:before {
    content: "\1f44e"
}

.icon-thumbs-up:before {
    content: "\1f44d"
}

.icon-user:before {
    content: "\1f464"
}

.icon-arrow-up-outline:before {
    content: "\25b3"
}

.icon-calendar:before {
    content: "\1f4c5"
}

.icon-quotes-left:before {
    content: "\275d"
}

.icon-spoon-knife:before {
    content: "\1f374"
}

.icon-eye:before {
    content: "\1f441"
}

.customize-control-range-val {
    display: inline-block;
    width: 18%;
    top: -9px;
    position: relative;
    text-align: center
}

.customize-control-range input[type=range] {
    height: 26px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 80%;
    background: 0 0
}

.customize-control-range input[type=range]::-webkit-slider-thumb {
    border: 2px solid #4468c7;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px
}

.customize-control-range input[type=range]:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 2px #eee;
    box-shadow: 0 0 0 2px #eee;
    border: 2px solid #ee4056
}

.customize-control-range input[type=range]:focus {
    outline: 0
}

.customize-control-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    background: #4468c7;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none
}

.customize-control-range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #4468c7
}

.customize-control-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    background: #4468c7;
    border-radius: 6px
}

.customize-control-range input[type=range]::-moz-range-thumb {
    border: 2px solid #4468c7;
    height: 18px;
    width: 18px;
    border-radius: 14px;
    background: #fff;
    cursor: pointer
}

.customize-control-range input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.customize-control-range input[type=range]::-ms-fill-lower {
    background: #4468c7;
    border-radius: 12px
}

.customize-control-range input[type=range]::-ms-fill-upper {
    background: #4468c7;
    border-radius: 12px
}

.customize-control-range input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 2px solid #4468c7;
    height: 18px;
    width: 18px;
    border-radius: 14px;
    background: #fff;
    cursor: pointer
}

.customize-control-range input[type=range]:focus::-ms-fill-lower {
    background: #4468c7
}

.customize-control-range input[type=range]:focus::-ms-fill-upper {
    background: #4468c7
}

.wpshop-export-settings,
.wpshop-import-settings,
.wpshop-reset-settings {
    padding: 1.5em;
    margin-bottom: 1em;
    background: #fff;
    -webkit-box-shadow: 0 3px 30px -5px rgba(54, 77, 152, .25);
    box-shadow: 0 3px 30px -5px rgba(54, 77, 152, .25)
}

.wpshop-export-settings label,
.wpshop-import-settings label,
.wpshop-reset-settings label {
    display: block;
    margin-bottom: .2em
}

.wpshop-import-settings .description {
    color: #dc3545
}

.wpshop-reset-settings {
    border-color: #dc3545
}

.wpshop-reset-settings .description {
    color: #dc3545
}

.humburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 16px
}

.humburger:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px
}

.humburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s, opacity .3s;
    transition: transform .3s, background-color .3s, opacity .3s;
    transition: transform .3s, background-color .3s, opacity .3s, -webkit-transform .3s
}

.humburger span:first-child {
    top: 0
}

.humburger span:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

.humburger span:last-child {
    bottom: 0
}

.humburger.open span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg) translateZ(0);
    transform: translateY(7px) rotate(45deg) translateZ(0)
}

.humburger.open span:nth-child(2) {
    opacity: 0
}

.humburger.open span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    transform: translateY(-7px) rotate(-45deg) translateZ(0)
}

.sitemap-list>ul>li {
    padding-left: 0
}

.sitemap-list>ul>li:before {
    display: none
}

.sitemap-list__header:before {
    display: none
}

.sitemap-list__header h3 {
    font-size: 1.3rem
}

.sitemap-list__header h3 a {
    color: #222;
    text-decoration: none
}

.sitemap-list__header h3 a:hover {
    color: #009ece
}

.sitemap-list__block:before {
    display: none
}

.spoiler-box {
    background: #f3f3f3;
    border-left: 2px solid #009ece;
    margin: 15px 0
}

.spoiler-box__title {
    position: relative;
    cursor: pointer;
    padding: 15px 30px 15px 20px
}

.spoiler-box__title:after {
    content: '';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='far' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='ico-chevron-down'%3E%3Cpath fill='currentColor' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    position: absolute;
    top: 48%;
    right: 14px;
    width: 18px;
    height: 14px;
    margin-top: -5px;
    color: #009ece;
    font-weight: 700
}

.spoiler-box__title.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.spoiler-box__body {
    display: none;
    padding: 20px;
    background: #fbfbfb
}

body.scroll-locked {
    left: 0;
    width: 100%;
    overflow: hidden
}

.i-ico {
    display: inline-block;
    font-size: inherit;
    width: 1.125em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.ico-close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.ico-close:focus,
.ico-close:hover {
    opacity: 1
}

@-webkit-keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.donut {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, .25);
    border-left-color: #00f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: donut-spin 1.2s linear infinite;
    animation: donut-spin 1.2s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.animation,
.content-card__title a,
.entry-tag,
.ingredients-serves,
.recipe-steps>li:before,
.scrolltop,
.widget a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: .5
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: .5
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    padding: .375em .75em;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.input::-ms-expand,
input[type=color]::-ms-expand,
input[type=date]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=email]::-ms-expand,
input[type=month]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=range]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
input[type=time]::-ms-expand,
input[type=url]::-ms-expand,
input[type=week]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

.input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    color: #222;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.input::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .5);
    opacity: 1
}

.input::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(34, 34, 34, .5);
    opacity: 1
}

.input::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(34, 34, 34, .5);
    opacity: 1
}

.input::placeholder,
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(34, 34, 34, .5);
    opacity: 1
}

.input:disabled,
.input[readonly],
input[type=color]:disabled,
input[type=color][readonly],
input[type=date]:disabled,
input[type=date][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=month]:disabled,
input[type=month][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=range]:disabled,
input[type=range][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=text]:disabled,
input[type=text][readonly],
input[type=time]:disabled,
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=week]:disabled,
input[type=week][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.input-block {
    display: block;
    width: 100%
}

.btn,
.comment-respond .form-submit input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    background: #305cf7;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.btn:focus,
.btn:hover,
.comment-respond .form-submit input:focus,
.comment-respond .form-submit input:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-respond .form-submit input.focus,
.comment-respond .form-submit input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled,
.comment-respond .form-submit input.disabled,
.comment-respond .form-submit input:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

.comment-respond .form-submit input.pseudo-link,
.pseudo-link.btn,
a.btn {
    text-decoration: none;
    color: #fff
}

.comment-respond .form-submit input.pseudo-link:active,
.comment-respond .form-submit input.pseudo-link:focus,
.comment-respond .form-submit input.pseudo-link:hover,
.pseudo-link.btn:active,
.pseudo-link.btn:focus,
.pseudo-link.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:hover {
    color: #fff
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.wpshoplightbox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.wpshoplightbox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.wpshoplightbox-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wpshoplightbox-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    overflow-y: auto;
    z-index: 99994
}

.wpshoplightbox-image {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    z-index: 99995
}

@media (min-width:768px) {
    .wpshoplightbox-image {
        top: 70px;
        left: 70px;
        right: 70px
    }
}

.wpshoplightbox-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 100%;
    max-height: 100%
}

.wpshoplightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99996
}

@media (min-width:768px) {
    .wpshoplightbox-close {
        top: 40px;
        right: 40px
    }
}

.wpshoplightbox-close:hover {
    opacity: 1
}

.wpshoplightbox--open {
    display: block
}

.wpshoplightbox--open .wpshoplightbox-bg {
    opacity: .9
}

.wpshoplightbox--open .wpshoplightbox-image {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.wpshoplightbox-scroll {
    overflow: hidden;
    height: auto
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.social-button {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 .5em;
    height: 2em;
    margin: 0 2px;
    background: #5a80b1;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:576px) {
    .social-button {
        margin: 0 4px
    }
}

.social-button:before {
    content: '';
    display: block;
    height: 100%;
    margin-left: .2em;
    margin-right: .2em;
    width: 1.5em;
    text-align: center;
    color: #fff
}

.social-button span {
    white-space: nowrap;
    margin-left: .3em;
    margin-right: .3em
}

.social-button span[data-counter] {
    margin: 0 .5em;
    font-size: .8em
}

.social-button span[data-counter]:empty {
    display: none
}

.social-button--facebook {
    background: #4267b2
}

.social-button--facebook:hover {
    background: #34518d
}

.social-button--facebook:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--vkontakte {
    background: #4a76a8
}

.social-button--vkontakte:hover {
    background: #3a5d85
}

.social-button--vkontakte:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--odnoklassniki {
    background: #f2720c
}

.social-button--odnoklassniki:hover {
    background: #c15b0a
}

.social-button--odnoklassniki:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFFFFF' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E") center no-repeat
}

.social-button--moimir {
    background: #168de2
}

.social-button--moimir:hover {
    background: #1170b4
}

.social-button--moimir:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm6.222 0a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 0 0-1.188-.307.843.843 0 0 0-.313 1.166l.214.36a6.71 6.71 0 0 1-4.795 1.996 6.711 6.711 0 0 1-4.792-1.992l.217-.364a.844.844 0 0 0-.313-1.166.878.878 0 0 0-1.189.307l-1.8 3.028a.844.844 0 0 0 .312 1.166.88.88 0 0 0 1.189-.307l.683-1.147a8.466 8.466 0 0 0 5.694 2.18 8.463 8.463 0 0 0 5.698-2.184l.685 1.151a.873.873 0 0 0 1.189.307.844.844 0 0 0 .312-1.166z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--linkedin {
    background: #0077b5
}

.social-button--linkedin:hover {
    background: #005582
}

.social-button--linkedin:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M211.692 211.692h61.305v31.425h0.876c8.529-15.298 29.409-31.425 60.522-31.425 64.712 0 76.68 40.284 76.68 92.677v106.707h-63.903v-94.596c0-22.564-0.461-51.586-33.24-51.586-33.282 0-38.36 24.572-38.36 49.947v96.235h-63.88v-199.384z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3Cpath d='M100.924 211.692h66.462v199.384h-66.462v-199.384z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3Cpath d='M167.384 156.308c0 18.353-14.879 33.23-33.23 33.23s-33.23-14.879-33.23-33.23c0-18.353 14.879-33.23 33.23-33.23s33.23 14.879 33.23 33.23z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--tumblr {
    background: #547093
}

.social-button--tumblr:hover {
    background: #415773
}

.social-button--tumblr:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 0 1-1.798.195 4.905 4.905 0 0 1-1.724-.276 4.215 4.215 0 0 1-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--surfingbird {
    background: #30baff
}

.social-button--surfingbird:hover {
    background: #00a8fc
}

.social-button--surfingbird:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--pinterest {
    background: #bd081c
}

.social-button--pinterest:hover {
    background: #8c0615
}

.social-button--pinterest:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--reddit {
    background: #ff4500
}

.social-button--reddit:hover {
    background: #cc3700
}

.social-button--reddit:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 0 0-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 0 0-1.46-.623A1.995 1.995 0 0 0 4 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0 0 20 12.004a1.995 1.995 0 0 0-1.998-1.996c-.581 0-1.091.24-1.46.623zM9.499 12.5a1.01 1.01 0 0 1 1.006 1.006.998.998 0 0 1-1.006.991.986.986 0 0 1-.992-.991c0-.553.439-1.006.992-1.006zm5.002 0a.998.998 0 0 0-.992 1.006c0 .552.44.991.992.991a.998.998 0 0 0 1.006-.991 1.01 1.01 0 0 0-1.006-1.006zm-5.3 3.597a.484.484 0 0 1-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 0 1 .694.085.496.496 0 0 1-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59c-.411 0-.752-.34-.752-.75 0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--buffer {
    background: #000
}

.social-button--buffer:hover {
    background: #000
}

.social-button--buffer:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--stumbleupon {
    background: #ee4926
}

.social-button--stumbleupon:hover {
    background: #d13210
}

.social-button--stumbleupon:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z'%3E%3C/path%3E%3C/svg%3E") center no-repeat
}

.social-button--pocket {
    background: #ee4056
}

.social-button--pocket:hover {
    background: #e6152f
}

.social-button--pocket:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M379.732 86.357h-311.295c-18.746 0-34.437 15.692-34.437 34.437v114.679c0 105.772 84.567 190.17 190.17 190.17 105.179 0 189.83-84.397 189.83-190.17v-114.679c0-19-15.013-34.437-34.268-34.437zm-137.411 227.746c-10.518 10.009-26.634 9.415-35.964 0-96.442-92.371-97.46-89.147-97.46-104.5 0-14.335 11.705-26.04 26.04-26.04 14.42 0 13.656 3.223 89.232 75.746 76.848-73.71 75.152-75.746 89.487-75.746 14.335 0 26.04 11.705 26.04 26.04 0 15.098-2.46 13.317-97.375 104.5z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--xing {
    background: #006567
}

.social-button--xing:hover {
    background: #003334
}

.social-button--xing:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M167.726 217.865c-1.491 2.733-20.868 36.768-58.051 102.272-4.058 6.873-8.944 10.351-14.658 10.351h-53.91c-6.376 0-10.02-6.211-7.039-11.925l57.14-100.45c.166 0 .166-.083 0-.248l-36.354-62.605c-3.561-6.459.248-11.676 7.039-11.676h53.91c6.045 0 11.014 3.395 14.906 10.103l37.017 64.179zm182.102-135.728l-119.248 209.513v.248l75.855 137.964c3.23 5.88.166 11.676-7.039 11.676h-53.993c-6.294 0-11.262-3.312-14.906-10.103l-76.518-139.537c2.733-4.803 42.648-75.193 119.911-211.335 3.809-6.708 8.612-10.103 14.492-10.103h54.407c6.625 0 10.186 5.548 7.039 11.676z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--twitter {
    background: #00aced
}

.social-button--twitter:hover {
    background: #0087ba
}

.social-button--twitter:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--livejournal {
    background: #0d425a
}

.social-button--livejournal:hover {
    background: #07212d
}

.social-button--livejournal:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M17.815 13.3c.438 2.114.868 4.221 1.306 6.336.037.178-.148.385-.334.311-2.025-.741-4.006-1.49-6.01-2.24a.625.625 0 0 1-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133 2.418 2.909 4.837 5.817 7.248 8.725a.888.888 0 0 1 .208.438z' fill='%23FFFFFF'/%3E%3Cpath d='M6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 0 0-3.85 3.272l.2.252z' fill='%230D425A'/%3E%3Cpath d='M10.53 5.792c-1.744.326-3.124 1.513-3.851 3.271l.905 1.091c.787-1.78 2.3-2.997 3.836-3.302l-.89-1.06zm2.76 7.827L9.364 8.9a6.119 6.119 0 0 0-1.269 1.87l4.89 5.89c.289-.385.867-2.359.303-3.041zM9.647 8.633l3.947 4.748c.445.542 2.456.327 3.086-.193l-4.756-5.72c-.793.156-1.587.564-2.277 1.165zm7.308 5.045c-.609.46-1.9.735-2.931.527.074.823-.096 1.892-.616 2.745l1.885.712 1.528.564c.223-.378.542-.608.913-.764l-.35-1.692-.43-2.092z' fill='%230D425A'/%3E%3C/g%3E%3C/svg%3E") center no-repeat
}

.social-button--evernote {
    background: #24d666
}

.social-button--evernote:hover {
    background: #1daa51
}

.social-button--evernote:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 0 0 .28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--delicious {
    background: #31a9ff
}

.social-button--delicious:hover {
    background: #0093fd
}

.social-button--delicious:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--blogger {
    background: #fb8f3d
}

.social-button--blogger:hover {
    background: #fa720b
}

.social-button--blogger:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0 1 14.729 20H9.166A5.167 5.167 0 0 1 4 14.833V9.167A5.166 5.166 0 0 1 9.166 4h2.608a5.167 5.167 0 0 1 5.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 0 0 0-1.987H9.038a.994.994 0 0 0 0 1.987zm5.867 3.83H9.032a.94.94 0 0 0 0 1.879h5.873a.94.94 0 1 0 0-1.88z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--liveinternet {
    background: #000
}

.social-button--liveinternet:hover {
    background: #000
}

.social-button--liveinternet:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--digg {
    background: #000
}

.social-button--digg:hover {
    background: #000
}

.social-button--digg:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--instapaper {
    background: #000
}

.social-button--instapaper:hover {
    background: #000
}

.social-button--instapaper:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--wordpress {
    background: #029fc9
}

.social-button--wordpress:hover {
    background: #017797
}

.social-button--wordpress:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 92.5c-90.123 0-163.5 73.311-163.5 163.5 0 90.123 73.377 163.5 163.5 163.5s163.5-73.377 163.5-163.5c0-90.189-73.377-163.5-163.5-163.5zm-147.018 163.5c0-21.295 4.549-41.534 12.724-59.796l70.147 192.113c-49.05-23.866-82.871-74.168-82.871-132.316zm147.018 147.018c-14.438 0-28.349-2.11-41.534-5.999l44.105-128.163 45.16 123.812c.33.725.659 1.384 1.055 2.044-15.229 5.34-31.645 8.307-48.786 8.307zm20.24-215.912c8.834-.461 16.811-1.384 16.811-1.384 7.911-.923 6.988-12.592-.923-12.131 0 0-23.8 1.846-39.161 1.846-14.438 0-38.699-1.846-38.699-1.846-7.911-.461-8.834 11.669-.923 12.131 0 0 7.516.923 15.427 1.384l22.877 62.763-32.173 96.452-53.533-159.215c8.834-.461 16.811-1.384 16.811-1.384 7.911-.923 6.988-12.592-.923-12.131 0 0-23.8 1.846-39.161 1.846-2.769 0-5.999-.066-9.494-.198 26.305-39.886 71.465-66.257 122.823-66.257 38.238 0 73.114 14.636 99.287 38.568-.659-.066-1.253-.132-1.912-.132-14.438 0-24.657 12.592-24.657 26.107 0 12.131 6.988 22.349 14.438 34.48 5.604 9.757 12.131 22.349 12.131 40.545 0 12.592-4.813 27.162-11.208 47.534l-14.636 48.984-53.203-157.962zm53.665 195.936l44.897-129.811c8.373-20.965 11.208-37.71 11.208-52.676 0-5.406-.33-10.417-.989-15.097 11.471 20.965 17.998 44.962 17.998 70.542 0 54.258-29.404 101.594-73.114 127.042z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--baidu {
    background: #000
}

.social-button--baidu:hover {
    background: #000
}

.social-button--baidu:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--renren {
    background: #000
}

.social-button--renren:hover {
    background: #000
}

.social-button--renren:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--weibo {
    background: #000
}

.social-button--weibo:hover {
    background: #000
}

.social-button--weibo:before {
    background: url(data:image/svg+xml,) center no-repeat
}

.social-button--sms {
    background: #00b117
}

.social-button--sms:hover {
    background: #007e10
}

.social-button--sms:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M224.4 108.8h-128.8c-15.237 0-27.6 12.362-27.6 27.6v239.2c0 15.237 12.362 27.6 27.6 27.6h128.8c15.237 0 27.6-12.362 27.6-27.6v-239.2c0-15.237-12.362-27.6-27.6-27.6zm-64.4 276c-10.177 0-18.4-8.223-18.4-18.4s8.223-18.4 18.4-18.4 18.4 8.223 18.4 18.4-8.223 18.4-18.4 18.4zm64.4-62.1c0 3.795-3.105 6.9-6.9 6.9h-115c-3.795 0-6.9-3.105-6.9-6.9v-179.4c0-3.795 3.105-6.9 6.9-6.9h115c3.795 0 6.9 3.105 6.9 6.9v179.4z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--skype {
    background: #00aff0
}

.social-button--skype:hover {
    background: #008abd
}

.social-button--skype:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 0 0 8.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 0 0-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364 0-.695-.166-1.354-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 0 1-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 0 1 .615-.229c.202 0 .373.059.512.178.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 0 0-.287-.702 1.88 1.88 0 0 0-.741-.412 13.21 13.21 0 0 0-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 0 1-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 0 0-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 0 1 1.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--telegram {
    background: #289fd9
}

.social-button--telegram:hover {
    background: #1f80af
}

.social-button--telegram:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--line {
    background: #00b900
}

.social-button--line:hover {
    background: #008600
}

.social-button--line:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256.639 220.85v48.246c0 1.221-.95 2.171-2.171 2.171h-7.736c-.746 0-1.425-.407-1.764-.882l-22.121-29.857v28.636c0 1.221-.95 2.171-2.171 2.171h-7.736c-1.221 0-2.171-.95-2.171-2.171v-48.246c0-1.221.95-2.171 2.171-2.171h7.668c.679 0 1.425.339 1.764.95l22.121 29.857v-28.636c0-1.221.95-2.171 2.171-2.171h7.736c1.221-.068 2.239.95 2.239 2.104zm-55.643-2.171h-7.736c-1.221 0-2.171.95-2.171 2.171v48.246c0 1.221.95 2.171 2.171 2.171h7.736c1.221 0 2.171-.95 2.171-2.171v-48.246c0-1.154-.95-2.171-2.171-2.171zm-18.661 40.443h-21.104v-38.271c0-1.221-.95-2.171-2.171-2.171h-7.736c-1.221 0-2.171.95-2.171 2.171v48.246c0 .611.204 1.086.611 1.493.407.339.882.611 1.493.611h31.011c1.221 0 2.171-.95 2.171-2.171v-7.736c0-1.154-.95-2.171-2.104-2.171zm115.018-40.443h-31.011c-1.154 0-2.171.95-2.171 2.171v48.246c0 1.154.95 2.171 2.171 2.171h31.011c1.221 0 2.171-.95 2.171-2.171v-7.736c0-1.221-.95-2.171-2.171-2.171h-21.104v-8.143h21.104c1.221 0 2.171-.95 2.171-2.171v-7.804c0-1.221-.95-2.171-2.171-2.171h-21.104v-8.143h21.104c1.221 0 2.171-.95 2.171-2.171v-7.736c-.068-1.154-1.018-2.171-2.171-2.171zm78.646-59.239v193.597c-.068 30.4-24.971 55.032-55.439 54.964h-193.597c-30.4-.068-55.032-25.039-54.964-55.439v-193.597c.068-30.4 25.039-55.032 55.439-54.964h193.597c30.4.068 55.032 24.971 54.964 55.439zm-41.8 83.193c0-49.536-49.671-89.843-110.675-89.843s-110.675 40.307-110.675 89.843c0 44.379 39.357 81.564 92.557 88.621 12.961 2.782 11.468 7.532 8.55 24.971-.475 2.782-2.239 10.925 9.568 5.971 11.807-4.954 63.718-37.525 86.993-64.261 16.014-17.643 23.682-35.489 23.682-55.304z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--youtube {
    background: red
}

.social-button--youtube:hover {
    background: #c00
}

.social-button--youtube:before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M462.308 171.799c0 0-4.111-29.026-16.774-41.771-16.034-16.774-33.96-16.857-42.183-17.843-58.875-4.276-147.269-4.276-147.269-4.276h-0.164c0 0-88.394 0-147.269 4.276-8.223 0.987-26.148 1.069-42.183 17.843-12.663 12.745-16.692 41.771-16.692 41.771s-4.194 34.042-4.194 68.166v31.904c0 34.042 4.194 68.166 4.194 68.166s4.111 29.026 16.692 41.771c16.034 16.774 37.084 16.199 46.458 18.008 33.713 3.207 143.157 4.194 143.157 4.194s88.476-0.164 147.351-4.358c8.223-0.987 26.148-1.069 42.183-17.843 12.663-12.745 16.774-41.771 16.774-41.771s4.194-34.042 4.194-68.166v-31.904c-0.082-34.042-4.276-68.166-4.276-68.166zM212.502 310.599v-118.325l113.72 59.368-113.72 58.957z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat
}

.social-button--instagram {
    background: #d8478f
}

.social-button--instagram:hover {
    background: #c32975
}

.social-button--instagram:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.032 182.369c-40.756 0-73.631 32.874-73.631 73.631s32.874 73.631 73.631 73.631 73.631-32.874 73.631-73.631-32.874-73.631-73.631-73.631zm0 121.501c-26.338 0-47.87-21.468-47.87-47.87s21.468-47.87 47.87-47.87 47.87 21.468 47.87 47.87-21.532 47.87-47.87 47.87zm93.817-124.512c0 9.548-7.69 17.174-17.174 17.174-9.548 0-17.174-7.69-17.174-17.174s7.69-17.174 17.174-17.174 17.174 7.69 17.174 17.174zm48.767 17.43c-1.089-23.006-6.344-43.384-23.198-60.174-16.79-16.79-37.168-22.044-60.174-23.198-23.711-1.346-94.778-1.346-118.489 0-22.942 1.089-43.32 6.344-60.174 23.134s-22.044 37.168-23.198 60.174c-1.346 23.711-1.346 94.778 0 118.489 1.089 23.006 6.344 43.384 23.198 60.174s37.168 22.044 60.174 23.198c23.711 1.346 94.778 1.346 118.489 0 23.006-1.089 43.384-6.344 60.174-23.198 16.79-16.79 22.044-37.168 23.198-60.174 1.346-23.711 1.346-94.714 0-118.425zm-30.631 143.865c-4.998 12.56-14.675 22.237-27.299 27.299-18.904 7.498-63.762 5.767-84.653 5.767s-65.813 1.666-84.653-5.767c-12.56-4.998-22.237-14.675-27.299-27.299-7.498-18.904-5.767-63.762-5.767-84.653s-1.666-65.813 5.767-84.653c4.998-12.56 14.675-22.237 27.299-27.299 18.904-7.498 63.762-5.767 84.653-5.767s65.813-1.666 84.653 5.767c12.56 4.998 22.237 14.675 27.299 27.299 7.498 18.904 5.767 63.762 5.767 84.653s1.73 65.813-5.767 84.653z' fill='%23FFFFFF'/%3E%3C/svg%3E") center no-repeat
}

.social-button--yandexzen {
    background: #383b3f
}

.social-button--yandexzen:hover {
    background: #202224
}

.social-button--yandexzen:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M13.7 13.7c-1.4 1.5-1.5 3.3-1.6 7.3 3.7 0 6.3 0 7.6-1.3 1.3-1.3 1.3-4 1.3-7.6-4 .1-5.8.2-7.3 1.6zM3 12.1c0 3.6 0 6.3 1.3 7.6C5.6 21 8.2 21 11.9 21c-.1-4-.2-5.8-1.6-7.3C8.8 12.3 7 12.2 3 12.1zM11.9 3C8.2 3 5.6 3 4.3 4.3 3 5.6 3 8.3 3 11.9c4-.1 5.8-.2 7.3-1.6C11.7 8.8 11.8 7 11.9 3zm1.8 7.3C12.3 8.8 12.2 7 12.1 3c3.7 0 6.3 0 7.6 1.3 1.3 1.3 1.3 4 1.3 7.6-4-.1-5.8-.2-7.3-1.6z'/%3E%3C/svg%3E") center no-repeat
}

.social-button--whatsapp {
    background: #65bc54
}

.social-button--whatsapp:hover {
    background: #4e9f3e
}

.social-button--whatsapp:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M21.14 11.765c0 4.918-4.018 8.904-8.974 8.904-1.573 0-3.052-.402-4.337-1.108l-4.969 1.579 1.62-4.777c-.817-1.342-1.288-2.916-1.288-4.598 0-4.918 4.018-8.904 8.974-8.904s8.974 3.986 8.974 8.904zm-8.974-7.487c-4.16 0-7.544 3.358-7.544 7.486 0 1.638.534 3.154 1.438 4.39l-.943 2.78 2.899-.922c1.191.782 2.618 1.238 4.15 1.238 4.16 0 7.545-3.358 7.545-7.486 0-4.127-3.385-7.486-7.545-7.486zm4.532 9.537c-.057-.091-.203-.146-.422-.255-.221-.109-1.303-.638-1.504-.709-.201-.073-.349-.109-.495.109-.146.217-.567.709-.696.855s-.257.164-.477.056c-.22-.109-.928-.341-1.769-1.084-.654-.579-1.095-1.292-1.224-1.511-.128-.218-.013-.336.096-.445l.331-.382c.11-.127.146-.218.22-.364.073-.146.037-.273-.019-.382-.055-.109-.495-1.183-.679-1.62-.181-.438-.365-.365-.493-.365l-.421-.018s-.386.054-.587.273c-.201.218-.77.747-.77 1.82 0 1.074.788 2.112.898 2.258.11.145 1.521 2.42 3.758 3.294 2.237.874 2.237.582 2.64.546.402-.036 1.301-.528 1.484-1.037.183-.511.183-.948.129-1.039z'/%3E%3C/svg%3E") center no-repeat
}

.social-button--viber {
    background: #7b519d
}

.social-button--viber:hover {
    background: #61407b
}

.social-button--viber:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23FFFFFF'%3E%3Cpath d='M17.475 10.762c.019-2.172-1.831-4.163-4.123-4.438l-.148-.021-.349-.039c-.47 0-.595.33-.628.527-.032.191-.001.352.091.478.156.211.43.249.649.279l.175.028c2.06.46 2.753 1.184 3.092 3.226l.017.176c.015.245.046.752.592.752l.146-.012c.508-.077.491-.542.483-.764l.002-.162.001-.03z'/%3E%3Cpath d='M12.721 5.527l.167.016c3.382.52 4.937 2.122 5.368 5.53l.01.204c.004.266.013.82.608.832h.019c.186 0 .334-.056.44-.167.186-.194.172-.482.162-.713l-.005-.157c.044-3.485-2.974-6.646-6.456-6.764l-.042.003-.042.002-.122-.006-.179-.008c-.555 0-.66.395-.674.629-.032.542.494.58.746.599z'/%3E%3Cpath d='M18.092 15.479l-.215-.169c-.37-.297-.763-.57-1.143-.835l-.235-.166c-.486-.341-.925-.508-1.338-.508-.557 0-1.042.308-1.443.915-.177.269-.391.399-.657.399-.157 0-.336-.045-.53-.134-1.57-.712-2.692-1.804-3.333-3.246-.31-.696-.209-1.152.336-1.522.31-.21.887-.602.846-1.352-.046-.851-1.925-3.413-2.716-3.704-.336-.122-.688-.123-1.05-.002-.91.306-1.563.843-1.888 1.554-.314.686-.3 1.492.041 2.331.987 2.424 2.375 4.536 4.125 6.279 1.714 1.709 3.819 3.106 6.258 4.157.222.095.452.146.62.184l.143.033.063.009h.019c1.147 0 2.526-1.048 2.948-2.243.37-1.049-.306-1.565-.851-1.98z'/%3E%3Cpath d='M13.229 8.295c-.196.005-.605.016-.748.432-.067.194-.059.363.023.502.122.204.354.266.567.3.771.124 1.165.549 1.244 1.339.036.369.284.626.604.626l.07-.004c.383-.046.569-.327.552-.836.006-.532-.271-1.136-.745-1.617-.474-.483-1.046-.754-1.567-.742z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat
}

@media (min-width:768px) {

    .social-button--line,
    .social-button--sms {
        display: none
    }
}

.social-buttons--square .social-button {
    padding: 0 .1em;
    width: 2em;
    height: 2em
}

.social-buttons--circle .social-button {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.social-buttons--small .social-button {
    width: 1.7em;
    height: 1.7em
}

.wp-star-rating {
    white-space: nowrap
}

.wp-star-rating.disabled .star-rating-item {
    cursor: default
}

.wp-star-rating.process {
    opacity: .5
}

.wp-star-rating.process .star-rating-item {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.star-rating-item {
    color: #ccc;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.star-rating-item svg {
    font-size: 1.3em
}

.star-rating-item.hover {
    color: #009ece
}

.star-rating--score-1:not(.hover) .star-rating-item:nth-child(1) {
    color: #009ece
}

.star-rating--score-2:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-2:not(.hover) .star-rating-item:nth-child(2) {
    color: #009ece
}

.star-rating--score-3:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-3:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-3:not(.hover) .star-rating-item:nth-child(3) {
    color: #009ece
}

.star-rating--score-4:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(3),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(4) {
    color: #009ece
}

.star-rating--score-5:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(3),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(4),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(5) {
    color: #009ece
}

.star-rating-text {
    font-size: .8em
}

ol:not([class]):before,
p:before,
ul:not([class]):before {
    content: '';
    display: block;
    width: 10em;
    overflow: hidden
}

li p:before {
    content: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1em
}

.h1,
h1 {
    font-size: 1.625em;
    line-height: 1.1
}

.h2,
h2 {
    font-size: 1.4375em;
    line-height: 1.2
}

.h3,
h3 {
    font-size: 1.25em;
    line-height: 1.3
}

.h4,
h4 {
    font-size: 1.125em;
    line-height: 1.4
}

.h5,
h5 {
    font-size: 1em;
    line-height: 1.5
}

.h6,
h6 {
    font-size: .75em;
    line-height: 2;
    margin: 2em 0 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 2.4375em;
        margin-bottom: .61538462em
    }

    .h2,
    h2 {
        font-size: 1.9375em;
        margin-bottom: .77419355em
    }

    .h3,
    h3 {
        font-size: 1.5625em;
        margin-bottom: .96em
    }

    .h4,
    h4 {
        font-size: 1.25em;
        margin-top: 1.8em;
        margin-bottom: 1em
    }
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h1+.h2,
h1+h2 {
    margin-top: 1.2em
}

.h2+.h3,
h2+h3 {
    margin-top: 1.3em
}

.h3+.h4,
h3+h4 {
    margin-top: 1.4em
}

.h4+.h5,
h4+h5 {
    margin-top: 1.5em
}

.h5+.h6,
h5+h6 {
    margin-top: 2em
}

.entry-content ol:not([class]),
.entry-content ul:not([class]) {
    margin: 0 0 1.5em;
    max-width: calc(47.5rem)
}

.entry-content ol:not([class]) ol,
.entry-content ol:not([class]) ul,
.entry-content ul:not([class]) ol,
.entry-content ul:not([class]) ul {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

p img:not(:only-child) {
    vertical-align: baseline
}

figure:not([class]) {
    margin: 3em 0
}

figure:not([class])>p {
    max-width: 37.5rem;
    font-size: .75em;
    margin: .5em 0 0
}

figcaption {
    max-width: 37.5rem;
    font-size: .75em;
    margin-top: .5em
}

figcaption>p {
    margin: .5em 0 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.entry-content embed,
.entry-content object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

a:active,
a:hover {
    outline-width: 0
}

mark {
    background-color: #ff0;
    color: #000
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

details,
menu {
    display: block
}

canvas {
    display: inline-block
}

@media print {

    *,
    ::after,
    ::before,
    blockquote::first-letter,
    blockquote::first-line,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 1.8em;
    margin-bottom: .6em
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h1,
h1 {
    font-size: 2em
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 2.5em
    }
}

.h2,
h2 {
    font-size: 1.4em;
    line-height: 1.2
}

@media (min-width:768px) {

    .h2,
    h2 {
        font-size: 2em
    }
}

.h3,
h3 {
    font-size: 1.3em;
    line-height: 1.3
}

@media (min-width:768px) {

    .h3,
    h3 {
        font-size: 1.75em
    }
}

.h4,
h4 {
    font-size: 1.2em;
    line-height: 1.4
}

@media (min-width:768px) {

    .h4,
    h4 {
        font-size: 1.5em
    }
}

.h5,
h5 {
    font-size: 1.15em;
    line-height: 1.5
}

@media (min-width:768px) {

    .h5,
    h5 {
        font-size: 1.25em
    }
}

.h6,
h6 {
    line-height: 1.6;
    font-size: 1em
}

h1+h2 {
    margin-top: 1.2em
}

h2+h3 {
    margin-top: 1.3em
}

h3+h4 {
    margin-top: 1.4em
}

h4+h5 {
    margin-top: 1.5em
}

h5+h6 {
    margin-top: 2em
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.animation,
.content-card__title a,
.entry-tag,
.ingredients-serves,
.recipe-steps>li:before,
.scrolltop,
.widget a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.strong {
    font-weight: 700
}

.btn,
.comment-respond .form-submit input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover,
.comment-respond .form-submit input:focus,
.comment-respond .form-submit input:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-respond .form-submit input.focus,
.comment-respond .form-submit input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled,
.comment-respond .form-submit input.disabled,
.comment-respond .form-submit input:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

body {
    background: #fdfbf2;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4;
    color: #222;
    font-size: 14px
}

@media (min-width:576px) {
    body {
        font-size: 16px;
        line-height: 1.5
    }
}

.comment-reply-link,
.js-link,
.pseudo-link,
.spanlink,
a {
    color: #009ece;
    cursor: pointer
}

@media print {

    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .container,
    .footer-navigation-inner.fixed,
    .footer-navigation.fixed,
    .site-footer-inner.fixed,
    .site-footer.fixed,
    .site-header-inner.fixed,
    .site-header.fixed,
    .site-navigation-inner.fixed,
    .site-navigation.fixed {
        max-width: none
    }

    .site-content {
        padding: 20px
    }

    .content-area {
        max-width: none;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .header-html-1,
    .header-html-2,
    .header-social,
    .menu-top-container,
    .site-navigation {
        display: none
    }

    .scrolltop {
        display: none
    }

    .breadcrumb {
        display: none
    }

    .widget-area {
        display: none
    }

    .ingredients-serves {
        display: none
    }

    .entry-image {
        display: none
    }

    .b-related,
    .comments-area,
    .entry-bottom,
    .entry-meta,
    .footer-navigation,
    .footer-widgets {
        display: none
    }

    .recipe-info {
        margin-bottom: 0
    }

    .recipe-info:after {
        content: '';
        display: block;
        clear: both
    }

    .recipe-info .ingredients {
        float: left;
        width: 60%;
        margin-bottom: 0
    }

    .recipe-info .nutritional {
        float: right;
        width: 35%
    }

    .ingredients-header__title {
        background: 0 0;
        padding-left: 0
    }

    .steps-header__title {
        background: 0 0;
        padding-left: 0
    }

    .steps-header__meta {
        display: none
    }

    .recipe-steps__photo {
        display: none
    }

    .recipe-steps>li {
        padding: 10px 0
    }

    .recipe-steps>li:before {
        font-size: 18px;
        top: 10px
    }

    .b-r {
        display: none
    }
}

.container,
.footer-navigation-inner.fixed,
.footer-navigation.fixed,
.site-footer-inner.fixed,
.site-footer.fixed,
.site-header-inner.fixed,
.site-header.fixed,
.site-navigation-inner.fixed,
.site-navigation.fixed {
    width: 100%;
    margin: 0 auto
}

@media (min-width:576px) {

    .container,
    .footer-navigation-inner.fixed,
    .footer-navigation.fixed,
    .site-footer-inner.fixed,
    .site-footer.fixed,
    .site-header-inner.fixed,
    .site-header.fixed,
    .site-navigation-inner.fixed,
    .site-navigation.fixed {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .footer-navigation-inner.fixed,
    .footer-navigation.fixed,
    .site-footer-inner.fixed,
    .site-footer.fixed,
    .site-header-inner.fixed,
    .site-header.fixed,
    .site-navigation-inner.fixed,
    .site-navigation.fixed {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .footer-navigation-inner.fixed,
    .footer-navigation.fixed,
    .site-footer-inner.fixed,
    .site-footer.fixed,
    .site-header-inner.fixed,
    .site-header.fixed,
    .site-navigation-inner.fixed,
    .site-navigation.fixed {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .footer-navigation-inner.fixed,
    .footer-navigation.fixed,
    .site-footer-inner.fixed,
    .site-footer.fixed,
    .site-header-inner.fixed,
    .site-header.fixed,
    .site-navigation-inner.fixed,
    .site-navigation.fixed {
        max-width: 1140px
    }
}

.site-content {
    position: relative;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 100px rgba(178, 165, 105, .19);
    box-shadow: 0 0 100px rgba(178, 165, 105, .19)
}

@media (min-width:992px) {
    .site-content .site-content-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .site-content {
        padding: 40px 50px
    }
}

.content-area {
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .sidebar-none .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.sidebar-left .content-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.sidebar-left .widget-area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.b-r {
    margin: .8em 0 1.5em
}

.b-r--after_ingredients {
    margin: -.8em 0 2.5em
}

.site-header {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 100px rgba(178, 165, 105, .19);
    box-shadow: 0 0 100px rgba(178, 165, 105, .19)
}

@media (min-width:768px) {
    .site-header {
        background-repeat: no-repeat;
        background-position: center center
    }
}

.site-header.full .site-header-inner.full {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991px) {
    .site-header {
        text-align: center
    }
}

.site-header-inner {
    position: relative;
    padding: 10px 20px
}

@media (min-width:768px) {
    .site-header-inner {
        padding: 20px 50px
    }
}

@media (min-width:992px) {
    .site-header-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site-branding {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .site-branding {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:992px) {
    .site-branding {
        padding-left: 0;
        padding-right: 0
    }
}

.site-branding .site-logotype {
    margin-right: 1rem
}

.site-branding__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.site-logotype {
    margin-right: .5rem;
    margin-bottom: 10px
}

.site-logotype img {
    max-height: 100px
}

.site-title {
    color: #009ece;
    font-size: 1.8em;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 5px
}

.site-title a {
    text-decoration: none
}

.site-description {
    margin: 0
}

@media (min-width:992px) {
    .header-html-1 {
        padding: 0 15px
    }
}

@media (min-width:992px) {
    .header-html-2 {
        padding: 0 15px
    }
}

@media (max-width:991px) {

    .header-html-1,
    .header-html-2,
    .header-search {
        margin-top: 15px
    }
}

.site-footer {
    position: relative;
    background: #eee;
    -webkit-box-shadow: 0 0 100px rgba(178, 165, 105, .19);
    box-shadow: 0 0 100px rgba(178, 165, 105, .19);
    font-size: .9em
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 20px
}

@media (min-width:768px) {
    .footer-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 50px
    }
}

.footer-widgets {
    padding: 20px
}

@media (min-width:768px) {
    .footer-widgets {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 50px 20px
    }
}

.footer-widget {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: .8rem;
    padding-right: .8rem
}

.footer-widget .widget {
    margin-bottom: 30px
}

.footer-widget .widget-header {
    margin-bottom: 20px
}

.footer-widget .widget-header:after {
    display: none
}

@media (min-width:768px) {
    .footer-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .footer-counters {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
        flex: 1 0 15%;
        text-align: right
    }
}

.footer-navigation,
.site-navigation {
    display: none;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 45px -14px rgba(178, 165, 105, .19);
    box-shadow: 0 5px 45px -14px rgba(178, 165, 105, .19);
    z-index: 20
}

@media (min-width:992px) {

    .footer-navigation,
    .site-navigation {
        display: block
    }
}

.footer-navigation ul,
.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {

    .footer-navigation ul,
    .site-navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-navigation ul li,
.site-navigation ul li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 40px
}

@media (min-width:992px) {

    .footer-navigation ul li,
    .site-navigation ul li {
        padding-right: 0
    }
}

.footer-navigation ul li .removed-link,
.footer-navigation ul li a,
.site-navigation ul li .removed-link,
.site-navigation ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 5px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: .95em;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width:992px) {

    .footer-navigation ul li .removed-link,
    .footer-navigation ul li a,
    .site-navigation ul li .removed-link,
    .site-navigation ul li a {
        padding: 18px 5px;
        text-align: center
    }
}

.footer-navigation ul li .removed-link:before,
.footer-navigation ul li a:before,
.site-navigation ul li .removed-link:before,
.site-navigation ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #009ece;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0)
}

@media (min-width:992px) {

    .footer-navigation ul li .removed-link:hover:before,
    .footer-navigation ul li a:hover:before,
    .site-navigation ul li .removed-link:hover:before,
    .site-navigation ul li a:hover:before {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
        opacity: 1
    }
}

.footer-navigation ul li .sub-menu,
.site-navigation ul li .sub-menu {
    display: none;
    background: #fff;
    margin-right: -40px
}

@media (min-width:992px) {

    .footer-navigation ul li .sub-menu,
    .site-navigation ul li .sub-menu {
        position: absolute;
        -webkit-box-shadow: 0 2px 45px rgba(178, 165, 105, .19);
        box-shadow: 0 2px 45px rgba(178, 165, 105, .19);
        margin-right: 0
    }
}

.footer-navigation ul li .sub-menu li,
.site-navigation ul li .sub-menu li {
    padding-left: 15px;
    font-size: .95em
}

@media (min-width:992px) {

    .footer-navigation ul li .sub-menu li,
    .site-navigation ul li .sub-menu li {
        padding-left: 0
    }
}

.footer-navigation ul li .sub-menu li .removed-link,
.footer-navigation ul li .sub-menu li a,
.site-navigation ul li .sub-menu li .removed-link,
.site-navigation ul li .sub-menu li a {
    text-align: left;
    white-space: nowrap
}

@media (min-width:992px) {

    .footer-navigation ul li .sub-menu li .removed-link,
    .footer-navigation ul li .sub-menu li a,
    .site-navigation ul li .sub-menu li .removed-link,
    .site-navigation ul li .sub-menu li a {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer-navigation ul li .sub-menu li .removed-link:hover,
.footer-navigation ul li .sub-menu li a:hover,
.site-navigation ul li .sub-menu li .removed-link:hover,
.site-navigation ul li .sub-menu li a:hover {
    color: #009ECE;
    background: 0 0
}

@media (min-width:992px) {

    .footer-navigation ul li .sub-menu li.menu-item-has-children>.removed-link:after,
    .footer-navigation ul li .sub-menu li.menu-item-has-children>a:after,
    .site-navigation ul li .sub-menu li.menu-item-has-children>.removed-link:after,
    .site-navigation ul li .sub-menu li.menu-item-has-children>a:after {
        content: "\2b9e"
    }
}

@media (min-width:992px) {

    .footer-navigation ul li .sub-menu .sub-menu,
    .site-navigation ul li .sub-menu .sub-menu {
        position: absolute;
        left: 100%;
        top: 0
    }
}

@media (min-width:992px) {

    .footer-navigation ul li.only-hamburger,
    .site-navigation ul li.only-hamburger {
        display: none
    }
}

.footer-navigation ul li.current-menu-item>.removed-link:before,
.footer-navigation ul li.current-menu-item>a:before,
.site-navigation ul li.current-menu-item>.removed-link:before,
.site-navigation ul li.current-menu-item>a:before {
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.footer-navigation ul li.menu-item-has-children:after,
.site-navigation ul li.menu-item-has-children:after {
    content: "\2b9f";
    position: absolute;
    top: 15px;
    right: 0;
    width: 40px;
    height: 1em;
    text-align: center;
    color: #009ece
}

@media (min-width:992px) {

    .footer-navigation ul li.menu-item-has-children:after,
    .site-navigation ul li.menu-item-has-children:after {
        display: none
    }
}

@media (min-width:992px) {

    .footer-navigation ul li.menu-item-has-children>.removed-link:after,
    .footer-navigation ul li.menu-item-has-children>a:after,
    .site-navigation ul li.menu-item-has-children>.removed-link:after,
    .site-navigation ul li.menu-item-has-children>a:after {
        content: "\2b9f";
        font-family: icomoon !important;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: .5em;
        color: #009ece
    }
}

.footer-navigation ul .menu-item-cols-2>.sub-menu,
.site-navigation ul .menu-item-cols-2>.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.footer-navigation ul .menu-item-cols-2>.sub-menu>li,
.site-navigation ul .menu-item-cols-2>.sub-menu>li {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

@media only screen and (max-width:767px) {

    .footer-navigation ul .menu-item-cols-2>.sub-menu,
    .site-navigation ul .menu-item-cols-2>.sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.footer-navigation ul li.menu-item-has-children>.removed-link:after,
.footer-navigation ul li.menu-item-has-children>a:after {
    display: none
}

.footer-navigation-inner,
.site-navigation-inner {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {

    .footer-navigation-inner,
    .site-navigation-inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.menu-top {
    display: none;
    font-size: .9em;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width:992px) {
    .menu-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.menu-top li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

.menu-top li>a,
.menu-top li>span {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-top li>a:hover,
.menu-top li>span:hover {
    opacity: 1;
    color: #222
}

.menu-top li .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .menu-top li .sub-menu {
        position: absolute;
        left: 10px;
        background: #fff;
        -webkit-box-shadow: 0 2px 45px rgba(178, 165, 105, .25);
        box-shadow: 0 2px 45px rgba(178, 165, 105, .25);
        z-index: 110;
        margin-right: 0
    }
}

.menu-top li .sub-menu li>a,
.menu-top li .sub-menu li>span {
    display: inline-block;
    padding: 15px;
    white-space: nowrap
}

@media (min-width:992px) {
    .menu-top li .sub-menu li .sub-menu {
        top: 0;
        left: 100%
    }
}

.menu-top li .sub-menu li.menu-item-has-children>a:after,
.menu-top li .sub-menu li.menu-item-has-children>span:after {
    content: "\2b9e"
}

.menu-top li.menu-item-has-children>a:after,
.menu-top li.menu-item-has-children>span:after {
    content: "\2b9f";
    margin-left: .5em
}

.humburger {
    position: absolute;
    top: 20px;
    right: 20px
}

@media (min-width:992px) {
    .humburger {
        display: none
    }
}

.pagination {
    margin-bottom: 35px
}

.pagination .page-numbers {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 2px;
    text-decoration: none;
    background: #efede7;
    color: #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pagination a.page-numbers {
    color: #333
}

.pagination a.page-numbers:hover {
    background: #009ece;
    color: #fff
}

.pagination .current {
    background: #009ece;
    color: #fff
}

.taxonomy-description {
    margin-bottom: 2.5rem
}

.child-categories {
    margin-bottom: 15px
}

.child-categories ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.child-categories ul li {
    margin-right: 15px;
    margin-bottom: 15px
}

.child-categories ul li a {
    display: block;
    padding: 5px 20px;
    color: #009ece;
    border: 1px solid #009ece;
    text-decoration: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.child-categories ul li a:hover {
    color: #222;
    border: 1px solid #222
}

.child-categories ul:before {
    display: none
}

.widget-area {
    display: none;
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .widget-area {
        display: block
    }
}

@media (min-width:992px) {
    .widget-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%
    }
}

.widget {
    margin-bottom: 50px
}

.widget a {
    color: #222;
    text-decoration: none
}

.widget a:hover {
    color: #009ece
}

.widget-header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 16px
}

.widget-header:after {
    content: "";
    position: relative;
    display: inline-block;
    top: -2px;
    width: 12px;
    height: 3px;
    margin-left: 10px;
    vertical-align: middle;
    background: #009ece
}

.widget_calendar table {
    width: 100%;
    margin: 1.5em 0;
    border: 1px solid #eee;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: .9rem
}

.widget_calendar table td,
.widget_calendar table th {
    padding: .3rem .4rem
}

.widget_calendar table caption {
    text-align: center
}

.widget_media_gallery .gallery-item {
    margin: 0 0 1px
}

.widget_calendar a,
.widget_recent_comments a {
    color: #009ece
}

.widget_calendar a:hover,
.widget_recent_comments a:hover {
    color: #222
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    word-wrap: break-word
}

.footer-widgets .widget_nav_menu ul li {
   padding-top: 4px;
   padding-bottom: 4px;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child {
    border-bottom: none
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul {
    margin-left: 10px;
    font-size: .9em
}

.widget_archive ul ul li a,
.widget_categories ul ul li a,
.widget_meta ul ul li a,
.widget_nav_menu ul ul li a,
.widget_pages ul ul li a,
.widget_recent_comments ul ul li a,
.widget_recent_entries ul ul li a {
    color: #666
}

.widget_categories ul li a,
.widget_nav_menu ul li a {
    position: relative;
    padding: 5px 0 5px 30px
}

.footer-widgets .widget_nav_menu ul li a {
   padding: 5px 0 5px 20px;
   display: inline-block;
}

.widget_categories ul li a:before,
.widget_nav_menu ul li a:before {
    content: "\2b9e";
    position: absolute;
    left: 0;
    top: .4em;
    color: #009ece
}

.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover {
    background-position: 3px center
}

.widget_categories ul li ul,
.widget_nav_menu ul li ul {
    margin-top: 10px
}

.widget_categories ul li ul li a,
.widget_nav_menu ul li ul li a {
    background: 0 0
}

.widget_categories ul li ul li a:before,
.widget_nav_menu ul li ul li a:before {
    color: #666
}

.widget-article {
    margin-bottom: 2rem;
    line-height: 1.2
}

.widget-article__title {
    margin: .5rem 0
}

.widget-article__image {
    position: relative
}

.widget-article__category {
    font-size: .9em
}

.widget-article__category a {
    color: #aaa
}

.widget-article__meta {
    font-size: .8em;
    color: #aaa;
    margin-bottom: .5rem
}

.widget-article__meta>span {
    margin-left: 1rem
}

.widget-article__meta>span:first-child {
    margin-left: 0
}

.widget-article--compact {
    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
}

.widget-article--compact .widget-article__image {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px
}

.widget-article--compact .widget-article__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.widget-article--normal:hover .widget-article__image .widget-article__category {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.widget-article--normal .widget-article__image {
    overflow: hidden;
    height: 160px
}

.widget-article--normal .widget-article__image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.widget-article--normal .widget-article__image .widget-article__category {
    position: absolute;
    left: .8rem;
    bottom: .5rem;
    font-size: .8em;
    -webkit-transform: translateY(5em) translateZ(0);
    transform: translateY(5em) translateZ(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

.widget-article--normal .widget-article__image .widget-article__category a {
    display: inline-block;
    padding: .2em .8em;
    background: #009ece;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.widget-article--normal .widget-article__image .widget-article__category a:hover {
    background: #222
}

.top-commentators ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-commentators ul:after {
    content: '';
    display: block;
    clear: both
}

.top-commentators ul li {
    width: 33%;
    padding: 0;
    float: left;
    text-align: center;
    margin-bottom: 20px
}

.top-commentators__name {
    font-size: 90%;
    margin: 5px 0
}

.top-commentators__count {
    color: rgba(0, 0, 0, .5);
    font-size: 80%
}

@media (max-width:991px) {
    .widget-mobile-hide {
        display: none
    }
}

.search-form {
    position: relative
}

.search-form__text {
    width: 100%;
    display: block;
    padding-right: 2em
}

.search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2em;
    border: none;
    background: 0 0;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.search-form__submit:focus {
    outline: 0;
    color: #009ece
}

.search-form__submit:hover {
    opacity: 1
}

.search-form__submit:before {
    content: "\1f50d"
}

.breadcrumb {
    margin-bottom: .8rem;
    font-size: .85em;
    color: #666
}

@media (min-width:768px) {
    .breadcrumb {
        margin-bottom: 1.5rem
    }
}

.breadcrumb a {
    color: #666;
    text-decoration: none
}

.breadcrumb-separator {
    margin-left: 4px;
    margin-right: 4px
}

.scrolltop {
    position: relative;
    display: none;
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 64px;
    right: 10px;
    border: none;
    background: #fff;
    outline: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 30px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 30px -5px rgba(0, 0, 0, .3);
    outline: 0;
    opacity: .6
}

.scrolltop:before {
    content: "\2b9d";
    position: relative;
    color: #009ece;
    font-size: 2rem;
    vertical-align: middle;
    top: -1px
}

.scrolltop:focus {
    outline: 0
}

.scrolltop:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0)
}

@media (min-width:1600px) {
    .scrolltop {
        right: 100px
    }
}

@media (min-width:1900px) {
    .scrolltop {
        right: 200px
    }
}

.contact-form__field {
    margin-bottom: 1rem
}

.contact-form__field label {
    display: block;
    margin-bottom: .3rem
}

.contact-form__errors {
    color: #ff0927
}

.contact-form__success {
    border: 3px solid #34bc58;
    padding: 2rem 2rem;
    margin: 2rem 0;
    font-size: 1.2em;
    text-align: center
}

.contact-form .field-contact-name {
    width: 100%
}

@media (min-width:768px) {
    .contact-form .field-contact-name {
        width: 60%
    }
}

.contact-form .field-contact-email {
    width: 100%
}

@media (min-width:768px) {
    .contact-form .field-contact-email {
        width: 60%
    }
}

.contact-form .field-contact-subject {
    width: 100%
}

@media (min-width:768px) {
    .contact-form .field-contact-subject {
        width: 60%
    }
}

.contact-form .field-contact-portions {
    width: 100%
}

@media (min-width:768px) {
    .contact-form .field-contact-portions {
        width: 60%
    }
}

.contact-form .field-contact-time-cooking {
    width: 100%
}

@media (min-width:768px) {
    .contact-form .field-contact-time-cooking {
        width: 60%
    }
}

.contact-form .field-contact-message {
    width: 100%;
    height: 150px
}

.contact-form .contact-form-notes-after {
    font-size: 85%;
    margin-bottom: 15px
}

.contact-form .contact-form-notes-after:after,
.contact-form .contact-form-notes-after:before {
    content: " ";
    display: table;
    line-height: 0
}

.contact-form .contact-form-notes-after:after {
    clear: both
}

.card-slider-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    min-height: 200px
}

@media (min-width:768px) {
    .card-slider-container {
        min-height: 400px
    }
}

.card-slider-container .swiper-button-next,
.card-slider-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 6.1%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.card-slider-container .swiper-pagination-bullet {
    background: #fff
}

.card-slider-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009ece
}

.card-slider__image {
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .card-slider__image {
        min-height: 400px
    }
}

.card-slider__image img {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.card-slider__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 6% 10% 10%;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .8));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .8));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .8));
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

@media (min-width:768px) {
    .card-slider__body {
        padding: 11% 10% 6%
    }
}

.card-slider__body-inner {
    max-width: 1100px;
    margin: 0 auto
}

.card-slider__category {
    display: inline-block;
    padding: .3em 1.4em;
    margin-bottom: 1em;
    background: #009ece;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: .7em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.card-slider__category:hover {
    color: #fff
}

.card-slider__title {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: .5em
}

@media (min-width:576px) {
    .card-slider__title {
        font-size: 1.5em
    }
}

@media (min-width:768px) {
    .card-slider__title {
        font-size: 1.8em;
        line-height: 1.3
    }
}

@media (min-width:992px) {
    .card-slider__title {
        font-size: 2em
    }
}

.card-slider__excerpt {
    font-size: .95em;
    opacity: .75
}

@media (max-width:767px) {
    .card-slider__excerpt {
        display: none
    }
}

.card-slider-container .swiper-button-next,
.card-slider-container .swiper-button-prev {
    opacity: .1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.card-slider-container .swiper-button-next:hover,
.card-slider-container .swiper-button-prev:hover {
    opacity: .8
}

.card-slider-container:hover .swiper-button-next,
.card-slider-container:hover .swiper-button-prev {
    opacity: .4
}

.slider-thumbnails {
    margin: -30px auto 30px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:575px) {
    .slider-thumbnails {
        display: none
    }
}

.slider-thumbnails .swiper-slide {
    cursor: pointer;
    opacity: .4;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slider-thumbnails .swiper-slide:hover {
    opacity: .7
}

.slider-thumbnails .swiper-slide-thumb-active {
    opacity: 1
}

.slider-thumbnails__slide {
    position: relative;
    height: 150px;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.slider-thumbnails__title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    line-height: 1.3
}

.social-links {
    margin: 10px 0
}

@media (max-width:991px) {
    .social-links {
        margin-top: 15px
    }
}

@media (min-width:576px) {
    .social-links .social-buttons {
        white-space: nowrap
    }
}

.widget_wpshop_widget_social_links .social-links .social-buttons {
    white-space: inherit
}

.social-button {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 2px
}

.subscribe-box {
    margin: 20px 0 10px;
    padding: 4px;
    background: #fff;
    background: url(../images/subscribe-bg.png)
}

.subscribe-box__header {
    font-size: 1.1em;
    margin-bottom: 1rem
}

.subscribe-box .input,
.subscribe-box input[type=color],
.subscribe-box input[type=date],
.subscribe-box input[type=datetime-local],
.subscribe-box input[type=datetime],
.subscribe-box input[type=email],
.subscribe-box input[type=month],
.subscribe-box input[type=number],
.subscribe-box input[type=password],
.subscribe-box input[type=range],
.subscribe-box input[type=search],
.subscribe-box input[type=tel],
.subscribe-box input[type=text],
.subscribe-box input[type=time],
.subscribe-box input[type=url],
.subscribe-box input[type=week] {
    padding: .6rem 1.5rem;
    margin: 0 0 .6em;
    max-width: 100%
}

@media (max-width:991px) {

    .subscribe-box .input,
    .subscribe-box input[type=color],
    .subscribe-box input[type=date],
    .subscribe-box input[type=datetime-local],
    .subscribe-box input[type=datetime],
    .subscribe-box input[type=email],
    .subscribe-box input[type=month],
    .subscribe-box input[type=number],
    .subscribe-box input[type=password],
    .subscribe-box input[type=range],
    .subscribe-box input[type=search],
    .subscribe-box input[type=tel],
    .subscribe-box input[type=text],
    .subscribe-box input[type=time],
    .subscribe-box input[type=url],
    .subscribe-box input[type=week] {
        width: 80%
    }
}

@media (max-width:767px) {

    .subscribe-box .input,
    .subscribe-box input[type=color],
    .subscribe-box input[type=date],
    .subscribe-box input[type=datetime-local],
    .subscribe-box input[type=datetime],
    .subscribe-box input[type=email],
    .subscribe-box input[type=month],
    .subscribe-box input[type=number],
    .subscribe-box input[type=password],
    .subscribe-box input[type=range],
    .subscribe-box input[type=search],
    .subscribe-box input[type=tel],
    .subscribe-box input[type=text],
    .subscribe-box input[type=time],
    .subscribe-box input[type=url],
    .subscribe-box input[type=week] {
        display: block;
        width: 100%
    }
}

.subscribe-box-inner {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center
}

.table-of-contents {
    background: #f3f4f4;
    margin-bottom: 30px
}

.table-of-contents__header {
    padding: 15px 30px;
    font-weight: 700
}

.table-of-contents__hide {
    cursor: pointer
}

.table-of-contents__hide:after {
    content: "\2b9f";
    margin-left: 12px
}

.table-of-contents__hide:hover {
    opacity: .9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.table-of-contents.open .table-of-contents__list {
    display: block
}

.table-of-contents.open .table-of-contents__hide:after {
    content: "\2b9d"
}

.table-of-contents__list {
    margin-top: 0
}

.table-of-contents__list .level-1 a {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.table-of-contents__list .level-2 {
    font-size: .92em
}

.table-of-contents__list .level-3 {
    font-size: .88em
}

.table-of-contents ol {
    margin: 0 30px 0;
    padding: 0 0 15px 0;
    list-style: none
}

.table-of-contents ol li {
    margin-bottom: .8em
}

.table-of-contents ol li:before {
    content: counter(point) ". ";
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border: none;
    opacity: .5;
    margin-right: 5px;
    margin-left: 0
}

.table-of-contents ol .level-1 {
    counter-increment: point;
    counter-reset: sublist
}

.table-of-contents ol .level-2 {
    counter-reset: sublist3;
    margin-top: .3em;
    margin-bottom: .7em;
    margin-left: 30px
}

.table-of-contents ol .level-2:before {
    content: counter(point) "."counter(sublist) ". ";
    counter-increment: sublist
}

.table-of-contents ol .level-3 {
    margin-top: .3em;
    margin-bottom: .7em;
    margin-left: 70px
}

.table-of-contents ol .level-3:before {
    content: counter(point) "."counter(sublist) "."counter(sublist3) ". ";
    counter-increment: sublist3;
    width: 40px
}

.content-card__image {
    position: relative;
    margin-bottom: .7rem
}

.content-card__no-image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.content-card__title {
    line-height: 1.2;
    margin-bottom: .7em;
    font-size: 1rem
}

.content-card__title a {
    color: #222;
    text-decoration: none;
    font-weight: 700
}

.content-card__title a:hover {
    color: #009ece
}

.content-card .entry-category {
    font-size: .8em
}

.content-card .entry-category a {
    margin-bottom: .5em
}

.content-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em;
    color: #666;
    margin-bottom: .5em
}

.content-card__meta [class^=meta-] {
    margin-left: 1.5rem
}

.content-card__meta [class^=meta-]:first-child {
    margin-left: 0
}

.content-card__excerpt {
    word-wrap: break-word;
    color: #666
}

.content-card--big {
    margin-bottom: 3rem
}

.content-card--big .content-card__title {
    font-size: 1.7em;
    margin-bottom: .3em;
    margin-top: 0
}

.content-card--big .content-card__image {
    position: relative
}

.content-card--big .content-card__image .entry-category {
    position: absolute;
    left: .8rem;
    bottom: .5rem;
    font-size: .7em;
    z-index: 3
}

.content-card--big .content-card__image .entry-category a {
    padding: .2em .8em;
    margin-bottom: 0
}

.content-card--big .content-card__image .entry-category a:hover {
    background: #222
}

.posts-container--line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-card--line {
    max-width: 800px;
    margin: 0 auto 3rem;
    width: 100%
}

@media (min-width:576px) {
    .content-card--line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.content-card--line:hover .content-card__image .entry-category {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.content-card--line .content-card__image {
    position: relative;
    height: 150px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 200px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:576px) {
    .content-card--line .content-card__image {
        margin-right: 30px;
        max-width: 330px
    }
}

.content-card--line .content-card__image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.content-card--line .content-card__image .entry-category {
    position: absolute;
    left: .8rem;
    bottom: .5rem;
    font-size: .7em;
    -webkit-transform: translateY(5em) translateZ(0);
    transform: translateY(5em) translateZ(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

.content-card--line .content-card__image .entry-category a {
    padding: .2em .8em;
    margin-bottom: 0;
    opacity: .9
}

.content-card--line .content-card__image .entry-category a:hover {
    opacity: 1
}

.content-card--line .content-card__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.content-card--line .content-card__excerpt {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: .4em
}

.posts-container--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -.8rem;
    margin-right: -.8rem
}

.posts-container--small:after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 240px;
    max-width: 330px
}

@media (min-width:992px) {
    .posts-container--small:after {
        min-width: 270px;
        max-width: 330px
    }
}

.posts-container--small .content-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 240px;
    max-width: 330px;
    padding-left: .8rem;
    padding-right: .8rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .posts-container--small .content-card {
        min-width: 270px;
        max-width: 330px
    }
}

.content-card--small {
    margin-bottom: 3rem
}

.content-card--small:hover .content-card__image .entry-category {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.content-card--small .content-card__image {
    position: relative;
    height: 150px;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.content-card--small .content-card__image:after {
    content: "\1f4f8";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .2
}

.content-card--small .content-card__image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.content-card--small .content-card__image .entry-category {
    position: absolute;
    left: .8rem;
    bottom: .5rem;
    font-size: .7em;
    -webkit-transform: translateY(5em) translateZ(0);
    transform: translateY(5em) translateZ(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

.content-card--small .content-card__image .entry-category a {
    padding: .2em .8em;
    margin-bottom: 0
}

.content-card--small .content-card__image .entry-category a:hover {
    background: #222
}

.content-card--small .content-card__excerpt {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: .4em
}

.content-card--small .content-card__meta {
    font-size: .8em
}

.article-post {
    margin-bottom: 2rem
}

.article-post .social-buttons {
    font-size: .9em;
    margin-bottom: 1rem
}

.entry-title,
.page-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1rem;
    word-wrap: break-word
}

.entry-title:first-letter,
.page-title:first-letter {
    text-transform: uppercase
}

@media (min-width:576px) {

    .entry-title,
    .page-title {
        font-size: 1.8em
    }
}

@media (min-width:768px) {

    .entry-title,
    .page-title {
        font-size: 2.1em
    }
}

@media (min-width:992px) {

    .entry-title,
    .page-title {
        font-size: 2.5em
    }
}

.page-title {
    margin-bottom: 1em
}

.entry-meta {
    font-size: .9em;
    margin-bottom: 1rem;
    color: #666
}

.entry-meta a {
    color: #666
}

.entry-meta .entry-author,
.entry-meta .entry-category,
.entry-meta .entry-date,
.entry-meta .meta-author,
.entry-meta .meta-comments,
.entry-meta .meta-date {
    margin-right: 2rem;
    display: inline-block
}

@media (max-width:991px) {

    .entry-meta .entry-author,
    .entry-meta .entry-category,
    .entry-meta .entry-date,
    .entry-meta .meta-author,
    .entry-meta .meta-comments,
    .entry-meta .meta-date {
        margin-bottom: .5em
    }
}

.entry-meta .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.entry-category a {
    display: inline-block;
    padding: .3em .9em;
    background: #009ece;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.entry-category a:hover {
    background: #222
}

.entry-image {
    position: relative;
    margin-bottom: 1.5rem
}

.entry-image--big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .entry-image--big {
        min-height: 400px;
        width: calc(100% + 100px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% + 100px);
        -ms-flex: 0 0 calc(100% + 100px);
        flex: 0 0 calc(100% + 100px);
        margin-top: -40px;
        margin-left: -50px;
        margin-right: -50px
    }
}

.entry-image--big .entry-image__body {
    padding: 50px 20px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .2));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .2));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .2))
}

@media (min-width:768px) {
    .entry-image--big .entry-image__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 120px 50px 0
    }
}

.entry-image--big .entry-meta {
    color: rgba(255, 255, 255, .7)
}

.entry-image--big .meta-author:before,
.entry-image--big .meta-comments:before,
.entry-image--big .meta-date:before,
.entry-image--big .meta-views:before {
    color: rgba(255, 255, 255, .7)
}

.entry-image--big .social-buttons {
    margin-bottom: .5em
}

.entry-excerpt {
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.2
}

@media (min-width:576px) {
    .entry-excerpt {
        font-size: 1.3em;
        margin-bottom: 30px
    }
}

.entry-content,
.home-text,
.taxonomy-description {
    word-wrap: break-word;
    margin-bottom: 2rem
}

.entry-content .wp-block-button,
.entry-content p,
.home-text .wp-block-button,
.home-text p,
.taxonomy-description .wp-block-button,
.taxonomy-description p {
    margin-bottom: 1.5em
}

.entry-content dl,
.home-text dl,
.taxonomy-description dl {
    margin-bottom: 1.5em
}

.entry-content dl dd,
.home-text dl dd,
.taxonomy-description dl dd {
    margin-left: 1em;
    margin-bottom: 1em
}

.entry-content ol:not([class]),
.entry-content ul:not([class]),
.home-text ol:not([class]),
.home-text ul:not([class]),
.taxonomy-description ol:not([class]),
.taxonomy-description ul:not([class]) {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1.5em;
    margin-bottom: 2em
}

.entry-content ol:not([class]) li,
.entry-content ul:not([class]) li,
.home-text ol:not([class]) li,
.home-text ul:not([class]) li,
.taxonomy-description ol:not([class]) li,
.taxonomy-description ul:not([class]) li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: .8em
}

.entry-content ul:not([class])>li:before,
.home-text ul:not([class])>li:before,
.taxonomy-description ul:not([class])>li:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: .7rem;
    height: .5rem;
    background: #009ece
}

.entry-content ul:not([class])>li ul>li:before,
.home-text ul:not([class])>li ul>li:before,
.taxonomy-description ul:not([class])>li ul>li:before {
    width: .5rem
}

.entry-content ol:not([class]),
.home-text ol:not([class]),
.taxonomy-description ol:not([class]) {
    counter-reset: section
}

.entry-content ol:not([class])>li:before,
.home-text ol:not([class])>li:before,
.taxonomy-description ol:not([class])>li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    position: absolute;
    left: 0
}

.entry-content ol:not([class])>li ol,
.home-text ol:not([class])>li ol,
.taxonomy-description ol:not([class])>li ol {
    margin-top: .8em;
    margin-bottom: .8em
}

.entry-content ol:not([class])>li ol>li,
.home-text ol:not([class])>li ol>li,
.taxonomy-description ol:not([class])>li ol>li {
    padding-left: 3.5rem
}

.entry-content ol:not([class])>li ol>li ol>li,
.home-text ol:not([class])>li ol>li ol>li,
.taxonomy-description ol:not([class])>li ol>li ol>li {
    padding-left: 4.5rem
}

.entry-content ol:not([class])>li ol>li ol>li ol>li,
.home-text ol:not([class])>li ol>li ol>li ol>li,
.taxonomy-description ol:not([class])>li ol>li ol>li ol>li {
    padding-left: 5.5rem
}

.entry-content blockquote,
.home-text blockquote,
.taxonomy-description blockquote {
    font-style: italic;
    position: relative;
    margin: 2em 0;
    padding: 20px 30px;
    border-left: 2px solid #009ece !important
}

.entry-content blockquote p,
.home-text blockquote p,
.taxonomy-description blockquote p {
    margin: .75em 0
}

.entry-content blockquote cite,
.home-text blockquote cite,
.taxonomy-description blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: .9em
}

.entry-content blockquote.wp-block-quote,
.home-text blockquote.wp-block-quote,
.taxonomy-description blockquote.wp-block-quote {
    border: none !important
}

.entry-content blockquote.wp-block-quote.is-large,
.entry-content blockquote.wp-block-quote.is-style-large,
.home-text blockquote.wp-block-quote.is-large,
.home-text blockquote.wp-block-quote.is-style-large,
.taxonomy-description blockquote.wp-block-quote.is-large,
.taxonomy-description blockquote.wp-block-quote.is-style-large {
    margin: 2em 0;
    padding: 20px 40px;
    text-align: center
}

.entry-content blockquote.wp-block-quote.is-large p,
.entry-content blockquote.wp-block-quote.is-style-large p,
.home-text blockquote.wp-block-quote.is-large p,
.home-text blockquote.wp-block-quote.is-style-large p,
.taxonomy-description blockquote.wp-block-quote.is-large p,
.taxonomy-description blockquote.wp-block-quote.is-style-large p {
    font-style: normal
}

.entry-content blockquote.check,
.entry-content blockquote.danger,
.entry-content blockquote.info,
.entry-content blockquote.is-style-check,
.entry-content blockquote.is-style-danger,
.entry-content blockquote.is-style-info,
.entry-content blockquote.is-style-question,
.entry-content blockquote.is-style-quote,
.entry-content blockquote.is-style-thumbs-down,
.entry-content blockquote.is-style-thumbs-up,
.entry-content blockquote.is-style-warning,
.entry-content blockquote.question,
.entry-content blockquote.quote,
.entry-content blockquote.thumbs-down,
.entry-content blockquote.thumbs-up,
.entry-content blockquote.warning,
.home-text blockquote.check,
.home-text blockquote.danger,
.home-text blockquote.info,
.home-text blockquote.is-style-check,
.home-text blockquote.is-style-danger,
.home-text blockquote.is-style-info,
.home-text blockquote.is-style-question,
.home-text blockquote.is-style-quote,
.home-text blockquote.is-style-thumbs-down,
.home-text blockquote.is-style-thumbs-up,
.home-text blockquote.is-style-warning,
.home-text blockquote.question,
.home-text blockquote.quote,
.home-text blockquote.thumbs-down,
.home-text blockquote.thumbs-up,
.home-text blockquote.warning,
.taxonomy-description blockquote.check,
.taxonomy-description blockquote.danger,
.taxonomy-description blockquote.info,
.taxonomy-description blockquote.is-style-check,
.taxonomy-description blockquote.is-style-danger,
.taxonomy-description blockquote.is-style-info,
.taxonomy-description blockquote.is-style-question,
.taxonomy-description blockquote.is-style-quote,
.taxonomy-description blockquote.is-style-thumbs-down,
.taxonomy-description blockquote.is-style-thumbs-up,
.taxonomy-description blockquote.is-style-warning,
.taxonomy-description blockquote.question,
.taxonomy-description blockquote.quote,
.taxonomy-description blockquote.thumbs-down,
.taxonomy-description blockquote.thumbs-up,
.taxonomy-description blockquote.warning {
    padding: 15px 20px 15px 65px !important;
    border-left: none !important
}

@media (min-width:768px) {

    .entry-content blockquote.check,
    .entry-content blockquote.danger,
    .entry-content blockquote.info,
    .entry-content blockquote.is-style-check,
    .entry-content blockquote.is-style-danger,
    .entry-content blockquote.is-style-info,
    .entry-content blockquote.is-style-question,
    .entry-content blockquote.is-style-quote,
    .entry-content blockquote.is-style-thumbs-down,
    .entry-content blockquote.is-style-thumbs-up,
    .entry-content blockquote.is-style-warning,
    .entry-content blockquote.question,
    .entry-content blockquote.quote,
    .entry-content blockquote.thumbs-down,
    .entry-content blockquote.thumbs-up,
    .entry-content blockquote.warning,
    .home-text blockquote.check,
    .home-text blockquote.danger,
    .home-text blockquote.info,
    .home-text blockquote.is-style-check,
    .home-text blockquote.is-style-danger,
    .home-text blockquote.is-style-info,
    .home-text blockquote.is-style-question,
    .home-text blockquote.is-style-quote,
    .home-text blockquote.is-style-thumbs-down,
    .home-text blockquote.is-style-thumbs-up,
    .home-text blockquote.is-style-warning,
    .home-text blockquote.question,
    .home-text blockquote.quote,
    .home-text blockquote.thumbs-down,
    .home-text blockquote.thumbs-up,
    .home-text blockquote.warning,
    .taxonomy-description blockquote.check,
    .taxonomy-description blockquote.danger,
    .taxonomy-description blockquote.info,
    .taxonomy-description blockquote.is-style-check,
    .taxonomy-description blockquote.is-style-danger,
    .taxonomy-description blockquote.is-style-info,
    .taxonomy-description blockquote.is-style-question,
    .taxonomy-description blockquote.is-style-quote,
    .taxonomy-description blockquote.is-style-thumbs-down,
    .taxonomy-description blockquote.is-style-thumbs-up,
    .taxonomy-description blockquote.is-style-warning,
    .taxonomy-description blockquote.question,
    .taxonomy-description blockquote.quote,
    .taxonomy-description blockquote.thumbs-down,
    .taxonomy-description blockquote.thumbs-up,
    .taxonomy-description blockquote.warning {
        padding: 20px 30px 20px 70px
    }
}

.entry-content blockquote.check:before,
.entry-content blockquote.danger:before,
.entry-content blockquote.info:before,
.entry-content blockquote.is-style-check:before,
.entry-content blockquote.is-style-danger:before,
.entry-content blockquote.is-style-info:before,
.entry-content blockquote.is-style-question:before,
.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.question:before,
.entry-content blockquote.quote:before,
.entry-content blockquote.thumbs-down:before,
.entry-content blockquote.thumbs-up:before,
.entry-content blockquote.warning:before,
.home-text blockquote.check:before,
.home-text blockquote.danger:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-check:before,
.home-text blockquote.is-style-danger:before,
.home-text blockquote.is-style-info:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.question:before,
.home-text blockquote.quote:before,
.home-text blockquote.thumbs-down:before,
.home-text blockquote.thumbs-up:before,
.home-text blockquote.warning:before,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-check:before,
.taxonomy-description blockquote.is-style-danger:before,
.taxonomy-description blockquote.is-style-info:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.question:before,
.taxonomy-description blockquote.quote:before,
.taxonomy-description blockquote.thumbs-down:before,
.taxonomy-description blockquote.thumbs-up:before,
.taxonomy-description blockquote.warning:before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px
}

.entry-content blockquote.is-style-warning,
.entry-content blockquote.warning,
.home-text blockquote.is-style-warning,
.home-text blockquote.warning,
.taxonomy-description blockquote.is-style-warning,
.taxonomy-description blockquote.warning {
    background-color: #fff4d4;
    background: -webkit-gradient(linear, left top, right top, from(#fff4d4), to(#ffeadc));
    background: -webkit-linear-gradient(left, #fff4d4 0, #ffeadc 100%);
    background: -o-linear-gradient(left, #fff4d4 0, #ffeadc 100%);
    background: linear-gradient(to right, #fff4d4 0, #ffeadc 100%)
}

.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.warning:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.warning:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.warning:before {
    content: "\2757";
    color: #f58128
}

.entry-content blockquote.is-style-question,
.entry-content blockquote.question,
.home-text blockquote.is-style-question,
.home-text blockquote.question,
.taxonomy-description blockquote.is-style-question,
.taxonomy-description blockquote.question {
    background: #e3f1f4;
    background: -webkit-gradient(linear, left top, right top, from(#e3f1f4), to(#e3edff));
    background: -webkit-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: -o-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: linear-gradient(to right, #e3f1f4 0, #e3edff 100%)
}

.entry-content blockquote.is-style-question:before,
.entry-content blockquote.question:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.question:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.question:before {
    content: "\2753";
    color: #3da2e0
}

.entry-content blockquote.danger,
.entry-content blockquote.is-style-danger,
.home-text blockquote.danger,
.home-text blockquote.is-style-danger,
.taxonomy-description blockquote.danger,
.taxonomy-description blockquote.is-style-danger {
    background: #ffe3db;
    background: -webkit-gradient(linear, left top, right top, from(#ffe3db), to(#ffebd8));
    background: -webkit-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: -o-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: linear-gradient(to right, #ffe3db 0, #ffebd8 100%)
}

.entry-content blockquote.danger:before,
.entry-content blockquote.is-style-danger:before,
.home-text blockquote.danger:before,
.home-text blockquote.is-style-danger:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.is-style-danger:before {
    content: "\274c";
    color: #ff6547
}

.entry-content blockquote.check,
.entry-content blockquote.is-style-check,
.home-text blockquote.check,
.home-text blockquote.is-style-check,
.taxonomy-description blockquote.check,
.taxonomy-description blockquote.is-style-check {
    background: #def9e5;
    background: -webkit-gradient(linear, left top, right top, from(#def9e5), to(#effbce));
    background: -webkit-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: -o-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: linear-gradient(to right, #def9e5 0, #effbce 100%)
}

.entry-content blockquote.check:before,
.entry-content blockquote.is-style-check:before,
.home-text blockquote.check:before,
.home-text blockquote.is-style-check:before,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.is-style-check:before {
    content: "\2705";
    color: #34bc58
}

.entry-content blockquote.info,
.entry-content blockquote.is-style-info,
.home-text blockquote.info,
.home-text blockquote.is-style-info,
.taxonomy-description blockquote.info,
.taxonomy-description blockquote.is-style-info {
    background: #e3f1f4;
    background: -webkit-gradient(linear, left top, right top, from(#e3f1f4), to(#e3edff));
    background: -webkit-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: -o-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: linear-gradient(to right, #e3f1f4 0, #e3edff 100%)
}

.entry-content blockquote.info:before,
.entry-content blockquote.is-style-info:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-info:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-info:before {
    content: "\1f446";
    color: #3da2e0
}

.entry-content blockquote.is-style-thumbs-up,
.entry-content blockquote.thumbs-up,
.home-text blockquote.is-style-thumbs-up,
.home-text blockquote.thumbs-up,
.taxonomy-description blockquote.is-style-thumbs-up,
.taxonomy-description blockquote.thumbs-up {
    background: #def9e5;
    background: -webkit-gradient(linear, left top, right top, from(#def9e5), to(#effbce));
    background: -webkit-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: -o-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: linear-gradient(to right, #def9e5 0, #effbce 100%)
}

.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.thumbs-up:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.thumbs-up:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.thumbs-up:before {
    content: "\1f44d";
    color: #34bc58
}

.entry-content blockquote.is-style-thumbs-down,
.entry-content blockquote.thumbs-down,
.home-text blockquote.is-style-thumbs-down,
.home-text blockquote.thumbs-down,
.taxonomy-description blockquote.is-style-thumbs-down,
.taxonomy-description blockquote.thumbs-down {
    background: #ffe3db;
    background: -webkit-gradient(linear, left top, right top, from(#ffe3db), to(#ffebd8));
    background: -webkit-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: -o-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: linear-gradient(to right, #ffe3db 0, #ffebd8 100%)
}

.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.thumbs-down:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.thumbs-down:before {
    content: "\1f44e";
    color: #ff6547
}

.entry-content blockquote.is-style-quote,
.entry-content blockquote.quote,
.home-text blockquote.is-style-quote,
.home-text blockquote.quote,
.taxonomy-description blockquote.is-style-quote,
.taxonomy-description blockquote.quote {
    background: #eff4f5;
    background: -webkit-gradient(linear, left top, right top, from(#eff4f5), to(#e8f4f5));
    background: -webkit-linear-gradient(left, #eff4f5 0, #e8f4f5 100%);
    background: -o-linear-gradient(left, #eff4f5 0, #e8f4f5 100%);
    background: linear-gradient(to right, #eff4f5 0, #e8f4f5 100%)
}

.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.quote:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.quote:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.quote:before {
    content: "\275d";
    color: #9ca9c7
}

.entry-content .table-responsive,
.home-text .table-responsive,
.taxonomy-description .table-responsive {
    margin: 1.5em 0
}

.entry-content table,
.home-text table,
.taxonomy-description table {
    width: 100%;
    border: 1px solid #eee;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: .9em
}

.entry-content table td,
.entry-content table th,
.home-text table td,
.home-text table th,
.taxonomy-description table td,
.taxonomy-description table th {
    border: 1px solid #eee;
    padding: .5em
}

.entry-content table th,
.home-text table th,
.taxonomy-description table th {
    text-align: left;
    background: #f7f7f7
}

.entry-content .mark,
.entry-content mark,
.home-text .mark,
.home-text mark,
.taxonomy-description .mark,
.taxonomy-description mark {
    background-color: #ffff8e
}

@media (max-width:767px) {

    .entry-content .wp-block-media-text,
    .home-text .wp-block-media-text,
    .taxonomy-description .wp-block-media-text {
        display: block
    }

    .entry-content .wp-block-media-text .wp-block-media-text__media,
    .home-text .wp-block-media-text .wp-block-media-text__media,
    .taxonomy-description .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 1em
    }

    .entry-content .wp-block-media-text .wp-block-media-text__content,
    .home-text .wp-block-media-text .wp-block-media-text__content,
    .taxonomy-description .wp-block-media-text .wp-block-media-text__content {
        padding: 0
    }
}

.entry-content .wp-caption,
.home-text .wp-caption,
.taxonomy-description .wp-caption {
    max-width: 100% !important;
    width: auto !important
}

.entry-content .wp-caption-text,
.entry-content figcaption,
.home-text .wp-caption-text,
.home-text figcaption,
.taxonomy-description .wp-caption-text,
.taxonomy-description figcaption {
    max-width: 100% !important;
    font-size: .75em;
    color: #666;
    text-align: center
}

.home-header {
    margin-bottom: 2rem
}

.entry-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #efede7;
    border-bottom: 3px solid #efede7;
    padding: 1.4rem 0 1rem;
    margin-bottom: 1.5rem
}

@media (min-width:576px) {
    .entry-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:576px) {
    .entry-bottom>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

.entry-bottom>div:first-child {
    padding-left: 0
}

.entry-bottom>div:last-child {
    padding-right: 0
}

.entry-bottom__header {
    width: 100%;
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: .3rem
}

@media (min-width:576px) {
    .entry-bottom__header {
        margin-bottom: 1rem
    }
}

.entry-bottom .social-buttons {
    white-space: normal
}

.entry-bottom .social-button {
    margin-left: 0
}

.entry-bottom .entry-rating,
.entry-bottom .entry-tags,
.entry-bottom .social-buttons {
    margin-top: .3rem;
    margin-bottom: .3rem
}

@media (min-width:576px) {

    .entry-bottom .entry-rating,
    .entry-bottom .entry-tags,
    .entry-bottom .social-buttons {
        margin-top: 0;
        margin-bottom: 0
    }
}

.entry-tag {
    display: inline-block;
    margin-bottom: .3em;
    padding: .2em .6em;
    text-decoration: none;
    background: #eee;
    color: #222;
    font-size: .9em;
    white-space: nowrap
}

.entry-tag:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #009ece;
    box-shadow: 0 1px 0 #009ece
}

.meta-author,
.meta-comments,
.meta-cooking-time,
.meta-date,
.meta-play,
.meta-print,
.meta-serves,
.meta-views {
    white-space: nowrap
}

.meta-author:before,
.meta-comments:before,
.meta-cooking-time:before,
.meta-date:before,
.meta-play:before,
.meta-print:before,
.meta-serves:before,
.meta-views:before {
    position: relative;
    color: #009ece;
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 6px;
    top: -1px
}

.meta-cooking-time:before {
    content: "\1f552"
}

.meta-play {
    cursor: pointer;
    color: #222
}

.meta-play:before {
    content: "\25b6"
}

.meta-play:hover {
    color: #009ece
}

.meta-print {
    cursor: pointer;
    color: #222
}

.meta-print:before {
    content: "\1f4c4"
}

.meta-print:hover {
    color: #009ece
}

.meta-comments:before {
    content: "\1f4ad"
}

.meta-serves:before {
    content: "\1f374"
}

.meta-views:before {
    content: "\1f441"
}

.meta-category a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.meta-category a:hover {
    color: #222
}

.meta-author:before {
    content: "\1f464"
}

.meta-date:before {
    content: "\1f4c5"
}

.meta-source {
    color: #999;
    margin-bottom: 1.5em;
    text-align: center
}

.meta-source a {
    color: #999;
    border-bottom: 1px solid #cecece;
    text-decoration: none
}

.ps-link {
    cursor: pointer
}

.author-box {
    border-top: 1px solid #eaeaea;
    padding: 15px 20px 15px;
    margin-bottom: 30px
}

.author-box:after,
.author-box:before {
    content: " ";
    display: table;
    line-height: 0
}

.author-box:after {
    clear: both
}

@media (min-width:992px) {
    .author-box {
        padding: 35px 0 25px
    }
}

.author-box__ava {
    float: left;
    margin-right: 20px
}

.author-box__ava img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.author-box__body {
    overflow: hidden
}

.author-box__author {
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 10px
}

.author-box__author em {
    margin-left: 10px;
    font-weight: 400;
    color: #777;
    font-size: .8em
}

.author-box__description {
    font-size: .9em;
    line-height: 1.3
}

.author-box__social-title {
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: .7rem
}

.comment-reply-title,
.comments-title {
    font-size: 1.3em;
    font-weight: 700
}

@media (min-width:768px) {

    .comment-reply-title,
    .comments-title {
        font-size: 1.4em
    }
}

.comments-title {
    margin-bottom: .8rem
}

.comment-reply-title small {
    margin-left: 10px;
    font-size: .65em
}

.comment-reply-title small a {
    text-decoration: none
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.comment-list .comment {
    margin-bottom: 5px
}

.comment-list .comment-box {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px
}


.comment-list .children {
    list-style: none;
    margin: 5px 0 0;
    padding: 0 0 0 15px
}

@media (min-width:768px) {
    .comment-list .children {
        padding-left: 65px
    }
}

.comment-list .comment-header {
    position: relative;
    padding-left: 65px
}

.comment-list .comment-avatar {
    position: absolute;
    top: 0;
    left: 0
}

.comment-list .comment-meta {
    margin-bottom: 10px
}

.comment-list .comment-author {
    font-style: normal;
    font-weight: 700;
    color: #333
}

.comment-list .comment-author.root-pseudo-link,
.comment-list .comment-author.spanlink {
    border-bottom: 1px solid #ccc
}

.comment-list .comment-author-post {
    margin-left: 4px;
    font-size: .8em
}

.comment-list .comment-time {
    color: #999;
    margin-left: 20px;
    font-size: .8em;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.comment-list .comment-body {
    padding-left: 65px
}

.comment-list .comment-text {
    word-wrap: break-word;
    font-size: .95em;
    line-height: 1.35
}

.comment-list .comment-footer {
    line-height: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) {
    .comment-list .comment-footer {
        opacity: 0;
        filter: "alpha(opacity=0)"
    }
}

.comment-reply-link {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: .85em;
    cursor: pointer
}

.comment-box:hover .comment-time {
    opacity: 1;
    filter: "alpha(opacity=100)"
}

.comment-box:hover .comment-footer {
    opacity: 1;
    filter: "alpha(opacity=100)"
}

@media (min-width:768px) {

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 32%;
        float: left;
        margin-left: 2%
    }
}

.comment-respond .comment-form-author {
    margin-left: 0
}

.comment-respond .comment-form-comment:before {
    content: '';
    display: block;
    clear: both
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
    display: block
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-comment input,
.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-email textarea,
.comment-respond .comment-form-url input,
.comment-respond .comment-form-url textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1.42857143;
    outline: 0
}

.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-author textarea:focus,
.comment-respond .comment-form-comment input:focus,
.comment-respond .comment-form-comment textarea:focus,
.comment-respond .comment-form-email input:focus,
.comment-respond .comment-form-email textarea:focus,
.comment-respond .comment-form-url input:focus,
.comment-respond .comment-form-url textarea:focus {
    border-color: #008acf
}

.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-email textarea,
.comment-respond .comment-form-url textarea {
    resize: vertical
}

.comment-respond .form-submit:before {
    content: '';
    clear: both;
    display: block
}

.comment-respond .form-submit .submit {
    background-color: #009ece;
    color: #fff
}

.comment-respond .comment-notes-after {
    font-size: 85%;
    margin-bottom: 15px
}

.comment-respond .comment-notes-after:after,
.comment-respond .comment-notes-after:before {
    content: " ";
    display: table;
    line-height: 0
}

.comment-respond .comment-notes-after:after {
    clear: both
}

.comment-respond .comment-reply-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px
}

.comment-respond .comment-smiles {
    margin-bottom: 1rem
}

.comment-respond .comment-smiles img {
    max-height: 1.5em;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.comment-respond .comment-smiles img:hover {
    opacity: .9;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.b-related {
    margin-top: 2.5rem
}

.b-related__header {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.4em
}

@media (min-width:768px) {
    .b-related__header {
        font-size: 1.4em
    }
}

.recipe-info {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .recipe-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:768px) {
    .recipe-info .ingredients {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-left: 40px
    }
}

@media (min-width:768px) {
    .recipe-info .nutritional {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

.ingredients-header {
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width:768px) {
    .ingredients-header {
        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
    }
}

.ingredients-header__title {
    margin-right: 25px;
    padding-left: 40px;
    font-weight: 700;
    font-size: 1.1em;
    background: 0 4px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 78, 0%29' d='M17.000,11.000 L17.000,2.000 L16.000,2.000 L16.000,16.999 L15.000,16.999 L14.000,16.999 L4.000,16.999 L3.000,16.999 L2.000,16.999 L2.000,5.199 L0.400,2.000 L-0.000,2.000 L-0.000,-0.000 L17.000,-0.000 L19.000,-0.000 L19.000,2.000 L19.000,11.000 L17.000,11.000 ZM14.000,12.000 L9.000,12.000 L9.000,10.000 L14.000,10.000 L14.000,9.000 L11.000,9.000 L11.000,7.000 L14.000,7.000 L14.000,6.000 L9.000,6.000 L9.000,4.000 L14.000,4.000 L14.000,2.000 L2.600,2.000 L3.600,4.000 L4.000,4.000 L4.000,15.000 L14.000,15.000 L14.000,12.000 Z'/%3E%3C/svg%3E") no-repeat;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .ingredients-header__title {
        margin-bottom: 0
    }
}

.ingredients-header__serves {
    font-size: .9em;
    color: #666
}

.ingredients-header__serves input[type=number] {
    width: 40px;
    height: 28px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: none;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 0 #f3f3f3
}

.ingredients-header__serves input[type=number]:focus {
    outline: 0;
    -webkit-box-shadow: 0 1px 0 #009ece;
    box-shadow: 0 1px 0 #009ece
}

.ingredients-header__serves input[type=number]::-webkit-inner-spin-button,
.ingredients-header__serves input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.steps-header {
    width: 100%
}

@media (min-width:768px) {
    .steps-header {
        margin-bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .steps-header {
        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
    }
}

.steps-header__title {
    margin-right: 25px;
    padding-top: 3px;
    padding-left: 40px;
    font-weight: 700;
    font-size: 1.1em;
    background: 0 0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 78, 0%29' d='M23.580,13.000 L20.000,19.265 L20.000,19.999 L18.000,19.999 L18.000,22.000 L21.000,22.000 L21.000,24.000 L3.000,24.000 L3.000,22.000 L6.000,22.000 L6.000,19.999 L4.000,19.999 L4.000,19.265 L0.420,13.000 L-0.000,13.000 L-0.000,11.000 L24.000,11.000 L24.000,13.000 L23.580,13.000 ZM13.000,22.000 L16.000,22.000 L16.000,19.999 L13.000,19.999 L13.000,22.000 ZM8.000,22.000 L11.000,22.000 L11.000,19.999 L8.000,19.999 L8.000,22.000 ZM2.723,13.000 L5.580,18.000 L18.420,18.000 L21.277,13.000 L2.723,13.000 ZM13.707,7.707 L12.293,6.293 L14.586,4.000 L12.293,1.707 L13.707,0.293 L16.707,3.293 L16.000,4.000 L16.707,4.707 L13.707,7.707 ZM9.293,9.707 L6.293,6.707 L7.000,6.000 L6.293,5.293 L9.293,2.292 L10.707,3.707 L8.414,6.000 L10.707,8.293 L9.293,9.707 Z'/%3E%3C/svg%3E") no-repeat;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .steps-header__title {
        margin-bottom: 0
    }
}

.steps-header__meta {
    color: #666;
    font-size: .9em
}

@media (max-width:767px) {
    .steps-header__meta {
        line-height: 2
    }
}

.steps-header__meta .meta-cooking-time,
.steps-header__meta .meta-play,
.steps-header__meta .meta-print {
    margin-left: 10px;
    margin-right: 10px
}

.ingredients-serves {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 4px 0;
    background: #f3f3f3;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.ingredients-serves:hover {
    background: #009ece;
    color: #fff
}

.ingredients {
    margin-bottom: 1.8rem
}

.ingredients ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ingredients ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 0 3px 35px;
    overflow: hidden
}

.ingredients ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .3)
}

.ingredients ul li:not(.separator) {
    cursor: pointer
}

.ingredients ul li:hover:not(.separator) {
    color: #009ece
}

.ingredients ul li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #dbdbdb;
    left: 0;
    top: 7px;
    z-index: 3
}

.ingredients ul li:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 10px;
    width: 100%;
    border-bottom: 1px dotted #d6d6d6;
    z-index: 1
}

.ingredients ul li.separator {
    padding-top: 15px;
    font-weight: 700
}

.ingredients ul li.separator:after,
.ingredients ul li.separator:before {
    display: none
}

.ingredients ul li.checked {
    opacity: .4
}

.ingredients ul li.checked:before {
    background: #dbdbdb
}

.ingredients__name {
    position: relative;
    padding: 2px 4px 2px 0;
    background: #fff;
    z-index: 2
}

.ingredients__count {
    padding: 2px 0 2px 4px;
    background: #fff;
    z-index: 2
}

.nutritional {
    margin-bottom: 1rem;
    font-size: .8em;
    padding: 15px;
    background: #f3f3f3
}

.nutritional .nutritional-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin: 5px auto 5px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nutritional .nutritional-list>span:first-child {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.nutritional .nutritional-list>span:last-child {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.nutritional__header {
    max-width: 300px;
    margin: 0 auto .5rem auto;
    font-size: 1.1em;
    font-weight: 700;
    color: #009ece
}

.recipe-steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-reset: step
}

@media (min-width:768px) {
    .recipe-steps {
        padding-left: 40px
    }
}

.recipe-steps>li {
    position: relative;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f3f3f3
}

@media (min-width:768px) {
    .recipe-steps>li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.recipe-steps>li:hover:before {
    opacity: 1
}

.recipe-steps>li:before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: -25px;
    top: 1.5rem;
    width: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
    opacity: .4
}

@media (min-width:768px) {
    .recipe-steps>li:before {
        left: -40px;
        font-size: 22px
    }
}

.recipe-steps>li:last-child {
    border-bottom: none
}

.recipe-steps__photo {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .recipe-steps__photo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 330px;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
        margin-right: 30px;
        margin-bottom: 0
    }
}

.recipe-steps__text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.recipe-steps__text p {
    margin-bottom: .5rem
}

.recipe-video {
    position: relative;
    display: none;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 1px 6px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .1), 0 -5px 30px -2px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1), 8px 32px 32px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 1px 6px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .1), 0 -5px 30px -2px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1), 8px 32px 32px rgba(0, 0, 0, .15)
}

.recipe-video iframe {
    display: block;
    margin: 0 auto
}

.nutrition-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 45px -12px rgba(178, 165, 105, .19);
    box-shadow: 0 5px 45px -12px rgba(178, 165, 105, .19)
}

.nutrition-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: center;
    font-size: .9em;
    padding: 20px 0;
    border: 1px solid #e9e9e9
}

.nutrition-item__value {
    font-size: 1.3em
}

.nutrition-header {
    font-size: .9em;
    color: #666;
    margin-bottom: 10px
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/vendor/default-skin.png) 0 0 no-repeat;
    -webkit-background-size: 264px 88px;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(-o-min-device-pixel-ratio:35/32),
(min-resolution:105dpi),
(-o-min-device-pixel-ratio:11/10),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/vendor/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/vendor/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

aside .widget {
    max-width: 300px;
}

.subscribe-box .sp-form input {
    padding: .6rem 1.5rem;
    border-radius: 0;
    height: 50px;
}

.subscribe-box .sp-form .btn {
    -webkit-tap-highlight-color: transparent;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    box-sizing: inherit;
    overflow: visible;
    text-transform: none;
    font-family: sans-serif;
    margin: 0 auto;
    touch-action: manipulation;
    background: #305cf7;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    cursor: pointer;
}

.content-card__title a h4 {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    font-size: inherit;
}