/* =====================================================
   Çocuk ve Gençlik Psikolojisi Dergisi
   Özel Görünüm Ayarları
   ===================================================== */


/* ---------- FOOTER ---------- */

.pkp_structure_footer_wrapper {
    background-color: #4B2E83;
    border-top: 0;
}

.pkp_structure_footer,
.pkp_footer_content,
.pkp_footer_content p,
.pkp_footer_content h1,
.pkp_footer_content h2,
.pkp_footer_content h3,
.pkp_footer_content h4,
.pkp_footer_content strong {
    color: #FFFFFF;
}


/* Footer bağlantıları */

.pkp_structure_footer a,
.pkp_footer_content a {
    color: #FFFFFF;
    text-decoration: none;
}

.pkp_structure_footer a:hover,
.pkp_footer_content a:hover {
    color: #E8DDF5;
    text-decoration: underline;
}


/* ---------- PKP / OJS LOGOSUNU GİZLE ---------- */

.pkp_brand_footer {
    display: none !important;
}


/* ---------- MOBİL UYUMLULUK ---------- */

@media (max-width: 768px) {

    .pkp_structure_footer {
        padding-left: 20px;
        padding-right: 20px;
    }

}
