/**
Theme Name: A
Author: New Darma
Author URI: https://newdarma.com/dhos
Description: Fast Theme
Version: 9.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a
Template: astra
*/


body {
    padding-top:40px;
    background: var(--ast-global-color-4);
    font-size:18px;
}

a {
	text-decoration:none !important;
}

.btn {
    background: var(--ast-global-color-1);
    border: 1px solid var(--ast-global-color-0);
}
.btn:hover {
    background: var(--ast-global-color-2);
}

.btn.white {
    color:white;
}

.ast-pagination .next.page-numbers {
    background: var(--ast-global-color-4);
    border-radius: 6px;
    border:1px solid #4a4a4a;
    margin: 20px 0px;
}

.ast-pagination .prev.page-numbers {
    background: var(--ast-global-color-4);
    border-radius: 6px;
    border:1px solid #4a4a4a;
    margin: 20px 0px;
}

.ast-primary-header-bar {
    top:0;
    box-shadow: 0 0 14px 4px rgb(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
}

.site-footer {
    box-shadow: 0 0 14px 4px rgb(0, 0, 0, 0.1);
}

.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
   /*display:none*/;
}

.embed-container {
    background: #000000;
    text-align: center;
    border-radius:6px 6px 0 0;
    overflow: hidden;
}

.ast-article-inner {
    box-shadow: 0 0 14px 4px rgb(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.ast-article-post .post-thumb-img-content img {
    aspect-ratio:none;
    width: 100%;
}

/*
aside {
    box-shadow: 0 0 14px 4px rgb(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
*/
