/**
Theme Name: Budizam.Me
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Yes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: budizam-me
Template: astra
*/

body, .ast-separate-container{background: #fff;}
.dwb-logo:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d1373c;
    margin-top: -28px;
    left: 0;
    z-index: 10;
    top:0px;
}

.dwb-logo-ribbon{
    background: url(https://budizam.me/wp-content/uploads/2020/03/dwb-logo-mne-wheel-white-bg.svg) no-repeat top right;
    width: 100%;
    display: block;
    height: 60px;
	position: relative;
    top: 20px;
    right: 50px;
    margin-bottom: 30px;
    z-index: 999;
}
.dwb-logo-ribbon:before{
	content: "";
    position: absolute;
    display: block;
    /*width: 68%;*/
    height: 100%;
    right: 0;
    bottom: 0;
    background: #fff;
}


/* Header */
#primary-menu li a {color:#d1373c;}

h1.site-title{display: none}
.hero-section-p{
    max-width: 520px;
    width: 100%!important
}