@import "normalize.css";
@import "main.css?v=18";
@import "header.css?v=28";
@import "footer.css?v=22";
@import "404.css?v=1";
@import "widget.css?v=19";
@import "homepage.css?v=7";


* {
    box-sizing: border-box;
}

body {
    padding: 0 !important;
}

article.post-preview {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 40px;
}

article.post-preview div.image {
    position: relative;
}

article.post-preview div.image a:not(.btn) {
    position: relative;
    height: 208px;
    width: 336px;
    overflow: hidden;
    display: block;
}

article.post-preview.post-wide div.image {
    height: 400px;
    width: 100%;
}

article.post-preview.post-wide div.image a:not(.btn) {
    height: 400px;
    width: 100%;
}

article.post-preview div.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    max-width: 200%;
    max-height: 110%;
    width: auto;
    height: 110%
}

article.post-preview.post-wide div.image img {
    max-height: 130%;
    height: 130%
}

article.post-preview div.image a:not(.btn):hover img {
    height: 115%;
    max-height: 115%;
}

article.post-preview.post-wide div.image a:not(.btn):hover img {
    height: 135%;
    max-height: 135%;
}

article.post-preview div.image a.btn {
    position: absolute;
    bottom: 20px;
    right: -10px;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 10px;
}

article.post-preview div.text {
    width: calc(98% - 336px);
    padding: 0 0 0 30px;
    height: 208px;
    position: relative
}

article.post-preview.post-wide div.text {
    width: calc(100%);
    bottom: 0;
    padding: 0 24px;
    height: 248px;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(26, 21, 15, 0.8) 67%);
}

article.post-preview div.text a {
    text-decoration: none;
    color: var(--tree-house);
}

article.post-preview div.text a h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

article.post-preview div.text p {
    margin: 15px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.post-preview div.text span.first-group-author {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--star-dust);
}

article.post-preview.post-wide div.text span.first-group-author {
    position: relative;
    color: #9a9a9a;
    margin-top: 9px;
    display: block;
}

article.post-preview.post-wide div.text a {
    height: auto !important;
    width: auto !important;
    color: #fafafa;
}

article.post-preview.post-wide div.text p {
    color: #ffffffcc;
    height: 40px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
}

article.post-preview.post-wide div.text > div {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px);
}

article.post .entry-content div.yarpp article div.text span.first-group-author {
    display: none;
}

aside > div, aside > section {
    padding: 0 16px 0 48px;
    box-sizing: border-box;
}

.most-viewed-header h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: var(--tree-house);
}

.most-viewed-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.most-viewed-header ul li {
    width: calc(50%);
    margin: 0 0 16px;
    padding: 0;
    position: relative;
}

.most-viewed-header ul li a {
    text-decoration: none;
    color: var(--tree-house);
    border: 1px solid var(--tree-house);
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.43;
    font-weight: normal;
}

.most-viewed-header ul li.active a, .most-viewed-header ul li a:hover {
    background: var(--tree-house);
    color: #fff;
}

.most-viewed-header ul li.active a, .most-viewed-header ul li a:hover {
    background: var(--tree-house);
    color: #fff;
}

.most-viewed-content .tab-content > div {
    display: none;
}

.most-viewed-content .tab-content > div.active {
    display: block;
}

.most-viewed-content .tab-content > div .most-viewed-item > a {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: var(--tree-house);
    line-height: 1.43
}

.most-viewed-content .tab-content > div .most-viewed-item > a:hover {
    text-decoration: underline;
}

.most-viewed-content .tab-content > div .most-viewed-item > a span.image {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.most-viewed-content .tab-content > div .most-viewed-item > a span.image > img {
    width: auto !important;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 200%;
    max-height: 200%;
}

.most-viewed-content .tab-content > div .most-viewed-item > a span.title {
    width: calc(100% - 96px);
    display: block;
}

nav.breadcrumbs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.breadcrumbs > ul > li {
    display: inline-block;
}

nav.breadcrumbs > ul > li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--tree-house);
    text-decoration: none;
}

