/*
Theme Name: vegucated
Description: vegucated is a custom responsive theme created for the Get Vegucated, LLC
Author: Sharon Colombo
Author URI: https://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, custom header, custom footer, featured image, valid XHTML, valid CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
  color: #323232;
  background-color: #ffffff;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size : 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

/* --- LINK STYLES --- */

a, a:link {
  color: #de2656; /* red */
  font-weight: 600;
  text-decoration: none;
}
a:visited {
  color: #de2656; /* red */
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #f5a804; /* orange */
  font-weight: 600;
  text-decoration: none;
}

/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
  font-family: orpheuspro, serif;
  font-weight: 500;
  font-style: normal;	
  margin: 0;
  padding: 0 0 15px 0;
}


h1 {
  font-size: 46px;
  line-height: 56px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}
h3 {
	font-size:28px;
  line-height: 36px;
}

h4 {
  font-family: open-sans, sans-serif;
	font-size:20px;
	line-height:30px;
	text-transform: uppercase;
}
h4.sectionhead {
    background-image: url(images/leafdivider.png);
    background-color: transparent;
    height: 85px;
    background-repeat: no-repeat;
    background-position: 0 45px;
}

h5 {
	font-size:22px;
  line-height: 32px;
}
.home h5 {
  color: #de2656; /* red */
}

h6 {
    font-size: 20px;
    line-height: 30px;
	padding: 0;
}

/* tablet width */
@media (max-width: 768px) {

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
}
h3 {
	font-size:22px;
  line-height: 30px;
}


h5 {
	font-size:18px;
  line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}
p, ul li, ol li { font-size: 15px; line-height: 22px;}
}


/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 15px;
	text-align: left;
}
.wp-caption-text,
p.photocredit {
	text-align: right;
    font-size: 12px;
    color: #a1a1a1;
    padding-bottom: 0;
    line-height: 15px;
}

.single .wp-caption-text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.center h1, 
.center h2,
.center h3,
.center h4,
.center h4.sectionhead,
.center h5,
.center h6,
.center p { text-align: center;}
.center h4.sectionhead { background-position: 50% 45px;}

.right h1, 
.right h2,
.right h3,
.right h4,
.right h4.sectionhead,
.right h5,
.right h6,
.right p { text-align: right;}
.right h4.sectionhead { background-position: 100% 45px;}


.docs p { padding-bottom: 0px; line-height: 30px;}
.center p.subtle, .left p.subtle { text-align: right; padding-top: 5px;}
.center.blognewsfeed p.subtle { text-align: center; padding: 50px 0 0 0;}
.center p.subtle a { color: #323232; font-size: 14px; }
.center p.subtle a:hover { color: #98b234; /* green text */ }

img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}

/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 600;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* --- FORM FIELD STYLES --- */

select, textarea {
	font-size: 16px;
	vertical-align:middle;
  font-family: open-sans, sans-serif;
	background-color:#ffffff;
	color:#323232;
	width: 100%;
	max-width: 600px;
}
textarea {
	height: 100px;
}

label {
    width: 100%;
    float: left;
    color: #323232;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 15px;
}

input {
	font-size:16px;
  font-family: open-sans, sans-serif;
	color: #323232;
	padding: 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
	border:1px solid #bababa;
		width: 94%;
	max-width: 600px;
	padding: 5px;
}

input[type="button"] {
  font-family: open-sans, sans-serif;
	font-size:16px;
  -webkit-appearance: none;
}
/* custom button font styles */
input[type="button"], input[type="submit"], .button, *.button:link {
	margin: 5px 5px 5px 0;
	padding:  0 20px;
  height: 40px;
	line-height:40px;
  font-family: open-sans, sans-serif;
  font-weight: 600;
	font-size:16px;
	width:auto;
	color:#FFF !important;
	display:inline-block;
	position:relative;
	cursor:pointer;
	text-decoration:none !important;
	background-color: #543876; /* purple */ 
  border: none;
	border-radius:5px;
  text-transform: capitalize;
  -webkit-appearance: none;
}


/* junkie forms */

form.junkie {
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
}

label.inline {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 18px;
    padding-right: 5px;
	padding-bottom: 0px;
}

.junkie select {
	clear: left;
    float: left;
    max-width: 400px;
    margin-right: 5px;
	font-size: 15px;
	margin-bottom: 10px;
}

.junkie input[type="submit"] {
    float: left;
	clear: left;
    margin: 0 0;
    height: 36px;
    line-height: 36px;
}

.wpcf7-form span.wpcf7-list-item {
    display: block;
    margin: 5px 0px;
}

.wpcf7-free-text
{ display: block; margin-top: 5px; }

.wpcf7-form p {
    overflow: hidden;
    padding-bottom: 10px;
}

.white span.wpcf7-not-valid-tip {
    color: #de2656;
    font-size: 14px;
    font-weight: 600;
}

.white div.wpcf7-validation-errors, 
#content div.wpcf7-acceptance-missing {
    border: none;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-family: orpheuspro, serif;
    font-weight: 500;
    font-size: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
   color: #de2656;
}

