/*!
Theme Name: ClassicPress Susty Child
Theme URI: https://docs.classicpress.net
Author: ClassicPress
Author URI: https://www.classicpress.net
Template: susty-master
Description: A theme for WordPress focused on performance and sustainability.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: susty
Tags:
This child theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
	font-family: "DejaVu Sans";
	src: url('fonts/DejaVuSans-webfont.woff2') format('woff2'), url('fonts/DejaVuSans-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "DejaVu Sans";
	src: url('fonts/DejaVuSans-Bold-webfont.woff2') format('woff2'), url('fonts/DejaVuSans-Bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: "DejaVu Sans";
	src: url('fonts/DejaVuSans-Oblique-webfont.woff2') format('woff2'), url('fonts/DejaVuSans-Oblique-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: "DejaVu Sans";
	src: url('fonts/DejaVuSans-BoldOblique-webfont.woff2') format('woff2'), url('fonts/DejaVuSans-BoldOblique-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic
}

body, button, input, select, optgroup, textarea {
	font-family: "OpenDyslexicAlta", "OpenDyslexic", "DejaVu Sans", "Helvetica Neue", Verdana, sans-serif;
}
h1, h2, h3 {
	position: relative;
	color: #361946;
	line-height: 1.25;
}
input[type="search"] {
	width: 300px;
	max-width: 85%;
	padding: 0.5em;
	border-radius: 4px;
}
input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active {
	box-shadow: 0 0 3px 2px #89288f;
}
button {
	font-size: 21px;
	font-weight: 600;
	border: 0;
	padding: .7em 2em;
}
a {
	color: #89288f;
}
a.button {
	display: inline-block;
	padding: 1rem 2.5rem;
	border-radius: .25rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	border-bottom: 0;
}
a.button:hover, a.button:focus {
	border-bottom: 0
}
a.button-purple {
	background-image: linear-gradient(60deg, #89288f, #4b2063)
}
a.button-purple:hover, a.button-purple:focus {
	background: #361946;
	box-shadow: 0 0 3px 2px #89288f;
}
a.button-aqua {
	background-image: linear-gradient(60deg, #07989e, #034a59);
}
a.button-aqua:hover, a.button-aqua:focus {
	background: #034a59;
	box-shadow: 0 0 3px 2px #07989e;
}
a.button-yellow {
	color: #262626;
	background-image: linear-gradient(60deg, #eaec8e, #f89c1b);
}
a.button-yellow:hover, a.button-yellow:focus {
	background: #f89c1b;
	color: #fff;
	box-shadow: 0 0 3px 2px #fff;
}
a.cp-heading-link {
	border-bottom: 0;
	font-weight: normal;
	font-size: .85em;
	display: block;
	position: absolute;
	top: .1em;
	left: -1.2em;
	color: #057f99;
}
a.cp-heading-link:hover {
	text-decoration: underline;
	color: #3ebca6;
}
img {
	height: auto;
	max-width: 150%;
	vertical-align: top;
}
.post-thumbnail img {
	max-width: 100%;
}
[hidden] {
	display: none;
}

/* MENU */
header#masthead {
	margin: 0 0 45px;
	max-width: unset;
	padding: 1em;
	background: #3ebca6;
	background: -moz-linear-gradient(-135deg, #3ebca6 18%, #057f99 50%, #006b81 100%);
	background: -webkit-linear-gradient(-135deg, #3ebca6 18%, #057f99 50%, #006b81 100%);
	background: linear-gradient(-135deg, #3ebca6 18%, #057f99 50%, #006b81 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ebca6', endColorstr='#006b81', GradientType=1);
}
.home header#masthead {
	margin: 0;
	background: transparent;
}
#masthead a, .home-hero-text h3 {
	color: #fff;
	font-weight: 500;
}
#inner-header {
	max-width: 72rem;
	margin: 0 auto;
}
.logo {
	display: block;
}
.logo:hover {
	outline: 1px dotted #fff;
}
.menu, .menu ul {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#masthead > div > .get-started {
	color: #262626;
	padding: .5em 1em;
	border-radius: 6px;
	background-image: linear-gradient(60deg, #eaec8e, #f89c1b);
	display: none;
}
#masthead > div > .get-started:hover, #masthead > div > .get-started:focus {
	color: #fff;
	background: #f89c1b;
	box-shadow: 0 0 3px 2px #fff;
}
.close {
	display: none;
}
.close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: square;
  stroke-width: 5;
}