nav.breadcrumbs > ul > li.sep {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin: 0 10px;
    position: relative;
}

nav.breadcrumbs > ul > li.sep::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--fire-bush);
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(52deg) skewX(15deg);
    position: absolute;
    left: -5px;
}

article header {
    max-width: 100%;
    background: url('../images/patern.png');
}

article header > .image {
    max-width: 100%;
    position:relative;
}
.fetured_source {
    position: absolute;
    bottom: 24px;
    right: 24px;
    text-shadow: 1px 1px 6px #1a150f;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.fetured_source a {
    color: #fff;
}
.excerpt {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #342a1d;
}
header.entry-header .galleryCTA {
    position: absolute;
    bottom: -12px;
    left: 24px;
    color: var(--tree-house);
    background: var(--peach-yellow);
    padding: 8px 16px;
    border-radius: 24px 8px;
    font-size: 14px;
    text-decoration: none;
}
header.entry-header .galleryCTA>i {
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    background: url(/wp-content/themes/rpn/assets/images/galeria-icon.svg) no-repeat;
}
@media (min-width: 768px) {
    header.entry-header .galleryCTA {
        bottom: 18px;
    }
}
article header > .image > img {
    max-width: 100%;
}

article header > .title-block {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 24px;
}

article header > .title-block h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: var(--tree-house);
    margin: 0;
    pagging: 0;
}

.entry-content {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--tree-house)
}

.entry-content > a:not(.btn), .entry-content p a:not(.btn) {
    color: var(--rusty-brown);
    text-decoration: underline;
}
.entry-content div.wp-caption {
    max-width: 100%;
}

.entry-content div.wp-caption .wp-caption-text {
    margin-top:0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}
.entry-content div.wp-caption .wp-caption-text span.separator {
    display:none;
}
.entry-content div.wp-caption .wp-caption-text span.photo-creds, .gallery-photo-list span.photo-creds {
    padding-left: 5px;
    color:rgba(52, 42, 29, 0.5);
    white-space: nowrap;
}
.gallery-photo-list span.photo-creds {
    display:block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}
.entry-content div.wp-caption .wp-caption-text span.photo-creds a,.gallery-photo-list span.photo-creds a {
    color:rgba(52, 42, 29, 0.5);
    text-decoration:none;
    display:inline !important;
}

.entry-content img {
    max-width: calc(100% + 48px);
    margin-left: -24px;
}

.entry-content em {
    color: #342a1d80;
}

div.read-more {
    max-width: 516px;
    margin: 0 0 48px;
}

div.read-more span.continue-reading {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #342a1d80;
    cursor: pointer;
}

div.read-more span.continue-reading::before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #342a1d80;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

div.read-more span.read-more-text, h2.widget-title, .yarpp.yarpp-related h3 {
    position: relative;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 26px;
    margin: 48px 0 25px
}

h2.widget-title, .yarpp.yarpp-related h3 {
    font-size: 24px;
    font-weight: normal;
}

div.read-more span.read-more-text::before, h2.widget-title::before, .yarpp.yarpp-related h3::before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--egg-sour);
    border-radius: 100%;
    content: '';
    z-index: -1;
}

div.read-more ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.read-more ul > li {
}

div.read-more ul > li > a {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--tree-house);
    text-decoration: none;
}

div.read-more ul > li > a span.read-more-image {
    width: 168px;
    height: 112px;
    border-radius: 32px 8px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}

div.read-more ul > li > a span.read-more-image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 130%;
    max-width: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

div.read-more ul > li > a span.read-more-image:hover img {
    max-height: 150%;
    max-width: 150%;
}

div.read-more ul > li > a span.read-more-title {
    width: calc(100% - 190px);
}
@media (max-width: 768px) {
    div.read-more ul {
        margin: 0 -24px;
    }
    div.read-more ul>li {
        width: calc(100% - 24px);
    }
    div.read-more ul > li > a span.read-more-image {
        margin-right: 8px;
        border-radius: 0;
        height: 130px;
    }
}
.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.entry-content .gallery br {
    display: none;
}

