/**
* Theme Name: Bocpak Child
* Description: This is a child theme of Bocpak, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bocpak
* Version: 1.1.9
*/

/* Blog listesinde "Devamını Gör / View More" butonu gizlendi; yazı başlıktan direkt açılıyor */
.article-default .more-link-wrap {
	display: none !important;
}



/* Header telefon blogu: tek daireli ikon + iki numara */
.header-tel-box{display:flex;align-items:center;gap:10px;}
.header-tel-box .tel-ico{width:34px;height:34px;border:1.5px solid #C08A4E;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#C08A4E;flex-shrink:0;}
.header-tel-box .tel-ico svg{transform:scaleX(-1);}
.header-tel-box .tel-ico:hover{background:#C08A4E;color:#fff;}
.header-tel-box .tel-nums{display:flex;flex-direction:column;line-height:1.5;}
.header-tel-box .tel-nums a{font-size:14px;font-weight:600;color:#222;white-space:nowrap;}
.header-tel-box .tel-nums a:hover{color:#C08A4E;}
@media (min-width:1201px) and (max-width:1366px){
	.header-tel-box .tel-nums a{font-size:12px;}
	.header-tel-box .tel-ico{width:28px;height:28px;}
}

/* Masaustu: logo ile menu arasina bosluk (logo gorseli konteynerinden tasiyordu) */
@media (min-width:1367px){
	.elementor-46 .elementor-element-3ac67e9{min-width:210px;flex-shrink:0;}
	.elementor-46 .elementor-element-3a0d972{margin-left:24px;justify-content:space-between;width:auto;flex-grow:1;}
}
