#hero.has-featured-image .overlay {
  opacity: 0.2;
}
#hero {
	padding-top: 150px ; 
}
#hero {
	padding-bottom: 150px ;
}

#hero .hentry .entry-title {
  font-size: 60px;
}

#hero .hentry .entry-content .wp-block-heading {  
	font-size: 40px;
}

.homepage-widgets .widget:nth-child(2n) {
  background: #ffffff;
}


.homepage-widgets .widget .th-w-full {
  background: #ffffff;
}

.homepage-widgets .menu-secondary  {
  background: #ffffff;
}




#primary-header {
		padding: 150px 0;
	
}
.page-header h1 {
		font-size: 52px ;
	
}


#primary-header.has-featured-image .overlay {
	opacity: 0.3 ;
}


.page .entry-thumb .size-full  {
	display: none;
	
}
.post .entry-thumb .size-full  {
	display: none;
	
}
.category.archive .page-header {
    background-color: #43464b;
}
.category.archive .page-header h1 {
    color: #ffffff;
}

.category.archive .page-header p {
    color: #ffffff; width: 150%; font-size:18px;
}

.category .page-title > span:first-of-type {
        clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
header .site-title {
font-size: 12px;
	font-style: normal;
	
color: #7a7e7f;
	padding-top: 0px ; 
}

.breadcrumbs {
	font-size: 12px;
	color: #0da4d3;
}

/* Make the container wider */
.container {
    max-width: 1400px; /* Adjust to your desired width */
    width: 100%;
    margin: 0 auto;
}
/* make the footer white */
#colophon {
    background-color: #ffffff;
    color: #000000; /* Adjust text color as needed */
	padding: 0px;}

/* Remove WP core underline from header menu links */
#site-navigation .nav-bar a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Keep it off on hover/focus too */
#site-navigation .nav-bar a:hover,
#site-navigation .nav-bar a:focus {
  text-decoration: none !important;
}
	
/* Remove WP core underline from top menu links */
#topbar-navigation .nav-bar a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Keep it off on hover/focus too */
#topbar-navigation .nav-bar a:hover,
#topbar-navigation .nav-bar a:focus {
  text-decoration: none !important;
}

/* Remove WP core underline from header menu links */
.site-title a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Keep it off on hover/focus too */
.site-title  a:hover,
.site-title  a:focus {
  text-decoration: none !important;
}