.entry-content .gallery .gallery-item {
    position: relative;
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
    background: #eee;
    padding: 10px;
    text-align: center;
    width: 160px !important;
    height: 104px !important;
    background: none !important;
    border-radius: 32px 8px;
    overflow: hidden;
    margin:0;
}

.entry-content .gallery .gallery-item span.count {
    background-color: rgba(52, 42, 29, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.entry-content .gallery .gallery-item span.count i.photo-icon {
    display: block;
    width: 40px;
    height: 30px;
    background: url(../images/photo.svg) no-repeat center center;
    background-size: 40px;
}

.entry-content .gallery .gallery-item img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 350%;
    max-width: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .4s;
}

.entry-content .gallery .gallery-item:hover img {
    max-height: 370%;
    max-width: 150%;
}

.entry-content .gallery-item dd.gallery-caption {
    display: none;
}

@media (max-width: 768px) {
    .entry-content .gallery {
        gap: 10px;
    }

    .entry-content .gallery .gallery-item {
        flex: 0 0 calc(50% - 20px);
        margin: 0;
        height: 134px !important;
    }

    .entry-content .gallery .gallery-item:nth-child(2), .entry-content .gallery .gallery-item:nth-child(3) {
        border-radius: 32px 8px;
    }

    .entry-content .gallery .gallery-item:nth-child(1), .entry-content .gallery .gallery-item:nth-child(4) {
        border-radius: 8px 32px;
    }

    .entry-content .gallery .gallery-item:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 768px) {
    .entry-content .gallery .gallery-item span.count.mobile {
        display: none;
    }
}

.yarpp.yarpp-related {
    margin-top: 43px
}

.yarpp.yarpp-related h3 {
    margin-bottom: 25px;
}

.yarpp.yarpp-related > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yarpp.yarpp-related > div > article {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: var(--tree-house)
}

.yarpp.yarpp-related > div > article div.image img {
    height: auto;
    max-height: 130%
}

.yarpp.yarpp-related > div > article div.image a:not(.btn):hover img {
    height: auto;
    max-height: 135%
}

.yarpp.yarpp-related > div > article div.text {
    width: 100%;
    height: auto;
    padding: 8px 0 0;
}

.yarpp.yarpp-related > div > article div.text a {
    font-size: 16px;
    line-height: 20px;
    color: var(--tree-house);
    font-weight: normal;
}

@media (max-width: 768px) {
    .yarpp.yarpp-related > div {
        justify-content: flex-start;
    }

    .yarpp.yarpp-related > div > article {
        width: 100%;
        margin-bottom: 32px;
    }

    article.post .entry-content div.yarpp.yarpp-related > div {
        margin: 0 -24px;
    }

    article.post .entry-content div.yarpp.yarpp-related > div > article {
        width: calc(100% - 24px);
        display: flex;
        flex-flow: row;
    }
    article.post .entry-content div.yarpp.yarpp-related > div > article:nth-child(odd) {
        flex-flow: row-reverse;
        margin-left:24px;
    }

    article.post .entry-content div.yarpp.yarpp-related > div > article div.image {
        width: 50%;
        padding: 0;
        max-height: 130px;
        overflow: hidden;
    }

    article.post .entry-content div.yarpp.yarpp-related > div > article div.image a {
        height: 130px;
    }

    article.post .entry-content div.yarpp.yarpp-related > div > article div.text {
        width: 50%;
        padding: 0 0 0 8px;
    }

    article.post .entry-content div.yarpp.yarpp-related > div > article:nth-child(odd) div.text  {
        padding: 0 8px 0 0;
    }

    article.post .entry-content div.yarpp article a.btn.rounded.right {
        display: none;
    }
}

.entry-content {
    padding: 0 24px;
}

.single-sidebar .widget_mostviewedwidget, .single-sidebar .recep-widget {
    margin: 40px 0;
}

.mt-20 {
    margin-top: 20px;
}

.archive h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: var(--tree-house);
    margin: 8px 0 24px;
}

