/*
Theme Name: ContentBerg Child
Theme URI: https://contentberg3.theme-sphere.com
Template: contentberg
Author: ThemeSphere
Author URI: https://theme-sphere.com
Description: A readable blog theme with content focus. Designed by ThemeSphere.
Version: 3.0.1.1763025958
Updated: 2025-11-13 09:25:58

*/

.home.blog .block.cf.subscribe-box {
 display: none !important;
}
 .widget.widget-subscribe {
	display: none;
}
.post-share a[href*="linkedin"]{
	display:none !important
}
.post-share a[href*="pinterest"]{
		display:none !important
}
.main-head {
	position: sticky;
	top: 0px;
	z-index: 9999;
}
.scheme-switcher {
	display: none;
}
/* .social-icons {
	display: inline-block !important;
} */
header.main-head.simple .actions {
	align-items: center ;
	height: 100%;
}
.the-wrap {
	display: none;
}
.common-slider.bold-slider .overlay.cf .author a {
	pointer-events: none;
}
.main-head.simple .inner {
	top: 0;
	position: fixed;
}
.single.single-post .sidebar .inner ul {
	position: sticky;
	top: 0;
}
.single.single-post .single-creative .main {
	margin-top: 100px;
}
.common-slider.bold-slider {
	margin-top: 96px;
}
.home-widgets #bunyad-widget-cta-4 .boxes {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.home-widgets #bunyad-widget-cta-4 .boxes .cta-box a {
	height: 100%;
	position: relative;
}

.home-widgets #bunyad-widget-cta-4 .boxes .cta-box a img {
	object-fit: cover;
	height: 100%;
	transition: 1s;
}
.home-widgets #bunyad-widget-cta-4 .boxes .cta-box {
	overflow: hidden;
	flex: 0 0 31.5%;
	max-width: 31.5%;
}
.home-widgets #bunyad-widget-cta-4 .boxes .cta-box:hover img {
	transform: scale(1.1);
}

.home-widgets #bunyad-widget-cta-4 .boxes .cta-box a::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid rgba(255,255,255,.95);
	box-shadow: 0 0 0 15px rgba(255,255,255,.1);
	will-change: opacity;
	opacity: 0;
	transition: opacity .6s,transform .4s cubic-bezier(.25,.46,.45,.94);
	pointer-events: none;
}
.home-widgets #bunyad-widget-cta-4 .boxes .cta-box:hover a::after {
	opacity: 1;
}
.category .archive-head {  
	margin-top: 96px; 
}