input#mc-embedded-subscribe {
    line-height: 35px;
}

.mcfield {
    width: 28%;
    float: left;
    padding: 0 5.333% 0 0;
}

.mcfield label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 2px 0 0 0;
}

.mcfield input {
    border: none;
    height: 30px;
    margin-bottom: 8px;
    width: 100%;
}

.mcfield input[type="submit"] {
    height: 45px;
    width: auto;
    margin-top: 25px;
    line-height: 45px;
    background-color: #543876; /* purple */ 
}



.mcfield input[type="submit"]:hover {
background-color: #323232;
}

.newsletter .onefourth p.small {
    font-size: 15px;
}
@media (max-width: 1000px) {
.mcfield {
    width: 45%;
    padding: 0 5% 0 0;
}


}
@media (max-width: 550px) {
.mcfield {
    width: 97%;
    padding: 0 0 0 0;
}

}



.button.orange
{
  background-color: #f5a804; /* orange */
}

.button.green
{
  background-color: #d9e47a; /* green */
}
.button.red
{
  background-color: #de2656; /* red */ 
}


.button:hover
{
  background-color: #323232;
}


input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* Labels are clickable, we can make this behavior more obvious by setting the cursor to indicate this. */
button, input[type="submit"] {
	cursor:pointer;
}

/* focus styles */
:focus {
	outline: 0;
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
    background-color: #f6f6f6;
    margin: 10px 0 30px;
    padding: 25px 30px 15px;
    text-align: center;
    border: 1px solid #bababa;
}
blockquote p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

blockquote.recipe p {
    text-align: left;
}

#content iframe {
    width: 100%;
}

.videoouter {
    width: 450px;
    float: right;
    max-width: 50%;
    padding-left: 40px;
}
@media (max-width: 600px) {
.videoouter {
    width: 100%;
    max-width: 100%;
}
}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.videowrapper.classic {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 73.5%;
    position: relative;
    width: 100%;
}

.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 15px 0;
}
ul {
	margin-left: 20px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:20px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
	padding: 0 0 3px 0;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

.sideblog ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.sideblog ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 15px;
    line-height: 22px;
}

#rightcol.sideblog ul li a:hover {
	text-decoration: none;
	 color: #98b234; /* green text */
}



/* ---  IMAGE STYLES --- */

img {
}

img.rotate {
    border: 1px solid #bababa;
    transform: rotate(-4deg);
    margin: 20px 2% 20px 14%;
    width: 84%;
}


@media (max-width: 600px) {
img.rotate {
    transform: rotate(0deg);
    margin: 20px 5%;
    width: 90%;
}
}

a img {
	border: 0 none;
}
img.border { border: 1px solid #bababa; }
div.alignnone, div.aligncenter { max-width: 100%; width:100%; height: auto;}
img.alignright, div.alignright {
    float: right;
    max-width: 40%;
    width: 100%;
    margin: 0px 0 20px 3%;
}
img.alignright.wp-post-image {
	padding-top: 10px;
}
img.alignnone { width: 100%; height: auto;}
.single img.alignnone {
    width: 100%;
    height: auto;
    padding: 15px 0 20px;
}
img.alignleft, div.alignleft {
    float: left;
    max-width: 40%;
    width: 100%;
    margin: 0 3% 20px 0;
}
.excerpt img.wp-post-image {
    float: left;
    max-width: 45%;
    padding-right: 3%;
}
div.wp-caption {
    padding-bottom: 20px;
}
div.wp-caption img {
    width: 100%;
}



@media (max-width: 768px) {
img.alignright, div.alignright,img.alignleft, div.alignleft {
    max-width: 60%;
}
}
@media (max-width: 550px) {
.excerpt img.wp-post-image,
img.alignright,img.alignleft, div.alignright, div.alignleft {
  max-width: 100%;
  margin: 0 0 20px 0;
}
}

/* Testimonial Styles */

h3.wpmtst-testimonial-heading {
    display: none;
}

.testimonial p {
	text-align: center;
}

.home .strong-view, .page-template-landing .testimonial {
    background-color: #f6f6f6;
    border: 1px solid #bababa;
    margin-top: 15px;
}
@media (max-width: 900px) {
.home .strong-view {
	width: 200%;
	margin-left: -100%;
}
}

@media (max-width: 600px) {
.home .strong-view {
	width: 100%;
	margin-left: 0;
}
}



.page-template-landing .testimonial {
    margin-top: 0px;
	margin-bottom: 30px;
}


.home .strong-content, .page-template-landing .testimonial-inner {
    margin: 5px;
    border: 1px solid #bababa;
    padding: 30px;
    font-family: itc-american-typewriter, serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    width: calc(100% - 72px) !important;
}

/* Wrapper Styles */

.wrapper
{
    height: auto;
    overflow: hidden;
    width: 100%;
}

.wrapper.header {
	height: 260px;
}

.wrapper.grey 
{
    background-color: #f6f6f6; /* grey */
}

.wrapper.white
{
  background-color: #ffffff;
}

.wrapper.bgimg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
}
.bgimg .fullwidth {
  padding: 60px 4% 40px;
}

