/*
Theme Name: Reframe
Theme URI: http://creazione.avanzare.co/reframe_wp/
Author: Avanzare
Author URI: https://themeforest.net/user/avanzare
Description: Reframe - Resume & Personal Portfolio WordPress Theme
Version: 1.1
License: Themeforest Split Licence
License URI: -
Tags: smooth-scroll, custom-cursor, elementor, page-builder, theme-options, translation-ready
Text Domain: reframe
*/



/** Core
*****************************************************************/

.rfpp_core_wp
{
    background: #212121;
    width: 100%;
}

.rfpp_core_wp .left-content
{
    align-items: unset;
    overflow: auto;
    scrollbar-width: none;
}

.rfpp_core_wp .left-content::-webkit-scrollbar 
{
    width: 0; 
    background: transparent;
}

.rfpp_core_wp .left-content::-webkit-scrollbar-thumb 
{
    background: #FF0000;
}

.rfpp_core_wp .left-content .inner-content
{
    -webkit-transform: rotateY(0) !important;
            transform: rotateY(0) !important;
            height: 100%;
}

.rfpp_core_wp .left-content .inner-content .widget-area
{
            padding-bottom: 16rem;
            padding-top: 20rem;
}

.rfpp_core_wp.no_sidebar .left-content
{
    display: none !important;
}

.rfpp_core_wp.no_sidebar .right-content .inner-content
{
    left: 0;
    width: 100%;
}

.rfpp_core_wp.no_sidebar .right-content .inner-content .section-container
{
    max-width: 90rem;
    margin: 0 auto;
}

.rfpp_core_wp .right-content .inner-content .section-container
{
    padding-bottom: 16rem;
}

.admin-bar .m-menu-button
{
    top: 10rem;
}

@media(max-width:800px)
{

    .rfpp_core_wp .left-content
    {
        display: none !important;
    }

    .rfpp_core_wp .right-content .inner-content
    {
        left: 0;
        width: 100% !important;
    }

    .rfpp_core_wp .right-content .inner-content .section-container
    {
        margin: 0 auto !important;
        padding: 0 4rem !important;
    }

}


/** Core Content
*****************************************************************/

