/*
Theme Name: Bedlam Farm 2018
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for Bedlam Farm.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bedlamfarm.com

This theme, like WordPress, is licensed under the GPL.

bedlamfarm.com is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.wf-loading, .fa-events-icons-loading { visibility: hidden; }
.wf-active, .fa-events-icons-ready { visibility: visible; }
html {font-family:sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, main, menu, 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-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 1% 1em 0;}
hr {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;
    border: 0;
}
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; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend {border: 0; padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.3rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    margin:0 0 15px;
    line-height: 1.1em;
    font-weight: 800;
    color: #000;
    font-family: 'Bitter', serif;
}
h1 {
    margin-bottom: 25px;
    font-size: 45px;
    position: relative;
}
.home h1 {
    display: none;
}
.home h1.followuptitle {
    display: block;
}
.post-22079 h1 {
    text-align: center;
}
h2 {
    font-size: 45px;
}
.page .entry-content h2 {
    font-size: 35px;
}
.page .post-206800 .entry-content h2 {
    margin: 60px 0 30px;
}
.post-206800 h3 {
    font-size: 21px;
}
h3 {
    font-size: 33px;
}
p {
    margin: 0 0 20px;
}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body {background: #fff;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
hr {background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em;}
ul, ol {margin: 0 0 1.5em 0; padding-left: 1em;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0; margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto; max-width: 100%;}
table {margin: 0 0 1.5em; width: 100%;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #4399ca;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #1473a9;
    outline: 0;
}
a:focus {
    outline: dotted 1px #000;
}
.entry-content a {
    border-bottom: 1px dotted;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button, .woocommerce a.button,
input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    border: none;
    background: #ae362e;
    box-shadow: none;
    color: #fff;
    line-height: 1.1;
    padding: 15px 25px 10px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s ease all;
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 28px;
    text-align: center;
}
a.button.bluebutton {
    background: #4399ca;
}
a.button.bluebutton:hover {
    background: #1473a9;
}
a.button.yellowbutton {
    background: #fbb008;
}
a.button.yellowbutton:hover {
    background: #df9e0c;
}
a.button.greenbutton {
    background: #319f4b;
	font-size: 14px;
    padding: 12px 12px 10px;
}
a.button.greenbutton:hover {
    background: #26863d;
}
.headerlinks a.button {
    padding: 12px 25px 8px;
    margin: 0;
    color: #fff;
}
.button:hover, a.button:hover, button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #962a22;
    color: #fff;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus, 
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

input.sub_inp_subt {
    background: #fff;
    padding: 12px 20px 9px;
    color: #4399ca;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.gf-con {
	background-color: #f0f0f0;
	padding: 24px 8px 24px 24px;
}

/*--------------------------------------------------------------
# Custom Styles

font-family: 'Bitter', serif;
font-family: 'Overpass', sans-serif;

--------------------------------------------------------------*/
.container {
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 25px;
}
.contentcontainer {
    max-width: 1000px;
    margin: 0 auto;
}
.nowrap {
    white-space: nowrap;
}
.row {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.site-header {
    position: relative;
    /*background: url(/wp-content/uploads/2018/09/wood-bg.jpg);*/
    background-size: cover;
    padding-top: 10px;
    background: #fff;
}
.site-header .container {
    max-width:1500px;
    position: relative;
}
.socialicons {
    position: absolute;
    top: 0;
    left: 25px;
}
.socialicons a.socialicon {
    color: #000;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.socialicons a.socialicon:hover {
    color: #962a22;
}
.sd-social-official .sd-content ul li .pinterest_button { 
	line-height: 0!important;
}
.sd-social-official .sd-content ul>li {
    display: inline-block!important;
    float: none!important;
}
.sd-content ul {
    text-align: center!important;
}
.sd-social-official .sd-content ul {
    justify-content: center;
}

.headerlinks {
    position: absolute;
    top: 0;
    right: 25px;
}
.headerlinks a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin: 0;
}
.headerlinks a:first-of-type {
    margin-right: 20px;
}
.headerlinks a:first-of-type:hover {
    border-bottom: 1px dotted;
}
.searchicon {
    display: inline-block;
    margin: 3px 0 0 20px;
    vertical-align: top;
    cursor: pointer;
}
.searchbox {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1%;
    width: 474px;
    box-shadow: 0 0 10px #dcdcdc;
}
.searchbox input[type=submit] {
    position: absolute;
    text-indent: -9999em;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2018/10/search-icon-white.png) no-repeat #ae362e;
    border-radius: 0;
    background-size: 22px;
    background-position: center;
    margin: 0 0 0 -5px;
    right: 0;
    top: 0;
}
.searchbox form {
    position: relative;
}
.searchbox input.search-field {
    width: 100%;
    font-size: 18px;
    padding: 6px 50px 6px 5px;
    box-sizing: border-box;
    border: 0;
    vertical-align: top;
}
.searchbox .close {
    position: absolute;
    left: -30px;
    background: #fff;
    border-radius: 50%;
    height: 20px;
    font-size: 12px;
    box-shadow: 0 0 10px #dcdcdc;
    text-align: center;
    line-height: 1.9em;
    width: 20px;
    top: 0;
}
.site-logo {
    display: block;
    margin: 0 auto;
    max-width: 671px;
    width: 100%;
    transition: .5s ease all;
    padding-top: 40px;
}
.featuredimg {
    line-height: 0;
    position: relative;
}
.featuredimg a {
    display: block;
    position: relative;
    overflow: hidden;
}
.featuredimg img {
    max-width: none;
    width: 100%;
    z-index: 2;
    position: relative;
}
.catflag {
    position: absolute;
    top: 90px;
    right: -90px;
    z-index: 100;
    background: #4399ca;
    color: #fff;
    font-size: 25px;
    line-height: 1em;
    padding: 17px 20px 12px;
    text-transform: uppercase;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 0 0 10px #000;
    width: 400px;
}
span.dailyessaytag {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 10;
    background: #4399ca;
    display: inline-block;
    font-size: 33px;
    color: #fff;
    padding: 13px 20px 8px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.site-content {
    /*background: #393737;*/
    background: #ae362e;
}
.content-area {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.archive header.page-header {
    padding: 40px 15px;
    text-align: center;
}
.archive h1,
.post-209783 h1 {
    margin: 0 0 1em;
    font-size: 37px;
    position: relative;
    text-align: center;
}
.blog .post {
    border-top: 1px solid #cbc9c9;
}
.post {
    padding-bottom: 80px;
}
.post .entry-content p:first-child:first-letter {
    color: #000;
    float: left;
    font-family: Georgia;
    font-size: 114px;
    line-height: 87px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 3px;
    font-weight: 300;
}
.dailyessay {
    background: #ededed;
}
.sharedaddy {
    text-align: center;
}
.entry-content .sharedaddy.sd-sharing-enabled {
    margin-top: 40px;
}
.entry-content div.sharedaddy h3.sd-title {
    margin: 0 0 5px;
    display: block;
    line-height: 1em;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Overpass', sans-serif;
}
.entry-content div.sharedaddy h3.sd-title:before {
    content: none;
}
.single .entry-content .sharedaddy.sd-sharing-enabled {
    margin-bottom: 40px;
}
.podcastbuttons {
    text-align: center;
    margin: 40px 0 0 0;
}
.podcastbuttons a.button {
    margin:0 3px;
    width: 445px;
}
.meta {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border-top: 1px solid #b7b7b7;
    padding: 37px 0 0;
    margin: 30px 0 0;
}
.meta a {
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 28px;
    border: 2px solid;
    padding: 8px 25px 5px;
    margin: 0 3px;
}
.readmore {
    display: none;
}
.keepreading {
    position: relative;
    display: block;
    max-width: 143px;
    margin: 0 auto;
    color: #ae362e;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 1px;
}
.keepreading:after {
    content: '›';
    position: absolute;
    transform: rotate(90deg);
    right: 0;
}
.keepreading:hover {
    color: #962a22;
    border-bottom: 1px dotted;
    padding-bottom: 0;
    transition: .5s ease all;
}
.dailyessayexcerpt .sharedaddy  {
    display: none;
}
.emailsignup {
    background: #4399ca;
    padding: 30px 20px 17px;
    text-align: center;
    color: #fff;
}
.emailsignup label {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
}
.emailsignup input[type="text"] {
    border: 0;
    border-radius: 0;
    padding: 5px 8px 2px;
    width: 100%;
    max-width: 315px;
}
.emailsignup input[type="text"]::placeholder {
  color: #4399ca;
}
.emailsignup input#subscribesubmit {
    background: #fff;
    padding: 12px 20px 9px;
    color: #4399ca;
    font-size: 18px;
    margin: 0 0 0 10px;
}
.emailsignup input#subscribesubmit:hover {
    background: #962a22;
    color: #fff;
}
.emailsignup span {
    font-family: 'Bitter', serif;
    font-size: 47px;
    display: inline-block;
    margin: 0px 30px 0 12px;
    line-height: 1em;
    vertical-align: top;
}
.emailsignup img {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
}
.paypal-button a {
    border: 0;
}
.unsubscribe-link {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    padding: 15px 20px;
    text-align: center;
}
.unsubscribe-link a.button {
    margin: 0 0 0 25px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 32px;
}
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-3 li.product,
.donatebox {
    text-align: center;
    border: 1px solid #a1a1a1;
    padding: 30px;
    margin-bottom: 27px;
}
.post-type-archive-product h2 {
    text-align: center;
}
.donateboxes {
    display: flex;
    justify-content: space-between;
}
.donatebox.venmobox {
    margin-left: 1%;
    margin-right: 0;
}
.donatebox {
    flex-basis: 48%;
    margin-bottom: 40px;
    margin-right: 1%;
    font-size: 1.2rem;
}
.donatebox.venmobox img {
    max-width: 160px;
}
.donatebox h2 {
    padding: 0;
    margin: 0 0 0.4em;
    font-size: 35px;
}
.donatebox .button {
    margin-top: 1em;
    display: block;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ae362e;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #962a22;
}
.footercta {
    display: none;
    text-align: center;
    padding: 15px 0;
    line-height: 1.1em;
    background: #4399ca;
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    transition: .7s ease all;
}
.footerctafooter {
    background: #393737;  
    padding:  30px 0 10px 0;  
}
.footerctafooter .supportbuttons a.button {    
    border: 0;
}
.site-footer .container.supportbuttons {
    text-align: center;
    padding-top:0;
    padding-bottom:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.supportbuttons {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .25em;
}
.supportbuttons a.button {
    font-size: 14px;
    padding: 10px 10px 7px;
    flex-basis: 32%;
    margin: 0;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer {
    background: #ae362e;
    color: #fff;
    text-align: center;
}
.site-footer .container {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1200px;
}
.footerlinks {
    display: inline-block;
}
.footerlinks a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px;
}
.footerlinks a.button {
    padding: 13px 50px 8px;
}
.footersocialicons {
    display: inline-block;
    margin: 0 20px;
}
.footersocialicons a.socialicon {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.footersocialicons a.socialicon:hover, .footerlinks a:first-of-type:hover {
    color: #DEDEDE;
}
.footermeta {
    margin: 50px 0 0;
}
.footermeta a {
    color: #fff;
    text-decoration: underline;
}
.footermeta a:hover {
    color: #DEDEDE;
}
.logoby {
    font-size: 15px;
    margin-bottom: 15px;
}
.accessibility {
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.mannix {
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.post .entry-title {
    margin-left:130px;
    padding-top: 30px;
}
.post .entry-title a {
    border: 0;
    color: #000;
    transition: .5s ease all;
    display: block;
}
.post .entry-title a:hover {
    color: #4399ca;
    transition: .5s ease all;
}
.entry-meta { font-size: 80%; font-style: italic; }
.post .entry-content { margin-top: 1em; }
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.entry-footer { padding-bottom: 15px; font-size: 70%; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
h2.comments-title {
    font-size: 25px;
}
/***Comments ****/

#respond {
    clear: both;
    margin: 15px 0 15px 0;
    padding: 45px 0 0;
    border-top: 1px solid #dfdfdf;
}
#author,
#email,
#url {
    background: #fff !important;
    width: 100%;
    color: #999;
    font-size: 15px;
    padding: 8px 10px;
    margin: 5px 5px 0 0;
    border: 1px solid #dfdfdf;
    outline: none;
}
#comment {
    background: #fff !important;
    width: 96%;
    height: 150px;
    color: #999;
    font-size: 15px;
    padding: 10px 10px;
    margin: 5px 0 5px 0;
    border: 1px solid #dfdfdf;
    outline: none;
}
.entry-comments {
    margin: 10px 0 0;
}
.comment-list {
    margin: 15px 0 0;
    padding: 0;
}
.children {
    margin: 0;
    padding: 0
}
.ping-list {
    margin: 0 0 40px 0;
    padding: 0
}
.comment-list ol,
.ping-list ol {
    margin: 0;
    padding: 10px;
    margin-left: 30px;
}
.comment-list li,
.ping-list li {
    margin: 5px 0 5px 0;
    padding: 10px 0px;
    list-style: none;
    border-bottom: 0px solid #dfdfdf;
    position: relative;
}
.comment-list li ul li {
    margin-left: 40px;
    margin-top: 20px;
}
.comment-list li ul li #respond {
    margin-left: -40px !important;
    margin-top: 20px;
}
.comment-list li ul li li #respond {
    margin-left: -80px !important;
}
.comment-list p,
.comment-list p, .ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    word-wrap: break-word;
    font-size: 17px;
    line-height: 1.3em;
}
.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.comment-list cite,
.comment-list cite a,
.ping-list cite,
.ping-list cite a {
    font-weight: 700;
    font-style: normal;
}
.bypostauthor {}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.nocomments {
    text-align: center
}
#comments .navigation {
    display: block;
    margin: 10px 0 0 0
}
.thread-alt,
.thread-even {}
.even,
.alt,
.depth-1 {}
#comments h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700 !important;
    padding: 0 0 10px !important;
    display: inline-block;
}