.topmargin {
    padding-top: 30px;
}
.bottommargin {
    padding-bottom: 30px;
}


#fixedtop {
    height: 175px;
    left: 0;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 99999;
    background-image: url(images/leafback.jpg);
    background-repeat: repeat;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
	transition: top .6s ease;
	background-position-y: 12px;
}

.wrapper.blognewsfeed {
    background-image: url(images/leafback.jpg);
    background-repeat: repeat;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
	margin: 50px 0;
}


#logomenuwrapper {
    height: 175px;
    width: 96%;
    padding: 0 2%;
    max-width: 1260px;
    margin: auto;
    position: relative;
    overflow: visible;

}

#fixedtop.sticky {
    top: 0px;
}

#logo {
    float: left;
    padding: 0px;
    margin: 0px;
}

#logo img {
  float: left;
  padding: 53px 0 0;
}


#topmenu {
    float: right;
    font-size: 16px;
    padding: 20px 0 62px;
}
#topmenu ul {                                                                                                                                   
    padding: 0;
    margin: 0;
}
#topmenu ul li {
    display: inline-block;
    font-family: orpheuspro, serif;
    padding: 0 10px 0 20px;
    line-height: 34px;
}
#topmenu ul li a {
    color: #444444;
    font-weight: 500;
	text-transform: lowercase;
}
#topmenu ul li a:hover {
    color: #98b234;
}

#social {
    float: right;
    font-size: 32px;
    padding: 20px 0 64px;
}
#social a {
    padding: 0 0 0 16px;
}

#social i.fa-instagram { color: #98b234; }
#social i.fa-facebook-f { color: #543876; }
#social i.fa-youtube { color: #f5a804; }

#social a:hover i.fa-youtube,
#social a:hover i.fa-instagram,
#social a:hover i.fa-facebook-f,
#social a:hover i.fa-twitter
{
    color: #444444;
}


#searchicon {
    float: right;
    line-height: 60px;
    padding: 0 0 0 10px;
    height: 60px;
    color: #323232;
    display: inline-block;
    margin-left: 0px;
    font-size: 20px;
}

#quickSearchWrapper {
    position: absolute;
    right: 2%;
    top: 175px;
    display: none;
    background-color: #f9f9f9;
	border: 1px solid #bababa;
    padding: 0 2px 0 10px;
}
#searchform input#go {
    height: 28px;
    float: left;
    padding: 0 2px;
    font-family: FontAwesome;
    line-height: 35px;
    border: none;
    background-color: transparent;
    color: #323232 !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

#searchform input#s {
    width: 200px;
    float: left;
    margin: 10px 6px 10px 0;
    border: none;
    background-color: #ffffff;
	border: 1px solid #bababa;
	color: #323232;
	font-family: open-sans, sans-serif;
}

#mainmenu #searchform {
    width: 300px;
    float: left;
    margin-left: 4%;
}

#mainmenu #searchform input#s,
#mainmenu #searchform input#go {
	margin-top: 0px;
	margin-bottom: 25px;
}

.header .menu-main-menu-container {
    float: right;
}

#mainmenu {
    float: right;
    clear: right;
    height: 60px;
}

#mainmenu ul
{
  height: 60px;
  margin: 0;
  padding: 0;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    float: left;
    height: 60px;
    position: relative;
}
#mainmenu ul.mainmenu li.mobile {
    display: none;
}

#mainmenu ul.mainmenu li a {
    line-height: 60px;
    color: #323232;
    font-family: orpheuspro, serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    margin: 0 35px;
    display: inline-block;
    text-transform: lowercase;
}

#mainmenu ul.mainmenu li a:hover,
#mainmenu ul.mainmenu li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-ancestor a {
   text-decoration: none;
   color: #98b234; /* green text */
}




#mainmenu ul.mainmenu li ul {
    background-color: #f9f9f9;
    display: none;
    left: 0;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 59px;
    width: 230px;
    z-index: 99999;
    height: auto;
    border: 1px solid #bababa;
}

