/**
* Theme Name: Wonder Wall Child
* Description: This is a child theme of Wonder Wall.
* Author: <a href="https://asumanamac.com">Asuman Amaç</a>
* Template: wonder-wall
* Version: 1.0.4
*/

@media screen and (max-width:767px) {
	.eb-header.eb-style-1 .eb-bottom-inner .side-drawer .navigation .navbar-side .navbar-side-item .side-link {
		font-family: 'Poppins', sans-serif !important;
		font-size: 18px !important;
		color: #5d4e6d !important;
	}
}

.eb-footer.eb-style-1 .eb-footer-inner .eb-footer-bottom-area-inner .eb-footer-social ul li a {
	padding: 6px 7px 4px 7px;
}

.eb-header.eb-style-1 .eb-bottom-inner .side-drawer-inner .eb-mobile-social ul li a span i {
	color: #5d4e6d;
}

@media screen and (min-width:1200px) {
	.eb-header.eb-style-1 .eb-bottom-inner .navbar-expand-lg {
	display: none;
}
}
#back-to-top {
	padding: 12px 20px;
}

.am-lite-footer {
	display: none !important;
}

#customize-outer-theme-controls .control-section, #customize-theme-controls .control-section {
    border: none;
    height: 50px;
}

h3.accordion-section-title.dashicons-before.dashicons-editor-insertmore {
	height: 75px !important;
	display:flex;
	align-items: center;
}

.eb-logo img {
	width: 125px;
	height: auto;
}



.eb-header.eb-style-1 .eb-bottom-inner .navbar-expand-lg .icon {
	right: -80px;
}

@media screen and (max-width:767px) {
	
.eb-header.eb-style-1 .eb-bottom-inner .navbar-expand-lg .icon {
	right: -30px;
}
}
.eb-header.eb-style-1 .eb-bottom-inner .navbar svg path {
	stroke: #5d4e6d !important;
}
@media screen and (max-width:767px) {
	.eb-header.eb-style-1 .eb-bottom-inner .side-drawer .navigation .navbar-side .navbar-side-item .side-link {
		font-family: 'Poppins', sans-serif !important;
		font-size: 18px !important;
		color: #5d4e6d !important;
	}
}

.sticky {
	  position: sticky !important;
  top: 20px !important; /* ya da istediğin mesafe */
	max-height: 100vh;
 
}

.about-widget {
  display: flex;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.about-photo {
  border-radius: 8px;
  margin-right: 10px;
}

.about-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.eb-border-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.eb-border-wrapper .eb-date {
	padding-top: 10px;
}

.eb-date {
	margin-top: 10px;
}

.eb-widget .eb-image img {
    width: 75px !important;
    height: 75px !important;
    object-fit: cover;
    max-width: none;
    height: auto;
}

}

.eb-widget form.eb-search-form {
	display: flex !important;
	gap: 10px !important;
}

.archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-title a {
	color: rgb(93, 78, 109);
	font-weight: 600;
}
.archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-date a {
	color: #5D4E6D;
}

.archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-button a {
	color: #5D4E6D;
}

.archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-button a:hover, .archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-date a:hover, .archive .eb-blog-listing.eb-style-1 .eb-item .eb-content .eb-title a:hover {
	color: #E0B7A8;
}

/* .archive .eb-header.eb-style-1 .eb-item-group .eb-item.eb-menu ul li a, .eb-header.eb-style-1 .eb-item-group .eb-item.eb-menu ul li a{
	font-weight: 600;
	
} */


