/*  
Theme Name: Free Grassy

Description: This is the Free Grassy theme.
Version: 2.0
Author: Amelia Rose Khan
Text Domain: FreeGrassy
Theme URI:
Author URI:
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background: #444422;
	background: -moz-linear-gradient(top, #444422 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #444422 0%, #000000 100%);
	background: linear-gradient(to bottom, #444422 0%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444422', endColorstr='#000000', GradientType=0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: top;
	/*background: url("images/freegrassy_body_bg.jpg") repeat-x scroll center top #000000;*/
	color: #333333;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

iframe {
	max-width: 100%;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

#wrapper {
	margin: 0 auto 0 auto;
	max-width: 800px;
	text-align: left;
	width: 100%;
}

#header {
	float:left;
	max-width: 800px;
	width: 100%;
}

#header a img {
	border: 0 none;
	height: auto;
	max-width: 100%;
}

#container {
	float: left;
	max-width: 480px;
    overflow:hidden;
	width: 60%;
    background: #FFF;
}

.blogtitle h2 {
	color: #333333;
	font-size: 150%;
	font-weight: normal;
}

.post, .blogtitle {
	padding: 10px 10px 10px 10px;
}

.post {
	background:none repeat scroll 0 0 #EEFFDD;
	border:1px solid #CCDDBB;
	clear:both;
	margin:5px 5px 10px 5px;
	min-height: 150px;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.post h3 a, .post #ecotitle h1 a {
	color: #669922;
	text-decoration: none;
}

.post a {
	text-decoration: none;
}

.post img {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.no-break {
	clear: both;
}

.caption { margin: 5px; padding: 5px; color: black }

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar-right {
	background: #FFFFFF;
	float: right;
	max-width: 160px;
    width: 20%;
}

.sidebar-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0 9px 0 10px;
}

.sidebar-right ul li {
	padding: 10px 0 10px 0;
}

.sidebar-right ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar-right ul ul li {
	padding: 0;
	line-height: 24px;
}

.sidebar-right h2 {
	font-size: 13px;
	/*background: url("/wp-content/themes/FreeGrassy/images/freegrassy_news_header.png") no-repeat scroll center top transparent;*/
	margin: 9px 9px 5px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #a1a190;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-left: 1px solid #a1a190;
    border-right: 1px solid #a1a190;
    border-bottom: 0px;
    background: rgb(204, 255, 127);
    background: linear-gradient(170deg, rgba(204, 255, 127, 1) 15%, rgba(254, 255, 253, 1) 100%);
}

.sidebar-right .acf-rpw-block {
	margin: -5px 8.56px 10px 8.56px;
}

.sidebar-right .mc4wp-form {
	/*background: url("/wp-content/themes/FreeGrassy/images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;*/
	border-bottom: 1px solid #a1a190;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    border-left: 1px solid #a1a190;
    border-right: 1px solid #a1a190;
    border-top: 0px;
    margin: -5px 8.56px 5px;
    padding: 10px 5px 3px;
}

.sidebar-right .mc4wp-form p {
	margin-left: 12px;
	width: 80%;
}

.sidebar-right .block {
	line-height: 128%;
	margin-bottom: 20px;
}

.blogroll li a {
	color: #669922;
	text-decoration: none;
	font-size: 8.5px;
	margin: -10px;
	font-weight: bold;
}

.sidebar-left {
	color: #FFFFFF;
	float: left;
	max-width: 160px;
    width: 20%;
	background: linear-gradient(to bottom, #444422 0%, #000000 100%);
}

.sidebar-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar-left li {
	clear: left;
	float: left;
	margin: 10px;
}

.sidebar-left ul li {
	padding: 0;
	list-style: none outside none;
}

.sidebar-left ul ul li {
	line-height: 24px;
}

.sidebar-left ul li a {
 text-decoration: none;
 color: #FFFFFF;
 display: block;
 text-transform: lowercase;
 font-weight: bold;
 font-size: 18px;
}

.sidebar-left img {
    border:0; 
    margin-left:20px; 
    margin-top:10px;
}

.sidebar-left #photo {
	padding-top: 25px;
	clear: both;
}