#mainmenu ul.mainmenu li ul li ul {
  border-top: none;
}

#mainmenu ul.mainmenu li:hover ul
{
display: block;
}

#mainmenu ul.mainmenu li ul li {
    display: block;
    list-style-type: none;
    height: auto;
    line-height: 20px;
    width: 230px;
}
#mainmenu ul.mainmenu li ul li.hidden { display: none;}



#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #323232;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 22px;
    padding: 0px;
    margin: 10px 15%;
    width: 70%;
}
#mainmenu ul.mainmenu li ul li.current-menu-item a {
color: #98b234; /* green text */
}

#mainmenu ul.mainmenu li ul li ul,
#mainmenu ul.mainmenu li ul li ul li,
#mainmenu ul.mainmenu li ul li:hover ul,
#mainmenu ul.mainmenu li ul li ul li a
{
	display: none !important;
}


#mobilemenubutton
{
 display: none;
}


@media (max-width: 1150px) {
#mainmenu ul.mainmenu li a {
    margin: 0 25px;
	font-size: 18px;
}
}
@media (max-width: 950px) {
#mainmenu ul.mainmenu li a {
    margin: 0 20px;
    font-size: 17px;
}
}
@media (max-width: 850px) {
#mainmenu ul.mainmenu li a {
    font-size: 16px;
}
}


/* tablet width */
@media (max-width: 768px) {

	
#fixedtop.sticky {
    top: 30px;
}	
	
#mainmenu #searchform {
    width: 92%;
    float: left;
    margin-left: 8%;
}
 
.wrapper.header {
    height: 130px;
	overflow: visible;
}
#fixedtop {
  position: relative;
  height: 74px;
  float: left;
}
#logomenuwrapper {
    height: 75px;
}
#logo img {
    float: left;
    padding: 15px 0;
    max-width: 180px;
}	
#social, #topmenu { display: none; }	
	
#mobilemenubutton {
    display: block;
    float: right;
    width: auto;
    padding: 0 0px 0 10px;
}
#mobilemenubutton a i.fas {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 74px;
    margin: 0;
    padding: 0 5px 0 0px;
    overflow: hidden;
    text-align: right;
    width: 74px;
}
#mobilemenubutton a i.fas::before {
    color: #323232;
    font-size: 26px;
    line-height: 76px;
    cursor: pointer;
    display: block;
}
#mobilemenubutton a i.fas:hover:before {
	color: #323232;
}	

#searchicon
{
 display: none;
}

#searchicon a.fas {
    padding: 0px;
    height: 50px;
    width: 50px;
}

#searchicon a.fas::before {
    font-size: 24px;
    line-height: 50px;
}

#quickSearchWrapper {
    top: 126px;
right: 0px;
}

#mainmenu {
    width: 275px;
    float: left;
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #f9f9f9;
    position: absolute;
    top: 74px;
    right: 1%;
    border: 1px solid #bababa;
}

#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 10px 0px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
    width: 88%;
    margin: 0 6%;
}
	
#mainmenu ul.mainmenu li.mobile {
    display: block;
}

#mainmenu ul.mainmenu li a {
	height: auto;
    line-height: 28px;
    font-size: 18px;
    padding: 0px 0px;
    display: inline-block;
    color: #323232;
    margin: 10px 8px;
    width: auto;
}

#mainmenu ul.mainmenu li ul {
    display: none;
    left: 0;
    position: relative;
    top: 0;
    border-top: none;
    width: 100%;
}

#mainmenu ul.mainmenu li:hover ul
{
display: none;
}

#mainmenu ul.mainmenu li.current_page_item ul,
#mainmenu ul.mainmenu li.current_page_ancestor ul {
    display: block;
    background-color: transparent;
    border: none;
	padding: 0;
}
	
#mainmenu ul.mainmenu li ul li
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li:last-child ul li a,
#mainmenu ul.mainmenu li ul li:last-child a, 
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #323232;
}
#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a {
   color:#323232; 
}


}

@media (max-width: 600px) {
#logo img {
    float: left;
    padding: 20px 0 18px;
    max-width: 150px;
}
}

/* END RESPONSIVE HEADER STYLES */

.fullwidth {
  max-width: 1260px;
  width: 92%;
  padding: 60px 4% 40px;
  margin: auto;
}  
.white .fullwidth {
  padding: 0 4%;
}
.blognewsfeed .fullwidth {
    padding: 50px 4%;
	max-width: 1340px;
}

.row {
    clear: both;
    overflow: hidden;
}

#content .row .round {
    margin-bottom: 20px;
}

#content 
{
  width: 70%;
  float: left;
}

