/*
Theme Name: Acorn 2.0
Theme URI: .
Author: .
Author URI: .
Description: Base theme for AcornPress
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: acorn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


/* Fonts */


/* Color 
	Black - #424242
	Med-Grey - #ccc	
	Light Grey - #ebebeb, #efefef
	Dark-Grey - #666
	Green - #74985f
	Light Green - #e7e6be
*/ 


/* Table of Contents 




*/ 
/* Import of Acorn Press Original Styles */ 


@import url("https://css.acornpress.co/wp-orig.css");

@import url("https://css.acornpress.co/wp-common.css");

@import url("https://css.acornpress.co/blog.css");

@import url("https://css.acornpress.co/plugins.css");

@import url("https://css.acornpress.co/visual-composer.css");

@import url("https://css.acornpress.co/global.css");

@import url("https://css.acornpress.co/responsive.css");


/*  Color CSS Files -- Uncomment the one you would like to activate for this install */ 


@import url("https://css.acornpress.co/colors/clean.css");

/*  ----------------------- Begin Custom Styles */ 


@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700);


/* --------------------------- Global Customizations */ 
h1, h2, h3 {
	color: #74985f;
	font-weight: 200;
	
}
h2 {
	font-size: 30px;
}
h3 {
    font-size: 22px;
}
h1.entry-title, .page .entry-title {
    margin: 0px auto !important;
    background: #74985f;
	margin-top: 30px !important;
    
}
p {
    font-size: 20px;
    font-family: "Roboto";
    line-height: 1.6;
    font-weight: 300;
}
ol {
	list-style-type: decimal !important;	
}
img.border {
    border: 5px solid #f0f0f0;
    padding: 0px;
    box-shadow: 0px 0px 10px 2px #ccc;
}
.site-content a {
    color: #666;
    font-weight: 600;
    text-decoration: underline;
}

/* -------------------- Logo Customizations */ 

#logo-wrap {
    margin: -10px 0px;
}
div#logo-wrap img {
    height: 64px;
}
.site-logo {
    margin-top: 6px;
}


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

.navbar {
    height: 95px;
}
#navbar {
    box-shadow: 0px 1px 30px #ebebeb;
}
.single #navbar {
	box-shadow: 0px 1px 20px palegoldenrod;
}

.navbar, .nav-menu .sub-menu, .nav-menu .children {
    background-color: #f7f7ef;/* Old browsers */
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(250,250,250,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(250,250,250,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(250,250,250,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fafaef',GradientType=1 ); /* IE6-9 */
}
.nav-menu .sub-menu, .nav-menu .children {
    width: 355px;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0 75px 0 0;
}
.nav-menu li a {
    font-weight: 300 !important;
    font-size: 15px;
    padding: 24.5px 10px; 
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #111 !important;
    color: #f7f7f7;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu li a, ul.nav-menu ul a, .nav-menu ul ul a {
    color: #74985f;
    font-weight: 400 !important;
}
ul.sub-menu li.current_page_item > a {
    color: #74985f;
}
.navbar .menu-item a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
	color: #f7f7ee;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu li a {
    padding: 24px 10px 8px;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus, ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    background-color: #e7e6be !important;
	color: #fff;
	border-bottom: 4px solid #e7e6be;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74985f+68,b2ba8b+100 */
	/*background: #74985f; /* Old browsers */
	/*background: -moz-linear-gradient(top, #74985f 68%, #accfa3 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #74985f 68%,#accfa3 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #74985f 68%,#accfa3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74985f', endColorstr='#accfa3',GradientType=0 ); /* IE6-9 */
	/*border-bottom: 0px solid #660000;
	color: #fff;*/
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    border-bottom: 0px solid #74985f;
}
ul.sub-menu {
	background-color: #b3ba8b !important;
}
ul.sub-menu a {
	color: #fff;
}

.login-bar span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
}
.navigation .nav-links a {
    color: #74985f;
    font-style: normal;
    border: 1px solid;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0px 20px;
}
.navigation .nav-links a:hover {
	background: #74985f;
	color: #f7f7ee;
} 

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


label.search-icon:before {
    color: #e7e6be;
	top: 48px;
}
.navbar .search-field {
	top: 42px;
}
.navbar .search-field:focus {
	border: 1px solid #e0e0e0 !important;
    border-radius: 35px !important;
}

/* -------------------- Mini Bar */ 

.mini-bar {
    width: 100%;
    display: block !important;
    height: 30px;
    background: #e7e6be !important;
    z-index: 300;
}
.mini-bar a{
	color: #fff;
}
.bar-top {
    width: 230px;
    float: right;
    right: 100px;
}
.bar-top i {
    border: 1px solid;
    border-radius: 50px;
    padding: 4px;
    min-width: 21px;
    text-align: center;
    font-size: 11px;
}
.bar-top i:hover {
    background: #fff;
    opacity: .8;
    color: #333;
    border: 1px solid #f7f7f7;
}
.login-bar {
    width: 100px;
    float: right;
}
.social-wrap {
    right: 85px;
}
.social-wrap {
    position: absolute;
    top: 15px;
    background: #f7f7f7;
    border: 1px solid #c68077;
    padding: 3px;
    border-radius: 30px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 30px !important;
    overflow: hidden;
    height: 30px;
    text-align: center;
}
.cart-wrap, .social-wrap {
    position: absolute;
    top: 15px;
    background: #f7f7f7;
    border: 1px solid #c68077;
    padding: 3px;
    border-radius: 30px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 30px !important;
    overflow: hidden;
    height: 30px;
    text-align: center;
}
.cart-wrap {
    right: 50px;
}
/* Forminator */ 

 .forminator-input, .forminator-textarea {
	background-color: #fff !important;
}
.forminator-g-recaptcha.recaptcha-invisible {
    display: none !important;
}

.forminator-design--flat #forminator-submit, .forminator-design--flat .forminator-submit-button {
    background-color: #17A8E3 !important;
    color: #FFFFFF;
    font-weight: 500;
}
#forminator-submit, .forminator-design--flat .forminator-submit-button {
    background-color: transparent;
    color: #74985f;
    border-radius: 50px;
    border: 1px solid;
    font-weight: bold;
}