.sidebar-left h2, .sidebar-left h4 {
	font-weight: normal;
	margin-left: 10px;
}

table#wp-calendar {
	width: 100%;
}

#footer {
	background:none repeat scroll 0 0 #333333;
	border-color:#666666 -moz-use-text-color;
	border-style:solid none;
	border-width:5px 0;
	clear:both;
	color:#999999;
	float:left;
	margin-top:0;
	max-width:800px;
	padding:15px 0;
	text-align:center;
	width: 100%;
}

#footer .kitty {
	float:left;
	margin-left:200px;
	margin-right:5px;
	width:auto;
}

#footer p {
	font-size:80%;
	text-align:left;
}

#footer a {
	color:#669922;
}

#footer i {
    margin-right: 10px;
    font-size:20px;
}

#footer i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;

}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.aboutus {
	margin-top: -5px;
	max-width: 460px;
	padding: 0px 10px 0px 10px;
}

.aboutus p {
	font-size: 12px;
}

.aboutus h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:150%;
	font-weight:normal;
	padding:0 0 10px;
}

.row {
	/*background:url("images/freegrassy_content_bg.jpg") repeat-y scroll 0 0 #FFFFFF;*/
	float:left;
	max-width:800px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.pagepost {
	background:none repeat scroll 0 0 #FFFFFF;
}

.pagepost h2 {
	font-weight: normal;
}

.sidebar-right, .sidebar-left, #pagecontainer {
	padding-bottom: 500rem;
    margin-bottom: -500rem;
}

#pagecontainer {
	float: left;
	padding-left: 10px;
	max-width: 58.7%;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 500rem;
    margin-bottom: -500rem;
}

#pagecontainer a {
	/*color: #669922;*/
	text-decoration: none;
}

#pagecontainer h1, #pagecontainer h4 {
	font-weight:normal;
}

#pagecontainer h1 {
	font-size:150%;
}

#pagecontainer h4 {
	font-size: inherit;
	margin-top: 18.62px;
	margin-bottom: 18.62px;
}

.alignleft {
	float: left; 
	clear: both;
	margin-right: 10px;
}

.alignright {
	float: right; 
	clear: both;
	margin-left: 10px;
}

.nav ul {
	font-size: 15px;
}

.nav li ul { 
	display: none; 
}

.nav li a {
	font-weight: bold;
	font-size: 16px;
    width: 100px;
}

.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current_page_ancestor a {
	color: #FFFF00;
}

.nav li.current_page_item ul, .nav li.current_page_parent ul, .nav li.current_page_ancestor ul {
	display: block;
}

.nav li.current_page_item ul ul {
	display: none;
}

.cat-post-item h4 a {
	color:#669922;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
}

.cat-post-item p {
	font-size: 80%;
}

.tags {
	font-size: 11px;
}

.oldernewstags {
	font-size: 11px;
	margin-top: -15px;
}

.block {

}

.emailsignup {

}

#pagecontainer .emailsignup h5 {
	height: 21px;
}

#pagecontainer .emailsignup .emailitems div {
	padding-left: 5px;
	width: 100px;
}



.block h3, .emailsignup h5 {
	background:url("images/freegrassy_news_header.png") no-repeat scroll center top transparent;
	margin: 0;
	padding: 15px;
    padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
    font-size: 93%;
}

.newsitems {
	/*background:url("images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;*/
	border-bottom: 1px solid #a1a190;
	border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
	border-left: 1px solid #a1a190;
	border-right: 1px solid #a1a190;
	border-top: 0px;
	margin: 0 9px;
	padding: 10px 5px 3px;
}

.newsitems ul li a {
	color: #669922;
	text-decoration: none;
}

.newsitems ul li {
	margin-bottom: 22px;
	margin-top: -15px;
}

.oldnews {
	margin-left: 35px;
        font-size: 11px;
}

.archivenews {
    font-size: 11px;
}