#content.wide { width: 100%; }

#rightcol 
{
  width: 25%;
  float: right;
  padding: 0 0 0 5%;
}
#rightcol.sideblog {
    margin: 0 0 0 5%;
    background-color: #fff;
    color: #323232;
    padding: 25px 0% 0px 3%;
    width: 20.5%;
    border-left: 1px solid #bababa;
}


#rightcol ul.sidemenu {
    list-style-type: none;
    text-align: left;
	margin: 0 0 20px 0;
}
#rightcol ul.sidemenu li {
    display: none;
    background-color: #ffffff;
    padding: 20px 30px 12px;
    margin: 0;
	border-left: 1px solid #bababa;
}


#rightcol ul.sidemenu li ul li {
    padding: 5px 0px;
    margin: 0px;
	border-left: none;
}
#rightcol ul.sidemenu li ul li.hidden { display: none !important;}

#rightcol ul.sidemenu li ul {
	margin: 0px;
	padding: 5px 0px;
}

#rightcol ul.sidemenu li a {
    color: #323232;
    display: block;
    font-size: 44px;
	  line-height: 54px;
    font-weight: 500;
    padding: 0 0 5px;
    width: 100%;
    margin-bottom: 0px;
    font-family: orpheuspro, serif;
}

#rightcol ul.sidemenu li ul li a {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
  font-family: open-sans, sans-serif;
  color: #323232; 
}
#rightcol ul.sidemenu li.current-menu-item,
#rightcol ul.sidemenu li.current-menu-ancestor, 
#rightcol ul.sidemenu li.current-menu-item ul li,
#rightcol ul.sidemenu li.current-menu-ancestor ul li
{
  display: block;
}
#rightcol ul.sidemenu li a:hover,
#rightcol ul.sidemenu li.current-menu-item a
{
  text-decoration: none;
color: #323232
}

#rightcol ul.sidemenu li.current-menu-item ul li a
{
color: #323232;
}
#rightcol ul.sidemenu li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li.current-menu-item a
{
color: #98b234; /* green text */
}

#rightcol ul.sidemenu li ul li.current-menu-item ul li a
{
  color: #323232;
}
#rightcol ul.sidemenu li ul li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li ul li.current-menu-item a
{
color: #98b234; /* green text */
}

#rightcol ul.sidemenu li ul li ul {
    padding: 2px 0 0 0;
}
#rightcol ul.sidemenu li ul li ul li {
    padding: 0 0 0 15px;
}
#rightcol ul.sidemenu li ul li ul li a {
    font-size: 16px;
}

#rightcol h2 {
    font-size: 36px;
    line-height: 42px;
}
#rightcol p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
}
#rightcol label {
  font-size: 16px;
}
#rightcol input[type="submit"] {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    padding: 0 15px;
}
.white #rightcol div.wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
}



@media (max-width: 1100px) {
#content 
{
  width: 65%;
}	
.blog #content 
{
	width: 70%;
}
#rightcol 
{
  width: 30%;
}
}	

@media (max-width: 900px) {

#rightcol ul.sidemenu li a {
    font-size: 32px;
    line-height: 36px;
}
#rightcol ul.sidemenu li ul li a {
    font-size: 18px;
    line-height: 22px;
    }

.archive #content, 
.blog #content { width: 65%; }
#rightcol.sideblog { width: 25.5% }
}

.half
{
  float: left;
  width: 47%;
  padding: 0 6% 0 0;
}

.half.last {
  padding: 0;
}

.third
{
  width: 30%;
  float: left;
  padding: 0 5% 0 0;
}

.third.last {
  padding: 0;
}


.twothirds {
    float: left;
    width: 65%;
    padding: 0 5% 0 0;
}
.onethird {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
}

.twothirds.last {
    padding: 0;
}
.onethird.last {
	padding: 0;
}

.ingredients {
	float: left;
	width: 40%;
	padding: 0;
}
.instructions {
	float: left;
	width: 55%;
	padding: 0 0 0 5%;
}

.threefourths {
    float: left;
    width: 70%;
    padding: 0 5% 0 0;
}
.onefourth {
    float: left;
    width: 25%;
    padding: 0 5% 0 0;
}

.threefourths.last {
    padding: 0;
}
.onefourth.last {
	padding: 0;
}


.profilecopy {
  float: left; 
  width: 75%;
}
.profileimage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin: 0 30px 30px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
}
.large .profileimagewrapper { width: 25%; float: left; position: relative;  }
.large .profileimage { width: 100%; height: auto; margin: 25px 30px 25px 0px; }
.large .profilecopy { width: 70%; padding: 50px 0 0 5%; }

