/* 
Theme Name:		 Zakra Child
Theme URI:		 https://themegrill.com/
Description:	 Zakra Child is a child theme of Zakra, created by ChildTheme-Generator.com
Author:			 ThemeGrill
Author URI:		 https://themegrill.com/
Template:		 zakra
Version:		 1.0.0
Text Domain:	 zakra
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

@media (max-width: 768px) {
    .team-bio img {
        width: 100%;
        margin-bottom: 30px;
    }
}

html, body {
    overflow-x: hidden;
}

*:not(i):not(.fa):not(.fas):not(.fab):not(svg):not(path) {
    font-family: "Vazirmatn", sans-serif !important;
}


*{
    letter-spacing: normal !important;
}

.zak-page-header .breadcrumb-trail ul li a {
    text-decoration: none;
}


.zak-primary-nav .sub-menu {
    left: 0 !important;
    right: initial !important;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    background-color: #f7f7f7 !important;
    border: none !important;
}

.zak-primary-nav ul .menu-item-has-children:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.zak-primary-nav .sub-menu li {
    border-bottom: 1px solid #4343431f !important;
}

.zak-primary-nav .sub-menu li a {
    padding: 8px 16px !important;
}


.zak-content .zak-row {
    justify-content: center !important;
}

.zak-entry-meta a{
    color: #262626 !important;
    text-decoration: none !important;
}



.zak-posts {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.zak-posts > * {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 8px;
}

.zak-posts .zak-post {
    padding: 0 0 30px 0 !important;
}

.zak-entry-summary {
    margin-top: 10px !important;
}

.zak-posts .zak-post .zak-post-content{
    padding: 30px 20px 0 20px !important;
}

@media (max-width: 768px) {
  .zak-posts {
    grid-template-columns: 1fr;
  }
}


.zak-posts .zak-entry-thumbnail {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.zak-posts .zak-entry-thumbnail img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover; /* پر کردن کامل - کراپ میشه */
}

@media (min-width: 1024px) {
  .zak-posts {
    margin-right: 25px;
  }
}


.pll-parent-menu-item a{
    display: flex;
    align-items: center;
}

.pll-parent-menu-item .sub-menu .lang-item a {
    justify-content: start !important;
}

.zak-secondary .widget, .zak-secondary .widget li a {
    color: #262626 !important;
    text-decoration: none !important;
}

.zak-secondary li {
    border-bottom: 1px solid #00000017;
    list-style: circle;
}

.zak-secondary .widget{
    margin-bottom: 30px;
}

.entry-title:hover a {
    text-decoration: none !important;
}

.widget ul {
    padding-left: 40px;
}

.zak-secondary {
    border-left: none !important;
}

.zak-primary{
    padding-right: 0 !important;
}

.zak-footer-builder .zak-footer-main-row ul li a:hover, .zak-footer-builder .zak-footer-main-row .widget ul li a:hover {
    color: #464646 !important;
}

.widget ul {
    padding-left: 17px !important;
    list-style: circle;
}

.header-span-icon{
    margin-left: 15px;
}

.zak-footer-col .wp-block-social-links {
    list-style: none !important;
    padding: 0 !important;
}