/* Events + */

#wpmudevevents-wrapper h2 {
    float: none !important;
    font-size: inheret;
    
}

/* VC Styles */ 

a.vc_general.vc_btn3 {
    font-family: "Roboto";
    font-weight: 700;
}
.event-btn a.ts-box-icon-link {
    vertical-align: middle;
}
.ts-countdown-parent.style-0 .ce-days, .ts-countdown-parent.style-0 .ce-dseconds, .ts-countdown-parent.style-0 .ce-hours, .ts-countdown-parent.style-0 .ce-minutes, .ts-countdown-parent.style-0 .ce-mseconds, .ts-countdown-parent.style-0 .ce-seconds {
    font-size: 28px !important;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #74985f !important;
    border-radius: 30px;
}

.vc_cta3-content p {
    font-size: 20px;
    line-height: 1.3;
}

/*  FAQ */ 

.vc_toggle_title h4 {
    font-size: 30px;
    color: #74985f;
    border-bottom: 1px dotted;
    display: block !important;
    font-weight: 300;
}
.vc_toggle_content {
    background: #f7f7f7;
    padding: 15px !important;
    color: #999 !important;
}
/* WPMU -- Membership */ 

.page-id-2351 #page{
	margin-top: 100px;
}
.ms-account-wrapper {
    margin: 30px auto;
}

/* ---------------- Blog Styles */


.single .wpb_wrapper {
    width: 86%;
    margin: 1% 8%;
}

article.post {
    margin: 38px -6%;
}
header.entry-header {
    border-top: 0px solid #ccc;
}

.single .entry-meta {
    background: transparent;
    text-align: left;
    border-top: 1px solid #74985f;
    text-indent: 1.5%;
}
.single .entry-meta a {
	color: #74985f;
	font-weight: 300;
}
.single h1.entry-title {
    background: transparent;
    margin-top: 30px !important;
    color: #74985f;
    width: 80%;
    text-align: left;
    margin: 0px 3%!important;
    
}
.single h1.entry-title {
    margin-top: 90px !important;
}
div#respond {
    background: #f7f7ee;
}
textarea#comment {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    height: 150px;
}
ol.comment-list li {
    /*width: 80%;*/
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}
.comment p {
    font-size: 16px;
}
/* ------------------- Response Box */ 

div#respond {
    margin: 0px auto;
}
p.logged-in-as {
    font-size: 14px;
}
p.logged-in-as, p.logged-in-as a {
	color: #74985f !important;
}

/* ----------------- Blog Styles */ 
.category .archive-header {
    background-color: #efefef;
}
.archive-header {
    background-color: #f7f7f7;
    margin: 80px 0 0 0;
    padding: 20px 70px;
}
.archive #content {
    width: 90%;
    margin: 0px auto;
}
.archive h3 a {
    font-size: 32px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    color: #74985f !important;
}
.comments-area input#submit {
    background: #74985f;
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 400;
}

.comments-area input#submit {
    font-size: 16px;
    background: none;
	border: 1px solid #687e8a;
	color: #687e8a;
}
.comments-area input#submit:hover {
	background: #687e8a;
	color: #f7f7ee;
}
div#respond {
    background: #f7f7ee;
}
nav.navigation.post-navigation {
    width: 90%;
    margin: 0px auto;
}
.post-navigation a{
	border: 1px solid;
	padding: 3px 10px;
}
.comment-block {
    border-top: 1px dotted #687e8a;
	width: 90%;
    margin: 0px auto;
    padding: 25px 40px;
}
#comments b.fn {
    
}
.reply a {
    color: #687e8a;
    font-size: 18px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    background: #f7f7ee;
    padding: 7px 15px;
    border-radius: 10px;
}
.reply a:hover {
    background: #687e8a;
    color: #f7f7ee ;
	border-bottom:  0px;
}

