/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.26.1750946006
Updated: 2025-06-26 13:53:26
*/
.rt-detail h4 {
     margin: 0!important 
}
.entry-related {
	 margin-top: 0!important
}
 .glightbox-kadence-dark {
     --glightbox-main-overlay: #fff;
     --glightbox-image-shadow: 0;
}
 .gclose svg, .gnext svg, .gprev svg {
     filter: invert(1);
}
 .glightbox-container .gclose, .glightbox-container .gnext, .glightbox-container .gprev, .glightbox-container .gclose:hover, .glightbox-container .gnext:hover, .glightbox-container .gprev:hover {
     background-color: transparent;
}
/*Portfolio*/
.caf-post-layout3.caf-col-md-3 {
	flex: 0 0 24% !important;
	max-width: 24% !important;
}
#manage-ajax-response {
	padding: 0;
}
.caf-post-layout3 {
	margin: 6px!important;
	box-shadow: none !important;
}
.data-target-div1 .caf-post-layout3 .caf-post-title h2 a {
     line-height: 0;
     font-size: 22px !important 
}
.caf-post-layout3 .caf-meta-content {
     padding: 2% 8px !important;
}
 .data-target-div1 #caf-filter-layout1 li a.active {
     color: var(--global-palette1) !important;
}
 .caf-post-layout3 .caf-featured-img-box:hover {
     transform: scale(1) !important;
}
 .caf-post-layout3 #manage-post-area {
     opacity: 0;
     height: -webkit-fill-available;
     align-items: center;
     display: flex;
     background: rgba(0, 0, 0, .7);
     transition: all .3s ease-out;
     text-align: center;
}
 .caf-post-layout3 #manage-post-area:hover {
     opacity: 1;
}
 .caf-post-layout3 .caf-meta-content-cats, .caf-meta-content {
     display: none !important;
}
 .single-content h1 {
     margin: 0 0 0.5em !important;
}
/*Image Hover*/
.ih-item {
    margin: 0px auto!important;
}
.ih-item img {
    width: auto!important;
    border-radius: 10px;
}
.ih-item.square {
    height: auto!important;
	width: 300px!important;
    border: 0!important;
    box-shadow: none!important;
    margin-bottom: 0!important;   
    border-radius: 10px;
}
.ih-item.square.effect6 a:hover .img {
	transform: scale(1)!important; 
}
.ih-item.square.effect6 .info h3 {
	padding-top: 20%!important; 
	font-size: var(--global-kb-font-size-lg)!important;
}
.ih-item.square.effect6 .info p {
/* 	padding: 0!important; */
	font-size: var(--global-kb-font-size-sm) !important;
}
.ih-item.square.effect6.top_to_bottom .info h3, .ih-item.square.effect6.top_to_bottom .info p {
	transform: translateY(0%)!important;
}
#junior .image-hover-page-container.animatedParent {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kadence-blocks-gallery-item__caption{
  display:flex; flex-direction:column;
}
.kadence-blocks-gallery-item__caption .kb-desc{
  font-size:12px; line-height:1.4; margin-top:4px; opacity:.9;
}
.scroller {
  max-width: 100%;
}
span.highlight {
  color: var(--maroon);
  font-weight: 700
}
.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.scroller__inner img {
    width: 100%;
    height: 60px;
}
.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg,
      transparent,
      white 20%,
      white 80%,
      transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
     #n2-ss-2 .n2-ss-slide, .n2-ss-slider .n2-ss-layer-with-background {
         height: 100vh!important;
    }

}
@media only screen and (max-device-width: 480px) {
	.caf-post-layout3.caf-col-md-3 {
		flex: auto!important;
		max-width: 100% !important;
	}	
}