@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

@media (max-width:768px) {
    * {
        font-size: 16px !important;
    }

    p {
        text-align: left !important;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Libre Franklin', sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    line-height: 25px;
    letter-spacing: 1px;
}


/* Navbar Başlangıç */

@media (max-width:1505px) {
    .üst_barım .üst_bar_menüm {
        width: 58% !important;
    }

    .üst_barım .iletisim_bölümü {
        width: 22% !important;
    }

    .üst_barım .üst_bar_menüm ul {
        margin-right: 5px !important;
    }

        .üst_barım .üst_bar_menüm ul li {
            margin-right: 10px !important;
        }
}

@media (max-width:768px) {
    .üst_barım {
        height: 430px !important;
    }

        .üst_barım .logo_bölümü {
            width: 100% !important;
        }

        .üst_barım .logo_resim {
            width: 100% !important;
            text-align: center;
        }

        .üst_barım .logo_baslik {
            width: 100% !important;
            text-align: center;
            font-size: 30px !important;
            margin-top: 0px !important;
        }

    .mobil_hr {
        display: block !important;
    }

        .mobil_hr hr {
            border-radius: 50%;
            border: black 1px solid;
        }

    .üst_barım .üst_bar_menüm {
        width: 100% !important;
        text-align: center;
        margin-top: 0px !important;
    }

    .üst_bar_menüm ul {
        width: 100% !important;
        float: none !important;
    }

        .üst_bar_menüm ul li {
            width: 100% !important;
        }

    .üst_bar_menüm a::before {
        display: none !important;
    }

    .üst_bar_menüm a:hover::before {
        display: none !important;
    }

    .üst_barım .iletisim_bölümü {
        width: 100% !important;
        text-align: center !important;
    }

        .üst_barım .iletisim_bölümü .eposta {
            margin-bottom: 3px !important;
        }
}

.üst_barım {
    width: 100%;
    background-color: #d3dfd8;
    height: 60px;
    margin: 0 auto;
}

    .üst_barım .logo_bölümü {
        float: left;
        width: 20%;
        margin-top: 10px;
    }

    .üst_barım .logo_resim {
        float: left;
        width: auto;
    }

        .üst_barım .logo_resim img {
            width: 50px;
            height: 50px;
        }

    .üst_barım .logo_baslik {
        float: left;
        width: auto;
        font-size: 25px;
        margin-top: 5px;
        font-weight: 1000;
        font-family: 'Caveat', cursive;
    }

.mobil_hr {
    display: none;
}

.üst_barım .iletisim_bölümü {
    float: left;
    width: 20%;
    margin-top: 5px;
    font-weight: bold;
}

    .üst_barım .iletisim_bölümü .telefon {
        margin-top: 4px;
    }

    .üst_barım .iletisim_bölümü .eposta {
        margin-top: 5px;
    }

.üst_barım .üst_bar_menüm {
    float: left;
    margin-top: 10px;
    width: 60%;
}

.üst_bar_menüm ul {
    float: right;
    margin-right: 50px;
}

.üst_bar_menüm li {
    display: inline-block;
    margin-right: 20px;
    padding-top: 15px;
    position: relative;
}

.üst_bar_menüm a {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

    .üst_bar_menüm a i {
        margin-right: 3px;
    }

    .üst_bar_menüm a:hover {
        color: #000;
    }

    .üst_bar_menüm a::before {
        content: '';
        display: block;
        height: 5px;
        width: 100%;
        background-color: black;
        position: absolute;
        top: 0;
        width: 0%;
        transition: all ease-in-out 250ms;
    }

    .üst_bar_menüm a:hover::before {
        width: 100%;
    }


/* Navbar Bitiş */


/* Footer Başlangıç */

@media (max-width:768px) {
    .footer-items {
        width: 100% !important;
    }
}

.footer {
    margin-top: 60px;
    width: 100%;
    background: #d3dfd8;
    display: block;
}

.inner-footer {
    width: 100%;
    margin: auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.footer-items {
    width: 33%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.footer h1 {
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    color: black;
    font-weight: 600;
}

.footer-items p {
    color: black;
    font-size: 20px;
    text-align: justify;
    line-height: 25px;
}

.footer h2 {
    text-align: center;
    margin: 10px 0;
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.border {
    height: 2px;
    margin: auto;
    width: 50%;
    background: black;
}

.footer-items ul {
    text-align: center;
    list-style: none;
    color: black;
    letter-spacing: 0.5px;
}

    .footer-items ul a {
        text-decoration: none;
        outline: none;
        color: black;
        transition: 0.3s;
    }

        .footer-items ul a:hover {
            color: #ff9800;
        }

    .footer-items ul li {
        margin-top: 20px;
    }

.footer-items li i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: black;
    text-align: center;
}

    .social-media a {
        text-decoration: none;
    }

    .social-media i {
        height: 15px;
        width: 15px;
        margin: 20px 5px;
        padding: 10px;
        color: black;
        border-radius: 50%;
        border: 1px solid grey;
        transition: 0.3s;
    }

        .social-media i:hover {
            background: white;
        }

.footer-bottom {
    padding: 10px;
    text-align: center;
    background: #d3dfd8;
    color: black;
    font-size: 12px;
}


/* Footer Bitiş */

@media (max-width:768px) {
    .icerik .baslik,
    .icerik .icerik_baslik {
        font-size: 25px !important;
    }
}

.icerik {
    width: 100%;
}

    .icerik .baslik {
        font-weight: bold;
        text-align: center;
        font-family: 'Caveat', cursive;
        font-size: 35px;
    }

@media(max-width:768px) {
    .bacon-blog-post {
        width: 100% !important;
        box-shadow: none !important;
    }

    .bacon-shadow:after {
        box-shadow: none !important;
    }

    .bacon-blog-post p {
        text-align: left !important;
    }

    .bacon-blog-post-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.blogpost-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.bacon-blog-post {
    position: relative;
    width: 80%;
    background: #d3dfd8;
    text-align: center;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

.bacon-blog-post-inner {
    padding-left: 40px;
    padding-right: 40px;
}

.bacon-blog-post .blogpost_resim {
    width: 100%;
    height: 235px;
}

.bacon-blog-post .wp-post-image {
    border-radius: 50%;
    margin-top: 20px;
    padding-bottom: 20px;
    height: 235px;
}

.bacon-blog-post h1,
.bacon-blog-post h2,
.bacon-blog-post h3,
.bacon-blog-post h4 {
    margin: 1.414em 0 0.5em;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

    .bacon-blog-post h1 a,
    .bacon-blog-post h2 a,
    .bacon-blog-post h3 a,
    .bacon-blog-post h4 a {
        display: inline-block;
        color: #000;
        text-decoration: none;
    }

.bacon-blog-post h1 {
    margin-top: 0;
    font-size: 3.157em;
}

.bacon-blog-post h2 {
    margin-top: 0;
    font-size: 2.369em;
}

.bacon-blog-post h3 {
    font-size: 1.777em;
}

.bacon-blog-post h4 {
    font-size: 1.333em;
}

.bacon-blog-post small,
.bacon-blog-post .font_small {
    font-size: 0.75em;
}

.bacon-blog-post p,
.bacon-blog-post p a {
    text-align: justify;
    line-height: 25px;
}

.bacon-blog-post p {
    margin-bottom: 1.3em;
}

    .bacon-blog-post p:last-child {
        margin-bottom: 0;
    }

    .bacon-blog-post p a {
        color: #B21A13;
    }

.bacon-blog-post blockquote {
    margin: 1.3em;
    padding-left: 1.3em;
    border-left: rgb(224, 40, 43) solid 0.25em;
}

.bacon-shadow:after {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.60);
}


/* Ana Sayfa */


/* Slider */

@media (max-width:768px) {
    .rslides {
        width: 80% !important;     
        height: 300px !important;
        box-shadow: none !important;
    }

        .rslides li img {
            height: 300px !important;
        }
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 50%;   
    padding: 0;
    margin-top: 40px;
    max-height: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

    .rslides li {
        backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;      
        float: left;
        width: 100%;
        border: 0;
        max-height: 1000px;
    }


/* Slider Bitiş */


/* Profil Hakkımda Başlangıç */

@media (max-width:768px) {
    .card {
        width: 100% !important;
        box-shadow: none !important;
        margin-left: 0 !important;
    }

        .card .icerik_metin p {
            padding: 20px !important;
            line-height: 25px;
            text-align: left !important;
        }
}

.card {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    height: auto;
    background-color: #d3dfd8;
    text-align: center;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

    .card .profil_foto {
        width: 100%;       
    }

    .profil_foto img {
        height: 235px;
    }

    .card img {
        border-radius: 50%;
        margin-top: 20px;
    }

    .card .profil_icerik {
        width: 100%;
        text-align: justify;
    }

    .card .icerik_baslik {
        font-weight: bold;
        text-align: center;
        font-family: 'Caveat', cursive;
        font-size: 35px;
    }

    .card .icerik_metin {
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }

        .card .icerik_metin p {
            padding-left: 80px;
            padding-right: 80px;
            text-align: justify;
        }


/* Profil Hakkımda Bitiş */


/* Blog Post Başlangıç */

@media (max-width:768px) {
    .blog-post {
        width: 100% !important;
        padding: 25px !important;
        box-shadow: none !important;
    }

    .blog-post__img {
        display: none !important;
    }

    img[class="mobile_resim"] {
        display: block !important;
    }

    .blog-post img[class="mobile_img"] {
        display: block !important;
    }

    .blog-container .blog-post_title {
        font-size: 18px !important;
    }

    .blog-container .blog-post__date span,
    .blog-post__tiklanmasayisi span {
        font-size: 13px !important;
    }

    .blog-post__text {
        text-align: left !important;
    }

    .benim_butonum {
        padding: 20px 20px !important;
    }
}

.blog-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 50px;
}

.blog-post {
    width: 80%;
    padding: 50px;
    background-color: #d3dfd8;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    border-radius: 0.3rem;
}

.blog-post__img {
    min-width: 50%;
    max-width: 50%;
    height: 480px;
    transform: translateX(-128px);
}

    .blog-post__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: .128px;
    }

img[class="mobile_resim"] {
    display: none;
    width: 100%;
    height: 300px;
}

.blog-post__img::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(79, 172, 254, .8), rgba(0, 242, 254, .8));
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .05);
    border-radius: .8rem;
}

.blog-post__date span {
    text-align: right;
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: .5rem 0;
}

.blog-post__tiklanmasayisi span {
    text-align: right;
    display: block;
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin: .5rem 0;
}

.blog-post_title {
    font-size: 20px;
    color: black;
}

.blog-post__text {
    text-align: justify;
    margin-top: 30px;
}

.blog-post__info {
    text-align: center;
}

.benim_butonum {
    display: inline-block;
    padding: 15px 30px;
    letter-spacing: 1px;
    margin-top: 25px;
    text-transform:uppercase;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    border-radius: .8rem;
    text-decoration: none;
}

    .benim_butonum:hover {
        background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
    }

.oznurkaraman {
    text-align: right;
    font-weight: bold;
}


/* Blog Post Bitiş */


/* Ana Sayfa Bitiş */


/* Hakkımda Sayfası Başlangıç */

@media (max-width:768px) {
    .hakkimda_baslik {
        margin-top: 20px !important;
        font-size: 24px !important;
    }
}

blockquote p {
    font-weight: bolder;
}

.iletisim p {
    text-align: center !important;
    color: rgb(224, 40, 43);
    font-weight: bolder;
}

hr {
    margin-bottom: 20px;
    border: rgb(192, 190, 190) 1px solid;
}

.hakkimda_baslik {
    font-weight: bold;
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size: 35px;
    margin-top: 50px;
}


/* Hakkımda Sayfası Bitiş */


/* Hizmetlerim Sayfası Başlangıç */

@media (max-width:768px) {
    h3[class="hizmetlerim_baslik"] {
        font-size: 18px !important;
    }
}

h3[class="hizmetlerim_baslik"] {
    text-align: left;
    font-size: 20px;
}


/* Hizmetlerim Sayfası Bitiş */


/* Bloglarım Sayfası Başlangıç */

@media (max-width:768px) {
    .arama_container {
        width: 85% !important;
    }
}

.arama_container {
    width: 30%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.arama {
    width: 100%;
    position: relative;
    display: flex;
}

.arama_input {
    width: 100%;
    border: 2px solid black;
    border-right: none;
    padding: 20px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.arama_btn {
    width: 40px;
    height: 50px;
    border: 2px solid black;
    background: black;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}


/* Bloglarım Sayfası Bitiş */


/* Sık Sorulan Sorular Sayfası Başlangıç */

@media (max-width:768px) {
    .faq-body {
        width: 100% !important;
        box-shadow: none !important;
    }
}

:focus {
    outline: none;
}

.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1em 0em;
}

    .faq-list > div:last-child {
        border: initial;
    }

summary {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    summary:hover {
        color: #e31b1b;
    }

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }

    100% {
        opacity: 1;
        margin-left: 55px
    }
}

details[open] summary {
    color: #e31b1b;
}

details[open] p {
    border-left: 2px solid red;
    margin-top: 10px;
    padding-left: 10px;
    opacity: 100;
    transition: all 3s ease;
    text-align: justify;
    color: black;
}

.faq-body {
    width: 80%;
    margin: 25px auto;
    border-radius: 5px;
    padding: 5px;
    background-color: #d3dfd8;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

.faq-list {
    width: 80%;
    margin: 10px auto;
}

summary::-webkit-details-marker {
    display: none
}


/* Sık Sorulan Sorular Sayfası Bitiş */


/* İletişim Sayfası Başlangıç */

@media (max-width:768px) {
    .iletisim_container {
        width: 100% !important;
        box-shadow: none !important;
    }
}

.iletisim_container {
    margin-top: 30px;
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    background-color: #d3dfd8;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

label[class="iletisim_baslik"] {
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.adres_icerik,
.telefon_icerik,
.eposta_icerik {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: darkred;
}

.telefon {
    margin-top: 20px;
}

.eposta {
    margin-top: 20px;
}


/* İletişim Sayfası Bitiş */


/* Online Randevu Talebi Sayfası Başlangıç */

@media (max-width:768px) {
    .contact-box {
        width: 99% !important;
    }

    .anasayfa_baslik {
        margin-top: 20px !important;
        font-size: 24px !important;
    }

    select {
        width: 90% !important;
    }

    #contact button[type="submit"] {
        width: 70% !important;
    }

    .calisma_saatleri_butonum {
        padding: 10px !important;
        width: 85% !important;
    }

    .sss-box {
        width: 72% !important;
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact textarea {
        width: 90% !important;
    }
}


/* contact */

.contact-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.contact-box {
    text-align: center;
    position: relative;
    width: 50%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #d3dfd8;
}

    .contact-box h3 {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact-box h4 {
        margin-top: 20px;
    }

.calisma_saatleri {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}


/* çalışma saatleri butonum */

.calisma_saatleri_butonum {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    background-color: #fabf60;
    border: none;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

    .calisma_saatleri_butonum:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #97B1BF;
        color: #000;
    }

    .calisma_saatleri_butonum::after {
        content: "";
        background: #f1c40f;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .calisma_saatleri_butonum:active::after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }


/* çalışma saatleri butonum */

.calisma_saatleri .calisma_gun {
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: darkred;
    margin-top: 5px;
}

.calisma_saatleri .calisma_metin {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 5px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

    fieldset .form_label {
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: darkred;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 500;
    }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
    width: 70%;
    border: 1px solid #CCC;
    background: white;
    margin: 0 0 5px;
    padding: 20px;
}

    #contact input[type="text"]:hover,
    #contact input[type="email"]:hover,
    #contact input[type="tel"]:hover,
    #contact textarea:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 2px solid black;
    }

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 35%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 20px;
    font-size: 15px;
}

    #contact button[type="submit"]:hover {
        background: #09C;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #contact button[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


/* contact */

select {
    flex: 1;
    padding: 20px;
    width: 70%;
    color: black;
    margin: 0 0 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
}

.select option[class="baslik"] {
    font-size: 20px;
    font-weight: 700;
}

.select option[class="value"] {
    font-size: 18px;
}

.select:hover::after {
    color: black;
}


/* Online Randevu Talebi Sayfası Bitiş */


/* Blog İçerik Sayfası */

@media (max-width:768px) {
    .blog-post-icerik {
        width: 100% !important;
        box-shadow: none !important;
    }

    .blog-post-icerik-inner {
        padding: 20px !important;
    }

    .blog-post-icerik .wp-post-image {
        height: 280px !important;
    }

    .blog-post-icerik p {
        text-align: left !important;
    }
}

.blogicerik-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-icerik {
    position: relative;
    width: 65%;
    background: #d3dfd8;
    -webkit-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 43px 14px 35px -5px rgba(0, 0, 0, 0.75);
}

.blog-post-icerik-inner {
    padding: 42px;
}

.blog-post-icerik .wp-post-image {
    width: 100%;
    height: 850px;
}

.blog-post-icerik h1,
.blog-post-icerik h2,
.blog-post-icerik h3,
.blog-post-icerik h4 {
    margin: 1.414em 0 0.5em;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

    .blog-post-icerik h1 a,
    .blog-post-icerik h2 a,
    .blog-post-icerik h3 a,
    .blog-post-icerik h4 a {
        display: inline-block;
        color: #000;
        text-decoration: none;
    }

.blog-post-icerik h1 {
    margin-top: 0;
    font-size: 3.157em;
}

.blog-post-icerik h2 {
    margin-top: 0;
    font-size: 2.369em;
}

.blog-post-icerik h3 {
    font-size: 1.777em;
}

.blog-post-icerik h4 {
    font-size: 1.333em;
}

.blog-post-icerik small,
.blog-post-icerik .font_small {
    font-size: 0.75em;
}

.blog-post-icerik p,
.blog-post-icerik p a {
    text-align: justify;
}

.blog-post-icerik p {
    margin-bottom: 1.3em;
}

    .blog-post-icerik p:last-child {
        margin-bottom: 0;
    }

    .blog-post-icerik p a {
        color: #B21A13;
    }

.blog-post-icerik blockquote {
    margin: 1.3em;
    padding-left: 1.3em;
    border-left: rgb(224, 40, 43) solid 0.25em;
    font-style: italic;
}


/* Blog İçerik Sayfası Bitiş */