.post-preview.post-simple {
    flex-flow: column;
}

.pagination {
    margin: 0 0 70px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.pagination > div {
    width: calc(50% - 74px);
    height: 55px;
}

.pagination > div > a {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    text-decoration: none;
    background: var(--fire-bush);
    border-radius: 8px 32px 8px 32px;
}

.pagination > div > a:hover {
    background: var(--rusty-brown);
}

.pagination > div > a.prev-page {
    border-radius: 32px 8px 32px 8px;
    justify-content: right;
}

.pagination > div > a.prev-page::before, .pagination > div > a.next-page::after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-radius: 4px;
    border-top: transparent;
    border-left: transparent;
}

.pagination > div > a.prev-page::before {
    transform: rotate(135deg);
    left: 24px;
}

.pagination > div > a.next-page::after {
    transform: rotate(-45deg);
    right: 24px;
    left: initial !important;
}

.pagination > span.page-info {
    width: 100px;
    height: 55px;
    display: block;
    border: 1px solid var(--fire-bush);
    color: var(--tree-house);
    border-radius: 30px;
    align-content: center;
    text-align: center;
}

.bpress-main-header h1, .bpress-main-header h2 {
    color: var(--tree-house) !important;
}

@media (max-width: 768px) {
    .logo, .archive h1, nav.breadcrumbs {
        margin-left: 24px !important;
    }

    article.post-preview {
        flex-flow: column;
        margin-bottom: 24px;
    }

    article.post-preview div.image {
        width: 100%;
        padding: 0 24px;
    }

    article.post-preview.post-wide div.image {
        padding: 0;
    }

    article.post-preview.post-wide div.text {
        padding: 0;
    }

    article.post-preview div.image a:not(.btn) {
        width: 100%;
        height: 208px;
    }

    article.post-preview div.image a.btn {
        right: 14px;
    }

    article.post-preview div.text {
        width: calc(100%);
        height: auto;
        padding: 15px 24px 24px;
    }

    article.post-preview div.text p {
        display: none;
    }

    article.post-preview div.text a h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    article.post-preview.post-wide {
        margin-bottom: 140px;
    }

    article.post-preview.post-wide div.text {
        height: 140px;
        padding: 0 24px;
        position: relative;
        background: none;
    }

    article.post-preview.post-wide div.text a, article.post-preview.post-wide div.text p {
        color: var(--tree-house);
    }

    .pagination {
        padding: 0 24px;
    }

    .pagination > div > a.prev-page::before, .pagination > div > a.next-page::after {
        left: 42%;
    }

    .pagination > div > a > span {
        display: none;
    }

    aside > div, aside > section {
        padding: 0 24px;
    }

    .atlas-bar h2, .atlas-bar p {
        text-align: left;
        padding: 0 24px;
    }
    .atlas-bar h2 {position:relative;}
    .atlas-bar h2::before {position:absolute;top:6px;left:20px;display:block;width:32px;height:32px;background-color: var(--egg-sour);border-radius:100%;content:'';z-index:-1;}

    .atlas-bar ul {
        flex-flow: column;
    }

    .atlas-bar ul li {
        margin: 13px auto;
        width: calc(100% - 48px);
    }
}

.bpress-search input.bpress-search-field.show-submit, .search-form input.search-field {
    width: calc(100% - 140px);
    height: 100%;
    padding: 0 45px 0 24px;
    border: 1px solid var(--fire-bush);
    background: #fff;
    border-radius: 32px 8px;
    z-index: 2;
    position: relative;
    font-size: 18px;
    color: var(--tree-house);
}

.bpress-searchbar-wrap .bpress-search, .search-form {
    position: relative;
    height: 48px;
    background-color: #fff;
}