/* CONTENT */
.entry-meta {
	color: #767676;
	margin-bottom: .5em;
}
article a, .entry-meta a {
	color: #89288f !important;
	background: transparent;
}
nav a {
	background: transparent;
}
#content {
	max-width: 800px;
	padding: 0 1em;
}
#content ul li, #content ol li {
	padding-top: .2em;
	padding-bottom: .2em;
}

#content h1 {
	font-size: 2em;
}
article > header > h1, article > header > h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

/* AUTOCOMPLETE */
.ui-autocomplete {
	position: absolute;
	z-index: 1000;
	margin: 0 0 12px 0;
	list-style: none;
	width: 280px;
	background-color: transparent;
}
.ui-menu {
    position: relative;
    list-style: none;
    background-color: transparent;
    z-index:100;
    width: 250px;
    line-height: 200%;
    font-size: 18px;
    padding: 15px 0;
}
.ui-menu-item {
	color: #89288f;
	cursor: pointer;
	line-height: 1.5;
	width: 322px;
	margin-left: -1.5em;
	padding: 0.5em 0 0.5em 1em !important;
	background-color: #fff;
	border: 1px solid #006b81;
	border-top: 0;
}
.ui-menu-item:hover {
	color: #040402;
	text-decoration: underline;
}
.live-search-error {
	z-index: 101;
	padding: 0 0.5em;
	background: #fff;
}

/* TABLE */
table.cp-file-list {
	max-width: 600px;
	border-spacing: 0 6px;
}
table.cp-file-list td {
	padding: 0;
	margin-bottom: 4px;
}
table.cp-file-list tr:hover td {
	background: #ddd;
}
table.cp-file-list .cp-file-preview .cp-file-wrapper {
	border: 6px solid #eee;
	background: #ddd;
	width: 132px;
	height: 132px;
}
table.cp-file-list tr:hover .cp-file-preview .cp-file-wrapper {
	border-color: #ddd
}
table.cp-file-list .cp-file-preview .cp-file-thumbnail {
	border: 6px solid #ddd
}
table.cp-file-list .cp-file-name {
	padding-left: 1em;
}
table.cp-file-list .cp-file-size {
	padding-right: 1em;
}

@media(max-width:800px) {
	.main-navigation {
		display: none;
	}
	.menu-toggle {
		z-index: 1010;
		padding: .3em .5em;
		top: 65px;
		right: 5%;
		position: absolute;
		background-color: #d1e1e5;
	}
	.menu-toggle .icon {
		width: 1.2em;
		height: 1.2em;
	}
	.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		box-shadow: 0 0 3px 2px #034a59;
	}
	.menu li a {
		font-size: calc(17px + 4 * (100vw / 1500));
	}
	#masthead .menu li a:hover, #masthead .menu ul li a:hover {
		color: #040402;
		background: #fff;
		padding: 2px 10px;
		margin: -2px -10px;
		border-radius: 6px;
	}
	.ui-menu-item {
		display: none;
	}
	a.cp-heading-link {
		left: -1em;
	}
}

@media(min-width:801px) {
	#inner-header {
		display: flex;
		flex-grow: 1;
		align-items: center;
		justify-content: space-between;
	}
	.menu-toggle {
		display: none !important;
	}
	.menu {
		display: flex;
		flex-grow: 1;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		line-height: 3.5em;
	}
	.menu li a {
		display: flex;
		flex-grow: 1;
		padding: 0.75em 1.5em;
	}
	.menu ul li {
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	#masthead .menu li a:hover, #masthead .menu ul li a:hover, #masthead .menu li a:focus, #masthead .menu ul li a:focus {
		color: #040402;
		background: #fff;
		border-radius: 6px;
	}
	#masthead > div > .get-started {
		padding: 1em 2em;
		display: inline-block;
		background-image: linear-gradient(60deg, #eaec8e, #f89c1b);
	}
	.sub-menu {
		display: inline;
		flex-direction: column;
		position: absolute;		
		z-index: 100;
		margin-top: 12px;
		background: #006b81;
		border-width: 0 1px 1px 1px;
		border-color: rgba(0,0,0,0.15);
		border-style: solid;
		padding: 0.5em !important;
	}
	.sub-menu li a {
		padding-left: 1em;
	}
	.menu-item-has-children > a:after {
		content: '';
		border: 6px solid transparent;
		border-top: 6px solid #fff;
		margin-top: 0.65em;
		margin-left: 8px;
		display: inline-block;
		vertical-align: middle;
	}
	.menu-item-has-children > a:hover:after {
		border-top: 6px solid #040402;
	}
	input[type="search"] {
		max-width: 100%;
		padding: 0.75em;
		border-radius: 6px;
	}
}