a.leavereplybutton {
    color: #999;
    background: #eaeaea;
    border: 1px solid #dfdfdf;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
    float: right;
    font-size: 15px;
    display: inline-block;
    margin: -8px 0 0;
}
a.leavereplybutton:hover {
    background: #ff6200;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff6600;
}
.comment-content {
    padding: 10px 20px 45px;
    margin: 25px 0 0;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important;
}
.comment-author {
    padding: 10px 5px 0;
    line-height: 1em;
}
.comment-metadata {
    line-height: 1em;
}
.comment-list li .fn, .comment-list li .cfn {
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    margin: 14px 0 0;
    line-height: 1em;
}
.comment-list li .says {
    display: none;
}
.comment-list li .comment-metadata a {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    padding: 2px 0 0 !important;
    color: #999;
}
.comment-list li .commentmetadata a {
    color: #999;
}
.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px;
}

.depth-4 .reply {
    display: none !important;
}
.depth-4 .comment-content {
    padding-bottom: 10px;
}
.commentfields-left {
    float: left;
    width: 290px;
    margin: -10px 0 0 !important;
}
.commentpolicy {
    margin: 30px 0 !important;
    font-size: 15px;
    line-height: 1.8em;
}
.reply a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
}
.reply a:before {
    content: "\f0dd";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    bottom: 0;
}
.reply a:hover,
#cancel-comment-reply-link a:hover {
    color: #ff6200;
}
h3#reply-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 700 !important;
}
#cancel-comment-reply-link {
    font-size: 12px
}
.form-submit {
    text-align: left
}
p.logged-in-as {
    font-size: 18px;
}
#respond label {
    font-size: 16px;
}
#submit {
    background: #4399ca;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 12px 22px 9px 22px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top:0;
}
#submit:hover {
    background: #3886b3;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    font-size: 18px;
    text-transform: uppercase
}
.comment-form-subscriptions {
    margin: 0;
    font-size: 15px;
    line-height: 1.8em;
}
#subscribe-reloaded {
    width: auto !important;
}
.comment-pagination {
    padding: 25px 0;
}
.page-numbers,
.page-numbers:visited {
    border: 1px solid #dfdfdf;
    background: #f0f0f0;
    padding: 10px 10px;
    border-radius: 3px;
    color: #999;
}
.wpb-load-more-comments {
    border: 1px solid #dfdfdf;
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.wpb-load-more-comments:hover {
    background: #ff6200;
    color: #fff;
    border: 1px solid #ff6600;
    text-decoration: none;
}
.page-numbers:hover,
.comment-pagination .current {
    background: #ff6200;
    color: #fff;
    border: 1px solid #ff6600;
    text-decoration: none;
}
.posts-navigation {
    margin: 0 auto 40px;
    max-width: 95%;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.posts-navigation a:hover {
    text-decoration: underline;
}
.blog .entry-header, .blog .entry-header, .archive .entry-header {
    position: relative;
    border-bottom: 1px solid #cbc9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.postedon {
    position: absolute;
    background: #4399ca;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 50px 13px 14px;
    min-width: 102px;
    top: 0;
}
.postedonday {
    display: block;
    font-size: 60px;
    line-height: 0.6em;
}
.postedonmonth {
    font-size: 14px;
    text-align: center;
    display: block;
}
.postedby {
    margin: 20px 0 0 130px;
    color: #939393;
    font-size: 19px;
}
.featuredcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}
/*.searchform {
    margin-bottom: 60px;
    background: #e2e2e2;
    padding: 14px;
    text-align: center;
}
.searchform .search-submit {
    margin: 0;
    padding: 8px 25px 9px;
}
.searchbox input.search-field {
    width: 100%;
    max-width: 435px;
    font-size: 18px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 0;
}*/
.search-results h1 {
    text-align: center;
    margin-bottom: 45px;
}
.search-results .searchform {
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 40px;
}
.search-results input.search-submit {
    font-size: 16px;
    padding: 12px 25px 9px;
    margin: 0;
}
.widget-area label {
    width: 72%;
    display: inline-block;
    margin: 0;
}
.widget-area .search-field {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 3px;
}
.widget-area .search-submit {
    width: 26%;
    margin: 0;
    padding: 10px 3px;
    font-size: 16px;
    display: inline-block;
}
.centeredbutton {
    text-align: center;
}
.testimonial {
    width: 46%;
    margin:0 2% 25px 2%;
    float: left;
}
.testimonialtext {
    box-shadow: 0 0 6px #bbb;
    padding: 25px;
    position: relative;
    border-bottom: 4px #83c442 solid;
}
.testimonialtext:after {
    position: absolute;
    bottom: -30px;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 24px 0 10px;
    border-color: #83c442 transparent transparent transparent;
}
.testimonialname {
    margin-top: 40px;
}
.fullcolorwrap {
    max-width: 600px;
    margin: 0 auto 30px;
}
.colorthumbs {
    margin-bottom: 70px;
}
.colorthumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.colorthumbs li {
    display: inline-block;
    width: 19%;
    margin: 0 .5%;
    vertical-align: top;
}
.colorthumbs li span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(49, 189, 209, .7) url(/wp-content/themes/bedlamfarm2018/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.entry-content .gform_wrapper .gfield_checkbox li label {
    margin: 0 7px 0 0;
}
.entry-content .gform_wrapper .gfield_checkbox li label,
.entry-content .gform_wrapper .gfield_radio li label {
    max-width: 100%;
}
.page-id-12 .site-main {
    background: #f7f7f7;
    padding: 3em 110px;
    margin: 3em 0;
}
img.wp-image-209786 {
    max-width: 360px;
}
img.wp-image-210001 {
    max-width: 360px;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    margin: 0 auto;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
}
.main-navigation li:first-child{
    margin-left: 0;
}
.main-navigation li {
    position: relative;
    display: inline-block;
    transition: all .5s ease;
}
.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    position: relative;
    padding: 10px 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: -4px;
}

.home .main-navigation .page-item-4 {
    display: none;
}
.main-navigation .menu-item-44 a {
    color: #4cc7da;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: auto;
    left: -999em;
    z-index: 99999;
    background: #fff;
    text-align: left;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
    text-transform: none;
    width: 245px;
    padding: 10px;
    display: block;
    color: #000;
    font-size: 18px;
}
.main-navigation ul ul li {
margin: 0;
}

.main-navigation li:hover > a:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {

}
.main-navigation li.menu-item-162362 a {
    border-bottom: 4px solid #ae362e;
}
.main-navigation li.menu-item-162364 a {
    /*border-bottom: 4px solid #fbb008;*/
    border-bottom: 4px solid #319f4b;
}
.main-navigation li.menu-item-206921 a {
    border-bottom: 4px solid #fbb008;
}
.main-navigation li.menu-item-173380 a {
    border-bottom: 4px solid #319f4b;
}
.main-navigation li.menu-item-162363 a {
    border-bottom: 4px solid #4399ca;
}
.main-navigation li.menu-item-210189 a {
border-bottom: 4px solid #9805ed;
}
.main-navigation li.menu-item-162362.current-menu-item a,
.main-navigation li.menu-item-162362 a:hover {
    color: #ae362e;
}
.main-navigation li.menu-item-206921.current-menu-item a,
.main-navigation li.menu-item-206921 a:hover{
    color: #fbb008;
}
.main-navigation li.menu-item-173380.current-menu-item a,
.main-navigation li.menu-item-173380 a:hover {
    color: #319f4b;
}
.main-navigation li.menu-item-162364.current-menu-item a,
.main-navigation li.menu-item-162364 a:hover {
    color: #319f4b;
}
.main-navigation li.menu-item-162363.current-menu-item a ,
.main-navigation li.menu-item-162363 a:hover{
    color: #4399ca;
}
.main-navigation li.menu-item-71:hover > a:after,
.main-navigation li.menu-item-71.current-menu-item a:after {
    content:none;
}
.main-navigation li.menu-item-71.current-menu-item,
.main-navigation li.menu-item-71:hover a {
    background: #f59035;
    color:#000;
}
.main-navigation li.menu-item-71.current-menu-item a {
    color:#000;
}


.main-navigation ul ul.sub-menu li:hover > a:after,
.main-navigation ul ul.sub-menu li.focus > a:after,
.main-navigation ul ul.sub-menu li.current_page_item > a:after,
.main-navigation ul ul.sub-menu li.current-menu-item > a:after,
.main-navigation ul ul.sub-menu li.current_page_ancestor > a:after,
.main-navigation ul ul.sub-menu li.current-menu-ancestor > a:after {
    content: none;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    content: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* SHIFTNAV */

body .shiftnav-toggle-button {
    display: none;
}
body #shiftnav-toggle-main {
    box-shadow: 1px 1px 2px #919191;
    background: #fff;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 4px 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content img {
    max-height: 50px;
}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    color: #fff;
    text-transform: uppercase;
}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target{
    text-transform:none;
    color: #fff;
}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
    background: none!important;
}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
    background: #4298c9!important;
    color: #fff !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
    border-top: 1px solid #6b6b6b;
}
body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-size: 14px!important;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
    padding-left: 50px;
    color: #ffffff;
}
.shiftnav .shiftnav-menu-title {
    display: none;
}
body .shiftnav, body .shiftnav-inner {
    background: #404040;
}
body #shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    font-size: 30px;
    color: #000;
    padding: 20px;
}
#shiftnav-toggle-main a {
 background:url(/wp-content/uploads/2018/07/logo.png) no-repeat;
 text-indent:-10000px;
 height:76px;
 background-size:contain;
 display:block;
 margin-left: 3%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#content[tabindex="-1"]:focus {outline: 0;}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em; }
