/*
Theme Name: Ollis Child Theme
Theme URI: http://ollis.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Ollis
Template: ollis
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: ollis

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.footer-logos-wrap {
    background: #000;
    padding: 25px 0;
}

.footer-logos {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   align-items: center;
}

.footer-logo-item {
    flex: 0 0 120px;
    text-align: center;
}

.footer-logo-item img {
    max-width: 40px;
    height: auto;
    transition: .3s ease;
}


.paging-navigation .pagination .page-numbers, .page-numbers .pagination .page-numbers {
	  font-size: 16px;
    width: 80px;
    margin-bottom: 15px !important;
	height:60px !important;
	line-height:60px !important;
}

/*
.paging-navigation .pagination .next.next:after {
	line-height: 60px !important;
}

.paging-navigation .pagination .next.next:before {
	line-height: 60px !important;
} */


.footer-widget-area .logo {
	text-align: left !important;
}

.toggle-wrap a.logo {
	display: none !important;
}

/* Mobil simge düzeltmesi */
@media only screen and (max-width: 767px) {
  .ltx-block-icon.layout-cols3 li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 30px !important;
  }

  .ltx-block-icon.layout-cols3 {
    display: block !important;
    text-align: center !important;
  }

  .ltx-block-icon.layout-cols3 li .in {
    margin: 0 auto;
    max-width: 300px;
  }
	
	nav.navbar .navbar-logo .logo img {
		width: 160px !important;
	}
}

/* RESİM BOYUT */
img.attachment-ollis-post.size-ollis-post.wp-post-image {
  width: 100% !important;
  height: auto !important; /* oranı korumak için daha mantıklı */
  object-fit: cover; /* resim orantılı taşsın istiyorsan */
}

/* Normal listelerde custom_icon gösterilir */
.ltx-block-icon li .ltx-icon img.custom-icon {
    display: inline-block;
}

/* Grid hover için custom_icon gizle */
.ltx-block-icon.ltx-grid-hover li .ltx-icon img.custom-icon {
    display: none;
}

.ltx-block-icon.ltx-grid-hover .in:hover .ltx-flip .ltx-icon {
	visibility: hidden;
}

header.page-header .container
{
	padding-top: 50px;
  padding-bottom: 50px;
}

// TEST
.cta-widget-wrapper {
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
}

.cta-widget-content {
    background-image: url('https://demo2.softasist.com/wp-content/uploads/2025/10/ctabg.png');
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    color: white; /* Yazılar beyaz */
}

.cta-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: white;
}

.cta-widget-button {
    display: inline-block;
    background: none;
    border: none;
    color: white; /* İkon beyaz */
    font-size: 1.5rem;
    text-decoration: none;
    margin-bottom: 10px;
}

.cta-widget-number {
    display: block;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}

.contact-widget {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    border-radius: 0; /* radius kaldırıldı */
    overflow: hidden; /* kenarlar net */
}

.contact-header {
    background-color: #b19777;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 16px;
}

.contact-body {
    padding: 20px;
}

.contact-body p {
    margin: 0 0 12px 0;
}

i.phone-icons {
    color: #b19777;
    width:38px;
	  font-size:20px !important;
}

.contact-body i {
    color: #b19777;
    width:38px;
	  font-size:20px !important;
}


.contact-body a {
    color: #333;
    text-decoration: none;
}

.contact-body a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
  /* UL: blok düzen */
  #like_sc_block_icon_241851874 {
    display: block !important;
  }

  /* LI: tam genişlikte, ortalanmış */
  #like_sc_block_icon_241851874 > li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 25px auto !important;
    float: none !important;
    text-align: center !important;
  }

  /* Bootstrap grid etkisini iptal et */
  #like_sc_block_icon_241851874 > li[class*="col-"] {
    width: 100% !important;
    float: none !important;
  }

  /* İç kapsayıcıyı da ortala */
  #like_sc_block_icon_241851874 li .in {
    margin: 0 auto !important;
    text-align: center !important;
    display: inline-block !important;
  }

  /* İkonu da ortala */
  #like_sc_block_icon_241851874 li img {
    display: block !important;
    margin: 0 auto 10px auto !important;
  }
}

.heading.subcolor-main .subheader {
	font-size: 45px !important;
}

body, html {
	overflow-x: hidden !important;
}

.copyright-block {
	text-align: center;
}

nav.navbar #navbar.navbar-mobile.navbar-mobile-white ul.navbar-nav > li > a {
	font-size: 16px !important;
}

.ltx-testimonials-list .inner .image img {
	width: 35px;
}