/* HOME PAGE */
.home #content {
	max-width: 500rem !important;
	padding: 0 !important;
}
.home-hero-container {
	background-image: linear-gradient(-135deg, #3ebca6 0, #057f99 50%, #006b81 100%);
	background-image: url("images/cp-translucent-feather.svg"), linear-gradient(-135deg, #3ebca6 0, #057f99 50%, #006b81 100%);
	background-size: auto;
	background-position: 50% 50%;	
	background-repeat: no-repeat;
}
.social {
	display: flex;
	align-items: center;
	max-width: 72rem;
	margin: 0 auto;
	padding: 1em 1em 0 0;
	justify-content: flex-end;
}
.social-icon {
	margin-left: 1em;
}
.social-icon > a img {
	height: 32px;
	width: auto;
}
.home-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 72rem;
	margin: 0 auto;
	padding: 3rem 1rem;
}
.home-hero-text {
	width: 100%;
}
.home-hero-text h1, .home-hero-text h2 {
	color: #fff;
}
.home-hero-text h2 {
	margin-top: 0;
	margin-bottom: 1rem;
}
.home-hero-text h3 {
	margin-top: 0;
}
.home-hero-image img {
	max-width: 100%
}
.home-callout-container {
	padding: 2rem 1.5em;
}
.home-callout {
	max-width: 72rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: .75rem;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	padding: 1rem 0;
}
.home-callout-panel {
	margin: 0 auto;
	padding: 1rem 1.5rem 1.5rem;
}
.home-callout-panel h2 {
	line-height: 1.25;
	margin: 0 0 .25rem 0;
}
.home-callout-panel p {
	margin-bottom: 1rem;
	max-width: 30em;
}
.feature-description {
	max-width: 72rem;
	margin: 2.5rem auto;
	border-bottom: 1px solid #ccc;
	padding: 0 1.5em;
}
.feature-callouts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature-callout {
	margin-bottom: 3rem;
}
.feature-callout p {
	margin-top: 0;
	max-width: 33em;
}
.community-block {
	max-width: 72rem;
	margin: 0 1.5em 2rem;
	padding: .5rem 2rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, #eeeef1, #d1e1e5);
}
.community-text p {
	margin-top: 0;
	max-width: 88em;
}
.community-image {
	width: 100%;
}
.community-image-holder {
	margin: 0;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.community-image-holder img {
	width: 100%;
}
.features-block {
	max-width: 72rem;
	border-top: 1px solid #ccc;
	margin: 0 auto 2rem;
	padding: 2rem 1.5em 2rem;
	display: flex;
	flex-wrap: wrap;
}
.features-block h2 {
	margin-top: 0;
}
.feature-ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature-cta {
	max-width: 36em;
	border-radius: .75rem;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
	background-image: linear-gradient(45deg, #89288f, #4b2063);
	padding: 2rem;
}
.feature-cta:nth-child(odd) {
	margin-bottom: 2rem
}
.feature-cta h3, .feature-cta p {
	color: #fff;
}
.feature-cta h3 {
	margin-top: 0;
}
.feature-cta p:last-child {
	margin-bottom: 0;
}
.feature-checks {
	margin-top: 1rem;
}
.feature-check {
	width: 100%;
}
.feature-check p:last-child {
	margin-bottom: 0;
}
.checked-box {
	display: inline-block;
	margin-top: 1em;
}
.feature-box {
	display: inline-block;
	margin-left: 2.5em;
	margin-top: -2.7em;
}
.feature-check h4 {
	margin-bottom: .5rem;
	display: inline-block;
}
.get-classicpress {
	position: relative;
	padding: 2rem 1.5rem;
	background-image: linear-gradient(-135deg, #3ebca6 0, #057f99 50%, #006b81 100%);
	background-image: url("images/cp-translucent-feather.svg"), linear-gradient(-135deg, #3ebca6 0, #057f99 50%, #006b81 100%);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.get-classicpress:after {
	content: ' ';
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}
.get-classicpress-content {
	position: relative;
	z-index: 1;
}
.get-classicpress h2, .get-classicpress p {
	color: #fff;
}
.get-classicpress h2 {
	margin-top: 0;
}
.get-classicpress p {
	max-width: 30em;
}
.get-classicpress-image-holder {
	margin: 3rem auto 1rem;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 60rem;
}
.get-classicpress-image-holder img {
	width: 100%;
}

@media screen and (min-width:40rem) {
	.features-block h2 {
		display: block;
		margin: 0 auto 2rem;
	}
	.feature-description {
		text-align: center;
	}
	.community-block {
		padding: 1rem 3rem 3rem;
	}
	.community-text p {
		padding-right: 6rem;
	}
	.get-classicpress {
		text-align: center;
	}
	.get-classicpress p {
		margin: 0 auto 2rem;
	}
}

@media screen and (min-width:48rem) {
	.home-hero-text {
		width: 100%;
		text-align: center;
	}
	.home-hero-image {
		margin: 0 auto;
	}
	.home-callout, .feature-callouts, .feature-ctas {
		flex-wrap: nowrap;
	}
	.home-callout-panel h2 {
		max-width: 8rem;
	}
	.home-callout-panel p {
		margin-bottom: 2rem;
	}
	.feature-description h2 {
		margin: 3rem 0;
	}
	.feature-callout {
		padding: 0 2rem;
	}
	.community-block {
		flex-wrap: nowrap;
		padding: 2rem 3rem;
	}
	.community-text p {
		max-width: 52em;
		padding-right: 3rem;
	}
	.feature-cta:nth-child(odd) {
		margin: 0 4rem 0 0;
	}
	.feature-checks {
		display: grid;
		grid-template-columns: repeat(auto-fit, 30%);
		grid-gap: 1rem;
		justify-content: space-between;
		align-content: flex-start;
	}
}

@media screen and (min-width:64rem) {
	.home-callout-container {
		padding-top: 0;
	}
	.home-hero {
		padding: 4rem 1rem 20rem;
	}
	.home-hero-text {
		width: auto;
		text-align: left;
	}
	.home-hero-image {
		margin-right: 0;
		margin-left: auto;
		max-width: 25rem;
	}
	.home-callout {
		padding: 2rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: -15rem;
	}
	.home-callout-panel h2 {
		max-width: 30em;
	}
	.feature-callout p {
		max-width: 24em;
	}
	.community-block {
		margin-left: auto;
		margin-right: auto;
	}
	.community-text p {
		max-width: 88em;
		padding-right: 6rem;
	}
	.get-classicpress {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
}

/* BLOG PAGE */
.blog #content {
	max-width: 72rem;
	margin: 0 auto;
}
.attachment-post-thumbnail {
	max-width: 100%;
}
.blog-post {
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 2em;
}
.author-avatar {
	margin-right: 0.5em;
}
.post-meta {
	margin-top: 0.7em;
	font-style: italic;
	display: inline-block;
}
article a.button-purple {
	color: #fff !important;
}
.nav-links a {
	color: #89288f;
}
footer#colophon {
	max-width: unset;
	font-size: 1em;
	padding: 0 0 1em;
	margin: 1em 0 0;
}
.classic {
	color: #fff;
	max-width: unset;
	padding: 1em;
	margin-bottom: 1em;
	background: #3ebca6;
	background: linear-gradient(-135deg, #3ebca6 18%, #057f99 50%, #006b81 100%);
}
.classic-front p {
	max-width: unset;
	margin-top: 3em;
}
#colophon p {
	margin-bottom: 0.8em;
}
#colophon p a {
	color: #89288f;
}

@media screen and (min-width:40rem) {
	.blog-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, 30%);
		grid-gap: 1rem;
		justify-content: space-between;
		align-content: flex-start;
	}
	.blog-post {
		padding-bottom: 1em;
	}
	.post-meta {
		margin-top: 0.5em;
	}
}

@media screen and (min-width:52rem) {
	.blog-list {
		grid-template-columns: repeat(auto-fit, 30%);
	}
}

@media screen and (min-width:74rem) {
	.blog #content {
		padding: 0;
	}
}
