/*
Theme Name: Raona
Author: maneki neko
Author URI: http://maneki.es/
Template: dt-the7
*/

@font-face {
    font-family: 'raonaicons';
    src:  url('fonts/raonaicons.eot?illq3v');
    src:  url('fonts/raonaicons.eot?illq3v#iefix') format('embedded-opentype'),
        url('fonts/raonaicons.woff2?illq3v') format('woff2'),
        url('fonts/raonaicons.ttf?illq3v') format('truetype'),
        url('fonts/raonaicons.woff?illq3v') format('woff'),
        url('fonts/raonaicons.svg?illq3v#raonaicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

html.raona_home_template {
    margin-top: 0 !important;
}

html.raona_home_template body.admin-bar .navigation {
    top: 32px !important;
}

html.raona_posts_page .page-title {
    display: none;
}

body.admin-bar .raona_header .navigation {
    top: 32px !important;
}

a.raona_blog_link {
    text-decoration: none;
}

.raona_blog_heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.raona_blog_heading a {
    text-decoration: none;
    color: #000;
    font-family: "Mukta", sans-serif;
    font-size: 30px;
    font-weight: 600;
    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.raona_blog_heading a:hover {
    opacity: .8;
}

.raona_blog_heading .orange {
    color: #FF9A00;
}

#main .raona_heading_wrapper {
    /*text-align: center;*/
    /*margin-bottom: 40px;*/
}

.dt-mobile-menu-icon {
    background-color: #ff9200;
    border-radius: 100px;
    padding: 10px;
}
.passion {
	display: none !important;
}
.home .passion,
.category .passion {
	display: block;
    background-color: #fec82a;
    margin: 0;
    text-align: center;
    width: 100%;
}
.passion img {
    margin: 0 0 -6px;
    max-width: 100%;
}
.widget_twitter_timeline {
    padding: 0 !important;
}
.current-cat a {
    color: #ff9200 !important;
    font-weight: bold;
}

/* New
 *
 */
/* Navigation
----------------------------------------------------------------------------- */
.raona_header {
    padding-bottom: 92px;
    font-family: "Mukta", sans-serif;
}

.raona_header .navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 45px;
    z-index: 25000;
    overflow: hidden;
    background-color: #000;
}

.raona_header .navigation a {
    padding-right: 0 !important;
}

.raona_header .navigation a:hover {
    text-decoration: none;
}

.raona_header .navigation.navigation-light #mobile-menu-button span {
    background-color: #000;
}

.raona_header .navigation.navigation-light a:hover,
.raona_header .navigation.navigation-light a.selected {
    color: #000;
}

.raona_header .navigation .logo.invisible {
    opacity: 0 !important;
}

.raona_header .navigation .logo path {
    transition: all 0.5s ease;
    fill: #FFF;
}

.raona_header .navigation .logo rect {
    fill: #FF9A00;
}

.raona_header .navigation.navigation-light .logo path {
    fill: #000;
}

.raona_header .navigation .logo {
    float: left;
    transition: all 0.1s ease;
}

.raona_header .navigation .logo svg {
    cursor: pointer;
    display: block;
    height: auto;
    width: 130px;
    height: 30px;
}

.raona_header .navigation a:not(.logo_link),
.raona_header .navigation-mobile a:not(.logo_link) {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    transition: color 1s ease;
    opacity: 0.75;
}

.raona_header .navigation-mobile .menu > a:not(:last-of-type)::after {
    content: "";
    display: block;
    margin: .25em auto;
    margin-top: .45em;
    height: 2px;
    width: 33%;
    background-color: #5E5E5E;
}

.raona_header .navigation a:hover,
.raona_header .navigation a.selected,
.raona_header .navigation-mobile a.selected {
    opacity: 1;
    color: #fff;
}

.raona_header .navigation .menu,
.raona_header .navigation .lang {
    float: right;
}

.raona_header .navigation .menu {
    margin-right: 40px;
}

