/*!
Theme Name: Stimul theme
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    background: #f5f5f5;
    color: #364253;
    padding-top: 80px;
    font-family: "Montserrat", sans-serif;
}

a{
    text-decoration: none;
}

body.admin-bar nav.navbar.fixed-top{
    top: 32px!important;
}
body.admin-bar {
    padding-top: 122px;
}

.nav-link{
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

.navbar{
    border-bottom: 5px solid #63c048;
}

.navbar .nav-link:hover{
    background: #f5f5f5;
}

.navbar .dropdown-menu{
    border: none;
    margin-top: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar .dropdown-menu .dropdown-item{
    font-size: 14px;
}

.btn-primary{
    background: #4cb9c3;
    color: #fff;
    border-color: #4cb9c3;
}

.btn-primary:hover {
    background: #2da2ad;
    color: #fff;
    border-color: #2da2ad;
}

.text-muted{
    color: #ccc!important;
}

.card{
    border-radius: 10px;
    border:none;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.header-title{
    margin-top: -10px;
}

.header-title h1{
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.breadcrumb-item{
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumbs__link{
    text-decoration: none;
}

footer {
    background: #364253;
    color: #fff;
    border-top: 5px solid#fec500;
}

footer .text-muted{
    color: #a7b1c1!important;
}

footer .nav-link{
    padding: 0;
    color: #a7b1c1;
    line-height: 2;
}

footer .nav-link:hover{
    color: #fff;
}

.social-menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #445267;
    color: #a7b1c1;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-size: 18px;
    text-decoration: none;
}

.social-menu li a:hover {
    background: #fec500;
    color: #fff;
}

.copyright{
    border-top: 1px solid#445267;
}

.section-header .subtitle{
    font-size: 16px;
    font-weight: 500;
}

.post-slider {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.post-slider .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    right: 0;
    padding: 20px;
    color: #fff;
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-thumb-list {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeff4;
    padding-bottom: 15px;
}

ul .post-thumb-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.post-thumb-list h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.post-thumb-list .excerpt {
    margin-bottom: 5px;
    font-size: 13px;
}

.post-thumb-list .excerpt p {
    margin: 0;
}


.widget .widget-title {
    font-weight: 500;
    font-size: 16px;
    margin: -15px -15px 10px;
    padding: 15px;
    border-bottom: 1px solid #eeeff4;
}

.content-meta-line {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeff4;
    padding-bottom: 15px;
}

.content img{
    max-width: 100%;
    max-height: max-content;
}

.thumbnail-main img{
    width: 100%;
    height: auto;
}

.post-categories{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-categories a {
    background: #4db9c3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
}


.post-navigation .post-link a {
    font-weight: 500;
    color: #262626;
    background: #f5f5f5;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
}

.post-navigation .post-link a:hover {
    background: #4db9c3;
    color: #fff;
}

.post-navigation .post-link i {
    color: #ffffff;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #4cb9c3;
    font-weight: 600;
    background: #4db9c3;
}

.post-navigation .post-link.post-next a {
    text-align: right;
    padding-right: 60px;
}
.post-navigation .post-link.post-next i {
    right: 15px;
}

.post-navigation .post-link.post-prev a {
    text-align: left;
    padding-left: 60px;
}
.post-navigation .post-link.post-prev i {
    left: 15px;
}

.wp-block-heading {
    font-weight: 500;
    font-size: 16px;
    margin: -15px -15px 10px;
    padding: 15px;
    border-bottom: 1px solid #eeeff4;
}

.comment-list .children{
    margin-left: 40px;
}