.blog .large .profileimagewrapper, .archive .large .profileimagewrapper { width: 35%; }
.blog .large .profileimage, .archive .large .profileimage { margin: 0; overflow: hidden;}
.blog .large .profilecopy, .archive .large .profilecopy { width: 60%; padding: 0 0 0 5%; }

.large .profileimagewrapper p.photocredit {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

@media (max-width: 1100px) {  .profilecopy { width: 70%; } }
@media (max-width: 900px) {  .profilecopy { width: 60%; } }
@media (max-width: 768px) {  .profilecopy { width: 70%; } }
@media (max-width: 700px) {  .profilecopy { width: 65%; } }
@media (max-width: 600px) {  .profilecopy { width: 100%; } .profileimage {margin: 0 0 10px 10px;} }

@media (max-width: 1200px) {  .large .profileimagewrapper { width: 30%; } .large .profilecopy { width: 65%; padding: 25px 0 0 5% } }
@media (max-width: 768px) {  .large .profileimagewrapper { width: 40%; } .large .profilecopy { width: 55%; padding: 20px 0 0 5% } }
@media (max-width: 600px) {  .large .profileimagewrapper { width: 70%; } .large .profilecopy { width: 100%; padding: 0 0 } }
@media (max-width: 500px) {  .large .profileimagewrapper { width: 80%; }  }

@media (max-width: 900px) { .blog .large .profileimagewrapper, .archive .large .profileimagewrapper { width: 60%; } .blog .large .profilecopy, .archive .large .profilecopy { width: 100%; padding: 25px 0 0 0; } }
@media (max-width: 768px) { .blog .large .profileimagewrapper, .archive .large .profileimagewrapper { width: 40%; } .blog .large .profilecopy, .archive .large .profilecopy { width: 55%; padding: 0 0 0 5% } }
@media (max-width: 600px) { .blog .large .profileimagewrapper, .archive .large .profileimagewrapper { width: 70%; } .blog .large .profilecopy, .archive .large .profilecopy { width: 100%; padding: 0 0 } .blog .large .profileimage, .archive .large .profileimage { margin: 15px 0 25px 0; } }



/* BLOG STYLES */

h2.screen-reader-text {
    display: none;
}

.nav-links {
    text-align: center;
    padding: 40px 0 0px;
}

.page-numbers.current {
    background-color: #f6f6f6;
    cursor: default;
}
.page-numbers {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #bababa;
    margin: 0 3px;
}
a.page-numbers {
    background-color: #323232;
    color: #fff;
}


.hapouter {
    width: 28%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #bababa;
    padding: 0;
    margin: 0 2.5%;
    overflow: hidden;
}

.hapinner {
    border: 1px solid #bababa;
    margin: 5px;
    padding: 20px;
    overflow: hidden;
}

.hapinner .profileimagewrapper { width: 100%; float: left; }
.hapinner .profileimage { width: 100%; height: auto; margin: 0px; overflow: hidden;}

.hapinner h3 a { font-weight: 500; color: #323232;}
.hapinner h3 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 16px;
    float: left;
	width: 100%;
}
.hapinner p { font-size: 15px; line-height: 20px;}
.tag {
    color: #ffffff;
    width: auto;
    margin-top: 75%;
    padding: 0px 32px 0px 20%;
    font-size: 18px;
    font-family: orpheuspro;
    line-height: 46px;
    height: 45px;
    background-image: url(images/tag-grey.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    display: inline-block;
}
.tag.purple {
    background-image: url(images/tag-purple.png);
}
.tag.green {
    background-image: url(images/tag-green.png);
}
.tag.orange {
    background-image: url(images/tag-orange.png);
}
.tag.red {
    background-image: url(images/tag-red.png);
}


.blogimage {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
}

@media (max-width: 1150px) {
.hapouter {
    width: 30%;
    margin: 0 1.5%;
}
.tag {
    margin-top: 65%;	
	padding: 0px 32px 0px 14%;
    font-size: 16px;
}
}



/* tablet width */
@media (max-width: 900px) {
.hapouter {
    width: 97%;
    margin: 0 1.5% 30px;
}
.hapinner .profileimagewrapper {
    width: 40%;
    float: left;
	margin-left: 2%;
}
.hapinner h3 {
    float: left;
    width: 50%;
    padding: 35px 1% 10px 7%;
    text-align: left;
}	
.hapinner p {
    width: 50%;
    float: left;
    padding: 0 1% 15px 7%;
    text-align: left;
}	
}

/* tablet width */
@media (max-width: 768px) {
.hapinner h3 {
    float: left;
    width: 50%;
    padding: 0px 1% 10px 7%;	
}
}

@media (max-width: 600px) {

.hapinner .profileimagewrapper {
    width: 45%;
    float: left;
	margin-left: 0%;
}
.hapinner h3 {
    float: left;
    width: 50%;
    padding: 0 0 10px 5%;
    text-align: left;
}	
.hapinner p {
    width: 50%;
    float: left;
    padding: 0 0 15px 5%;
    text-align: left;
}	
}


@media (max-width: 550px) {

.hapinner .profileimagewrapper {
    width: 100%;
    float: left;
	margin-left: 0%;
	margin-bottom: 20px;
}
.hapinner h3 {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
}	
.hapinner p {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
    text-align: left;
}	
.tag {
    margin-top: 75%;	
    font-size: 18px;
	padding-left: 18%;
}	
}
@media (max-width: 400px) {
.tag {
    margin-top: 65%;	
	padding: 0px 32px 0px 14%;
    font-size: 16px;
}
}


hr {
    border: none;
    border-top: 1px solid #bababa;
    padding-top: 12px;
}

.single-post img.wp-post-image {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.single-post .wp-caption img.wp-post-image {
    padding-bottom: 0;
}

.row.excerpt { padding: 20px 0px; }
.row.recipe { padding: 20px 0px; }

.recipe h4.sectionhead {
    width: 150px;
    float: left;
}
.recipe .mdp-stellar-box {
    width: auto;
    margin: 0;
    float: right;
    display: block;
}
.recipe .mdp-stellar-box .mdp-stellar-results-before {
    display: block;
    position: relative;
    background: #fff;
    padding: 3px 6px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #bababa;
}
.recipe .mdp-stellar-box .mdp-stellar-tooltip {
    display: none !important;
}
.recipe .mdp-stellar-box .mdp-stellar-results-before:after { display: none; }

@media (max-width: 500px) {
.recipe .mdp-stellar-box {
    float: left;
    clear: left;
    padding-bottom: 20px;
}
}


.excerpt h2 {
    font-size: 38px;
    line-height: 42px;
}
.excerpt.pagefeed h2 {
    font-size: 28px;
    line-height: 34px;
}
.excerpt h2 a {
	color: #323232;
  font-weight: 500;
	font-size: 36px;
	line-height: 44px;
}
.excerpt.pagefeed h2 a {
    color: #666;
}

.excerpt.pagefeed {
    padding: 10px 0;
}

.blog h1,
.category h1 {
	color: #323232;
}



#rightcol.sideblog ul li a {
	color: #323232;
  font-weight: 400;
}


#rightcol.sideblog ul {
	padding-bottom: 20px;
}


#rightcol.sideblog ul ul.children {
    padding-bottom: 0;
}
#rightcol.sideblog ul ul.children li {
    font-size: 15px;
    padding: 3px 0px 3px 10px;
    line-height: 20px;
}