.raona_header .navigation .menu a + a {
    margin-left: 2vw;
}

.raona_header .navigation .lang {
    position: relative;
    padding-left: 40px;
}

.raona_header .navigation .lang::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    transition: all 1s ease;
}

.raona_header .navigation.navigation-light .lang::before {
    color: #000;
}

.raona_header .navigation .lang a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.raona_header .navigation .lang a + a {
    margin-left: .5vw;
}

/* NARROW MOBILE SPECIFIC OVERRIDES */

@media screen and (max-width: 350px) {

    .raona_header .navigation-mobile {
        padding-top: 50px;
    }

    .raona_header .navigation-mobile .lang a {
        margin-top: 2em;
    }
}

/* Mobile */

.raona_header .navigation-mobile {
    display: none;
}

.raona_header #mobile-menu-button {
    display: none;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 25000;
}

.raona_header #mobile-menu-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.raona_header #mobile-menu-button span:nth-child(1) {
    top: 0px;
}

.raona_header #mobile-menu-button span:nth-child(2),#mobile-menu-button span:nth-child(3) {
    top: 8px;
}

.raona_header #mobile-menu-button span:nth-child(4) {
    top: 16px;
}

.raona_header #mobile-menu-button.open span:nth-child(1),
.raona_header #mobile-menu-button.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.raona_header #mobile-menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.raona_header #mobile-menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.raona_header .portrait-only,
.raona_header .mobile-label,
.raona_header .mobile-only,
.raona_header .mobile-only::after,
.raona_header .mobile-only::before {
    display: none !important;
}

/* MOBILE SPECIFIC OVERRIDES */

@media screen and (max-width: 480px) {

    .raona_header .navigation .logo svg {
        width: 75px;
    }

    .raona_header .navigation-mobile {
        padding-top: 17vh;
    }

    .raona_header .navigation-mobile .lang {
        margin-top: 0;
    }

    .raona_header .navigation-mobile .lang a {
        margin-top: 2.75em;
    }

    .raona_header .navigation-mobile .lang a {
        font-size: 20px;
        line-height: 20px;
    }

    .raona_header .navigation-mobile .menu > a {
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    #page .wf-container .post.status-publish {
        min-height: auto;
    }

    .raona_header {
        padding-bottom: 50px;
    }

    .raona_header a.underlined:hover::after {
        display: none !important;
    }

    .raona_header .landscape-only {
        display: initial;
    }

    .raona_header .desktop-only {
        display: none !important;
    }

    .raona_header .mobile-label,
    .raona_header .mobile-only,
    .raona_header .mobile-only::after,
    .raona_header .mobile-only::before {
        display: block !important;
    }

    .raona_header .mobile-label {
        display: block;
        position: absolute;
        top: 38px;
        left: 50%;
        transform: translateX(-40%);
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        z-index: 999999;
    }

    .raona_header .navigation {
        height: auto;
        padding: 5vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .raona_header .navigation a {
        font-size: 16px;
    }

    .raona_header .navigation .lang a {
        font-size: 14px;
    }

    .raona_header .navigation .logo svg {
        width: 120px;
    }

    .raona_header #mobile-menu-button {
        display: block;
    }

    .raona_header .menu-wrapper {
        display: none;
    }

    .raona_header .navigation-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        right: -100%;
        padding-top: 15vh;
        /*transform: translateX(100%);*/
        background-color: rgba(0,0,0,0.95);
        transition: all 0.5s ease;
        text-align: center;
        overflow: hidden;
        z-index: 20000;
    }

    .raona_header .navigation-mobile.mobile-open {
        left: 0;
        right: 0;
        /*transform: translateX(0%);*/
    }

    .raona_header .navigation-mobile .lang {
        margin-top: 2.5em;
        text-align: center;
    }

    .raona_header .navigation-mobile .lang a {
        text-decoration: none;
        font-size: 23px;
        line-height: 23px;
        color: #BABABA;
        opacity: .75;
    }

    .raona_header .navigation-mobile .lang a + a {
        margin-left: .5em;
    }

    .raona_header .navigation-mobile .lang a.selected {
        opacity: 1;
        color: #fff;
    }

    .raona_header .navigation-mobile .menu {
        display: inline-block;
        margin: 0 auto;
    }

    .raona_header .navigation-mobile .menu > a {
        font-size: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
    }
}

