/*
Theme Name: Sliva
Theme URI: http://themes.tvda.eu
Author: TVDA Themes
Author URI: http://themeforest.net/user/tvdathemes
Description: Powerful WordPress Theme
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: sliva
*/

/* E-posta başlığı için */
h3.title-heading {
    margin-top: 40px;       /* Yukarıdan boşluk bırakır */
    text-align: center;     /* Ortalamak için */
    word-break: break-all;  /* Uzun e-posta taşmasın */
    overflow-wrap: anywhere;/* Alternatif kelime kırma */
}

/* Logo görünürlüğü ve responsive ayar */
.header-left-area .logo img.logo-normal {
    display: block;
    margin: 20px auto;
    height: auto;
    max-width: 201px; /* orijinal logo boyutunu sınırla */
}

/* Sepeti gizle (masaüstü + mobil) */
.centered .cart-contents,
.centered .inner-wrapper,
.iv-module.woo-cart {
    display: none !important;
}

/* Genel: kutuların düzgün hizalanması */
.vc_row .vc_column_container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* ortala */
}

/* Telefon, e-mail, adres gibi başlıkları mobilde okunur yap */
.vc_row .ivan-title-main .title-heading {
    word-wrap: break-word;
    font-size: 16px;  /* mobilde küçült */
}

    
    /* Proje görsellerini büyüt ve düzgün hizala */
.ivan-project-inner img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
}

/* Masaüstünde 4 kolon */
.ivan-project {
    width: 25% !important;
    position: relative !important;
    float: left;
}

/* Mobil ekranlar için */
@media (max-width: 768px) {
      .ivan-project {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin-bottom: 20px;
    }
    .vc_row .vc_col-sm-3 {
        width: 100% !important;   /* her kolon tam genişlikte */
        max-width: 100%;
        margin-bottom: 20px;      /* kutular arası boşluk */
    }
     /* İletişim yazıları için daha okunabilir ve küçük boyut */
    .ivan-title-main .title-heading {
        font-size: 14px !important;
        line-height: 1.4;
    }

    /* İkonları küçült */
    .ivan-title-main i,
    .ivan-title-main .fa {
        font-size: 16px !important;
    }

    /* Telefon numarasını görünür kıl */
    .vc_row .ivan-title-main .title-heading {
        font-size: 18px;
        line-height: 1.4;
        white-space: normal; /* tek satıra sıkıştırma */
        text-align: center;
    }

    /* Mobilde logo ayarları */
     .header-left-area .logo img.logo-normal {
        margin: 10px auto;
        width: 80%;           /* mobilde küçült */
        max-width: 160px;     /* max sınır koy */
        display: block !important;
    }
    h3.title-heading {
        margin-top: 20px;   /* Mobilde daha az boşluk */
        font-size: 16px;    /* Gerekirse fontu küçült */
    }
      .responsive-menu .mobile-menu-trigger {
        display: inline-block !important; /* butonu göster */
        font-size: 28px;                  /* ikon boyutu */
        line-height: 1;
        color: #333;                      /* ikon rengi */
    }

    /* Eğer icon font yanlış görünüyor (a/c çıkıyorsa) → unicode 3 çizgi */
   .responsive-menu .mobile-menu-trigger .icon_menu:before {
    content: "\2630";   /* ☰ üç çizgi */
    font-family: inherit !important; /* ikon fontu yerine normal yazı tipi */
    font-size: 28px;
    color: #333;
}
