body, .slide-menu {
	background-color: #3a3b3c;
}

.menu-item a {
	font-weight: 400;
}

.slide-menu .site-title {
	height: 10px !important;
	font-size: 10px;
}

.slide-menu .site-title a {
	color: #A1A1 !important;
}

.wp-block-search__button {
}

.demystified-button {
	width:100%;
	text-align:center;
}

.demystified-button a {
	color: red;
}

.demystified-button a:hover {
	color: red;
}

.demystified-cta {
	display:block;
	visibility:visible;
	position:fixed;
	border:1px solid black;
	padding:30px;
	padding-top:5px;		
	top:77px;
	height:502px;
	left:1100px;
	width:20%;
	background-color:white;
	transition:ease;
	color:black;
}

.demystified-cta h3 {
	color:#b22222 ;
}

.demystified-footer {
		background-color: #3a3b3c;
		height:100px;
		padding-top:40px;
		padding-bottom:100px;
}

.demystified-footer b {
	font-weight:500;
}

.cmplz-btn {
	display:none;
}

.blog-info, .blog-credits {
	display:none!important;
}

.site-title a {
	color: #b22222 !important;
	font-weight: 600 !important;
}

.site-description {
	color: white !important;
	font-size: 26px !important;
	font-weight: 100 !important;
	margin-left: 1px;
}

h1 {
	font-size: 28px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

.entry-title {
	font-size: 28px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

h2 {
	line-height: 40px;
	font-size: 24px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

p {
	font-size: 13pt;
}

p.has-medium-font-size {
	font-size: 13pt !important;
}

li.has-medium-font-size {
	font-size: 13pt !important;
}

li {
	font-size: 13pt !important;
}

a {
	margin-bottom: 20px;
}

a:hover {
	margin-bottom: 20px;
}

img {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.featured-header-image {
	margin-top: -40px;
	overflow: hidden;
	height: 500px !important;
}

.entry-categories, .category-links {
	display: none;
}

.site-branding a {
	font-size: 28px !important;
	margin: 0;
	padding: 0;
	color: white;
}

.site-branding {
	margin: 0;
}

.site-header {
	background-color: #3a3b3c;
	width: 95% !important;
	background-image: url('https://analyticsdemystified.com/wp-content/uploads/2024/01/logo-transparent-large.png?resize=214%2C214');
	background-size: 4%;
	margin: 0;
	margin-left: 5%;
	margin-bottom: 40px;
	padding: 15px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: calc(98%) center;
}

@media (max-width: 1024px) {
	.site-header {
		padding-left: 30px;
	}
	
	.demystified-footer{
		display:none;
	}
	
	.site-branding a {
		font-size: 24px !important;
		margin: 0;
		padding: 0;
		color: white;
	}
	
	.featured-header-image {
		margin-top: -40px;
		overflow: hidden;
		height: 300px !important;
	}
	
	.site-branding {
		margin-top: 7px;
	}
	
	.site-header {
		width: 95% !important;
		background-image: none;
	}
}