/* Navigation adjustement */
@media screen and (max-width: 1100px) {
    .raona_header .navigation .menu a + a {
        margin-left: 10px;
    }

    .raona_header .navigation a:not(.logo_link), .raona_header .navigation-mobile a:not(.logo_link) {
        font-size: 16px;
    }

    .raona_header .navigation .lang {
        padding-left: 20px;
    }

    .raona_header .navigation .menu {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
    .raona_header .navigation .menu a + a {
        margin-left: 10px;
    }

    .raona_header .navigation a:not(.logo_link), .raona_header .navigation-mobile a:not(.logo_link) {
        font-size: 18px;
    }

    .raona_header .navigation .lang {
        padding-left: 20px;
    }

    .raona_header .navigation .menu {
        margin-right: 20px;
    }
}

/* Blog Main Page */
#page.raona_blog_main_page .sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content > .widget.widget_recent_entries,
#page.raona_blog_main_page .sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content > .widget.widget_raona_recent_news_widget {
    display: none;
}

/* Pre Header */
#page #main .raona_pre_header {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

#page #main .raona_pre_header_inner {
    position: relative;
}

#page #main .raona_pre_header .blog_button_link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

@media screen and (max-width: 970px) {
    #page #main .raona_pre_header .blog_button_link {
        font-size: 22px;
        line-height: 22px;
    }
}

#page #main .raona_pre_header .blog_button_link:not(.secondary) {
    color: #000;
}

#page #main .raona_pre_header .blog_button_link.secondary {
    color: #bbb;
}

#page #main .raona_pre_header .blog_button_link:hover {
    color: #ff9200;
}

#page #main .raona_pre_header .blog_button_text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#page #main .raona_pre_header_inner > .separator {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bbb;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 30px;
}

@media screen and (max-width: 970px) {
    #page #main .raona_pre_header_inner > .separator {
        font-size: 20px;
        line-height: 22px;
    }
}

#page #main .raona_pre_header_wrapper .category_heading {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 30px;
}

@media screen and (max-width: 970px) {
    #page #main .raona_pre_header_wrapper .category_heading {
        font-size: 22px;
        line-height: 22px;
    }
}

#page #main .raona_pre_header .search_preheader_text {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

#page #main .raona_pre_header .blog_all_button_link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Mukta', sans-serif;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

#page #main .raona_pre_header .blog_all_button_link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bbb;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
}

#page #main .raona_pre_header .blog_all_button_link:hover {
    color: #ff9200;
}

#page #main .raona_pre_header .blog_all_button_link:hover:after {
    background-color: #ff9200;
}

#page #main .raona_pre_header .blog_all_button_text {
    margin: 0;
    line-height: 30px;
}


/* Blog */
#page .wf-container .post * {
    font-family: "Mukta", sans-serif;
}

#page .wf-container .post {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #000;
    min-height: 370px;
    transition: border-top-color .3s ease-in-out;
    -webkit-transition: border-top-color .3s ease-in-out;
    -moz-transition: border-top-color .3s ease-in-out;
    -ms-transition: border-top-color .3s ease-in-out;
    -o-transition: border-top-color .3s ease-in-out;
}

#page .wf-container .post:hover {
    border-top-color: #ff9200;
}

#page .wf-container .post .blog-media {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

#page .wf-container .post .blog-media .fancy-date .entry-month:after {
    background-color: #ff9200;
}

#page .wf-container .post .blog-content {
    padding-right: 0;
    padding-left: 0;
}

