zptheme-data-headercontainer
.zp-sticky-notice {
  position: sticky;
  top: 0;
  z-index: 9999;
    color:red;
  background: #fff8dc !important;
  padding: 12px;
  font-weight: bold;
  border-bottom: 1px solid #f0e08a;
}

@media (min-width: 992px) {
    .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer {
        padding-block-start: 2px !important;
        padding-block-end: 2px !important;
       background: #fafce4 !important;
    }
    .zpheader-style-05 .theme-header.zpheader-style-navigation-05 {
        display: block !important;
        background: #fafce4 !important;
    }
        .zpheader-style-05 .theme-header .zpcontainer {
        padding-block-start: 1px !important;
        padding-block-end: 1px !important;
    }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a{
     text-decoration: none !important;
    }
@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
     margin-bottom: 0.1rem !important;
    }
 
    /* Reduce the space between list items */
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
        margin-left: 2px;
    }

    /* For specific header styles, adjust the margins of the list items */
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li, 
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
        margin: 0px 5px;
    }

    /* Remove top margin and border from the header */
    .zpheader-style-02 .theme-header.theme-header-navigation-style {
        border-top: 0 none;
        margin-top: 0;
    }

    /* Flexbox: Ensure the menu items align properly and prevent wrapping */
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 10px 0; /* Reduce padding for more space */
    }

    /* Menu items: Adjust padding and font size for better fit */
    .theme-menu-area .theme-menu ul li a {
        white-space: nowrap;
        padding: 8px 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Ensure the menu area takes up the full width */
    .theme-navigation-and-icons .theme-menu-area {
        width: 100%;
    }
}

.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg{
  width: 25px !important;
  height: 25px !important;
  fill: #30231D !important;
}
@media all and (min-width:992px){
 .theme-search .theme-search-and-mini-cart-group-item{
    position: fixed;
    top: 35px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
  }
}

/*logo larg size*/
/*@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: 50% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
}
*/
@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {

width: 440px !important;
height: auto !important;

}
}
/*For Daily Inspiration*/
.zpsnippet-container {
    margin-top: -3em;
    margin-bottom: -3em;
}


@media all and (min-width:992px){
.you-tube {
    overflow: hidden;
    position: relative;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    }
}
@media all and (max-width:991px){
.you-tube {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    }
}

.you-tube::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.you-tube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Image Hover Animation*/
.zpimage-container.zpimage-align-center.zpimage-size-fit figure{
    position: relative;
}
.zpimage-container.zpimage-align-center.zpimage-size-fit figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.zpimage-container.zpimage-align-center.zpimage-size-fit figure:hover::before {
-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*Read & Buy Books & Download eBooks/Apps customization*/
.zpelem-box{
	/*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
    transition: 0.3s;
}
.zpelem-box:hover{
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/*Social Media icons*/
#elm_2IqUBhxaUM5KxpLfN9w_0A .zpsection{
	background-color: #FDF2E0; 
}

/*Image radius*/
.zpimage-container.zpimage-align-center.zpimage-size-fit figure img {
        display: inline-block;
        width: 100% !important;
        height: auto !important;
        vertical-align: top;
        border-radius: 10px;
    }
.zpimage-container.zpimage-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
} 
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
font-size:16px !important;
}
.zpimage-container.zpimage-align-center figure {
  display: inline-block;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.zpimage-container.zpimage-align-center figure:hover {
  transform: scale(1.01);
  filter: brightness(1.05)
}
.zpcontent-container{
background:rgb(255, 248, 220)!important
}