/*
Theme Name: BlankSlate Child
Theme URI: 
Description: BlankSlate Child Theme
Author: Thom Stutt
Author URI: http://studio1085.com
Template: blankslate
Version: 1.0.0
*/

body {
	line-height: 1em;
  	margin: 0;
  	font-family: "Inter", sans-serif;
	color: #161616;	
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

#sidebar, .post-edit-link, .entry-summary, #site-description, #menu, .post-edit-link {
	display: none;
}

/* FONTS */

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* FONT STYLING */

p {
	padding-bottom: 20px;
	line-height: 2em;
	margin: 0;
}

p strong {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #161616;
}

.tags {
	font-family: "Inter", sans-serif;
	font-size: 14px;
    padding: 29px 0px 7px 0px;
    border-top: solid 1px #161616;
    margin: 9px 0px 0px 0px;
}

.post-categories {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	padding: 0px 0px 36px 0px;
	list-style-type: none;
	margin: 0;
}

.footer-title {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #ffffff;
    padding: 3px 0 5px 0;
    line-height: 1.2em;
}

.entry-title {
	width: 100%;
    padding: 0px 5px 36px 5px;
    box-sizing: border-box;
    line-height: 1;
}

a {
  	color: #161616;
	text-decoration: none;
}

a:hover {
  	color: #e91a45;
	text-decoration: none;
}

h1 /* Main post heading */ {
	font-size: 30px;
    text-decoration: none;
    line-height: 1.3em;
	margin: 0;
}

h2 /* Homepage post heading */ {
    margin: 0;
    width: 100%;
}

h2 a {
	font-family: "Inter", sans-serif;
	text-decoration: none;
	line-height: 1.5em;
    font-size: 16px;
	color: #111111;
}

h2 a:hover {
	color: #e91a45;
}

/* HEADER */

.header {
  	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #ffffff;
	padding: 40px 40px 35px 40px;
	border-bottom: solid 1px #f2f2f2;
}

.header ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	overflow: hidden;
	background-color: #ffffff;
}

.header li a {
  	display: block;
  	padding: 15px 0px 0px 0px;
  	text-decoration: none;
	text-align: right;
	font-size: 16px;
	color: #161616;
}

.header li a:hover,
.header .menu-btn:hover {
	color: #161616;
}

/* LOGO */

.logo {
	max-width: 150px;
}

.logo-2 {
	max-width: 150px;
	display: block;
	margin: 4px 0px 34px 0px;
}

/* MENU */

.header .menu {
  	clear: both;
  	max-height: 0;
  	transition: max-height .2s ease-out;
}

/* MENU ICON */

.header .menu-icon {
  	cursor: pointer;
  	display: inline-block;
  	float: right;
  	padding: 10px 0px 0px 0px;
  	position: relative;
  	user-select: none;
}

.header .menu-icon .navicon {
  	background: #161616;
  	display: block;
  	height: 2px;
  	position: relative;
  	transition: background .2s ease-out;
  	width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  	background: #161616;
  	content: '';
  	display: block;
  	height: 100%;
  	position: absolute;
  	transition: all .2s ease-out;
  	width: 100%;
}

.header .menu-icon .navicon:before {
  	top: 7px;
}

.header .menu-icon .navicon:after {
  	top: -7px;
}

/* MENU BTN */

.header .menu-btn {
  	display: none;
}

.header .menu-btn:checked ~ .menu {
  	max-height: 960px;
	padding: 18px 0px 0px 0px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  	top: 0;
}

/* SEARCH */

#search {
	float: right;
	margin: 36px 0px 0px 0px;
}

.search-submit {
	font-family: "Inter", sans-serif;
	background-color: #161616;
    border: solid 1px #161616;
    color: #ffffff;
	padding: 7px 20px 6px 20px;
	font-size: 14px;
}

.search-field {
	font-family: "Inter", sans-serif;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #161616;
	background-color: transparent;
	padding: 9px 50px 7px 0px;
	font-size: 14px;
	color: #161616;
}

/* MAIN FOOTER */

footer {
	width: 100%;
	float: left;
	padding: 36px 40px 9px 40px;
	background-color: #e91a45;
	color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

#footer-left {
	float: left;
	width: 30%;
	box-sizing: border-box;
}

#footer-right {
	float: left;
	width: 70%;
}

#footer-right li {
  	text-decoration: none;
	list-style-type: none;
}

#footer-right li a {
	font-size: 14px;
  	display: block;
	color: #ffffff;
	line-height: 2.2em;
}

#footer-right li a:hover {
	color: #161616;
}

#fr-1 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0px 0px 22px 0;
}

#fr-2 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0px 0px 22px 0;
}

#fr-3 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0px 0px 22px 0;
}

#fr-4 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0px 0px 22px 0;
}

/* SECONDARY FOOTER */

#footer_bottom {
	width: 100%;
	float: left;
	background-color: #e91a45;
	padding: 30px 40px 8px 40px;
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

#footer_bottom a {
	color: #ffffff;
}

#footer_bottom_left {
	width: 50%;
	float: left;
}

#footer_bottom_left p {
	font-size: 14px;
}