#page .wf-container .post .blog-content .raona-entry-extra .date_wrapper {
    display: inline-block;
    vertical-align: top;
}

#page .wf-container .post .blog-content .raona-entry-extra .date_wrapper p {
    margin: 0;
}

#page .wf-container .post .blog-content .raona-entry-extra .date_wrapper p span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #bbb;
}

#page .wf-container .post .blog-content .raona-entry-extra .date_wrapper p span.month {
    text-transform: uppercase;
}

#page .wf-container .post .blog-content .raona-entry-extra .date_wrapper p .date_separator {
    margin-right: 4px;
    margin-left: 4px;
    /*color: #ff9200;*/
}

#page .wf-container .post .blog-content .raona-entry-extra .extra_separator {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    color: #ff9200;
}

#page .wf-container .post .blog-content .raona-entry-extra .categories_list {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
}

#page .wf-container .post .blog-content .raona-entry-extra .categories_list .post_category,
#page .wf-container .post .blog-content .raona-entry-extra .categories_list .more_dots {
    display: inline-block;
    vertical-align: top;
    color: #bbb;
    font-weight: 500;
}

#page .wf-container .post .blog-content .raona-entry-extra .categories_list .post_category + .post_category,
#page .wf-container .post .blog-content .raona-entry-extra .categories_list .post_category + .more_dots {
    margin-left: 10px;
}

#page .wf-container .post .blog-content .raona-entry-extra .categories_list .post_category a {
    text-decoration: none;
    color: #bbb;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

#page .wf-container .post .blog-content .raona-entry-extra .categories_list .post_category a:hover {
    color: #ff9200;
}

#page .wf-container .post .blog-content .entry-meta {
    padding-top: 0;
}

#page .wf-container .post .blog-content .entry-meta .category-link {
    color: #fff;
}

#page .wf-container .post .blog-content .entry-meta .category-link a {
    text-transform: uppercase;
    font-weight: 500;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

#page .wf-container .post .blog-content .entry-meta .category-link a:hover {
    color: #ff9200;
}

#page .wf-container .post .blog-content .entry-meta .category-link a:not(:first-child):before {
    content: "|";
    color: #adb0b6;
    margin-right: 6px;
    display: inline-block;
    text-decoration: none !important;
}

#page .wf-container .post .blog-content .entry-meta .category-link:after {
    display: none;
}

#page .wf-container .post .blog-content .entry-meta .author {
    display: none;
}

#page .wf-container .post .blog-content .entry-meta .data-link {
    display: none;
}

#page .wf-container .post .blog-content .entry-title {
    margin-bottom: 0;
    /*min-height: 85px;*/
}

#page .wf-container .post .blog-content .entry-title a {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

#page .wf-container .post .blog-content .entry-title a:hover {
    color: #ff9200;
}

#page .wf-container .post .blog-content > p {
    color: #333;
    /*font-weight: 400;*/
}

#page .wf-container .post .blog-content a.details.more-link {
    display: none;
}

#page .wf-container .post .blog-content .sharedaddy {
    display: none !important;
}

/* Sidebar */
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content {
    border-top: 4px solid #000;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content > .widget {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content > .widget + .widget {
    border-top: 1px solid #e0e0e0;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content > .widget .widget-title {
    font-size: 28px;
    color: #1c1c1c;
}
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul.custom-categories {
    margin-top: 20px;
}
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item a,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item a .item-name {
    color: #9b9b9b;
    font-size: 20px;
    font-weight: 500;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item a:hover,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item a:hover .item-name {
    color: #ff9200 !important;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item.current-cat a,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item.current-cat a .item-name {
    color: #1c1c1c !important;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item.current-cat a:after,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item.current-cat a:after .item-name {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
    margin-top: -3px;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item.current-cat a:hover,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item.current-cat a:hover .item-name {
    color: #ff9200 !important;
}

.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_categories > ul > li.cat-item.current-cat a:hover:after,
.sidebar-divider-off .wf-wrap aside#sidebar.sidebar .sidebar-content .widget_presscore-blog-categories > ul > li.cat-item.current-cat a:hover:after .item-name {
    background-color: #ff9200;
}

/* Highlighted sidebar */
#menu-destacados {
    margin-top: 20px;
}
#menu-destacados > li.menu-item a {
    color: #9b9b9b;
    font-size: 20px;
    font-weight: 500;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