.bpress-search .bpress-search-submit, .search-form span.search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 0;
    border-radius: 0 8px 32px 0;
}

.bpress-search .bpress-search-submit input[type="submit"], .bpress-search .bpress-search-submit input[type="submit"]:hover, .search-form input.submit, .search-form input.submit:hover {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 32px;
    border: 0;
    color: #fff;
    background: none inherit;
    border-radius: 0 8px 32px 0;
    text-transform: uppercase;
    background: var(--fire-bush) !important;
    font-size: 18px;
    line-height: 1.11;
    font-weight: normal;
    cursor: pointer;
}

.bpress-search input.bpress-search-field:focus, .search-form input.search-field:focus {
    border: 1px solid var(--fire-bush);
    outline: none;
    background-color: #fff;
}

.bpress-search input.bpress-search-field::placeholder, .search-form input.search-field::placeholder {
    color: var(--tree-house);
    font-size: 18px;
    font-weight: normal;
}

.search-form {
    margin-bottom: 24px;
    height: 48px;
}

.search-form form {
    height: 100%;
}

.search-form input.search-field {
    height: 100%;
}

aside > section {
    margin-bottom: 30px;
}

.bpress-crumbs li a {
    color: var(--tree-house) !important;
}

.bpress-breadcrumb-arrow {
    color: var(--fire-bush) !important;
}

.wrap-content .bpress-crumbs-wrap {
    margin-bottom: 8px;
}

.wrap-content .bpress-section-title a, .wrap-content .bpress-section-title a:link, .wrap-content .bpress-section-title a:visited, .wrap-content .bpress-section-title a:hover {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #342a1d;
}

.wrap-content .bpress-section-title {
    position: relative;
    margin: 0 0 24px 0;
}

.wrap-content .bpress-section-list > li {
    border: none;
}

.wrap-content .bpress-section-list > li a > span.image {
    width: 160px;
    height: 112px;
    display: inline-block;
    margin: 0 24px 0 0;
    padding: 99px 116px 0 0;
    border: solid 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    position: relative;
}

.wrap-content .bpress-section-list > li a > span.image img {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 130%;
    max-width: 130%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.wrap-content .bpress-section-list > li.bpress-post-link:hover {
    background-color: #fff;
}

.wrap-content .bpress-section-list > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap-content .bpress-section-list > li a > span.title {
    width: calc(100% - 195px);
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #1a150f;
}

.wrap-content .bpress-search-suggest {
    display: none;
    position: absolute;
    top: 47px;
    left: 1px;
    width: calc(100% - 2px);
    background-color: #fff;
    overflow: auto;
    z-index: 999;
    border-radius: 8px 32px;
    border: 1px solid var(--fire-bush);
}

.wrap-content .bpress-search-suggest-more {
    background: var(--fire-bush);
    border-top: none;
    margin-top: 5px;
    color: #fff;
}

.wrap-content .bpress-search li {
    padding: 5px 15px;
}

.wrap-content .bpress-search li:hover {
    background: var(--egg-sour)
}

.wrap-content .bpress-search li a {
    color: var(--tree-house);
}

.wrap-content .bpress-post-count {
    color: var(--moon-dust);
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.wrap-content .bpress-post-link {
    padding: 15px 0 5px;
}

@media (max-width: 768px) {
    .wrap-content .bpress-section-list > li a > span.image {
        padding: 0;
        width: 87px;
        height: 80px;
        display: inline-block;
        margin: 0 24px 0 0;
        border: solid 1px rgba(0, 0, 0, 0);
        overflow: hidden;
        position: relative;
    }

    .wrap-content .bpress-section-list > li a > span.title {
        width: calc(100% - 85px);
        font-size: 18px;
        line-height: 20px
    }

    .main-content {
        padding: 0 24px;
        margin: 0;
    }

    .bpress-search .bpress-search-submit {
        width: 130px;
    }

    .bpress-search input.bpress-search-field.show-submit {
        width: calc(100% - 90px);
    }

    .wrap-content header.bpress-main-header {
        margin-bottom: 0;
    }

    .search-form {
        margin: 0 24px 24px;
    }
}

.author-box {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
    margin-top: 8px;
}

.author-box .image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.author-box .image img {
    min-width: 100%;
    min-height: 100%;
    max-width: 120%;
    max-height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.author-box .name a, .author-box .name {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: var(--tree-house);
    text-decoration: none;
}

div.share-buttons ul {
    list-style: none;
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
}

div.share-buttons ul > li.facebook a {
    margin-right: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: #4267b2;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    text-decoration: none;
    padding: 8px 14px 6px 12px;
}

div.share-buttons ul > li.facebook a > i.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/fb.svg) no-repeat center center transparent;
    position: relative;
    top: 2px;
}

div.share-buttons ul > li.newsletter a {
    width: 33px;
    height: 33px;
    display: block;
    background: url(../images/mail.svg) no-repeat center center transparent;
}

div.share-buttons ul > li.newsletter a > span {
    display: none;
}

div.share-buttons ul > li.facebook a > i.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/fb.svg) no-repeat center center transparent;
    position: relative;
    top: 2px;
}