.rfpp_core_wp hr
{
    margin-bottom: 4rem;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.rfpp_core_wp table
{
    margin-bottom: 4rem;
}

.rfpp_core_wp address
{
    margin-bottom: 3rem !important;
    font-size: 3.4rem;
    color: #7c7c7c;
}

.rfpp_core_wp code
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #7c7c7c;
    background: #181818;
    line-height: 1.3em;
    padding: 4rem 4rem;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 0;
    display: block;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.rfpp_core_wp iframe
{
    width: 100%;
}

.bypostauthor {

}

.screen-reader-text {
    
}

.wp-header-title
{
    display: none;
    opacity: 0;
}

.rfpp_blog_mode .wp-header-title
{
    display: block;
    opacity: 1;
    position: fixed;
    bottom: 6rem;
    writing-mode: vertical-rl;
    left: 3rem;
    z-index: 60;
}

.rfpp_blog_mode .wp-header-title p
{
    color: #fff;
    word-wrap: break-word;
}


.rfpp_blog_mode .widget-area h1,
.rfpp_blog_mode .widget-area h2,
.rfpp_blog_mode .widget-area h3,
.rfpp_blog_mode .widget-area h4,
.rfpp_blog_mode .widget-area h5,
.rfpp_blog_mode .widget-area h6
{
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.rfpp_blog_mode .widget-area .widget
{
    margin-bottom: 6rem;
}

@media ( max-width: 800px) {

    .rfpp_blog_mode .wp-header-title
    {
        position: absolute;
        bottom: unset;
        top: 4rem;
        writing-mode: unset;
        left: 3rem;
    }

    .rfpp_blog_mode.admin-bar .wp-header-title
    {
        top: 8.6rem;
    }

}



/** 4. Pagination / Navigation
*****************************************************************/

.rfpp_core_wp .page-links,
.rfpp_core_wp .pagination .page-numbers
{
    margin-right: 3rem;
    font-size: 3.4rem;
    color: #7c7c7c;
}

.rfpp_core_wp .pagination .page-numbers.prev
{
    margin-right: 3rem;
    margin-left: 0;
    font-size: 2.1rem;
    display: none;
}

.rfpp_core_wp .pagination .page-numbers.next
{
    margin-left: 0;
    margin-right: 0;
    font-size: 2.1rem;
    display: none;
}

.rfpp_core_wp .pagination .page-numbers.current,
.rfpp_core_wp .page-links .post-page-numbers.current
{
    border: 1px solid #fff;
    width: 5.7rem;
    height: 5.7rem;
    line-height: 5.7rem;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.rfpp_core_wp .page-links .post-page-numbers.current span
{
    color: inherit;
}

.rfpp_core_wp .page-links .post-page-numbers
{
    margin-left: 1rem;
}

.rfpp_core_wp .post-navigation
{
    margin-top: 8rem;
}

.rfpp_core_wp .post-navigation .nav-links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.rfpp_core_wp .post-navigation .nav-links .nav-title
{
    font-size: 3.4rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.rfpp_core_wp .post-navigation .nav-links .nav-title-icon-wrapper span
{
    border: 1px solid #fff;
    width: 5.7rem;
    height: 5.7rem;
    color: #fff;
    line-height: 5.7rem;
    display: inline-block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-radius: 100%;
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
}

.rfpp_core_wp .post-navigation .nav-links .nav-subtitle,
.rfpp_core_wp .post-navigation .nav-links .nav-next
{
    display: none !important;
}



/** Post Structre
*****************************************************************/

.rfpp_core_wp .post-container
{
    padding-top: 20rem;
    overflow-x: hidden;
}

.rfpp_core_wp .post-container .blog-post
{
    margin-bottom: 18rem;
}

.rfpp_core_wp .post-container .blog-post.sticky
{
    background: #181818;
    padding: 6rem 8rem;
}

.rfpp_core_wp .post-container .blog-post:last-child
{
    margin-bottom: 0 !important;
}



/** Post Content
*****************************************************************/

.rfpp_core_wp .right-content .blog-post .blog-post-title
{
    margin-bottom: 3.2rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.rfpp_core_wp .right-content .blog-post .blog-post-date
{
    margin-bottom: 2rem;
}

.rfpp_core_wp .right-content .blog-post .featured-container-image
{
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 51%;
}

.rfpp_core_wp .right-content .blog-post .featured-container-image .featured-image
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.rfpp_core_wp .right-content .blog-post .blog-post-button
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
}

.rfpp_core_wp .right-content .blog-post .blog-post-button > *
{
    margin: 0;
}

.rfpp_core_wp .post-password-form input[name="post_password"]
{
    padding: 0;
    font-size: 3.4rem;
    letter-spacing: -.005em;
    font-weight: 300;
    line-height: 1.4em;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.rfpp_core_wp .post-password-form input[name="Submit"]
{
    font-size: 3.4rem;
    color: #fff !important;
    background: none !important;
    border: 1px solid #fff !important;
    border-radius: 200px;
    padding: 0 4.5rem !important;
    height: 8.7rem;
    line-height: 1.4em;
    font-weight: 300;
    width: auto;
    letter-spacing: -.005em;
    margin-top: 4rem;
}



/** Menu
*****************************************************************/

@media(max-width:800px)
{
    .m-menu
    {
        width: 76% !important;
    }
}

.wp_menu_wrapper
{
    position: relative;
}

.wp_menu_wrapper ul
{
    list-style: none;
}

.wp_menu_wrapper ul
{
    height: 0;
    overflow: hidden;
}

.wp_menu_wrapper ul.is-active
{
    height: auto;
    overflow: hidden;
}

.wp_menu_wrapper .menu-item
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.m-menu .m-menu-inner .wp_menu_wrapper .menu-item a
{
    color: #7c7c7c;
    font-size: clamp(16px, 2.1rem, 60px);
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
}


.wp_menu_wrapper .menu-item.menu-item-has-children a:before,
.wp_menu_wrapper .menu-item.back a:before
{
    content: "\e628";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 1.7rem;
}

.wp_menu_wrapper .menu-item.back a:before
{
    content: "\e6bd";
}



/** Commment on Post
*****************************************************************/

.rfpp_core_wp .comments-area .logged-in-as,
.rfpp_core_wp .comments-area .comment-reply-title,
.rfpp_core_wp .comments-area .comment-form-comment label
{
    display: none;
}

.rfpp_core_wp .comments-area .comment-form-comment textarea
{
    resize: vertical;
}

.rfpp_core_wp .comments-area .comment-respond
{
    margin-top: 4rem;
}

.rfpp_core_wp .comments-area .form-submit .submit
{
    width: auto;
    display: inline-block;
    border: none;
    padding: 0;
    padding-right: 8rem;
    vertical-align: middle;
}

.rfpp_core_wp .comments-area .form-submit .icon-button
{
    -webkit-transform: translateX(-6rem);
        -ms-transform: translateX(-6rem);
            transform: translateX(-6rem);
    z-index: -2;
    vertical-align: middle;
}

.rfpp_core_wp .comments-area .comment-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    margin-bottom: 8rem;
    margin-top: 6rem;
}

.rfpp_core_wp .comments-area .comment-list > ul,
.rfpp_core_wp .comments-area .comment-list  ul.children
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    
    -webkit-box-orient: vertical;
    
    -webkit-box-direction: normal;
    
        -ms-flex-direction: column;
    
            flex-direction: column;
    gap: 5rem;
    margin-bottom: 4rem;
    margin-top: 6rem;
}


.rfpp_core_wp .comments-area .comment-list .comment-author
{
    margin-bottom: 0rem;
}

.rfpp_core_wp .comments-area .comment-list img.avatar 
{
    border-radius: 100%;
    margin-right: 1.6rem;
}

.rfpp_core_wp .comments-area .comment-list .comment-author .fn,
.rfpp_core_wp .comments-area .comment-list .comment-author .says
{
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
}

.rfpp_core_wp .comments-area .comment-list .comment-meta
{
    margin-top: 1.5rem;
}

.rfpp_core_wp .comments-area .comment-list .comment-meta a
{
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
}

.rfpp_core_wp .comments-area .comment-list .comment-body > p
{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.rfpp_core_wp .comments-area .comment-list .reply a
{
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
}

.rfpp_core_wp .comments-area .comment-list .reply a:before
{
    content: "\e61c";
    font-family: themify;
    speak: none;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 1.4rem;
}



/** Basic Elements --> Select
*****************************************************************/

select
{
    margin-bottom: 3rem !important;
    position: relative;
    font-weight: 300;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid #fff;
    outline: none !important;
    font-size: 2.6rem;
    background: none !important;
    color: #fff;
    padding: 0 .1rem !important;
    line-height: 8rem;
    height: 8rem;
    padding: 0.3rem;
    font-family: 'Source Sans Pro',sans-serif;
}

select option
{
    background: #181818;
    color: #7c7c7c;
}



/** Basic Elements --> Typography
*****************************************************************/

.rfpp_core_wp h1,
.rfpp_core_wp h2,
.rfpp_core_wp h3,
.rfpp_core_wp h4,
.rfpp_core_wp h5,
.rfpp_core_wp h6
{
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.rfpp_core_wp p
{
    margin-bottom: 3rem;
}



/** Basic Elements --> Lists
*****************************************************************/

.rfpp_core_wp ul
{
    list-style: disc;
    margin: 2.6rem 0;
    margin-bottom: 4rem;
    padding-left: 4rem;
}

.rfpp_core_wp ol
{
    margin: 2.6rem 0;
    padding-left: 4rem;
    margin-bottom: 4rem;
}

.rfpp_core_wp dl
{
    margin: 2.6rem 0;
    padding-left: 0;
    margin-bottom: 4rem;
}

.rfpp_core_wp ul li,
.rfpp_core_wp ol li,
.rfpp_core_wp dl dt,
.rfpp_core_wp dl dd
{
    font-size: 3.4rem;
    line-height: 1.4em;
    letter-spacing: -0.005em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0rem;
    color: #7c7c7c;
    font-family: 'Source Sans Pro', sans-serif;
}

.rfpp_core_wp dl dt
{
    color: #fff;
}

.rfpp_core_wp dl dd
{
    margin-bottom: 2rem;
    margin-left: 0;
}

.rfpp_core_wp dl dd:last-child
{
    margin-bottom: 0 !important;
}



/** Basic Elements --> Images / Caption
*****************************************************************/

.rfpp_core_wp .wp-caption-text
{
    margin-top: 2rem;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
}

.rfpp_core_wp .wp-caption
{
    max-width: 100%;
    margin: 4rem 0;
}

.rfpp_core_wp .wp-caption img
{
    margin: 0;
}

.rfpp_core_wp .wp-caption.alignright
{
    float: right;
    margin-left: 4rem;
}

.rfpp_core_wp .wp-caption.alignleft
{
    float: left;
    margin-right: 4rem;
}

.rfpp_core_wp .wp-caption.aligncenter
{
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rfpp_core_wp img.aligncenter
{
    margin: 0 auto;
    display: block;
}

.rfpp_core_wp img
{
    max-width: 100%;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.rfpp_core_wp img.alignleft
{
    margin-right: 4rem;
    float: left;
}

.rfpp_core_wp img.alignright
{
    margin-left: 4rem;
    float: right;
}

.rfpp_core_wp .wp-block-image 
{
    margin: 0;
}

.wp-block-image figcaption 
{
    color: #7c7c7c;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 4rem;
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption
{
    margin-top: 3rem;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img
{
    margin: 0;
}

.wp-block-image .alignleft
{
    margin: 4rem 0;
    margin-right: 4rem;
}

.wp-block-image .alignright
{
    margin: 4rem 0;
    margin-left: 4rem;
}


/** Basic Elements --> Buttons
*****************************************************************/

.wp-block-button .wp-block-button__link
{
    background: #181818;
    line-height: unset;
    padding: 2.2rem 4.5rem;
    border-radius: 5rem;
    color: #fff;
    font-size: 3.4rem;
    margin-bottom: 3rem;
}

.wp-block-button.is-style-outline .wp-block-button__link
{
    border: 1px solid #fff;
}

.wp-block-button.is-style-squared .wp-block-button__link
{
    border-radius: 0.3rem;
}

.wp-block-button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.wp-block-button.aligncenter
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wp-block-button.alignright
{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}



/** Basic Elements --> Cover
*****************************************************************/

.wp-block-cover
{
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.wp-block-cover.has-parallax 
{
    background-attachment: unset;
}



/** Basic Elements --> Gallery
*****************************************************************/

.rfpp_core_wp .wp-block-gallery
{
    margin-bottom: 0rem;
}

.rfpp_core_wp .wp-block-gallery.alignleft
{
    float: left;
    margin-right: 4rem;
}

.rfpp_core_wp .wp-block-gallery.alignright
{
    float: right;
    margin-left: 4rem;
}

.rfpp_core_wp .wp-block-gallery .blocks-gallery-caption
{
    color: #7c7c7c;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 4rem;
}

.rfpp_core_wp .wp-block-gallery ul.blocks-gallery-grid
{
    padding-left: 0 ;
    margin-bottom: 0;
}

.rfpp_core_wp .wp-block-gallery img
{
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-item figcaption
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wp-block-gallery.columns-5 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-6 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-7 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-8 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-9 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-10 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-11 .blocks-gallery-item figcaption
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


/** Basic Elements --> Quote
*****************************************************************/

.wp-block-quote,
.wp-block-pullquote,
.rfpp_core_wp blockquote
{
    border: none !important;
    margin: 0;
    background: none !important;
    padding: 0;
    margin-bottom: 4rem !important;
}

.wp-block-quote p,
.wp-block-pullquote p,
.rfpp_core_wp blockquote p
{
    border: none !important;
    position: relative;
    padding: 6rem 8rem !important;
    color: #7c7c7c !important;
    background: #181818 !important;
    margin-bottom: 3rem !important;
}

.wp-block-pullquote p
{
    background: #080808 !important;
}

.wp-block-quote cite,
.wp-block-pullquote cite,
.rfpp_core_wp blockquote cite
{
    font-size: 3.4rem !important;
    line-height: 1.4em;
    letter-spacing: -0.005em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0rem;
    color: #fff;
}

.rfpp_core_wp blockquote cite
{
    margin-top: 2rem;
    display: block;
}



/** Basic Elements --> Media
*****************************************************************/

.wp-block-audio
{
    margin-bottom: 4rem;
}

.wp-block-file
{
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wp-block-file a
{
    font-size: 3.4rem;
    line-height: 1.4em;
    letter-spacing: -0.005em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0rem;
    color: #fff;
}

.wp-block-file .wp-block-file__button
{
    background: #111;
    line-height: 6.7rem;
    padding: 0 4.5rem;
    border-radius: 5rem;
    color: #fff;
    font-size: 2.1rem;
    margin-left: 3rem;
    height: 6.7rem;
    display: inline-block;
}

.wp-block-video
{
    margin-bottom: 5rem;
}

.wp-block-video figcaption 
{
    color: #7c7c7c;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 0;
}



/** Basic Elements --> Enbed
*****************************************************************/

.wp-block-embed
{
    margin-bottom: 5rem;
}

.wp-block-embed.wp-block-embed-twitter blockquote
{
    margin-left: 0;
}

.wp-block-embed figcaption
{
    text-align: left;
    margin-bottom: 5rem;
    color: #7c7c7c;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 0;
}

/** Widget --> Search
*****************************************************************/

.widget_search form > div,
.searchform > div
{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.widget_search form
{
    margin-bottom: 5rem;
    gap: 1rem;
}

.widget_search form input,
.searchform input
{
    padding: 0;
    font-size: 3.4rem;
    letter-spacing: -.005em;
    font-weight: 300;
    line-height: 1.4em;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.widget_search form button,
.widget_search form input[type="submit"],
.searchform input[type="submit"]
{
    font-size: 3.4rem;
    color: #fff !important;
    background: none !important;
    border: 1px solid #fff !important;
    border-radius: 200px;
    padding: 0 4.5rem !important;
    height: 8.7rem;
    line-height: 1.4em;
    font-weight: 300;
    width: unset;
    cursor: pointer;
    letter-spacing: -.005em;
}

.widget_search form input[type="submit"],
.searchform input[type="submit"]
{
    margin-left: 0.625em;
}

.widget_search form .wp-block-search__label 
{
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}



/** Widget --> Tag Cloud
*****************************************************************/

.wp-block-tag-cloud
{
    margin-bottom: 5rem !important; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.4rem
}

.wp-block-tag-cloud a
{
    background: #181818 !important;
    border: none;
    border-radius: 10rem;
    font-size: 2.1rem !important;
    height: 6rem;
    padding: 0 3rem;
    line-height: 6rem;
}



/** Widget --> Latest Comments / Latest Posts / Archive List
*****************************************************************/

.wp-block-latest-posts-list,
.wp-block-latest-comments,
.wp-block-archives-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}

.wp-block-latest-comments
{
    padding-left: 0 !important;
}

.wp-block-preformatted
{
    margin-bottom: 4rem !important;
}


/** Basic Elements --> Table
*****************************************************************/

.rfpp_core_wp table tbody td,
.rfpp_core_wp table tbody th 
{
    padding: 4rem 0 2.2rem;
    position: relative;
}

.rfpp_core_wp table tbody tr td,
.rfpp_core_wp table tbody tr th
{
    padding-right: 3.5rem;
}

.rfpp_core_wp table tbody tr td:last-child,
.rfpp_core_wp table tbody tr th:last-child
{
    padding-right: 0;
}


/** Widget --> Calendar / Table
*****************************************************************/

.wp-block-calendar,
.wp-calendar-table,
.wp-block-table
{
    margin-bottom: 5rem !important;
}

.wp-block-table
{
    border: none !important;
}

.wp-block-calendar caption,
.wp-calendar-table caption
{
    text-align: left;
    color: #7c7c7c !important;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3rem;
}

.wp-block-calendar .wp-calendar-nav,
.wp-calendar-table .wp-calendar-nav
{
    margin-top: 3rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}


.wp-block-calendar tbody td,
.wp-calendar-table tbody td,
.wp-block-table tbody td,
.wp-block-calendar table th,
.wp-calendar-table th,
.wp-block-table table th 
{
    border: 1px solid rgba(255,255,255,.25) !important;
    font-weight: 300;
    color: #7c7c7c;
    font-size: 2.1rem;
}

.wp-block-calendar tbody td,
.wp-calendar-table  tbody td,
.wp-block-table tbody td
{
    background: #181818 !important;
}

.wp-block-calendar table th,
.wp-calendar-table th,
.wp-block-table table th
{
    background: #181818;
    text-align: center;
}

.wp-block-calendar table td,
.wp-calendar-table td
{
    padding-left: 0 !important;
    text-align: center;
    padding-right: 0 !important;
}

.wp-block-table table td
{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.wp-block-calendar a,
.wp-calendar-table a
{
    text-decoration: none;
}

.wp-calendar-table th 
{
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.rfpp_core_wp .wp-block-calendar  tbody td,
.rfpp_core_wp .wp-block-calendar  tbody th,
.rfpp_core_wp .wp-calendar-table  tbody td,
.rfpp_core_wp .wp-calendar-table  tbody th 
{
    padding-bottom: 2rem;
    padding-top: 2rem;
}


/** Widget --> Gallery
*****************************************************************/

.gallery
{
    margin-bottom: 5rem !important;
}

.gallery .gallery-caption
{
    margin-top: 3rem;
    text-align: left;
    margin-bottom: 5rem;
    color: #7c7c7c;
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 0;
}

.gallery .gallery-item
{
    text-align: left !important;
}

.gallery img 
{
    border: none !important;
}

.gallery .gallery-item img
{
    margin-bottom: 0;
    margin-top: 0;
}



/** Layout Elements --> *
*****************************************************************/

.wp-block-group,
.wp-block-media-text
{
    margin-bottom: 5rem !important;
}

.wp-block-group.has-background,
.wp-block-media-text.has-background
{
    padding: 6rem 8rem;
}

.wp-block-columns
{
    margin-bottom: 4rem !important;
}

.wp-block-separator
{
    margin-bottom: 5rem !important;
    margin-top: 3rem !important;
    margin-left: 0;
}

.wp-block-separator.is-style-dots
{
    text-align: left;
}

.wp-block-separator.is-style-dots:before 
{
    padding-left: 0;
}



/** Basic Elements --> Code
*****************************************************************/

.wp-block-code 
{
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 3.4rem;
    line-height: 1.3em;
    letter-spacing: -0.005em;
    font-weight: 300;
    color: #7c7c7c;
    font-family: 'Source Sans Pro', sans-serif;
}


/** Sidebar Widget
*****************************************************************/

.widget-area .widget_archive ul
{
    list-style: none;
    padding-left: 0;
}

.widget-area .widget_categories ul,
.widget-area .widget_nav_menu ul,
.widget-area .widget_pages ul
{
    padding-left: 2rem;
    list-style: none;
}

.widget-area .widget_categories > ul,
.widget-area .widget_nav_menu > ul,
.widget-area .widget_pages > ul
{
    padding-left: 0;
}

.widget-area .widget_categories ul.children,
.widget-area .widget_nav_menu ul.sub-menu,
.widget-area .widget_pages ul.children
{
    margin-top: 0;
    margin-bottom: 0;
}

.widget-area .widget_meta ul,
.widget-area .widget_recent_comments ul,
.widget-area .widget_recent_entries ul,
.widget-area .widget_rss ul,
.widget-area .widget_recent_entries ul
{
    list-style: none;
    padding-left: 0;
}

.widget-area .widget_rss > ul li
{
    margin-bottom: 1.6rem;
}

.widget-area .widget_rss > ul li:last-child
{
    margin-bottom: 0;
}

.widget-area .widget_rss .rss-date
{
    display: block;
    margin-bottom: .8rem;
}

.widget-area .widget_rss .rss-widget-feed img
{
    margin: 0;
    vertical-align: baseline;
}

.widget-area .widget_rss .widget-title
{
    display: block;
    margin-bottom: 1rem;
}