/*
Welcome to Custom CSS!
.
To learn how this works, see http://wp.me/PEmnE-Bt
*/
#hide {
	display: none;
}

.quotes {
	font-style: italic;
	color: #7300E2;
}

blockquote:before {
	color: #7300E2;
}

blockquote.wp-block-coblocks-click-to-tweet {
	background-color: #7c35c3;
	padding: 2%;
}

.site-header {
	padding-top: 25px;
}

#primary {
	max-width: 1200px;
	background: #ffffff;
}

.content-area {
	background: #ffffff;
}

#main {
	background: #ffffff;
}

p {
	font-size: 24px;
}

div#posts h2 {
	font-size: 4.2rem;
}

#anchor {
	background: linear-gradient(to right,#4939da,#7c35c3);
	font-weight: 505;
}

#anchor a {
	color: #ffffff;
}

.menu-toggle, .menu-toggle:focus {
	color: #ffffff;
	font-weight: 505;
}

#secondary p {
	font-size: 10px;
}

#secondary {
	font-size: 10px;
}

#infinite-handle {
	text-align: center;
	font-weight: 800;
}

/*
a:link, a:visited {
	color: #1a1a1a;
}*/
.single .entry-meta-wrap {
	float: left;
	width: 33%;
}

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	float: left;
}

.single .entry-header {
/* float: right;*/
/*margin-left: 37%;*/
	width: 100%;
}

.wf-active .entry-title {
	font-size: 6.2rem;
	text-align: center;
}

.single .entry-content-wrap {
/* float: right;*/
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: auto;
}

div#respond {
	width: 100%;
}

.single .post-navigation {
	width: 100%;
}

figcaption {
	width: 750px;
}

/*Portfolio*/
#projects .block-link .title-text {
	font-size: 35%;
}

.tax-jetpack-portfolio-type .archive-header .entry-title {
	visibility: hidden;
}

.tax-jetpack-portfolio-type.term-guide-to-blogging .archive-header .entry-title:after {
	content: "Guide to Blogging";
	visibility: visible;
	display: block;
	margin-top: -50px;
}

.tax-jetpack-portfolio-type.term-geeks-like-me  .archive-header .entry-title:after {
	content: "Geeks Like Me";
	visibility: visible;
	display: block;
	margin-top: -50px;
}

.tax-jetpack-portfolio-type.term-geek-weekly  .archive-header .entry-title:after {
	content: "Geek Weekly";
	visibility: visible;
	display: block;
	margin-top: -50px;
}

.tax-jetpack-portfolio-type.term-fiction-poetry .archive-header .entry-title:after {
	content: "Fiction & Poetry";
	visibility: visible;
	display: block;
	margin-top: -50px;
}

.spoiler {
	color: black;
	background-color: black;
	transition: .3s;
}

.spoiler:hover {
	background-color: white;
}

/* Spotify Embeds */
.embed-spotify iframe {
	width: 100% !important;
	align-content: center !important;
}

/*Image Captions */
.sm-cap figcaption {
	font-size: small;
	color: #d794ff;
	margin-top: -3px;
}

#secondary {
	max-width: 100% !important;
	border-top: 2.5px solid black;
	padding-top: 5% !important;
	background: black;
	color: white;
}

footer {
	background: black;
}

.site-info {
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	.main-navigation .menu {
		background: #000000 !important;
	}
	
	.sub-menu a {
		background: #000000 !important;
	}
	
	.sub-menu a:hover {
		background: #7c35c3 !important;
	}
}