div.article-info-box {
    margin: 50px 0;
}

div.article-info-box ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.entry-content div.article-info-box ul li a {
    font-size: 16px;
    line-height: 16px;
    color: var(--tree-house);
    text-decoration: none;
    white-space: nowrap;
}

.entry-content div.article-info-box ul li a:hover {
    color: var(--fire-bush);
}

div.article-info-box ul li.separator {
    width: 1px;
    height: 16px;
    background-color: var(--fire-bush);
    margin: 0 8px;
}

div.article-info-box ul li.category-icon, div.article-info-box ul li.tags-icon, div.article-info-box ul li.warning-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: block;
}

div.article-info-box ul li.category-icon {
    background: url(../images/folder.svg) no-repeat center center transparent;
    background-size: 110%;
}

div.article-info-box ul li.tags-icon {
    background: url(../images/tag_ikona.svg) no-repeat center center transparent;
    background-size: 120%;
}

div.article-info-box ul li.warning-icon {
    background: url(../images/warning.svg) no-repeat center center transparent;
    background-size: 110%;
}

.feedzy-rss ul > li {
    padding: 0 0 15px !important;
    margin: 0 !important;
    border: none !important;
}

.feedzy-rss ul > li div.rss_image {
    width: 120px !important;
    height: 120px !important;
    position: relative;
}

.feedzy-rss ul > li span.title a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

/*sidebar-bottom sticky*/

.ml0 {
    margin-left: 0;
}

.mt40 {
    margin-top: 40px;
}

.pl24 {
    padding-left: 24px;
}

.sidebar-wrapper {
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: top 0.3s, bottom 0.3s;
}

.attachment .image {
    width: 100%;
    height: auto;
    max-height: 800px;
    position: relative;
}
.attachment.mt40{margin-top: 20px;}
.attachment .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150%;
}

.attachment .pagination span.counter {
    text-align: center;
    display: block;
    width: 88px;
    height: 40px;
    margin: 0 16px;
    padding: 8px 11px;
    border-radius: 8px;
    border: 1px solid var(--fire-bush);
    font-size: 20px;
    color: var(--tree-house);
    line-height: 20px;
    font-weight: 300;
}

.attachment .pagination span.counter > span {
    font-weight: 500;
}

a.close-button {
    display: block;
    position: relative;
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--fire-bush);
    border-radius: 8px;
    cursor: pointer
}

