/*
	Theme Name: Be More with Less
	Theme URI: https://www.bemorewithless.com/
	Description: Custom theme for Courtney Carver.
	Author: Brian Gardner
	Author URI: https://briangardner.com/
	Version: 1.0.9
	Template: genesis
*/


/* Reset
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

* {
	box-sizing: border-box;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #303d4d;
	font-family: 'kepler-std', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.button,
.events .event-item,
.site-header {
	transition: all 0.2s ease-in-out;
}

a {
	color: #303d4d;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #dc5263;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

strong {
	font-weight: 600;
}

blockquote,
em {
	font-style: italic;
}

blockquote {
	margin-bottom: 30px;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote cite {
	font-weight: 600;
}

hr {
	border-top: 1px solid #e9eef4;
}

span.highlight-yellow {
    background: linear-gradient(rgba(255,255,255,0) 35%,#fbe70c 35%,#fbe70c);
}

/* Structure
---------------------------------------------------------------------------------------------------- */

/* .site-container {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

} */

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Before Header
---------------------------------------------------------------------------- */

.before-header {
	background-color: #303d4d;
/* 	background-color: #00A3AD; */
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	text-align: center;
}

.before-header > .wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.before-header,
.before-header p {
	font-family: 'acumin-pro', sans-serif;
	font-size: 16px;
}

.before-header,
.before-header a,
.before-header p {
	color: #fff;
}

.before-header a {
	font-weight: 600;
	text-decoration: underline;
}

.before-header a:focus,
.before-header a:hover {
	color: #e9eef4;
}

.before-header p:last-of-type,
.before-header .widget:last-child {
	margin-bottom: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	padding: 30px;
}

