@charset "UTF-8";
/***!  /templates/magnin/html/com_easyblog/styles/custom.css  !***/

#sp-main-body {    
	background-color: #111111;
}

main#sp-component {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.article-info {
    margin-top: 20px;
}

#eb .eb-post-thumb .eb-post-image img {
    border-radius: 5px;
    margin-bottom: 40px;
}

body .sppb-btn, body .btn {
    letter-spacing: 0;
    text-transform: uppercase;
}


#eb .btn-sm {
    padding: 10px 20px;
}

div#eb a {
    color: #171717;
    background-color: #00ff2d;
    font-weight: 500;
}

div#eb a:hover, div#eb a:focus, div#eb a:active {
    color: #00ff2d;
    background-color: #171717;
    text-decoration: none;
}

#eb .btn-sm {
    padding: 10px 40px;
}

#eb .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    letter-spacing: 1px;
}

#eb .article-print-email .btn-outline-secondary:hover {
    color: #171717 !important;
    background-color: #00ff2d;
}
#eb .article-print-email .btn-outline-secondary {
    border-color: #171717;
}

#eb .eb-authors-name a {
    background: none;
}

#eb .eb-entry-author-meta>span a {
    color: inherit;
    background: none;
}

#eb .btn-primary {
    color: #171717;
    background-color: #fff;
    border-color: #171717;
}
#eb .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary {
    color: #171717 !important;
    background-color: #fff;
    border-color: #171717;
}

.article-header a {
    background: none !important;
}
.article-header a:hover {
    color: #171717 !important;
}

#eb .eb-post-thumb .eb-post-image {
	background: none;}


#fd .fd-toolbar__link>i {
    color: #171717;
}

.eb-tags.cell-top.type-1 {
    display: none;
}

#eb .eb-card__hd, #eb .eb-card__bd, #eb .eb-card__ft {
    margin-bottom: 20px;
}

#fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state), #fd .fd-toolbar .is-active .fd-toolbar__submenu-link {
    background: none !important;
}


#fd .fd-toolbar__link>i:hover {
    color: #00ff2d;
}

.ebd-block.Turtl.has-nested {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #171717;
    margin-top: 30px;
}

li {
    list-style: disc !important;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
}

#eb blockquote.eb-quote {
    color: #fff!important;
    padding: 20px !important;
    margin: 0 0 20px !important;
    border-left: 5px solid #00ff2d !important;
    vertical-align: unset !important;
    border-radius: 5px !important;
    background-color: #191B2B !important;
}