#menu-destacados > li.menu-item a:hover {
    color: #ff9200 !important;
    text-decoration: none;
}

/* Post like and related */
div.sharedaddy.jetpack-likes-widget-wrapper h3.sd-title,
#jp-relatedposts h3.jp-relatedposts-headline em {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a.jp-relatedposts-post-a {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a.jp-relatedposts-post-a {
    text-decoration: none;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a.jp-relatedposts-post-a:hover {
    text-decoration: none;
    color: #ff9200;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    font-weight: 600;
    color: #bbb;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
    font-weight: 500;
    color: #bbb;
}
/* Category page */
body.category #main .raona_category_heading_wrapper {
    background-color: #e7e7e7;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

body.category #main .raona_category_heading_inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

body.category #main .raona_category_heading_content {
    position: relative;
    text-align: center;
}

body.category #main .raona_category_heading_content .back_button_link {
    position: absolute;
    top: 4px;
    left: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

body.category #main .raona_category_heading_content .back_button_icon {
    display: inline-block;
    vertical-align: top;
    font-family: 'raonaicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-color: #333;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    padding: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

body.category #main .raona_category_heading_content .back_button_icon:before {
    content: "\e901";
}

body.category #main .raona_category_heading_content .back_button_link:hover .back_button_icon {
    color: #fff;
    border-color: #ff9200;
    background-color: #ff9200;
}

body.category #main .raona_category_heading_content .raona_category_heading_text p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

body.category #main .raona_category_heading_content .raona_category_heading_text .blog_button a {
    font-size: 34px;
    color: #969696;
    text-decoration: none;
    /*font-weight: 500;*/
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

body.category #main .raona_category_heading_content .raona_category_heading_text .blog_button a:hover {
    color: #ff9200;
}

body.category #main .raona_category_heading_content .raona_category_heading_text .blog_button span.separator {
    font-size: 34px;
    color: #969696;
    /*font-weight: 500;*/
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    line-height: 38px;
}

body.category #main .raona_category_heading_content .raona_category_heading_text .category_heading {
    font-size: 34px;
    color: #000000;
    /*font-weight: 500;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
}

/* Elementor */
#page .elementor-widget-text-editor {
    font-family: "Mukta", sans-serif;
}

/* Post detail */
body.single-post #page .post-thumbnail {
    margin-bottom: 0;
}
body.single-post #page .raona_post_heading_wrapper {
    border-top: 4px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin: 0;
}