#footer_bottom_right {
	width: 50%;
	float: left;
}

#footer_bottom_right p {
	font-size: 14px;
	float: right;
}

/* MAIN */

#container {
	width: 100%;
	float: left;
	background-color: #ffffff;
}

#content {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 30px 10px 30px;
}

/* ARTICLES */

article {
	position: relative;
	width: 33.333%;
	overflow: hidden;
	padding: 10px;
}

article figure {
	margin: 0;
}

article figure img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	display: block;
	background-color: #ffffff;
	border: solid 1px #f2f2f2;
}

article header {
	width: 100%;
    bottom: 0;
	padding: 6px 40px 16px 0px;
}

.datetime-home {
	font-family: "Inter", sans-serif;
	color: #161616;
	font-size: 12px;
}

/* NAVIGATION FOOTER */

.footer {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	width: 100%;
	float: left;
	padding: 30px 10px 20px 10px;
	background-color: #ffffff;
	line-height: 1.9em;
	border-top: solid 1px #161616;
}

.footer a {
	color: #161616;
}

.nav-previous {
	width: 40%;
	float: left;
	text-align: left;
}

.nav-next {
	width: 40%;
	float: right;
	text-align: right;
}

/* POSTS */

#post-wrap {
	width: 50%;
	margin: 0px auto 0px auto;
}

.datetime-post {
	font-family: "Inter", sans-serif;
	color: #161616;
	font-size: 12px;
	padding: 0px 0px 25px 0px;
}

.wp-block-image {
	margin: 0;
}

.wp-block-image img {
	width: 100%;
	margin: 10px 0px 6px 0px;
	background-color: #ffffff;
	border: solid 1px #f2f2f2;
}

.wp-element-caption {
	font-family: "Inter", sans-serif;
	font-size: 12px;
    padding: 0px 0px 27px 0px;
    text-align: left;
	margin-bottom: 0em;
    margin-top: 0em;
	color: #161616;
}

/* PAGES */

#page-wrap {
	width: 50%;
	margin: 0px auto 9px auto;
}

/* Media Queries */

@media only screen and (max-width: 640px) and (min-width: 1px) {

.header {
	padding: 40px 20px 35px 20px;
}
	
.footer {
    padding: 30px 10px 30px 10px;
}
	
footer {
	padding: 36px 20px 9px 20px;
}
	
#footer-left {
    width: 100%;
}
	
#footer-right {
    width: 100%;
}
	
#fr-1 {
    width: 100%;
}
	
#fr-2 {
    width: 100%;
}
	
#fr-3 {
    width: 100%;
}
	
#fr-4 {
    width: 100%;
}

#fr-5 {
    width: 100%;
}
	
#footer_bottom {
	padding: 30px 20px 8px 20px;
}
	

#content {
	padding: 30px 10px 10px 10px;
}
	
article {
	width: 100%;
}
	
#post-wrap {
	width: 100%;
	margin: 0px 10px 0px 10px;
}
	
#page-wrap {
	width: 100%;
	margin: 0px 10px 9px 10px;
}
	
}
	
@media only screen and (max-width: 768px) and (min-width: 641px) {

.header {
   padding: 40px 20px 35px 20px;
}
	
.footer {
    padding: 30px 10px 30px 10px;
}
	
footer {
	padding: 36px 20px 9px 20px;
}
	
#footer-left {
    width: 100%;
}
	
#footer-right {
    width: 100%;
}
	
#fr-1 {
    width: 100%;
}
	
#fr-2 {
    width: 100%;
}
	
#fr-3 {
    width: 100%;
}
	
#fr-4 {
    width: 100%;
}
	
#fr-5 {
    width: 100%;
}
	
#footer_bottom {
	padding: 30px 20px 8px 20px;
}
	
#content {
	padding: 30px 10px 10px 10px;
}
	
article {
	width: 50%;
}
	
#post-wrap {
	width: 100%;
	margin: 0px 10px 0px 10px;
}
	
#page-wrap {
	width: 100%;
	margin: 0px 10px 9px 10px;
}
	
}

@media only screen and (max-width: 1180px) and (min-width: 769px) {

.header {
    padding: 40px 20px 35px 20px;
}
	
.footer {
    padding: 30px 10px 30px 10px;
}
	
footer {
	padding: 36px 20px 9px 20px;
}
	
#footer-left {
    width: 100%;
}
	
#footer-right {
    width: 100%;
}
	
#fr-1 {
    width: 100%;
}
	
#fr-2 {
    width: 100%;
}
	
#fr-3 {
    width: 100%;
}
	
#fr-4 {
    width: 100%;
}
	
#fr-5 {
    width: 100%;
}
	
#footer_bottom {
	padding: 30px 20px 8px 20px;
}
	
#content {
	padding: 30px 10px 10px 10px;
}
	
article {
	width: 50%;
}
	
#post-wrap {
	width: 100%;
	margin: 0px 10px 0px 10px;
}
	
#page-wrap {
	width: 100%;
	margin: 0px 10px 9px 10px;
}
	
}
	
@media only screen and (max-width: 1440px) and (min-width: 1181px) {



}