/*
	Theme Name: More With Less
	Theme URI: http://bemorewithless.com
	Description: Custom theme designed for Courtney Carver.
	Author: Brian Gardner
	Author URI: http://briangardner.com/
	Version: 1.0
	Template: genesis
*/


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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.navholder {
	max-width:1080px;
	margin-left: auto;
	margin-right: auto;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

body {
	background-color: #fff;
	color: #222;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #7da7d9;
	text-decoration: none;
}

a:hover {
	color: #222;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Site Layout
---------------------------------------------------------------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 700px;
	padding-top: 20px;
}

.site-inner {
	clear: both;
}


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

.site-header {
	clear: both;
	height: 150px;
	line-height: 1;
	margin-bottom: 100px;
}

.site-title {
	height: 150px;
	width: 100%;
}

.site-title > a {
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 100%;
}

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


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

.nav-primary {
	float: left;
}

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1;
}

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

.genesis-nav-menu a {
	color: #222;
	display: block;
	text-transform: lowercase;
	padding: 20px 7px;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu::after, 
.genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.genesis-nav-menu .sub-menu::after {
    border-bottom-color: #222;
}

.genesis-nav-menu .sub-menu::after {
    border-width: 8px;
    margin-left: -10px;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #222;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 125px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: 0;
	font-size: 15px;
	padding: 10px;
	position: relative;
	width: 125px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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


/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu-icon {
	display: none;
}

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}


/* ## Accessible 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;
}

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


/* Social Icons
---------------------------------------------------------------------------------------------------- */

.social-icons {
	float: right;
	margin-top: 15px;
}

.simple-social-icons {
	float: left;
}

.simple-social-icons ul li a {
	padding: 0 !important;
}


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

.entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: none;
}

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

.single .entry {
	margin-bottom: 0;
}

.entry-content p {
	letter-spacing: 0.2px;
}

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

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.author-box {
	display: none;
}

p.subscribe-to-comments {
	margin-top: 20px;
}


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

p.entry-meta {
	font-size: 17px;
}

.entry-header .entry-meta {
	margin-top: -10px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* Thanks for Reading
---------------------------------------------------------------------------------------------------- */

.thanks-for-reading {
	font-weight: 600;
}


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

.after-entry {
/* 	background-color: #f5f5f5; */
	margin-bottom: 50px;
	padding: 0 40px;
}


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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #7da7d9;
}

.entry-content .archive-list ul > li {
	padding-bottom: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

#smart-archives-list h2 a {
	color: #222;
}

h4 {
	font-size: 20px;
}

h5,
h6 {
	font-size: 18px;
}


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

.archive-title {
	font-size: 20px;
}

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

.entry-title a {
	color: #222;
}

.entry-title a:hover {
	color: #7da7d9;
}

.widget-title {
	font-size: 18px;
}


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

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

img {
	height: auto;
}

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

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

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.after-entry .avatar {
	height: 90px;
	margin: 0 20px 20px 0;
	width: 90px;
}


/* Genesis eNews Extended
---------------------------------------------------------------------------------------------------- */

.enews-widget input[type="email"] {
	font-size: 16px;
	margin-right: -6px;
	width: 70%;
}

.enews-widget input[type="submit"] {
	padding-bottom: 17px;
	padding-top: 17px;
	width: auto;
}


/* Genesis Simple Share
---------------------------------------------------------------------------------------------------- */