/* tablet width */
@media (max-width: 768px) {

#content 
{
  width: 100%;
}
.archive #content,
.blog #content { width: 100%; }	
	
#rightcol.sideblog {
    margin: 30px 0 0 0;
    padding: 30px 4% 5px;
    width: 92%;
	border-left: none;
	border-top: 1px solid #bababa;
}	
	
	

#rightcol 
{
  width: 100%;
  padding: 30px 0 0 0;
}

.threefourths {
    float: left;
    width: 60%;
    padding: 0 5% 0 0;
}
.onefourth {
    float: left;
    width: 35%;
    padding: 0 5% 0 0;
}	
	
	
	
.onethird,
.twothirds,
.onethird.last,
.twothirds.last
{
width: 100%;
padding: 0;
}

.third,
.third.first
{
  width: 100%;
  padding: 0 0 30px 0;
}
#content .third,
#content .third.first
{
  padding: 0;
}
	

}




@media (max-width: 600px) {

.ingredients, .instructions {
	float: left;
	width: 100%;
	padding: 0;
}
	
.half	
{
  float: left;
  width: 100%;
  padding: 0;
}

.half.first {
  padding: 0 0 30px 0;
}
	

#content .half.first
{
padding: 0;
}


}

@media (max-width: 500px) {
.onefourth,
.threefourths,
.onefourth.last,
.threefourths.last
{
width: 100%;
padding: 0;
}
}

/* BOOK STYLES */
.pair {
    min-height: 375px;
    float: left;
    width: 33.3333%;
}

.book {
    width: 42%;
    float: left;
    padding: 0 4%;
    text-align: center;
}

.book img {
    border: 1px solid #bababa;
}

.book h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 5px 0 10px;
}

.book p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 0px;
}
@media (max-width: 1150px) {
.pair {
    min-height: 400px;
    width: 50%;
}
}
@media (max-width: 900px) {
.pair {
    min-height: 375px;
}
}
@media (max-width: 768px) {
.pair {
    min-height: unset; 
	padding-bottom: 30px; 
    width: 100%;
}
}
@media (max-width: 450px) { .book { width: 100%; padding: 0 0 30px 0; } .pair { padding-bottom: 0;} }