a.close-button::before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background-color: white;
    mask: url('../images/close.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask: url('../images/close.svg') no-repeat center;
    -webkit-mask-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.attachment .pagination {
    justify-content: left;
    position: relative;
    margin-bottom: 24px;
}

.attachment .pagination > div {
    height: 40px;
    width: 56px;
}

.attachment .pagination > div > a.prev-page {
    border-radius: 8px 24px;
}

.attachment .pagination > div > a.next-page {
    border-radius: 24px 8px;
}

.attachment .description {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}
.attachment .description span.source {
    display:block;
    color: rgba(52, 42, 29, 0.5);
    font-size: 14px;
}
.attachment .description span.source>a {
    color: rgba(52, 42, 29, 0.5) !important;
    text-decoration:none;
}

.attachment h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #342a1d;
}

.attachment h2 a {
    color: inherit;
    text-decoration: none;
}

.attachment a.has-arrow-animation {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    text-decoration: none;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.attachment a.has-arrow-animation .icon-arrow-back {
    display: inline-block;
    width: 20px;
    height: 10px;
    position: relative;
    margin-right: 8px;
}

.attachment a.has-arrow-animation .icon-arrow-back:before {
    position: absolute;
    top: 0;
    left: 2px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--tree-house);
    transform: rotate(-45deg);
    border-right: none;
    border-bottom: none;
}

.attachment a.has-arrow-animation .icon-arrow-back:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: var(--tree-house);
    transform: translateY(-50%);
}

.attachment article.post-preview.post-simple div.text span.first-group-author {
    position: static;
    margin-top: 8px;
    display: block;
}

.attachment .yarpp.yarpp-related {
    margin-top: 0;
}

@media (max-width: 768px) {
    .attachment .col-12.pl24, .attachment .pagination {
        padding: 0 16px
    }

    .attachment h2 {
        padding: 0 16px;
    }

    .attachment .pagination a.close-button {
        right: 16px;
    }

    .attachment .yarpp.yarpp-related {
        margin-top: 0
    }

    .attachment .yarpp.yarpp-related.cols3 > div > article {
        width: 100%;
        margin-bottom: 20px;
    }


    .attachment .yarpp.yarpp-related.cols3 > div > article .image {
        padding: 0 16px;
    }

    .attachment .yarpp.yarpp-related.cols3 > div > article .text {
        padding: 8px 16px 0;
    }

    article.post-preview.post-simple div.text span.first-group-author {
        position: static;
        margin-top: 8px;
        display: block;
    }
}

.entry-content h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.entry-content h2 {
    color: inherit;
    text-decoration: none;
}

.yarpp.yarpp-related.cols3 > div > article {
    width: calc(100% / 3 - 20px);
}

.entry-content h3 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.entry-content h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.entry-content h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.entry-content h6 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

.entry-content ul, .entry-content ol {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: var(--tree-house);
}

ul.authors {
    max-width: 100%;
    list-style: none;
    margin: 35px 0;
    padding: 0;
    display: flex;
    flex-flow: column;
}

ul.authors li a, div.author {
    display: flex !important;
    flex-flow: row;
    justify-content: left;
    align-items: center;
    margin: 10px 0;
    text-decoration: none;
}

ul.authors li a span.foto, ul li.author-box .image, div.author div.image {
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

ul.authors li a span.foto img, ul li.author-box .image img, div.author div.image img {
    width: auto;
    height: auto;
    max-height: 200%;
    max-width: 200%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

ul.authors li a span.text {
    display: flex;
    flex-flow: column;
}

ul.authors li a span.text .name, ul li.author-box .name, div.author h1.name {
    font-size: 1rem;
    font-weight: bold;
    color: #323232;
}

ul.authors li a span.text .count {
    font-size: 0.85rem;
    color: #263238;
}

ul.authors {
    max-width: 100%;
    list-style: none;
    margin: 35px 0;
    padding: 0;
    display: flex;
    flex-flow: column;
}

div.author {
    margin: 24px;
}

div.author-description {
    line-height: 1.375rem;
    font-weight: 400;
    color: #222425;
}
div.author-description p{
    margin-bottom:32px
}
@media (max-width: 768px) {

    div.author-description {
        margin-left:24px;
        margin-right:24px;
    }
}

div.author-description a {
    color: inherit !important;
    display: inline !important;
    text-decoration: underline !important;
}


#wpadminbar.mobile {
    top: 0;
    position: fixed;
}

.main-search-form {
    display: none;
}

.main-search-form.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(50, 50, 50, .85);
    z-index: 10000
}