.share-small {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #222 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-size: 17px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

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

::-moz-placeholder {
	color: #222;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #222;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #7da7d9;
	color: #fff;
	cursor: pointer;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.button.purchase {
	border: double #fff;
	display: block;
	margin: 60px auto;
	padding: 20px 60px;
	width: 300px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #7298c9;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Search
---------------------------------------------------------------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

#searchform {
	margin-bottom: 40px;
}

#searchform input[type="submit"] {
	display: none;
}


/* --- Search Header */

/* Search icon */

.search-form-container {
	position: relative;
}

.social-icons section:last-child { /* This is the search icon HTML widget within social-icons */
    float: left;
}

.search-toggle {
    float: right;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.search-toggle .dashicons.dashicons-search,
.search-toggle .dashicons.dashicons-no-alt {
    font-size: 18px;
    height: 18px;
    width: 18px;
    line-height: 1.6;
    margin: 0 6px 12px;
}

.search-toggle.active .dashicons.dashicons-no-alt {
    display: inline-block;
}

.search-toggle .dashicons.dashicons-no-alt, 
.search-toggle.active .dashicons.dashicons-search {
	display: none;
}

/* Search Box */

#search-form-container {
	clear: both;
	padding: 0 1em 1em;
}

.search-box-wrapper {
    z-index: 999;
    width: 100%;
    display: none;
}

.search-box input[value="Search"] {
    display: none;
}

.search-box input[type="search"] {
    font-size: 15px;
}


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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond {
	margin-bottom: 60px;
}

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

.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-header {
	font-size: 17px;
	line-height: 1.5;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 2px solid #f5f5f5;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.comment-list ul.children {
	margin-left: 40px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}


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

.site-footer {
	border-top: 2px solid #f5f5f5;
	font-size: 16px;
	padding: 40px;
	text-align: center;
}

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


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title > a {
		background: url(images/header@2x.jpg) no-repeat center;
		background-size: 650px 150px;
	}

}

@media only screen and (max-width: 650px) {

	.site-header {
		margin-bottom: 0;
	}

	.simple-social-icons {
		display: none;
	}

	.site-title > a {
		background-size: contain;
	}

	.nav-primary,
	.social-icons {
		float: left;
		text-align: center;
	}

	.genesis-nav-menu {
		padding-bottom: 10px;
		padding-top: 10px;
		line-height: 2;
	}

	.genesis-nav-menu a {
		margin-left: 10px;
		margin-right: 10px;
		padding: 5px;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		width: 100%;
		border: none;
		position: relative;
		display: none;
	}

	.responsive-menu > .menu-item > .sub-menu a {
		width: auto;
		border: none;
		background-color: #efefef;
	}

	.responsive-menu > .menu-item > .sub-menu::after, 
	.responsive-menu > .menu-item > .sub-menu::before {
		display: none;
	}

	.responsive-menu-icon {
		text-align: center;
		display: block;
	}

	.responsive-menu .menu-item {
		text-align: left;
		display: block;
	}

	.responsive-menu-icon::before {
		color: #222;
		content: "\f333";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		margin: 0 auto;
		padding: 10px;
		float: left;
	}

	.responsive-menu-icon:after {
	    content: "MENU";
	    font-size: 17px;
	    font-weight: 500;
	    font-family: 'Gotham A', 'Gotham B';
	    float: left;
	    padding: 6px 6px 6px 0;
	}

	.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 15px/1 'dashicons';
		height: 15px;
		padding: 15px 20px 15px 0;
		right: 0;
		text-align: center;
		z-index: 9999;
	}

	.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.social-icons {
		margin-top: 5px;
		float: right;
	}

	#search-form-container {
		padding: 0 1em 0;
	}

	.search-toggle .dashicons.dashicons-search, 
	.search-toggle .dashicons.dashicons-no-alt {
		font-size: 20px;
		height: 20px;
		width: 20px;
		margin: 0 12px 12px;
	}

	.simple-social-icons ul li {
		display: inline-block;
		float: none !important;
	}

	.social-icons section:last-child {
		float: right;
	}

	.site-inner {
		padding: 20px;
	}

}

/*   New Footer CSS    */
.footer_signup {
	background: url('//bemorewithless.com/wp-content/themes/more-with-less/images/Footer-Optin-Back.jpg') no-repeat top center;
	background-size: cover;
	padding: 20px;
}

@media only screen and (max-width: 630px) {
	.microcourses div {
		float: none!important;
		text-align: center;
		margin-bottom: 10px;
	}
}

.home .archive-pagination {display: none;}

/*   Project 333 CSS    */

.page-id-3063 .entry-title {
	display: none;
}

#gform_1 input[type="text"] {
    height: 49px !important;
}
#gform_1 input[type="text"] {
    width: 90% !important;
}
.gfield_label {font-family: 'Gotham A', 'Gotham B' !important;}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #7da7d9 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: 'Gotham A', 'Gotham B' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 16px 24px !important;
    text-transform: uppercase !important;
    width: auto !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper input {
    margin: 0 16px 0 0 !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 16px !important;
    padding-top: 0 !important;
}
.gform_wrapper .gform_footer {
    padding: 16px 0 10px !important;
    margin: 16px 0 0 !important;
    clear: both;
    width: 100%;
}