/*
 Theme Name:   ProCapitaNews
 Theme URI:    https://procapita.co.id/insights/
 Description:  Placeholder Theme for ProCapitaNews
 Author:       DNArtworks
 Author URI:   https://dnartworks.co.id/
 Template:     mrtailor
 Version:      1.0.1
 License:      Proprietary
 License URI:  https://dnartworks.co.id;
 Tags:         proprietary
 Text Domain:  dnartworks
 */

#content .blog-post-inner {
    padding-bottom: 40px;
}

#content .blog-post {
    outline: solid lightgray;
    padding-top: 40px;
    outline-offset: -20px;
}

#content .entry-title-archive-text {
    font-size: 29px;
}

#content .more-link {
    background-color: #0d244c;
}

#content .next-posts-nav .nav-next a,
#content .entry-title-archive-text,
#content .previous-posts-nav .nav-previous a {
    transition: all .3s ease;
}

#content .next-posts-nav .nav-next a:hover,
#content .entry-title-archive:hover .entry-title-archive-text,
#content .previous-posts-nav .nav-previous a:hover {
    color: #0d244c;
}

#content .next-posts-nav .nav-next a:hover:after,
#content .next-posts-nav .nav-next a:focus:after,
#content .next-posts-nav .nav-next a:active:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="rgb(13,36,76)"><path d="M 14 4.9296875 L 12.5 6.4296875 L 17.070312 11 L 3 11 L 3 13 L 17.070312 13 L 12.5 17.570312 L 14 19.070312 L 21.070312 12 L 14 4.9296875 z"></path></svg>');
}

#content .previous-posts-nav .nav-previous a:hover::before,
#content .previous-posts-nav .nav-previous a:focus:before, 
#content .previous-posts-nav .nav-previous a:active:before{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="rgb(13,36,76)"><path d="M 10 4.9296875 L 2.9296875 12 L 10 19.070312 L 11.5 17.570312 L 6.9296875 13 L 21 13 L 21 11 L 6.9296875 11 L 11.5 6.4296875 L 10 4.9296875 z"></path></svg>');
}

.site-header .language-switcher-mobile {
    display: none;
}

.language-and-currency-offcanvas {
    display: none !important;
}

@media (max-width: 768px){
    .top-headers-wrapper .site-header-wrapper {
        height: 60px;
    }
}

@media(max-width: 1024px){
    .site-header .mobile-menu-button {
        right: 2rem;
    }

    .site-header .language-switcher-mobile {
        right: 5rem;
    }

    .site-header .site-tools,
    .site-header .mobile-menu-button,
    .site-header .language-switcher-mobile {
        position: absolute;
        top: 1rem;
    }

    .site-header .language-switcher-mobile {
        display: inline-block;
         top: .75rem;
    }

    .site-header .columns {
        padding: 0;
    }

    .top-headers-wrapper .site-header {
        padding-bottom: 0;
    }

    .content-area,
    .top-headers-wrapper #site-menu {
        padding-top: 0;
    }
}

#floating-wa{
	position: fixed;
	bottom: 1rem;
	right: .5rem;
	font-size: 1rem;
    z-index: 100;
}

#floating-wa a {
	color: #25D366 !important;
}

@media (max-width: 991px) {
	#floating-wa{
		bottom: 2rem;
		font-size: 10px;
	}
}
