

[code lang=css]
.entry-title {
margin-bottom: 10px;
}
[/code]


.entry-meta .posted-on { 
  display: none !important;
	margin-bottom: 20px;
	font-size: 8px !important;

}




ul > li {
  font-size: 15px !important;
  color: #159ae7;
  /* Add more styles as needed */
}

ol > li {
  font-size: 15px;
  color: #333;
  /* Add more styles as needed */
}


li::marker {
  color: #159ae7;
  /* Add more styles as needed */
}




/* Customize search input field */
.wp-block-search__input {
  width: 10px !important; /* Adjust the width as needed */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
	border-color: #007bff !important;
  font-size: 10px;
	height: 35 px!important; 
}

/* Customize search button */
.wp-block-search__button {
  background-color: #007bff; /* Change to desired button background color */
	height: 30px;
  color: white !important; /* Change to desired button text color */
  border: none; 
  padding: 5px 5px 5px 5px;
	margin-top: 0px;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
}

/* Style search block container */
.wp-block-search {
  margin-bottom: -20px; /* Adjust margin as needed */

}

/* Adjust the height of the search block container */
.wp-block-search {
  height: 50px; /* Adjust the height as needed */
}

/* Hide search block label */
.wp-block-search__label {
  display: none;
}

.wp-block-search__inside-wrapper {
  display:
		height: 50px;
background-color: ;
	  border-radius: 4px;
	border-width: 0px;
	height: 38px !important;
}









/* Customize search input field */
.widget_search input[type="search"] {
  width: 200px; /* Adjust the width as needed */
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Customize search button */
.widget_search input[type="submit"] {
  background-color: #007bff; /* Change to desired button background color */
  color: #fff; /* Change to desired button text color */
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* Style search widget container */
.widget_search {
  margin-bottom: 20px; /* Adjust margin as needed */
}

/* Hide search widget title */
.widget_search .widget-title {
  display: none;
}


.wp-block-quote {
	font-size: 19px;
	font-weight: 500;
	font-style: oblique;
	color: #2d99ce !important;
}


.wp-block-quote .has-inline-color {
	font-size: 17px;
	font-weight: em;
	font-style: oblique;
	color: #2d99ce !important;
}


.entry-titl { 
	font-family: "Poppins" !important; 
}

ul#menu-primary.apostrophe-2-navigation a {
	font-family: "Poppins" !important;
	font-size: 15px;
color: #2c2c2c; !important;
	font-weight: 300;
}

.post-navigation .nav-links {
	display: none;
}

.site-title a {
	color: #fff !important;
	font-size: 25px;
}

.site-description {
	color: #fff !important;
	font-size: 23px;
	
}

p .has-inline-color {
color: #808285 !important;
	font-size: 15px;
}

p {
	font-size: 15px	
	}


h1 {
color: #2c2c2c;
	font-size: 30px
}

h2 {
	font-size: 26px;	
}

h2, .widgettitle, widget-title, .widgettitle label, .comments-title, #reply-title {
	font-size: 1.9rem;
	color: #2d99ce !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

h3 {
font-size: 23px !important;
font-weight: normal !important;
color: #2d99ce !important;
	  letter-spacing: -0.6px;
}

h3 .has-inline-color {
font-size: 23px;
font-weight: 400 ;
color: #2d99ce !important;
	  letter-spacing: -0.6px;
}

h4 {
	text-transform:initial;
font-size: 22px;
font-weight: 400 !important;
color: #2d99ce !important;
	  letter-spacing: -0.6px;
}

h5 {
font-size: 14px;
font-family: arvo, sans-serif !important;	
font-weight: bold;
color: #808285 !important;
	  letter-spacing: 0.5px;
}

h6 {
	font-size: 16px;
	color: #2c2c2c  !important;
	font-family: arvo, sans-serif !important;
	text-transform:initial;
	padding-left: 30px;
	letter-spacing: -0.1px;
	}


.widget-area #footer-sidebar {
background: #fff;
font-family: poppins, sans-serif !important;
	font-size: 10px;
	font-weight: normal !important;
}


.wp-block-verse {
	font-size: 15px !important;
	font-family: arvo, serif;
}


.sd-title {
	font-size: 14px!important;
	color: #2c2c2c  !important;
	font-family: arvo, sans-serif !important;
}

#reply-title {
font-size: 14px!important;
	color: #2c2c2c  !important;
	font-family: arvo, sans-serif !important;
}


/* Resolve Verse Block Line Wrap Rendering #26963010-hc-jg*/
 pre.wp-block-verse {
  white-space: pre-wrap !important;
}