.alignright {display: inline; float: right; margin-left: 1.5em; }
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
	font-size: inherit!important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {margin: 0;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #f7f7f7;
    padding: 40px 40px 20px;
}
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 15px;
}
.wp-caption-text {text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }



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


@media screen and (max-width: 1350px){
.site-logo {
    max-width: 550px;
}
}
@media screen and (max-width: 1200px){
.site-logo {
    max-width: 500px;
    padding: 50px 0 0;
}
}
@media screen and (max-width: 1024px){
body, button, input, select, textarea {
    font-size: 19px;
    font-size: 1.1rem;
}
.fixedheader {
    position: fixed;
    width: 100%;
    transition: .5s ease all;
    z-index: 10000;
    box-shadow: 0 0 3px #bdbdbd;
}
.fixedheader .site-logo {
    max-width: 125px;
    margin-bottom: 0;
    transition: .5s ease all;
}
.socialicons, .headerlinks a:first-of-type, .headerlinks a:nth-of-type(2), .main-navigation {
    display: none;
}
.searchicon {
    display: block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    right: 120px;
    top: 15px;
}
.searchbox {
    width: 269px;
    top: 7px;
    right: 2%;
}
.searchbox input.search-field {
    max-width: 230px;
}
body .shiftnav-toggle-button {
    display: inline-block;
    float: right;
    padding: 10px 15px 7px;
    background: #ba352d;
    color: #fff;
    margin-top: 7px;
}
body .shiftnav-toggle-button:hover {
    padding: 10px 15px 7px;
    background: #962a22;
    color: #fff;
}
.site-header {
    padding-top: 10px;
}
.site-logo {
    max-width: 240px;
    padding: 0;
    margin: 0 0 10px;
}
.post .entry-title {
    font-size: 35px;
}
.postedonday {
    font-size: 45px;
}
.postedonmonth {
    font-size: 13px;
}
span.dailyessaytag {
    font-size: 27px;
}
.button, a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 18px;
}
.emailsignup {
    padding: 35px 20px 30px;
}
.emailsignup span {
    display: block;
    margin: 10px 0 20px;
}
.widecolumn {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 40px;
}
.narrowcolumn {
    width: 100%;
    padding: 30px;
    background: #f5f5f5;
    float: none;
}
.archive h1,
.post-209783 h1  {
    font-size: 24px;
}
.supportbuttons a.button {
    font-size: 14px;
    padding: 10px 10px 7px;
}
.catflag {
    top: 65px;
    right: -65px;
    font-size: 18px;
    width: 300px;
}
img.wp-image-209786,
img.wp-image-210001 {
    max-width: 100%;
}
img.wp-image-209786 {
    float: none;
    margin: 0 0 1em;
    width: 100%;
}
}
@media screen and (max-width: 850px){
.footerlinks {
    display: block;
    margin-bottom: 40px;
}
.footersocialicons {
    display: block;
    margin: 0 auto;
}
}
@media screen and (max-width: 800px){
.site-logo {
    max-width: 215px;
}
.wp-image-22104 {
    display: block;
    float: none;
    margin: 0 0 30px;
}
.searchbox {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
    right: auto;
    top: auto;
    max-width: 90%;
}
}
@media screen and (max-width: 768px){
.donatebox {
    max-width: 48%;
}
.supportbuttons a.button {
    text-transform: none;
}
}
@media screen and (max-width:600px){
.site-logo {
    max-width: 150px;
    margin: 0 0 6px;
}
.site-header .container {
    padding: 0 15px
}
.searchbox {
    max-width: 80%;
}
body .shiftnav-toggle-button {
    margin: 7px 0px;
}
.page .entry-content .donatebox h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px;
}
.post .entry-title {
    font-size: 30px;
}
.postedby {
    font-size: 17px;
}
span.dailyessaytag {
    font-size: 19px;
}
.postedon {
    position: relative;
    padding: 16px 10px 11px;
    min-width: 0;
    top: auto;
    display: inline-block;
}
.postedonmonth {
    font-size: 19px;
    line-height: 1em;
    text-align: left;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 6px;
}
.postedonday {
    display: inline-block;
    font-size: 19px;
    line-height: 1em;
    float: right;
    vertical-align: top;
}
.postedby {
    margin: 20px 0 0 0;
}
.post .entry-title {
    margin-left: 0;
    padding-top: 3px;
}