.emailitems {
	background:url("images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;
	height: 90px;
	margin-top:-19px;
}

.emailitems form {
	margin-left: 7px;
	padding-top: 10px;
}

.emm-paginate {
    margin-left:5px;
    margin-bottom:3px;
}

.emm-paginate a {
    background:#ddd; 
    border:1px solid #ccc; 
    color:#666; 
    margin-right:4px; 
    padding:3px 6px; 
    text-align:center; 
    text-decoration:none;
}

.emm-paginate a:hover, .emm-paginate a:active {
    background:#ccc; 
    color:#888;
}
.emm-paginate .emm-title {
    color:#555; 
    margin-right:4px;
}

.emm-paginate .emm-gap {
    color:#999; 
    margin-right:4px;
}

.emm-paginate .emm-current {
    color:#fff; 
    background:#5f87ae; 
    border:1px solid #89adcf; 
    margin-right:4px; 
    padding:3px 6px;
}

.emm-paginate .emm-page {
}

.emm-paginate .emm-prev, .emm-paginate .emm-next {
}

/*.stButton .stBubble {
	margin-top: 5px;
	line-height: 12px;
}

.stButton .stBubble_count {
	width: 52px;
	height: 23px;
	top: 6px;
}*/

#kfsharethis {
	/*top: -50px;
	position: relative;
	height: 24px;*/
	margin-top: 33px;
}

.aboutus #kfsharethis {
	display: none;
}

.stButton .st-facebook-counter {
	width: 19px !important;
}

.stButton .st-twitter-counter {
	width: 21px !important;
}

.stButton .st-email-counter {
	width: 25px !important;
}

.stButton .st-sharethis-counter2 {
	width: 23px !important;
}

.stButton .chicklets {
	width: 0px;
	text-indent: -3000px;
}

.imageright {
	margin-right: 10px;
}

#caldera_form_1 div.row.last_row .control-label {
	display: none;
}

body.home #post-4094 .entry h3 {
	font-size: 20px;
}

.aboutus .no-break {
	display: none;
}

.honey {
	visibility: hidden;
}

img {
    height: auto;
}

.wpcf7-form label 
{
	font-weight: normal;
}

.toggle-nav {
    display: none !important;
}

.acf-rpw-title {
	font-weight: normal;
}

.woocommerce ul.products li.product a img, .woocommerce .zoomtoo-container img {
	width: 100%;
	margin: 0 auto;
}

.woocommerce ul.products {
	list-style: none;
}

.woocommerce .single_variation_wrap a:first-child {
	display: none;
}

.woocommerce .wc-quantity {
	display:inline;
	font-weight: bold;
}
.woocommerce .wc-quantity:after {
	content:"\a";
    white-space: pre;
}

/* media queries */
@media only screen and (max-width: 700px) {
    .content, .sidebar {
		width: 100%;
		margin-right: 0;
	}
	.sidebar-right h2, .sidebar-right h3 {
        font-size: 60%;
    }
    .sidebar-right img {
        width: 100%;
        max-width: 133px;
    }
    .sidebar-right .mc4wp-form {
        font-size: 70%;
		padding: 10px 15px 3px 5px;
    }
    .sidebar-right .mc4wp-form .mc4wp-form-fields {
        margin: 0 -12px;
    }
    
    .sidebar-left ul, .sidebar-right ul {
        padding: 0;
    }
    .sidebar-left ul li a {
        font-size: 100%;
    }
    .sidebar-left img {
        margin-left: 10px;
        width: 56%;
    }
    
    .acf-rpw-time, .acf-rpw-before {
		font-size: 8.4px !important;
	}
    
    footer.widget-area {
		width: 49%;
		margin-right: 2%;
	}
	footer .widget-area.second,
	footer .widget-area.fourth {
		margin-right: 0;
	}
    
    .newsitems {
        margin: 0;
        padding: 0;
    }
    .newsitems ul {
        padding: 0 3px;
    }
    
    .acf-rpw-after-loop {
		text-align: center;
	}
    .oldnews {
        margin-left: 3px;
    }
    
    .newsitems ul li a, .tags, .oldnews {
        font-size: 64%;
    }
    
    #pagecontainer {
		width: 57.2%;
    }
}

@media screen and ( max-width: 400px ) {
  footer .widget-area,
  footer .widget-area.second,
  footer .widget-area.fourth {
    width: 100%;
    margin-right: 0;
  }
}