/* ACCORDION STYLES */

p.accordionHead {
    border-top: 1px solid  #bababa; /* grey */
    cursor: pointer;
    padding: 15px 0 15px 0;
    font-weight: 600;
}

p.accordionHead a {
    color: #323232;
    font-family: orpheuspro, serif;
    font-weight: 500;
    font-size: 20px;
}
p.accordionHead a:hover {
  text-decoration: none;
  color: #98b234; /* green text */
}

p.accordionHead i.fas {
  color: #323232; 
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 0;
}

p.accordionHead:hover i.fas,
p.accordionHead:hover a {
  color: #98b234; /* green text */
}
.bottomborder {
    border-top: 1px solid #bababa;
    padding-bottom: 20px;
}

/* SEARCH */

.search h3 a {
    color: #323232;
    font-weight: 500;
	font-size: 30px;
	line-height: 34px;
}

.fromacf {
    padding-bottom: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
}
.fromacf p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}



	
/* FOOTER STYLES */

.wrapper.footer {
	background-color: #ffffff;
	padding: 50px 0;
    overflow: hidden;
}

.wrapper.footer .fullwidth {
    background-color: #f6f6f6;
    border: 1px solid #bababa;
    padding: 0;
    margin: auto;
    max-width: 1360px;
}
.innerfooter {
    margin: 5px;
    border: 1px solid #bababa;
    padding: 40px 50px 25px;
}

.footer .third.first {
	text-align: left;
}

.footer .third.center { text-align: center;}
.footer .third.last { text-align: right; }


#footlogo img { max-width: 200px; height: auto;}


#footermenu {
}

ul.footer-menu, ul.footer-menu ul {
	margin: 0;
	padding: 0;
}
ul.footer-menu li {
    list-style-type: none;
    display: block;
    width: auto;
    padding: 0 0;
}
ul.footer-menu li a {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    font-family: orpheuspro, serif;
    text-transform: lowercase;
    line-height: 26px;
}
ul.footer-menu li a:hover {   color: #98b234; /* green text */ }

div#socialicons {
	padding: 10px 0px;
  text-align: center;
}

div#socialicons a {
    color: #323232;
    font-size: 24px;
    display: inline-block;
    padding: 0 8px;
}
div#socialicons a i:before {
    font-weight: 400;
}

div#socialicons a i:hover:before {
        color: #98b234; /* green text */
}
ul.subfooter-menu {
    margin: 0;
}
.subfooter-menu li {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 5px;
}
.subfooter-menu li a {
	color: #323232;
}
.subfooter-menu li a:hover {
	color: #98b234; /* green text */
}
p.copy {
    text-align: center;
    font-size: 14px;
}
p.credit {
    text-align: center;
    font-size: 13px;
}
p.credit a {
	color: #a1a1a1;
}
p.credit a:hover { color: #323232; }
.footer .third.last p {
    text-align: right;
    max-width: 265px;
    float: right;
    font-size: 15px;
    line-height: 22px;
	padding-bottom: 10px;
}

.footer h4 {
    font-weight: 500;
    font-family: orpheuspro, serif;
	text-transform: unset;
	font-size: 24px;
}

.footer input#mce-EMAIL::placeholder {
    text-transform: lowercase;
    text-align: right;
    font-size: 14px;
}

.footer input#mce-EMAIL {
    max-width: 240px;
    text-align: right;
}
.footer input#mc-embedded-subscribe {
    line-height: 36px;
    margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 15px;
}



/* tablet width */
@media (max-width: 768px) {

.footer .third.first, .footer .third.last {	text-align: center; }
.footer .third.last p {
    text-align: center;
    max-width: unset;
    float: none;
}
	ul.footer-menu li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 10px;
}
}

@media (max-width: 500px) {
	ul.footer-menu li { display: block; padding: 0;}
	#footlogo img {
    max-width: 150px;
}
}

table {
    text-align: center;
    margin: 0 0 25px;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 4px 2%;
   border: 1px solid #bababa;
}



@media (max-width: 768px) {
}
  

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	bottom: -50px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



.carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-next {
    right: -50px;
}
.carousel .bx-wrapper img {
    display: block;
    max-height: 100px;
    width: auto;
    margin: auto;
}
.carousel .fullwidth,
.carousel.row {
    padding: 15px 4%;
}
ul.bxcarousel {
	margin:0;
	padding: 0;
}
.blognewsfeed p.subtle,
.carousel p.subtle {
    text-align: center;
    padding-top: 50px;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #bababa;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #323232;
}