.footerlinks a {
    margin: 20px auto;
    display: block;
    max-width: 290px;
}
.site-footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wp-caption {
    padding: 20px;
}
.meta a {
    display: block;
    margin: 0 auto 20px;
    max-width: 340px;
}
.catflag {
    position: absolute;
    right: 0;
    font-size: 15px;
    width: 195px;
    transform: none;
    padding: 8px 10px 6px;
    box-shadow: none;
    top: 13px;
}
.supportbuttons a.button {
    font-size: 12px;
    padding: 10px 10px 8px;
    flex-basis: 100%;
    margin-bottom: 0.7em;
}
	
	.supportbuttons a.button.greenbutton {
		flex-basis: 100%;
		padding: 14px 14px 10px;
	}
    
}
@media screen and (max-width:550px){
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 20px;
}
.donatebox {
    max-width: 100%;
}
}
@media screen and (max-width:500px){
.emailsignup input[type="text"] {
    margin-bottom: 10px;
}
body, button, input, select, textarea {
    font-size: 18px;
    font-size: 1rem;
}
h1 {
    font-size: 35px;
}
}
@media screen and (max-width:400px){
.podcastbuttons a.button {
    font-size: 16px;
}
.post .entry-title {
    font-size: 24px;
}
.page .entry-content h2 {
    font-size: 27px;
}
.search-results input.search-submit {
    margin: 0;
    display: block;
    margin: 10px auto;
}
.search-results input.search-field {
    width: 100%;
    box-sizing: border-box;
}
}