/* -------------------- Footer Style */ 

.site-footer, .site-footer .sidebar-container, h3.widget-title, .site-footer.widget, .site-footer .sidebar-container a, .site-footer p {
    background-color: #74985f !important;
    color: #f0f0f0 !important;
}

.site-footer .widget-area {
    width: 88%;
}
.site-footer, .site-footer a, .site-footer a:hover {
    color: #f0f0f0;
}
.site-footer .widget {
    width: 25%;
	margin: 20px 0px;
	text-align: left;
}
.widget .widget-title {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px dotted;
    display: block;
	color: #f0f0f0 !important;
}

.fa, .far, .fas {
    font-family: "d";
}
/* Adjustments to theme */ 

select#cat, select#archives-dropdown--1, #archives-dropdown-3, select#categories-dropdown--1 {
    background: #333;
    color: #efefef;
    max-width: 300px;
    min-width: 300px;
}
h2.widgettitle {
    display: contents;
}
.hustle-ui .hustle-social[data-grid-desktop=stacked] ul li {
    margin: 0;
    padding: 4px !important;
}
span.statcounter {
    display: none;
}
div#blogherads-branding-container {
    display: none;
}

/* --------------------- JW Adjustments and Final Modifications */ 

a.vc_general.vc_btn3 {
    font-family: "Roboto";
    font-weight: 700;
    background-color: #759960 !important; /* logo green */
}
a.vc_general.vc_btn3:hover {
    font-family: "Roboto";
    font-weight: 700;
    background-color: #B55E1F !important; /* burnt orange */
}
.mini-bar {
    width: 100%;
    display: block !important;
    height: 30px;
    background: #5A4E3C !important; /* brown */
    z-index: 300;
}
.site-footer, .site-footer .sidebar-container, h3.widget-title, .site-footer.widget, .site-footer .sidebar-container a, .site-footer p {
    background-color: #B55E1F !important; /* burnt orange */
    color: #f0f0f0 !important;
}
.vc_grid-filter {
    margin-left: 0;
    margin-top: 75px;
	  margin-bottom: 20px;
    list-style: none;
    padding: 0px;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus, ul.nav-menu ul a:hover, .nav-menu ul ul a:hover{
    color: #695e4e;
}

.site-footer p {
    font-size: 16px;
}
label.search-icon:before {
    color: #695e4e;
    top: 48px;
}
.gform_wrapper input[type="submit"] {
   
    color: #695e4e;
}
.gform_wrapper input[type="submit"]:hover {
    color: #fff;
    background: #695e4e;
}
.site-footer, .site-footer a, .site-footer .sub-menu li a {
    color: #444;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.single .entry-content {
    width: 70%;
    margin: 0px auto;
}
.vc_grid-styled-select {
    font-size: 30px;
    height: 44px !important;
    width: 60% !important;
}
.vc_grid-styled-select select {
    font-size: 30px !important;
    height: 44px !important;
}


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


@media screen and (max-width: 1160px) {
#responsive-menu-container .responsive-menu-search-box {
    height: 35px !important;
	}
.navbar .nav-menu {
    display: inherit;
	font-size: 14px !important;
	padding-right: 0px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu li a{
	padding: 24px 8px 8px;
	-webkit-transition: height 400ms ease, background 400ms ease;
    transition: height 400ms ease, background 400ms ease;
	}
#logo-wrap img {
    height: 50px !important;
    margin-top: 5px;
    -webkit-transition: height 400ms ease, background 400ms ease;
    transition: height 400ms ease, background 400ms ease;
}
.single .entry-content {
    width: 85%;
    margin: 0px auto;
}
}


@media screen and (max-width: 1020px) {
	
.navbar .nav-menu {
	display: none;
	
	}
p {
    font-size: 16px;
}	
}
@media (max-width: 680px) {
h1 {
    font-size: 32px !important;
	}
#ts-background-main-2611942 {
    background-position: -450px 60px !important;
}
#ts-background-main-2496514 {
    background-position: -400px 50px !important;
}

div#respond {
    background: #f7f7ee;
}
nav.navigation.post-navigation {
    width: 90%;
    margin: 0px auto;
}
.post-navigation a{
	border: 1px solid;
	padding: 3px 10px;
}
.comment-block {
	width: 100%;
    padding: 0px 
}
.reply a {
    padding: 7px 15px;
}
ol.comment-list li {
    width: 100%;
}
.comment-content {
    width: 100%;
}
.site-footer p {
    text-align: left;
}
.login-bar {
    display: none;
}
#logo-wrap img {
    height: 45px !important;
    margin-top: 7px !important;
}
.circle.white.text {
    position: absolute;
    margin: -25px 38% !important;
}
.site-info {
	width: 100% !important;
}
.single .entry-content {
    width: 98%;
    margin: 0px auto;
}
.vc_grid-styled-select select {
    overflow: hidden;
    background: #fff;
    width: 327px !important;
    border: 1px solid #999 !important;
    padding: 3px;
}
}