/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@400;500;600;700&display=swap');

.entry-meta .comments-link {
    display: none !important;
}


body, h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Barlow', sans-serif !important;
	  color: #444543;
}

h2.wp-block-heading {
	margin: 0px !important;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 24px !important;
	font-weight: 500; !important;
	padding-bottom: 0px;
	padding-top: 5px;
}

h3.wp-block-heading {
	margin: 0px !important;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 20px !important;
	font-weight: 500; !important;
	padding-bottom: 5px;
	padding-top: 0px;
}

.wp-block-button__link.wp-element-button {
    background-color: #949491 !important;
    color: #F7F8F3 !important;
	  border: 2px solid #444543 949491 !important;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.wp-block-button__link.wp-element-button:hover {
    background-color: #444543 !important;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	text-rendering: optimizeLegibility;
}

p.site-description {
	  font-size: 12px;
	  font-weight: 800;
	  letter-spacing: 0.3em;
}

h1.entry-title, h2.entry-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: none !important;
    font-weight: 400 !important; /* Continue with your desired font weight */
    text-decoration: none !important;
	 font-size: 32px !important;
}

.entry-div {
	 width: 100%;
   height: 1px;
	 background: #949491;
}

.site-title {
	  font-weight: 600;
    font-size: 42px;
	  margin: 0px !important;
}

.entry-content {
    margin-bottom: -20px;
}

.entry-content a {
    color: #444543;
	text-decoration-line: underline;     
	  text-decoration-color: #949491;
}

.entry-content a:hover {
	  text-decoration-color: #444543;
	  background-color: #E1E2DD;

}
	
a.more-link {
    background-color: #949491 !important;
    color: #F7F8F3 !important;
	  font-family: 'Barlow Condensed', sans-serif !important;
	  font-size: 16px !important;
	  text-decoration: none !important;
}

a.more-link:hover {
    background-color: #444543 !important;
    color: #FFFFFF !important;
}	
.menu-categories-container {
	  font-size: 12px !important;
}
.menu-toggle {
    background-color: #444543;
    color: #F7F8F3; 

.menu-toggle:hover {
    background-color: #626361;
}
	

.infinite-footer {
    display: none !important;
}