.site-header > .wrap {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.site-header .header-social {
	float: right;
	font-size: 14px;
}

.site-header .fab {
	display: none;	
}

.site-header .fas {
	margin-right: 10px;
}

.membership-logo img {
	padding:10px;
	border-top: 1px solid #d6d3d3;
	border-bottom: 1px solid #d6d3d3;
}

.membership-logo:hover img {
	opacity: .5;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.site-title {
	font-family: 'acumin-pro', sans-serif;
	font-size: 24px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 0;
}

.more-bold {
	font-weight: 600;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #303d4d;
	text-decoration: none;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-header .fa-heart {
	color: #dc5263;
	font-size: 5px;
	margin-left: 1px;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #303d4d;
	display: block;
	font-family: 'acumin-pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	text-decoration: none;
	text-transform: lowercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #dc5263;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 10px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #303d4d;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	box-shadow: none;
	color: #303d4d;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menus
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	width: 100%;
}


/* Site Inner
---------------------------------------------------------------------------------------------------- */

.site-inner {
	clear: both;
	margin: 40px auto;
	max-width: 720px;
	padding-left: 40px;
	padding-right: 40px;
}

.single .site-inner {
	max-width: 1200px;
}
	


/* Content
---------------------------------------------------------------------------------------------------- */

/* Entry
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry:last-child {
	margin-bottom: 0;
}

/* Entry Content
--------------------------------------------- */

.entry-content a,
.entry-content a:focus,
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 15px;
}

.entry-content .center {
	text-align: center;
}

.entry-content .after-entry p:last-child {
	margin-bottom: 0;
}

.content figure, 
.content img {
	max-width: 100% !important;
}

.single .content {
    width: 728px;
    float: left;
}

.single .sidebar {
    width: 320px;
    float: right;
}

/* Entry Header
--------------------------------------------- */

.entry-header {
	margin-bottom: 30px;
}

.single .entry-header {
	text-align: center;
}

.single .entry-header:after {
    border-bottom: 1px solid #303d4d;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
}

.entry-header .entry-meta {
	font-size: 17px;
	margin-bottom: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.entry-header .author-title {
	margin-right: 5px;
}

.entry-header .by {
	font-style: italic;
}

.entry-header .avatar {
	border-radius: 50%;
	margin: 5px;
}

/* After Entry
--------------------------------------------- */

/* .after-entry {
	border-bottom: 5px solid #303d4d;
	border-top: 10px solid #303d4d;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 30px;
} */

.after-entry.margin {
	margin-bottom: 40px;
}

.after-entry,
.after-entry input[type="email"],
.after-entry input[type="text"] {
	text-align: center;
}

.entry-content .after-entry h3 {
	margin-bottom: 20px;
	margin-top: 0;
}

/* Microcourses
--------------------------------------------- */

.microcourses {
	padding-top: 60px;
	text-align: center;
}

.microcourses img {
	padding-left: 10px;
	padding-right: 10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
	font-family: 'kepler-std', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 30px;
	margin-top: 40px;
}

/* Titles
--------------------------------------------- */

.archive-description {
	display: none;
}

.archive-description .entry-title,
.archive-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #303d4d;
	border: 1px solid #303d4d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'acumin-pro', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 15px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #dc5263;
	border: 1px solid #dc5263;
	color: #fff;
}


/* Forms and Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #303d4d;
	border-radius: 0;
	color: #303d4d;
	font-family: 'kepler-std', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 25px;
	padding: 15px 20px;;
	width: 100%;
}

textarea {
	border: 1px solid #303d4d;
}

input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

.contact input,
.contact textarea {
	background-color: #f5f5f5;
	border: none;
	margin-bottom: 0;
	padding: 15px;
	text-align: left;
}

input:focus,
textarea:focus {
	border-bottom: 1px solid #303d4d;
	outline: none;
}

.contact input:focus,
.contact textarea:focus {
	background-color: #eee;
	border: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #303d4d;
	font-family: 'kepler-std', serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #303d4d;
	font-family: 'kepler-std', serif;
	opacity: 1;
}

::placeholder {
	color: #303d4d;
	font-family: 'kepler-std', serif;
	opacity: 1;
}

button,
input[type="button"],
input[type="submit"],
.button {
	background-color: #303d4d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'acumin-pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 20px 30px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	white-space: normal;
	width: auto;
}

.entry-content a.button {
	text-decoration: none;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover {
	background-color: #dc5263;
	color: #fff;
}


/* Gravity Forms
--------------------------------------------- */

.gform_wrapper.gravity-theme .gfield input {
	margin-bottom: 0;
	margin-right: 5px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-size: inherit !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px !important;
}

.gform_wrapper.gravity-theme .gfield_radio input[type=text] {
	margin-top: 5px !important;
    margin-left: 20px;
    font-size: inherit !important;
    background-color: #efefef;
}

.gform_wrapper.gravity-theme fieldset {
	margin-bottom: 40px;
}


/* Misc.
---------------------------------------------------------------------------------------------------- */

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

img.alignleft {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

figcaption {
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #303d4d;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: none;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #e9eef4;
	text-align: center;
}

.site-footer .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.site-footer .site-title {
	margin-bottom: 20px;
}

.site-footer p {
	font-family: 'acumin-pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer .copyright a {
	text-decoration: underline;
}

.site-footer .fa-heart {
	color: #dc5263;
	font-size: 12px;
}

.site-footer .site-title .fa-heart {
	font-size: 5px;
	margin-left: 1px;
}

.site-footer .social {
	margin-top: 20px;
}

.site-footer .social a {
	margin-left: 10px;
	margin-right: 10px;
}

.site-footer .ghost {
	display: none;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1120px) {
	
	.single .content {
    	width: inherit;
    	float: none;
		margin: 0 auto;
	}
	
	.single .sidebar {
		float: none;
    	margin: 0 auto;
		width: 80%;
		max-width: 728px;
	}
}

@media only screen and (min-width: 729px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		background-color: #fff;
		padding-bottom: 25px;
		padding-top: 24px;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.shrink .site-header {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	/* Title Area
	--------------------------------------------- */

	.title-area {
		width: 20%;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu a {
		border-bottom: 1px solid transparent;
	}

	.genesis-nav-menu .current-menu-item > a {
		color: #303d4d;
		font-weight: 600;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.2s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		box-shadow: none;
		margin: 0;
		padding: 15px 10px 18px;
		text-align: left;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -44px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		float: left;
		margin-top: -5px;
		width: 60%;
	}

	.nav-primary {
		text-align: center;
	}

	/* Header Social
	--------------------------------------------- */

	.site-header .header-social {
		margin-top: 3px;
		text-align: right;
		width: 20%;
	}

	.site-header .fab {
		display: inline-block;
	}

	.site-header .fas {
		margin-right: 0;
	}

	.site-header .header-social a {
		margin-left: 15px;
	}

	/* Site Inner
	--------------------------------------------- */

	.site-inner {
		margin-bottom: 80px;
		margin-top: 60px;
	}

	/* Entry Title
	--------------------------------------------- */

	.entry-title {
		font-size: 36px;
	}

	/* After Entry
	--------------------------------------------- */
	
	.after-entry {
/* 		padding: 40px; */
	}

	.after-entry form {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}

	.search-archives {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		margin-bottom: 60px;
		margin-top: 20px;
		padding: 80px;
		text-align: center;
	}

	.search-archives h2 {
		margin-bottom: 0;
		margin-top: 0;
	}

	.search-archives input[type="submit"] {
		margin-bottom: 0;
		padding: 15px 30px 17px;
	}

	/* Wide Images
	--------------------------------------------- */

	.wp-block-image.alignfull {
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		margin-bottom: 80px;
		margin-top: 80px;
		max-width: 100vw;
	}

	.wp-block-image.alignwide {
		margin: 0 -200px 60px;
	}

	/* Site Footer
	--------------------------------------------- */
	
	.site-footer .wrap {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.site-footer .ghost {
		display: none;
	}

}
