/*
 Theme Name: TheDoingThingsTheme
 Theme URL: https://thedoingthingsblog.com
 Description: WP Theme
 Theme Author: Dallas Hall
 Author URL: https://thedoingthingsblog.com
 Template: twentysixteen
 version: 1.0.0
 Text Domain: twentysixteen-child
 */

/* mobile-first styles */
.tdtb-content, body:not(.search-results) article:not(.type-page) .entry-content {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
body:not(.search-results) article:not(.type-page) .entry-content {
	align-items: center;
}
body:not(.search-results) article:not(.type-page) .entry-content>* {
	width: 90%;
}

.tdtb-content .tdtb-excerpt {
	margin: 0 7.6923%;
}

/* Easy Links */
.wp-block-button.is-style-outline a {
	width: 300px;
	text-transform: none;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: initial;
}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
	border-width: 1px;
}

.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus,
.wp-block-button.is-style-outline input:hover, .wp-block-button.is-style-outline input:focus{
	background-color: #a02060 !important;
	color: white;
}

.wp-block-button.is-style-outline a:active, .wp-block-button.is-style-outline input:active {
	background-color: #901050 !important;
}

/* Mailchimp Form */
#mc_embed_signup input.button {
	padding: 0 10px;
	min-width: 120px !important;
}
#mc_embed_signup input.email {
	min-width: 200px !important;
}

/* Spacing between articles */
.site-main > article {
	margin-bottom: 2em;
}

/* Space after post thumbnail */
.post-thumbnail {
	margin-bottom: 1.5em;
}

/* post title */
.entry-title {
	margin-bottom: 0.5em;
}

/* space after image block gallery */
figure.wp-block-gallery {
	margin-bottom: 1em;
}

/* post footer and byline */
body:not(.search-results) article:not(.type-page) .entry-footer {
	width: inherit;
}

/* headers in posts */
.entry-content h5 {
	margin-top: 0em !important;
	margin-bottom: 1em !important;
}

/* desktop styles */
@media screen and (min-width: 56.875em) {
	.site-content {
		display: flex;
		justify-content: space-between;
	}
	.site-content .content-area {
		float: none;
		width: clear;
		margin-right: 0;
		padding-right: 10%;
		flex: 3;
		max-width: 700px;
	}
	.site-content .sidebar {
		float: none;
		margin-left: 0;
		width: auto;
		flex: 1;
		max-width: 295px;
	}
	.tdtb-content, body:not(.search-results) article:not(.type-page) .entry-content {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		float: none;
	}
	.tdtb-content .tdtb-excerpt {
		width: 100%;
		margin: 0;
	}
	body:not(.search-results) article:not(.type-page) .entry-content>* {
		width: 100%;
	}
	/* Spacing between articles */
	.site-main > article {
		margin-bottom: 2em;
	}
	/* Titles */
	.entry-title {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	/* Space after post thumbnail */
	.post-thumbnail {
		margin-bottom: 1.5em;
	}
	/* space after image block gallery */
	figure.wp-block-gallery {
		margin-bottom: 1em;
	}
	/* Recent posts links */
	#recent-posts-2 a {
		font-size: 1.1em;
		font-weight: bold;
	}
}
@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .entry-content {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	/* Spacing between articles */
	.site-main > article {
		margin-bottom: 2em;
	}
	/* Titles */
	.entry-title {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	/* Space after post thumbnail */
	.post-thumbnail {
		margin-bottom: 1.5em;
	}
	/* space after image block gallery */
	figure.wp-block-gallery {
		margin-bottom: 1em;
	}
	/* Recent posts links */
	#recent-posts-2 a {
		font-size: 1.1em;
		font-weight: bold;
	}
}