p{
    text-align: justify!important;
}
.side-menu-bar {
    width: 100%;
    background-color: #8c1d5e;
    padding: 10px;
    border-radius: 2px;
}

.side-menu-bar ul {
    list-style-type: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.side-menu-bar ul li {
    margin: 5px 0;
    border-bottom: 2px solid #74174e;
}

.side-menu-bar ul li a {
    border-radius: 0;
    border: none;
    display: block;
    padding: 8px;
    color: #fff9f9;
    text-decoration: none;
    transition: 0.5s ease all;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
}

.side-menu-bar ul li a:hover {
    background-color: #fff;
    color: #8c1d5e;
    transition: 0.5s ease all ;
}

/* Header Mobile Menu */
@media only screen and (max-width: 650px) {
    .sub-menu-container .menu-link div {
        color: white !important;
    }
    .postcontent{
        padding-bottom: 0!important;
    }
    .content-wrap{
        padding-top: 10px!important;
    }
}
.menu-container>.menu-item>.menu-link{
    font-weight: bold!important;
}
/* Slider */
.slider-caption h2, .slider-caption .h2{
    font-size: 3.5rem !important;
}
.slider-caption-box p{
    text-align: left!important;
}
/* Heading */
.heading-block h2, .heading-block h3{
    font-family: 'Poppins', sans-serif!important;
}
.heading-block h2{
    font-size: 36px!important;
}
.heading-block h3{
    font-size: 28px!important;
}
@media (max-width: 768px) {
    .slider-left-img{
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-size: cover !important;
    }
    .slider-center-img{
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
}
/* Header */
@media (min-width: 992px) {
    .menu-container>.menu-item>.menu-link{
        font-size: 0.9rem !important;
    }
}
/* CalendarHome */
#calendarHome{
    color: #f0f8ff !important;
}
#calendarHome a:hover{
    color: #ffc0d7 !important;
}
#calendarHome span{
    color: #f0f8ff !important;
}
#calendarHome h2 a{
    color: white;
}
#calendarHome .btn-light{
    background-color: #8c1d5e;
    color: white;
}
/* Contact */
#contactTexts{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Footer */
#footer h4{
    font-family: 'Poppins', sans-serif!important;
    font-size: 1.5rem;
}
#bulletins h5{
    font-size: 1rem !important;
}
@media (max-width: 768px) {
    #FooterLinks{
        text-align: center;
    }
}
/* Slider Buttons */
.slider-feature a:hover{
    color: white!important;
}
.owl-carousel .owl-item img{
    object-fit: cover!important;
}
ul{
    list-style-type: none;
}
.board-chair img {
    width: 400px;
    float: left;
    margin-right: 15px;
}
@media (max-width: 768px) {
    .board-chair img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999;
    pointer-events: all;
}
/* Image Box Mobile */
@media (max-width: 766px) {
    .image-box-mobile img{
        width: 100%;
        height: 235px!important;
    }
    /* Slider */
    .slider-caption h2{
        font-size: 2.5rem !important;
    }
    .slider-caption p{
        font-size: 1.2rem !important;
    }
}
#FooterLinks a{
    color: #fff;
}
#FooterLinks a:hover{
    color: #ffdddd;
}
/* Etkinlik Takvimi */
 #etkinlikTakvimi .blog-date-wrapper{
     background-color: #5b1683;
     padding: 5px;
     border-radius: 2px;
 }
#etkinlikTakvimi .entry-title{
    color: #5b1683;
}
#etkinlikTakvimi .entry-meta{
    color: #252424;
}
/* Eğitim Takvimi */
#egitimTakvimi .blog-date-wrapper{
    background-color: #CA3D73;
    padding: 5px;
    border-radius: 2px;
}
#egitimTakvimi .entry-title{
    color: #CA3D73;
}
#egitimTakvimi .entry-meta{
    color: #252424;
}
#eula-error {
    display: block !important;
}