@media screen and (max-width: 970px) {
    body.single-post #page .raona_post_heading_wrapper .raona_post_heading {
        font-size: 30px;
        line-height: 40px;
    }
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra {
    margin-top: 20px;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .date_wrapper {
    display: inline-block;
    vertical-align: top;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .date_wrapper p {
    margin: 0;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .date_wrapper p span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #bbb;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .date_wrapper p span.month {
    text-transform: uppercase;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .date_wrapper p .date_separator {
    margin-right: 4px;
    margin-left: 4px;
    /*color: #ff9200;*/
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .extra_separator {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    color: #ff9200;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .categories_list {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .categories_list .post_category {
    display: inline-block;
    vertical-align: top;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .categories_list .post_category + .post_category {
    margin-left: 10px;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .categories_list .post_category a {
    text-decoration: none;
    color: #bbb;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

body.single-post #page .raona_post_heading_wrapper .raona_post_heading_extra .categories_list .post_category a:hover {
    color: #ff9200;
}

body.single-post #page #main #content .post .post-thumbnail {
    border-top: 4px solid #000;
}
body.single-post #page #main #content .post .post-thumbnail .fancy-date .entry-month:after {
    background-color: #ff9200;
}

body.single-post #page #main #content .post .post-meta {
    display: none;
}

body.single-post #page #main #content .post .entry-content img {
    border: 1px solid #f1f1f1;
}

body.single-post #page #main #content .post .entry-content > .elementor:first-child > .elementor-inner:first-child > .elementor-section-wrap:first-child > .elementor-element:first-child > .elementor-container:first-child > .elementor-row:first-child > .elementor-column:first-child > .elementor-element-populated:first-child > .elementor-widget-wrap:first-child > .elementor-element:first-child > .elementor-widget-container:first-child > .elementor-text-editor:first-child > p:first-child > img:first-child {
    /*margin-top: -10px;*/
    /*border-top: 4px solid #000;*/
}

body.single-post #page #main #content .post .entry-content > .elementor:first-child > .elementor-inner:first-child > .elementor-section-wrap:first-child > .elementor-element:first-child > .elementor-container:first-child > .elementor-row:first-child > .elementor-column:first-child > .elementor-element-populated:first-child {
    padding-right: 0;
    padding-left: 0;
}

body.single-post #page #main #content .post .raona_post_share_buttons {
    margin-bottom: 20px;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_heading {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper {
    margin-top: -10px;
    margin-left: -10px;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
}

@media screen and (min-width: 970px) {
    body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper.mobile_only {
        display: none;
    }
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link {
    text-decoration: none;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon {
    font-family: 'raonaicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #787d85;
    border-color: #787d85;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon {
    color: #fff;
    border-color: transparent;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.facebook {
    background-color: #3b5998;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.linkedin {
    background-color: #007bb5;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.twitter {
    background-color: #55acee;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.pinterest {
    background-color: #cb2027;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.whatsapp {
    background-color: #4dc247;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.googleplus {
    background-color: #dd4b39;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link:hover .raona_social_icon.email {
    background-color: #fccc63;
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.facebook:before {
    content: "\e908";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.linkedin:before {
    content: "\e906";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.twitter:before {
    content: "\e907";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.pinterest:before {
    content: "\e903";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.whatsapp:before {
    content: "\e904";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.googleplus:before {
    content: "\e905";
}

body.single-post #page #main #content .post .raona_post_share_buttons .share_buttons_wrapper .raona_social_icon_wrapper .raona_social_icon_link .raona_social_icon.email:before {
    content: "\e909";
}

body.single-post #page #main #content .post .post-navigation .nav-links {
    border-top: 1px solid #e0e0e0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

body.single-post #page #main #content .post .post-navigation .nav-links .nav-next .post-title,
body.single-post #page #main #content .post .post-navigation .nav-links .nav-previous .post-title {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

body.single-post #page #main #content .post .post-navigation .nav-links .nav-next:hover .post-title,
body.single-post #page #main #content .post .post-navigation .nav-links .nav-previous:hover .post-title {
    color: #ff9200;
}

/* Fancy dates */
.fancy-date.raona-fancy-date a {
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0 8px;
    min-width: 63px;
    min-height: 63px;
}

.fancy-date.raona-fancy-date .entry-month,
.fancy-date.raona-fancy-date .entry-year {
    text-transform: uppercase;
}

.fancy-date.raona-fancy-date a .entry-date:after,
.fancy-date.raona-fancy-date a .entry-year {
    display: none;
}

.fancy-date.raona-fancy-date a .entry-date:after,
.fancy-date.raona-fancy-date a .entry-month:after {
    left: 0;
    bottom: -2px;
    width: 100%;
}

.fancy-date.raona-fancy-date .entry-month,
.fancy-date.raona-fancy-date .entry-month {
    margin-bottom: 2px;
}

body.search-results #page .page-title {
    display: none;
}