.main-search-form form {
    width: 540px;
    height: 55px;
    margin: 180px auto 0;
    position: relative;
}

.main-search-form form a.close-button {
    position: absolute;
    top: -50px;
    right: -50px;
}

@media (max-width: 768px) {
    .main-search-form form {
        width: 90%;
        margin-top: 120px;
    }

    .main-search-form form a.close-button {
        right: -10px;
    }

    ul.main-menu {
        margin-top: 40px;
    }
}

div[id*="attachment_"], .gallery-photo-list .gallery-item {
    position:relative;
}
div[id*="attachment_"] > a::after,.gallery-photo-list .gallery-item > dt > a::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/rpn/assets/images/photo-icon-box.svg);
    display: block;
    position: absolute;
    top: 16px;
    z-index: 24;
    right: -8px;
}
.gallery-photo-list .gallery-item > dt a  {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration:none !important;
    position: relative;
}
.gallery-photo-list .gallery-item > dt span.photo_title  {
    display:inline-block;
    margin-top: 14px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #342a1d;
    width:100%;
}
.gallery-photo-list .gallery-item > dt a span.photo-index {
    display:block;
    position:absolute;
    bottom: -10px;
    width: 40px;
    height: 40px;
    background: var(--peach-yellow);
    color: var(--tree-house);
    text-decoration:none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    border-radius: 100%;
    padding: 8px 0;
}
.category-title .galleryCTA {
    position: relative;
    color: var(--tree-house);
    background: var(--peach-yellow);
    padding: 8px 16px;
    border-radius: 24px 8px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    margin-left:80px;
    top: -2px;
}
.category-title .galleryCTA>i {
    width: 18px !important;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    background: url(/wp-content/themes/rpn/assets/images/galeria-icon.svg) no-repeat;
}
@media (max-width: 768px){
    #admanager_custom_sticky_bottom_ad_parent {
        left: 0;
    }
    .category-title .galleryCTA {
        margin-left: 0;
        margin-top: 16px;
        display:block;
    }
}
.infobox {
    background: url(/wp-content/themes/rpn/assets/images/patern.png);
    padding: 24px;
}
.infobox.u-list-checkmark {padding: 5px 24px}
.infobox.u-list-checkmark ul {padding:0;}
.infobox.u-list-checkmark ul>li {list-style: none;padding-left: 20px;position:relative;}
.infobox.u-list-checkmark ul>li::before {
    font-weight: 700;
    color: #529731;
    content: '✓';
    position: absolute;
    left: 0;
}

/* reklama */
@media (max-width: 768px) {
    .recep-mobile-branding-side-strip {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    body:not(.szm-cookie) .recep-mobile-branding-top {
        margin-left: 25px;
    }

    body:not(.szm-cookie) .recep-mobile-branding-top a img {
        max-width: max-content;
        height: auto;
        width: 100%;
    }

    .recep-mobile-branding-side-strip ~ #page {
        margin-left: 50px;
    }

    body:not(.szm-cookie) .recep-mobile-branding-top {
        min-height: clamp(172px, -21px + 56.19047619047619vw, 211px);
    }
}
@media screen and (min-width: 1200px) {
    #page {background: #fff;max-width:1120px;padding:1px 24px}
    .recep-leaderboard-hornbach {height:210px;}
    .recep-leaderboard-hornbach > :first-child {
        height: 200px;
        position: fixed;
        top: 0;
        width: 1520px;
        text-align: center;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
body.szm-cookie ul li.facebook {display:none;}
.ml0 {margin-left:0 !important;}

#attachment-ad-placement {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}