/*

Theme Name: Petzorg Child

Description: Child Theme for petzorg Theme

Author: zozothemes

Version: 1.0

Template: petzorg

Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Text Domain: zozothemes

*/


/*Custom Style Code Right Here */
.header-topbar {
  display: none !important;
}
.header-navbar {
    line-height: 100px !important;
    padding: 6px 0 6px !important;
}
.site-footer {
    background-color: #000 !important;
    background-repeat: repeat;
    background-position: left top;
}

.header-navbar a {
   color: #000 !important;
}
.site-header {
    color: #000 !important;
}
.page-id-91266 .counter-value {
display: none !important;
}
.elementor-element.verticle-move {
    animation: none !important;
    -webkit-animation: none !important;
}
.section-title-wrapper .title-wrap > *.sub-title {
   text-shadow: none !important;
  }
 .page-title-wrap {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
} 
  
 
  .petzorg-page-header::before {
    background-size: 100%;
    background-repeat: no-repeat;
    transform: none;
    opacity: 1;
    width: 93px;
    height: 95px;
    top: 15px !important;
    left: 440px !important;
    filter: drop-shadow(0px 4px 3px var(--e-global-color-primary));
    animation: moveIt 2.5s ease-in-out infinite;
}
  
 .page-title-wrap:before {
    background-image: none !important;
} 
.petzorg-content-wrap.container {
        padding-bottom: 0px !important;
    }
article > *:last-child {
    margin-bottom: 0px !important;
}
.footer-widgets-wrap {
    background-color: #000 !important;
    background-repeat: no-repeat;
    background-size: inherit;
}
.footer-widgets-wrap {
    background: #000 !important;
    color: #ababab;
    padding-top: 40px;
    padding-bottom:30px;
    border-radius: 0px;
}
.footer-bottom-wrap {
    background-color: #000 !important;
}
.section-title-wrapper .section-description

 {
 padding-top: 12px
}
footer, footer::before, footer::after,
.site-footer, .site-footer::before, .site-footer::after,
.footer-widgets-wrap, .footer-widgets-wrap::before, .footer-widgets-wrap::after {
  background-image: none !important;
}


.cta-inline-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: oswald;
 
}
/* Keep buttons inline */
.cta-inline-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; /* stacks on mobile */
}

/* Make buttons smaller */
.small-cta-btn {
  padding: 12px 14px !important;
  font-size: 13px !important;
    font-family: oswald;
  line-height: 1.2;
  border-radius: 6px; /* adjust if you want more/less rounded */
}

/* Optional: tighten text spacing */
.small-cta-btn .cea-button-text {
  letter-spacing: 0.5px;
}
.section-title-wrapper .section-description

 {
    max-width: none !important;
    margin: 0;
}
@media only screen and (max-width: 1500px) {
 
ul.nav.wp-menu > li a {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .footer-widgets-wrap {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        
    }
}


@media only screen and (max-width: 1024px) {
    .petzorg-content-wrap.container {
        padding: 0px 0px 0px !important;
    }
.header-search-wrapper {
display: none !important;
    }
}





