/*
Theme Name: Ollie
Theme URI: http://www.fancygirldesigns.com/
Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Fancy Girl Designs
Author: Fancy Girl Designs
Author URI: https://www.fancygirldesigns.com/
Copyright: Copyright (c) 2025
Version: 3.885

Template: genesis
Template Version: 2.5

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

mark {
display: none !important;
}

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

/**Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

html {
font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
font-size: 1.6rem;,
}


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

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

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

.author-box:before,
.blog-slider:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.home-grid:before,
.nav-primary:before,
.nav-secondary:before,
.nav-small:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.small-wrap:before,
.wrap:before,
.widget-below-content:before {
content: " ";
display: table;
}

.author-box:after,
.blog-slider:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.home-grid:after,
.nav-primary:after,
.nav-secondary:after,
.nav-small:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.small-wrap:after,
.wrap:after,
.widget-below-content:after{
clear: both;
content: " ";
display: table;
}


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

/**Typographical Elements
--------------------------------------------- */

body {
    background: #ffffff;
    color: #333333;
    font-family: "acumin-variable", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.gallery img,
.site-header.light  {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition:    all 0.3s ease-in-out;
-ms-transition:     all 0.3s ease-in-out;
-o-transition:      all 0.3s ease-in-out;
transition:         all 0.3s ease-in-out;
}

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

::selection {
    background-color: #222;
    color: #fff;
}
a {
    color: #222222; 
    text-decoration: none;
}
a:hover {
    border-bottom: 2px solid #c7d300;
	
}
p {
    margin: 0 0 20px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
   list-style-type: none;	
}
ul {
  list-style-type: disc;
}
ul li {
  padding-left: 5px;
}
b,
strong {
    font-weight: 600;
}
cite,
em,
i {
    font-weight: 300;
	letter-spacing: 0.5px;
    font-style: italic;
}

blockquote {
	color: #2d2d2d;
    font-weight: 300;
	font-size: 20px;
    margin: 40px;
	font-style: normal;
}

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

.screen-reader-text {
    display: none;
}
.fl-post-grid-more,
a.more-link,
.more-from-category a {
    background: url(images/Ollie-green.png) no-repeat center;
	background-size: cover;
	border: none;
    color: #222222 !important;
    cursor: pointer;
	display: table;
	font-family: "calder-dark", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 10px 22px;
    text-transform: uppercase;
    margin: 15px auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	width: auto;
	height: 46px;
	text-align: center;
}
.fl-post-grid-more:hover,
a.more-link:hover,
.more-from-category a:hover {
    background: url(images/button-neutral.png) no-repeat center; 
    background-size: cover; 

}
.home-slider .fl-slider-text button,
.home-slider .button,
.home-slider button {
	background: url(images/button-white.png) no-repeat center; 
	background-size: cover;
	border: none;
    color: #222222 !important;
    cursor: pointer;
	display: table !important;
	font-family: "calder-dark", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 12px 22px;
    text-transform: uppercase;
    margin: 15px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	width: 200px;
	height: 46px;
	text-align: center !important;
}
.home-slider .button:hover,
.home-slider button:hover {
	background: url(images/Ollie-green.png) no-repeat center; 
    background-size: cover; 

}
.home-slider .fl-slide-text-right .fl-slide-content-wrap {
    padding-top: 350px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
	text-align: left;
}

/**Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
     color: #1c1c1c;
	 font-family: "andale-mono-mt-pro", sans-serif;
     font-weight: 400;
     font-style: normal;
     letter-spacing: -1px;
     line-height: 1.25;
     margin: 0 0 15px;
	 text-transform: uppercase;
}
#n2-ss-2 .n2-font-e17d10a5eb38eef456e3a7dec9b565de-hover {
	font-family: "andale-mono-mt-pro", sans-serif !important;
     font-weight: 400;
     font-style: normal;
     letter-spacing: -2px;
	 font-size: 24 !important;
	 text-transform: uppercase !important;
}

h1 {
    font-size: 4.8rem;
	font-weight: 200;
}
h2 {
	 font-family: "andale-mono-mt-pro", sans-serif !important;
     font-size: 4.2rem;
	 font-style: normal;
}
h3 {
	font-family: "andale-mono-mt-pro", sans-serif !important;
    font-size: 3.0rem;
}
.woocommerce div.product .product_title,
h4 {
	font-family: "andale-mono-mt-pro", sans-serif !important;
    font-size: 2.4rem;
	letter-spacing: -1px;
}
h5 {
	color: #2d2d2d;
	font-weight: 300;
    font-size: 1.6rem;
	letter-spacing: 0px;
	text-transform: uppercase; 
	letter-spacing: 0.2em;
}

h6 {
	color: #2d2d2d;
    font-size: 1.4rem;
	letter-spacing: 0em;
	text-transform: uppercase;
	font-weight: 400;

}

/**Objects
--------------------------------------------- */

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

img {
height: auto;
}

.featured-content img,
.gallery img {
width: auto;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
	margin: 0px;
}
.home-slider .fl-slide .fl-slide-text p {
	font-size: 36px;
}

/**Gallery
--------------------------------------------- */

.gallery {
overflow: hidden;
}

.gallery-item {
float: left;
margin: 0 0 28px;
text-align: center;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}

.gallery-columns-3 .gallery-item {
width: 33%;
}

.gallery-columns-4 .gallery-item {
width: 25%;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery-columns-6 .gallery-item {
width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
width: 12.5%;
}

.gallery-columns-9 .gallery-item {
width: 11.1111%;
}

.gallery img {
border: none !important;
height: auto;
padding: 7px 7px 0;
}
.gallery-item {
margin: 0 !important;
}
.photo-bg {
	outline: 1px solid #ffffff;
	outline-offset: -20px;
}

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

input,
select,
textarea {
background-color: #ffffff;
	border: 1px solid #555555;
color: #222222;
font-size: 12px;
font-weight: 300;
padding: 11px;
width: 100%;
}

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

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

::-moz-placeholder {
color: #555555;
font-weight: 300;
opacity: 1;
}

::-webkit-input-placeholder {
color: #555555;
font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background: url(images/Ollie-green.png) no-repeat center; 
    background-size: contain !important; 
    color: #222222;
    cursor: pointer;
	font-family: "calder-dark", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 12px 22px;
    text-transform: uppercase;
    margin: 15px auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	width: 180px;
	height: 46px;
	text-align: center;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    border: none;
    background: url(images/button-neutral.png) no-repeat center; 
    background-size: contain !important; 
}

.button {
display: inline-block;
}

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

.button.large {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 12px 30px;
}


.fullwidthimage {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
margin-top: 40px;
margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 1.2rem;
	font-size: 12px !important;
	letter-spacing: 2px !important;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 12px !important;
    padding-top: 3px;
	font-style: normal;
}
div.gform_wrapper .top_label .gfield_label {
    font-weight: 300;
    text-transform: none;
	font-style: normal;
	letter-spacing: 1px;
}
.gform_wrapper .gfield_required {
	color: #d21d52 !important;
	text-transform: none !important;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
	padding: 12px 30px;
}
.reviews .fl-slide-content {
	vertical-align: middle;
	padding: 30%;
}
#omnisend-form-68e59fb7d3d677c84439db2d-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68e59fb7d3d677c84439db2d-field-container-62a34db0f7b3732a01429b16-input {
    border-radius: 0px !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-color: #383838;
    border-width: 1px !important;
}

/**Tables
--------------------------------------------- */

table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
}

tbody {
border-bottom: 1px solid #94aab2;
}

td,
th {
text-align: left;
}

td {
border-top: 1px solid #94aab2;
padding: 10px 0;
}

th {
font-weight: 300;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/**Site Containers
--------------------------------------------- */

.site-container {
max-width: 100%;
overflow: hidden;
}

.site-inner,
.wrap {
margin: 0 auto;
max-width: 1200px;
}

.site-inner {
clear: both;
padding: 20px;
}

.fgd-home .site-inner {
margin: 30px auto;
}

.fgd-home .content-sidebar-wrap {
margin-top: 30px;
}

.fgd-landing .site-inner {
width: 900px;
}

.fgd-landing .entry-header::after,
.fgd-landing-full .entry-header::after {
display: none;
}
.fgd-portfolio .site-inner {
	max-width: 1280px;
	width: 100%;
}
.fgd-landing-full .site-inner {
max-width: 100%;
width: 100%;
padding: 0;
}

.fgd-landing-full .content {
padding: 0;
}

.fgd-landing-full .site-footer {
border-bottom: none;
}

.fgd-affiliate {
background: #f9f9f9;
border: 3px solid #fff;
font-size: 1.0rem;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
padding: 20px;
margin-bottom: 30px;
}

.front-page .fgd-affiliate,
.page-template-page_blog .fgd-affiliate,
.fgd-archive .fgd-affiliate {
display: none !important;
}
.fl-builder .site-inner {
	margin-top: 0px;
}

/**Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
float: none;
width: 100%;
padding: 20px;
}

.woocommerce .content .entry {
border: none;
}

.content-sidebar .content {
float: left;
}
.full-width-content .content {
width: 100%;
	max-width: 1200px;
	padding: 10px;
	margin: 20px auto;
}
.full-width-content.page-template-page_blog  .content {
padding: 0 150px 50px;
}

/* Primary Sidebar */

.sidebar-primary {
border-left: 1px solid #f3f3f3;
float: right;
width: 30%;
padding-left: 30px;
padding-top: 30px;
}

.sidebar-content .sidebar-primary {
border-left: none;
border-right: 1px solid #f3f3f3;
float: left;
padding-left: 0;
padding-right: 30px;
padding-top: 30px;
}
.sidebar p {
	font-size: 14px;
}

/*Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}

.one-third,
.two-sixths {
width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}

.one-fourth {
width: 23.076923076923077%;
}

.three-fourths {
width: 74.35897435897436%;
}

.one-sixth {
width: 14.52991452991453%;
}

.five-sixths {
width: 82.90598290598291%;
}

.first {
clear: both;
margin-left: 0;
}

/* Avatar
--------------------------------------------- */

.avatar {
border-radius: 50%;
float: left;
}

.after-entry .avatar {
float: right;
height: 180px;
margin-bottom: 30px;
margin-left: 30px;
width: 180px;
}

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

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

.author-box .avatar {
display: inline-block;
float: none;
height: 100px;
margin: 0 auto 20px;
width: 100px;
}

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

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
border-bottom: 1px solid #eee;
margin-bottom: 5%;
padding-bottom: 5%;
text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
margin-left: auto;
margin-right: auto;
max-width: 660px;
}

.breadcrumb {
border-bottom: 1px solid #eee;
font-size: 11px;
font-size: 1.1rem;
	font-family: "calder-dark", sans-serif;
margin: 0 auto 10%;
max-width: 1200px;
padding-bottom: 10px;
	text-transform: uppercase; 
}

.archive-description p:last-child,
.author-box p:last-child {
margin-bottom: 0;
}



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

.search-form {
overflow: hidden;
}

.site-header .search-form {
float: right;
margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-secondary .genesis-nav-menu > .search {
float: right;
display: inline-block;
position: relative;
width: auto;
padding: 0;
}

li a.icon-search:before {
font-family: "dashicons"; 
	content: "\f179";
text-decoration: inherit;
	font-size: 20px;
}
.search .search-form:before {
	font-family: "dashicons"; 
	content: "\f179";
}

li a.icon-search {
cursor: pointer;
font-size: 12px;
}

/*li a.icon-search:hover {
border-bottom: none;
}*/

.search-div {
display: none;
position: absolute;
z-index: 10;
right: 0;
width: 380px;
padding: 5px;
}
.search-div .search-form {
position: relative;
}
.search-div .search-form input[type="search"] {
width: 100%;
padding: 10px;
font-size: 10px;
}
.search-div .search-form input[type="submit"] {
position: absolute;
right: -1px;
bottom: 1px;
padding: 10px 14px;
-webkit-border-radius: 0;
border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
color: transparent;
} /* oldIE ;) */

@media only screen and (max-width: 800px) {
.nav-secondary .genesis-nav-menu > .search {
display: block;
text-align: left;
}
.search-div {
left: 300;
}
}

@media only screen and (max-width: 340px) {
.search-div {
width: auto;
}
	
}

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

.archive-title {
     font-size: 36px;
	 font-weight: 200;
	 font-style: normal;
}
.entry-title a {
    color: #333333;
	letter-spacing: -2px;
	font-size: 3.6rem;
	text-transform: uppercase;
}
.entry-title a:hover {
	color: #222222; 
}
.entry-title {
	font-size: 3.6rem;
	font-weight: 200;
	font-style: normal;
	letter-spacing: -2px; 
	margin-bottom: 30px;
}
.gfv {
margin-bottom: 20px;
}


/*WordPress
--------------------------------------------- */

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

a.alignnone {
display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
max-width: 100%;
}

img.centered,
.aligncenter {
display: block;
margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
margin: 0 0 24px 24px;
}

.wp-caption-text {
font-size: 11px;
font-weight: 500;
text-align: center;
}

.entry-content p.wp-caption-text {
margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
word-wrap: break-word;
}

.widget ol > li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}

.widget li li {
border: none;
margin: 0 0 0 30px;
padding: 0;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

/* Widget below Content
------------------------------------------------------ */
.widget-below-content {
padding: 40px 0 0 ;
clear: both;
display: block;
text-align: center;
}

.widget-below-content img:hover{
opacity: 0.7;
}

.widget-below-content .enews {
background: #f9f9f9;
overflow: auto;
padding: 40px 20px;
}

.widget-below-content .enews-widget .widget-title{
text-align: center;
}
.widget-below-content .enews-widget p {
color: #222;
float: left;
font-size: 10px;
font-weight: 300;
letter-spacing: 2px;
width: 50%;
margin-bottom: 0;
padding: 0 30px;
text-align: center;
text-transform: uppercase;
}

.widget-below-content #subscribe {
float: right;
width: 100%;
}
.widget-below-content .enews-widget input {
float: left;
width: 16%;
margin-right: 10px;
margin-bottom: 0;
padding: 12px;
border: none;
border-bottom: 3px solid #222222;
}
.widget-below-content .enews-widget input[type="submit"] {
width: auto;
padding: 14px 34px;
margin-right: 0;
margin-top: 0;
border-bottom: none;
}

/*Featured Content
--------------------------------------------- */

.featured-content .entry {
margin-bottom: 20px;
padding: 0 0 24px;
border-bottom: none;
}

.featured-content .entry-title {
font-size: 20px;
line-height: 1;
}


/* Signature
--------------------------------------------- */

.signature {
margin: 10px auto;
}

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	border: none;
margin-bottom: 16px;
	font-size: 12px;
	padding: 8px 22px;
}

.sidebar .enews-widget input[type="submit"] {
width: 100%;
}

.enews-widget input[type="submit"] {
background: #eab59a !important;
color: #ffffff !important;
}

.enews-widget input[type="submit"]:hover {
background: #b7a861 !important;
color: #fff !important;
}

/* Sidebar  enews-widget
-------------------------------------------*/
.sidebar .enews {
background: #ffffff;
padding: 20px;
overflow: auto;
}
.sidebar .enews .widget-title {
	color: #b7a861;
	font-size: 24px;
	text-transform: none;
	background: transparent;
}

.sidebar .enews-widget p {
	color: #222222;
font-size: 1.4rem;
line-height: 1.25;
text-align: center;
text-transform: uppercase;
}

.sidebar input#subbox1,
.sidebar input#subbox2 {
	background: #ffffff;
	color: #333333;
display: inline-block;
width: 48.717948717948715%;
}

.sidebar input#subbox2 {
float: right;
margin-left: 2.564102564102564%;
	
}
.sidebar input#subbox {
	width: 100%;
	float: none;
	margin-top: 5px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
font-size: 16px;
padding: 16px;
}


div.gform_wrapper .ginput_complex label {
font-size: 12px;
font-style: italic;
padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
font-weight: 300;
text-transform: uppercase;
}

div.gform_wrapper li,
div.gform_wrapper form li {
margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
font-size: 10px;
}
/* Instagram Feed
--------------------------------------------- */

#sb_instagram {
padding-bottom: 0 !important;
}

div#sb_instagram #sbi_load .sbi_load_btn,
div#sb_instagram .sbi_follow_btn a {
background: rgba(251,251,251,.8) !important;
border: 1px solid #222;
border-radius: 0;
color: #222 !important;
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: -75px;
z-index: 99;
position: relative;
}

div#sb_instagram #sbi_load .sbi_load_btn {
padding: 8px 14px !important;
}

div#sb_instagram #sbi_load .sbi_load_btn:hover,
div#sb_instagram .sbi_follow_btn a:hover {
background: #222 !important;
border: 2px solid #222;
color: #FFF !important;
opacity: 1;
}

#sb_instagram #sbi_load {
margin-bottom: -29px;
}

.instacaption {
background: #fff;
opacity: .95;
border: double #eee;
outline: 9px solid #fff;
height: 300px;
width: 300px;
padding: 20px;
position:absolute;
left: 50%;
margin-top: 75px;
transform: translateX(-50%);
z-index: 99;
}

.instacaption h1 {
font-family: commuters-sans, sans-serif;
text-align: center;
text-transform: none;
letter-spacing: normal;
font-size: 3.6rem;
margin-bottom: 5px;
}
/* Announcement Widget
------------------------------------------------------ */
.announcement-widget {
	background: #c7d300;
	font-size: 12px;
	color: #222222;
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.announcement-widget p {
	margin: 0px;
	padding: 0px;
}

.announcement-widget .button {
	padding: 5px 20px;
}

.woocommerce .announcement-widget .button {
	padding: 10px 20px !important;
}
.admin-bar .announcement-widget.fixed {
	top: 32px;
}
.announcement-widget.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.announcement-widget.fixed .wrap {
	margin: 0 auto;
}
.announcement-widget.fixed + div {
	border-top: 74px solid transparent;	
}
.announcement-widget .widget-title {
	display: none;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */

.admin-bar .site-header.light {
top: 32px;
}
.site-header {
    background: #ffffff;
    left: 0;
    width: 100%;
    z-index: 9;
	padding: 5px 0;
    -webkit-backface-visibility: hidden;
}
.site-header .wrap {
	width: 100%;
	max-width: 100%;
}
.site-header.light {
	background: #ffffff;
    height: 70px;
    position: fixed;
    top: 0;
	padding: 0px;
}
.site-header.light > .wrap {
    border: none;
	margin-top: 2px;
	margin-bottom: 3px;
}

.nav-primary .sub-menu a:hover,
.nav-secondary .sub-menu a:hover,
.site-header.light .nav-primary .sub-menu a:hover,
.site-header.light .nav-secondary .sub-menu a:hover {
color: #222222; 
}

/* Title Area
--------------------------------------------- */

.title-area {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 229px;
    height: 100px;
	padding: 5px 0;
    text-align: center;
}
.site-header.light .title-area {
    padding: 2px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 172px;
    height: 75px;
}

.site-title {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a  {
    color: #2f505b !important;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 229px;
}
.site-header.light .site-title a {
    height:70px;
	width: 160px;
    font-size: 20px;
    font-size: 2.0rem;
}

.header-image .site-title > a {
    background-size: contain !important;
	background-position: center center;
    display: block;
    height: 100px;
	margin: 0px auto 0px;
    text-indent: -9999px;
	border: none;
}
.header-image .light .site-title > a {
    height: 65px;
    margin-top: 0px;
}

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

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

/* Genesis Nav
--------------------------------------*/

.nav-primary span.sub, .nav-secondary span.sub {
font-size: 10px;
font-size: 1.0rem;
font-weight: normal;
font-style: italic;
letter-spacing: 1px;
text-transform: lowercase;
display: block;
}

.genesis-nav-menu a {
color: #76663a;
	border: none;
display: block;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.2;
padding: 8px 20px;
text-transform: uppercase;
}

.genesis-nav-menu .menu-item-has-children a:after {
content: "\f347";
font: normal 14px/1 "dashicons";
margin-left: 8px;
margin-bottom: 0;
display: inline-block;
vertical-align: bottom;
}

.genesis-nav-menu .sub-menu  a:after {
display: none!important;
}
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:hover {
    border-bottom: 2px solid #c7d300;
	font-weight: 600;
}

.genesis-nav-menu a .firstnav {
display: block;
font-size: 10px;
font-style: normal;
font-weight: 300;
letter-spacing: 2px;
}

.genesis-nav-menu .sub-menu {
background-color: #ffffff;
border: 1px solid #c7d300;
left: -9999px;
opacity: 1;
position: absolute;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition:    opacity .5s ease-in-out;
-ms-transition:     opacity .5s ease-in-out;
-o-transition:      opacity .5s ease-in-out;
transition:         opacity .5s ease-in-out;
z-index: 99;
}

.genesis-nav-menu .sub-menu a {
border-top: 0;
color: #222222;
font-size: 10px;
font-weight: 300;
letter-spacing: 2px;
line-height: normal;
position: relative;
padding: 8px;
text-transform: uppercase;
word-wrap: break-word;
	text-align: left;
}
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
color: #333333;
	border: none;
}

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

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

.genesis-nav-menu > .right {
color: #fff;
float: right;
list-style-type: none;
}

.wcmenucart-contents {
font-size: 12px !important;
}

/* Nav Widget Styling
------------------------------------------------*/

.genesis-nav-menu .widget-area {
	float: right;
    display: inline-block;
    float: right;
	padding: 8px 20px;
	margin-top: -15px;
}
.genesis-nav-menu .widget-area input {
    background-color: #ffffff;
	border: 1px solid #999999;
    color: #222222;
    font-size: 12px;
    font-weight: 300;
    padding: 11px;
}

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

.responsive-menu-icon {
cursor: pointer;
display: none;
margin-bottom: -1px;
text-align: center;
}

.responsive-menu-icon::before {
color: #222222;
content: "\f394";
display: inline-block;
font: normal 24px/1 'ionicons';
margin: 0 auto;
padding: 10px;
}

.nav-small .responsive-menu-icon::before {
color: #222222;
}


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

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

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

.genesis-nav-menu .sub-menu:after {
border-bottom-color: #c7d300;
border-width: 10px;
margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
border-bottom-color: #c7d300;
border-width: 11px;
margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
display: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
text-align: left;
width: 250px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: 50%;
margin-left: -100px;
opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
left: 199px;
margin-left: 0px;
opacity: 1;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
display: block;
}

.responsive-menu-icon,
.responsive-menu > .menu-item-has-children:before,
.responsive-menu .menu-open.menu-item-has-children:before {

}

/* Main Navigation
----------------------------------------------*/
.nav-primary .wrap,
.nav-secondary .wrap {
max-width: 100%;
	border: none;
}

.nav-primary,
.nav-secondary {
width: 35%;
margin-top: -60px;
}

.nav-primary {
float: left;
text-align: center;
padding-right: 15px;
}

.nav-secondary {
float: right;
text-align: center;
padding-left: 15px;
	
}

.site-header.light .nav-primary,
.site-header.light .nav-secondary   {
margin-top: -55px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
border: none;
float: left;
min-height: 310px;
padding: 0px 5px;
width: 33%;
}

.category-index .widget {
padding: 20px 0px;
}

.category-index .entry-title a {
font-size: 10px;
}

.category-index ul li {
float: left;
font-size: 13px;
margin: 3px 5px;
width: 23%;
}

/* Custom Archives
---------------------------------------------------------------------------------------------------- */

.fgd-archive .content .entry,
.journal .entry {
min-height: 335px;
overflow: hidden;
padding: 1%;
width: 33.333%;
float: left;
}

.fgd-archive .content .entry img:hover,
.journal .entry img:hover {
opacity:0.8;
}

.woocommerce.archive .content .entry img:hover {
opacity:1;
}

.fgd-archive .content .entry-title,
.journal .entry-title {
margin: 0 0 15px 0;
padding: 0;
text-align: center;
}

.fgd-archive .content .entry-title a,
.journal .entry-title a {
font-size: 13px;
}

.fgd-archive .archive-pagination {
clear: both;
}

/**Entries
--------------------------------------------- */

.entry {
margin-bottom: 30px;
}

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

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

.entry-content ul > li {
list-style-type: disc;
}

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

.entry-content code {
background-color: #f4f1ea;
color: #ddd;
}

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

p.entry-meta {
	color: #555555;
font-size: 12px;
font-size: 1.2rem;
font-weight:400;
letter-spacing: .25em;
margin-bottom: 0;
text-transform: uppercase;
}

.entry-header,
.entry-footer {
text-align: center;
}

.entry-footer {
margin-top: 10px;
margin-bottom: 30px;
}

.entry-header p.entry-meta {
font-size: 10px;
font-size: 1.0rem;
font-weight: 400;
letter-spacing: .5em;
margin-bottom: 16px;
text-transform: uppercase;
}
.entry-header::after {
border-bottom: 1px solid #afd100;
content: "";
display: block;
margin: 20px auto 40px;
width: 30px;
	
}

.sidebar .entry-header::after {
display: none;
}

.page.page-template-page_blog .entry-header p.entry-meta {
padding-top: 30px;
}

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

.page.page-template-page_blog .entry-header::after {
border-bottom: 1px solid #f7b8ba;
content: "";
display: block;
margin: 20px auto 40px;
width: 35%;
}

.page.page-template-page_blog img.alignleft {
margin-right: 40px;
}

.page.page-template-page_blog .entry {
float: left;
overflow: hidden;
padding: 1.5%;
width: 50%;
margin-bottom: 60px;
}

.page.page-template-page_blog .entry:first-of-type,
.page.page-template-page_blog .entry:nth-child(4) {
width: 100%;
}

.entry-categories::before,
.entry-tags::before {
display: inline-block;
font: normal 20px/1 "dashicons";
margin-right: 5px;
margin-top: 2px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
}

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

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

.pagination {
clear: both;
text-align: center;
}

.adjacent-entry-pagination {
margin-bottom: 30px;
}

.archive-pagination li {
display: inline;
}

.archive-pagination li a {
background-color: #fff;
border-bottom: 2px solid #999999;
color: #222;
cursor: pointer;
display: inline-block;
font-size: 12px;
padding: 8px 12px;
overflow: auto;
}

.archive-pagination .active a {
background-color: #fff;
border-bottom: 2px solid #c7d300;
color: #222;
}

.archive-pagination li a:hover {
background-color: #fff;
border-bottom: 2px solid #c7d300;
color: #222;
}



/** In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
clear: both;
font-size: 12px;
font-size: 1.2rem;
margin: 30px 0;
overflow: hidden;
padding: 10px;
text-transform: uppercase;
}

.previous {
float: left;
border-bottom: 3px solid #c7d300;
}

.previous:before {
color: #777;
content: "\f341";
font-family: "dashicons";
font-size: 11px;
padding-right: 2px;
-webkit-font-smoothing: antialiased;
}

.prev-next-navigation .next {
float: right;
text-align: right;
border-bottom: 3px solid #c7d300;
}

.next:after {
color: #777;
content: "\f345";
font-family: "dashicons";
font-size: 11px;
padding-left: 2px;
-webkit-font-smoothing: antialiased;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
background: #f9f9f9;
padding: 30px;
margin: 30px auto;
text-align: center;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
background-color: #ffffff;
border: none;
margin-bottom: 20px;
padding: 15px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
font-weight: normal;
text-align: center;
}

.comment-respond,
.entry-pings {
padding: 30px;
}

.comment-header,
.comment-meta {
font-size: 14px;
font-style: italic;
font-weight: 300;
letter-spacing: 2px;
}

.comment-header a {
font-style: normal;
text-transform: uppercase;
}

.comment-meta a {
font-size: 1.0rem;
text-transform: uppercase;
}

.comment-content {
clear: both;
}

.comment-list li {
margin-top: 24px;
padding: 30px;
}

.comment-list li li {
margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

.comment-respond label {
display: block;
margin-right: 12px;
}

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

.entry-pings .reply {
display: none;
}

.form-allowed-tags {
background-color: #f2f0e9;
font-size: 16px;
padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
border-bottom: 1px solid #a7cadd;
padding: 5px 0;
}

.sidebar .simple-social-icons li:before {
content: "";
margin: 0;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
border: none;
margin-bottom: 0;
}

.sidebar .widget {
border-bottom: 1px solid #a6b8cf;
margin-bottom: 45px;
overflow: hidden;
padding: 0 0 45px !important;
}

.front-page .sidebar .widget-title,
.sidebar .widget-title {
background: #ffffff;
	border-bottom: 2px solid #eab59a;
text-align: center;
color: #2d2d2d;
padding: 10px 0;
font-size: 2rem;
text-transform: lowercase;
letter-spacing: 1px;
position: relative;
margin-bottom: 25px;
}
/* WooCommerce
--------------------------------------------- */

.product_meta {
font-size: .9rem;
text-transform: uppercase;
letter-spacing: 2px;
}

.woocommerce div.product form.cart div.quantity {
margin-bottom: 20px !important;
}
.woocommerce .quantity .qty {
    padding: 10px 0px !important;
	margin-top: 2px !important;
	font-size: 1.4rem !important;
}

.related.products h2 {
text-align: center;
text-transform: uppercase;
margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #afd100 !important;
color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li {
border-right: none!important;
padding: 5px !important;
}

.woocommerce nav.woocommerce-pagination ul {
border: none!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
text-align:center;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price  {
text-align: center;
}
.woocommerce button.button,
.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-button button woocommerce-form-register__submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.home-grid,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ffffff !important;
    background: #ffffff url(images/Ollie-green.png) no-repeat center !important;
	background-size: cover !important;
	border: none;
    color: #222222 !important;
	font-family: "calder-dark", sans-serif !important;
    font-weight: 400;
    cursor: pointer;
	display: table;
    font-size: 1.2rem !important;
	font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 15px 22px 5px !important;
    text-transform: uppercase;
    margin: 15px auto;
	width: 180px;
	height: 46px !important;
	text-align: center;
}
.woocommerce button.button,
.woocommerce_checkout_place_order,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-button button woocommerce-form-register__submit,
.woocommerce div.product form.cart .button {
    margin: 0px auto !important;
	padding: 5px 22px 5px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	width: auto !important;
	background-size: cover !important;
	background: #ffffff url(images/Ollie-green.png) no-repeat center !important;
	padding-top: 15px !important;
}
.fl-node-8rsqzk1h7tjb .woocommerce #payment #place_order,
.woocommerce_checkout_place_order {
	padding-top: 5px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 22px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover  {
    background: url(images/button-neutral.png) no-repeat center;
	background-size: contain !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
	background: #c7d300 !important;
	font-size: 1.4rem !important;
	font-weight: 400 !important;
    letter-spacing: 1px !important;
	padding: 10px 22px 5px !important;
	font-family: "calder-dark", sans-serif !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #c7d300 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "calder-dark", sans-serif;
    font-size: 12px;
    font-weight: 300 !important;
   letter-spacing: 0px;
   text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
color: #222 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
    border-top-color: #222 !important;
}

.woocommerce span.onsale {
    background-color: #c7d300 !important;
    font-size: 12px !important;
   padding: 5px 8px !important;
   text-transform: uppercase;
   z-index: 1 !important;
}

.woocommerce .star-rating {
width: auto !important;
}

.woocommerce-cart table.cart img {
width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
    float: left;
    padding: 1% !important;
    width: 33%;
}

.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li {
    float: left;
    padding: 1% !important;
    width: 50%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 30.6% !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 100% !important;
background: rgba(251,251,251,.75);
padding: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline !important;
}

.woocommerce .quantity .qty {
padding: 9px 0px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 12px 5px !important;
}

.woocommerce-checkout #payment {
background-color: #f3f3f3 !important;
}

.woocommerce .product-title {
	color: #333333;
    font-family: "andale-mono-mt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px !important;
    font-size: 14px;
    text-transform: uppercase;
}
.fl-node-8rsqzk1h7tjb #customer_details h3, .fl-node-8rsqzk1h7tjb #customer_details h3 label,
.fl-node-8rsqzk1h7tjb #ship-to-different-address span {
	font-size: 24px !important;
		
}

.woocommerce form .form-row textarea {
height: 50px !important;
}

.woocommerce .next::after {
display: none !important;
}
.genesis-nav-menu > .right {
float: right;
list-style-type: none;
}

.wcmenucart-contents {
font-size: 12px !important;
padding: 2px 5px !important;
}
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: middle !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0px !important;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #c7d300;
    background: #ffffff !important;
    color: #444444;
    z-index: 0;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background: #ffffff !important;
	color: #333333 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff !important;
    color: #333333 !important;
    z-index: 2;
    border-bottom: 1px solid #c7d300 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #c7d300 !important;
	background-color: #ffffff !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	background: #ffffff !important;
	color: #222222 !important;
	width: auto !important;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px !important;
}
.woocommerce-checkout #payment {
    background-color: #ffffff !important;
	border: 1px solid #c6d300;
    border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f2f0e6 !important;
    color: #222222;
}
.woocommerce-message {
    border-top-color: #c6d300;
	border-top: 3px solid #c6d300; 
	background-color: #ffffff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #ffffff !important;
	border: 1px solid #c6d300 !important; 
	border-top: 3px solid #c6d300 !important; 
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #222222;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
padding-right: 3%;
padding-top: 3%;
}
.product-rating { display: none !important; }


/* To Top
----------------------------------------*/
.to-top {
border-radius: 50%;
display:inline-block;
height:40px;
width:40px;
position:fixed;
bottom:40px;
right:10px;
box-shadow:0 0 10px rgba(0,0,0,0.05);
overflow:hidden;
text-indent:100%;
white-space:nowrap;
background: #c7d300 url(images/to-top.svg) no-repeat center 50%;
visibility:hidden;
opacity:0;
-webkit-transition:all .3s;
-moz-transition:all .3s;
transition:all .3s;
z-index: 9;
}

.to-top.top-is-visible {
visibility:visible;
opacity:1;
}

.no-touch .to-top:hover {
background-color: #c7d300;
opacity:1;
}

@media only screen and (min-width: 768px) {
.to-top {
right:20px;
bottom:20px;
}
}

@media only screen and (min-width: 1024px) {
.to-top {
height:60px;
width:60px;
right:30px;
bottom:30px;
}
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: #ffffff;
	border-top: 3px solid #c7d300;
color: #333333;
clear: both;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: 1px;
margin: 20px auto 0;
text-transform: none;
	text-align: left;
max-width: 100%;
width: 100%;
}

.footer-widgets img:hover {
opacity: 0.7;
}

.footer-widgets li {
font-size: 1.4rem;
padding: 3px;
text-align: left;
}

.footer-widgets li a {
color: #222222;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-widgets li a:hover {
    color: #111111;
	font-weight: 500;
}
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
     width: 33%;
    padding: 20px;
}
.footer-widgets-2 {
	padding-top: 15px;
}
.footer-widgets-3 .widget-title {
	margin-top: 15px;
	padding-left: 0px;
}
.footer-widgets-1 {
	border: none !important;
	clear: both;
	margin: 10px auto;
float: none;
width: 100%;
padding: 10px 20px;
}
.footer-widgets-4 {
	width: 33%;
	padding: 20px;
	float: right;
}

.footer-widgets-2 .widget {
    display: block;
	padding: 5px;
}

.footer-widgets .simple-social-icons ul li a {
font-size: 1.4rem;
background: transparent !important;
color: #222 !important;
border: 2px solid #222 !important;
border-radius: 50% !important;
padding: 6px;
}

.footer-widgets .simple-social-icons ul li a:hover,
.footer-widgets .simple-social-icons ul li a:focus {
font-size: 1.4rem;
background: transparent !important;
color: #2f4f5a !important;
border: 2px solid #506171 !important;
border-radius: 50% !important;
padding: 6px;
}

/* Footer Widget  enews
-------------------------------*/

.footer-widgets .enews,
.after-entry .enews {
padding: 0 10% 15px;
}

.footer-widgets-2 .widget-title,
.after-entry .widget-title {
    text-align: left;
	font-size: 20px;
	letter-spacing: -1px;
	color: #333333;
	padding-left: 10px;
}

.footer-widgets .enews p,
.after-entry .enews p {
font-size: 10px;
font-size: 1.0rem;
margin-bottom: 10px;
text-align: center;
width: 100%;
}

.footer-widgets input,
.after-entry input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

.footer-widgets .enews input#subbox,
.after-entry .enews input#subbox {
    display: inline-block;
    font-size: 11px;
    width: 100%;
    padding: 8px 10px;
}

/* Social Bar
--------------------------------------------- */
.social-bar .widget-title {
    color: #76663a;
    text-align: center;
	font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 100;
    letter-spacing: 1px;
    padding: 14px;
    margin-bottom: 0px;
}
.social-bar {
	background: #ffffff;
    border-top: 3px solid #c7d300;
	text-align: center;
}
.social-bar a {
	border: none;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer  {
	background: #c7d300;
color: #2d2d2d;
font-weight: 300;
font-size: 10px;
font-size: 1.0rem;
letter-spacing: 2px;
line-height: 1;
padding: 30px 40px 0;
margin: 0 auto;
text-transform: uppercase;
}

.site-footer .social-footer {
width: 100%;
float: none;
text-align: left;
}

.site-footer .creds {
width: 100%;
float: none;
	text-align: center;
}

.site-footer p {
text-align: center;
}

.site-footer a {
color: #ffffff;
}

.site-footer li {
display: inline;
margin: 20px 10px;
}

.site-footer .widget-title {
font-weight: 300;
font-size: 1.0rem;
letter-spacing: 2px;
line-height: 1;
float: left;
display: inline-block;
}

.site-footer .simple-social-icons ul li a {
font-size: 1.4rem;
background: transparent !important;
color: #888888 !important;
border: 2px solid #ffffff !important;
border-radius: 50% !important;
padding: 6px;
}

.site-footer .simple-social-icons ul li a:hover,
.site-footer .simple-social-icons ul li a:focus {
font-size: 1.4rem;
background: transparent !important;
color: #999 !important;
border: 2px solid #999 !important;
border-radius: 50% !important;
padding: 6px;
}

/* Checkmarks
-------------------------------------*/
ul.checkmark {
margin-top: 15px;
}

ul.checkmark li:before {
vertical-align: middle;
}

ul.checkmark li:before {
color: #a7cadd;
content: "\f00c";
display: inline-block;
font-family: 'fontawesome';
font-size: 26px;
font-size: 2.6rem;
margin-left: -36px;
width: 50px;
}

ul.checkmark li {
line-height: 1;
padding: 3px 0 3px 20px;
text-align: left;
margin-left: 10px;
}




/* side Content
----------------------------------------------------------------------------------------------------*/

.no-scroll {
overflow: hidden;
}

.side-content {
display: none;
height: 100%;
left: 0;
overflow-y: scroll;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 10000;
}

.side-content .wrap {
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

.side-container {
display: table;
overflow: hidden;
table-layout: fixed;
text-align: center;
width: 500px;
}

.side-container .widget-area {
background: rgba(251,251,251,.75);
display: table-cell;
padding-bottom: 20px;
vertical-align: middle;
width: 100%;
}

.side-container .widget {
margin-bottom: 15px;
}

.side-container .enews-widget {
background: #f9f9f9;
padding: 20px;
box-shadow: 0 1px 5px rgba(190,190,190,.46);
-webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
-moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
-webkit-backface-visibility: hidden;
}

.side-container .enews-widget input {
margin-bottom: 10px;
width: 100%;
margin-top: 10px;
}

.side-container .enews-widget p {
margin-bottom: 10px;
}

.side-container .simple-social-icons ul li a {
background: transparent !important;
color: #222 !important;
border: 2px solid #222 !important;
border-radius: 50% !important;
padding: 12px;
}

.side-container .simple-social-icons ul li a:hover,
.side-container .simple-social-icons ul li a:focus {
background: transparent !important;
color: #000000 !important;
border: 2px solid #000000 !important;
border-radius: 50% !important;
padding: 12px;
}

/* side Content Icon
---------------------------------------------*/

.ion-ios-close-empty,
.ion-ios-more {
font-size: 36px;
font-size: 3.6rem;
}

.ion-ios-close-empty {
margin-right: 10px;
}

.side-content-icon,
.side-content-toggle {
position: fixed;
left: 0;
top: 400px;
z-index: 10000;
}

.admin-bar .side-content-icon,
.admin-bar .side-content-toggle {
top: 400px;
}

.side-content button,
.side-content-icon button {
background-color: #fff;
border: none;
color: #c29947;
font-size: 30px;
font-size: 3rem;
line-height: normal;
padding: 20px;
margin: 0 auto;
box-shadow: 0 1px 5px rgba(190,190,190,.46);
-webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
-moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
-webkit-backface-visibility: hidden;
}

.side-content button:hover,
.side-content-icon button:hover {
color: #444444;
border: none;
}

/* Custom Code
-------------------------------------------------------*/

.title-box {
position: relative;
}

.title-element {
font-size: 8.0em;
text-transform: uppercase;
color: #333333;
line-height: 175px;
letter-spacing: 10px;
word-break: break;
font-weight: 500;
text-align: left;
-webkit-font-smoothing: auto;
}

.title-box .name {
color: #333333;
font-size: 2.5em;
font-weight: 400;
letter-spacing: 8px;
line-height: 1;
text-transform: uppercase;
position: absolute;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 65%;
left: 3%;
}

.title-box .description {
color: #333333;
font-size: 2.2em;
line-height: 1;
position: absolute;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 85%;
font-weight: 600;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
left: 5%;
}

@media only screen and (max-width: 1200px) {
.title-element {
line-height: 150px;
font-size: 5.0em;
}
.title-box  .name {
top: 60%;
}
.title-box  .description {
top: 80%;
}
}



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

.title-element {
font-size: 4.0em;
}
.title-box  .name {
top: 60%;
font-size: 2.2em;
}
.title-box  .description {
font-size: 1.8em;
top: 85%;
font-weight: 400;
}
}



/* Fadeup Effect
----------------------------------------------------------------------------------------------------*/

.js .fadeup-effect {
opacity: 0;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
from { opacity: 0; -webkit-transform: translateY(20px); }
to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1920px) {
	.fgd-portfolio .site-inner {
	max-width: 1500px;
	width: 100%;
}
}

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

.genesis-nav-menu .widget-area {
float: none;
	display: block;
	border-radius: 0px !important;
	width: 100%;
}

.nav-small .genesis-nav-menu > .search {
margin-top: 10px;
}

.site-header.light {
height: 100px;
 position: static;
	}

.site-header .wrap {
padding: 10px 5%;
}

.title-area {
margin-bottom: 10px;
width: 100%;
}

.nav-primary {
width: 100%;
padding: 0;
margin: -30px 0 0;
z-index: 1;
}

.nav-primary.fixed {
width: 100%;
z-index: 1;

}
.genesis-nav-menu.responsive-menu {
padding-bottom: 16px;
padding-top: 10px;
}

.nav-primary .genesis-nav-menu.responsive-menu {
background: #ffffff;
padding-left: 40px;
}

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

.responsive-menu-icon {
color: #222222;
display: block;
text-align:left;
z-index: 999;
}

.nav-primary .responsive-menu-icon {
margin-top: -35px;
	float: left;
}

.genesis-nav-menu.responsive-menu .sub-menu:after,
.genesis-nav-menu.responsive-menu .sub-menu:before,
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
.genesis-nav-menu.responsive-menu,
.nav-primary.fixed .small-site-title {
display: none;
}

.genesis-nav-menu.responsive-menu .menu-item {
text-align: left;
}

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

.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover {
display: block;
line-height: 1;
padding: 8px 20px;
}

.nav-small .genesis-nav-menu a {
text-align: center;
}

.simple-social-icons ul li a,
.simple-social-icons ul li a:hover,
.simple-social-icons ul li a:focus {
padding: 7px !important;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children {
cursor: pointer;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
margin-right: 60px;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
text-align: left;
}

.genesis-nav-menu .sub-menu {
background-color: #fff;
border: none;
}
	.genesis-nav-menu .menu-item-has-children a:after {
		display: none;
	}

.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
color: #405468;
content: "\f123";
float: right;
font: normal 14px/1 'ionicons';
padding: 18px 20px 0;
right: 0;
text-align: right;
z-index: 9999;
}

.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
color: #405468;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu.responsive-menu .sub-menu {
left: auto;
opacity: 1;
margin: 0 auto;
position: relative;
width: 100%;
}

.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
padding-left: 20px;
margin: 0;
}

.genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
background: none;
border: none;
padding: 16px 20px;
position: relative;
width: 100%;
}


.genesis-nav-menu > .right {
float: none;
}
	.nav-small {
		display: visible;
	}
}



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

.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
    .nav-small {
        width: 100%;
}

.sidebar-primary {
border-left: none;
padding: 50px 200px;
}
	.fl-builder-content .fl-slide-content .button {
		background: url(images/Ollie-green.png) no-repeat center !important;
	    background-size: cover !important;
	    border: none;
        color: #222222 !important;
        cursor: pointer;
	    display: table;
        font-size: 1.2rem;
        letter-spacing: 2px;
        padding: 12px 22px;
        text-transform: uppercase;
        margin: 15px auto;
	    width: auto;
	    height: 46px;
	    text-align: center;
      }
	.footer-widgets-1 {
		clear: both;
		margin: 10px auto;
		padding: 10px;
		border: none; 
	}

}

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

.site-inner {
padding: 1%;
}

.small-wrap {
max-height: 100%;
}

.full-width-content.page-template-page_blog  .content {
padding: 0 0 50px;
}

.archive-pagination li a {
margin-bottom: 4px;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.pricing-table .one-third {
margin: 0;
width: 100%;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	clear: both;
	border: none;
	border-bottom: 1px solid #c7d300;
    width: 100%;
	margin: 5px auto;
	float:  none;
}
	.fgd-portfolio .entry {
    width: 100%;
	display: block;
	float: none;
	margin: 20px auto;
}
	h1 {
    font-size: 4rem;
}
h2 {
     font-size: 3.6rem;
}
h3 {
    font-size: 3.0rem;
}
	h4 {
		font-size: 2.2rem;
		letter-spacing: -1px;
	}

.entry-categories,
.entry-tags,
.entry-comments-link {
border: none;
display: block;
float: none;
padding: 0;
width: 100%;
}

.entry-footer .entry-meta {
padding: 20px;
}

.sidebar-primary {
padding: 50px 100px;
}

.widget-below-content .enews-widget input,
.widget-below-content .enews-widget input[type="submit"] {
display: block;
float: none;
margin: 10px auto;
width: 100%;
max-width: 300px;
}

.widget-below-content .enews-widget p {
text-align: center;
width: 80%;
padding: 0;
margin: 0 auto 20px;
float: none;
}

#genesis-responsive-slider .slide-excerpt {
bottom: 20px;
padding: 10px;
}
	

.site-footer p {
text-align: center;
}

.site-footer .creds {
width: 100%;
float: unset;
}

.site-footer .social-footer {
width: 100%;
float: unset;
text-align: center;
margin-bottom: 10px;
}
	.text-box {
	max-width: 780px;
	margin: 30px auto;
}

	.fl-module-content-slider .fl-slide .fl-slide-content-wrap, .fl-module-content-slider .fl-slide .fl-slide-content {
		background: #f6f6f0;
		margin: 0px !important;
		padding: 10px !important;
	}
	.home-slider .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text {
		font-size: 80% !important;
		line-height: 1.2 !important;
	}
	.home-slider .fl-slider-text button {
		background: url(images/Ollie-green.png) no-repeat center; 
        background-size: cover !important; 
        color: #222222;
        cursor: pointer;
       font-size: 1.1rem !important;
        padding: 10px 22px;
        text-transform: uppercase;
        margin: 15px auto;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
	    width: 180px;
	    height: 46px;
	    text-align: center;
	}
	.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
       width: 48% !important;
}
	.related.products h2 {
		text-align: left !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		text-align: center !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 10px !important;
        font-weight: 300 !important;
        letter-spacing: 0px;
        text-transform: uppercase;
}

}

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

.side-container {
width: 100%;
}
.side-content .wrap {
width: 300px;
}
.comment-respond,
.entry-comments,
.entry-pings,
.comment-list li {
padding: 10px;
}
	.home-slider .fl-slide .fl-slide-text p {
		line-height: 1.2;
	    font-size: 24px !important;
	}
	.home-slider .fl-slide-content .fl-slide-text h3 {
		line-height: 1.2;
	    font-size: 18px !important;
	}
	.home-slider .fl-slider-text button {
		font-size: 11px !important;
	}
	.woocommerce-tabs ul.tabs li {
		font-size: 10px !important;
	}
	.announcement-widget {
		display: none;
	}
	

}

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

	.site-header {
		padding: 3px;
	}
.site-header .wrap {
padding: 5px 5%;
}

.header-image .site-header a {
background-size: 80% !important;
	background-position: top center !important;
width: 100%;
	margin: 5px auto;
}
	.announcement-widget {
		display: none;
	}

.sidebar-primary {
padding: 50px 15%;
}

	.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.home-grid,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ffffff !important;
    background: #ffffff url(images/Ollie-green.png) no-repeat center !important;
	background-size: cover !important;
	border: none;
    color: #222222 !important;
	font-family: "calder-dark", sans-serif !important;
    font-weight: 400;
    cursor: pointer;
	display: table;
    font-size: 1.1rem !important;
    letter-spacing: 0px !important;
    padding: 12px 22px 5px !important;
}
.category-index .featured-content .entry {
float: none;
width: 100%;
}

.fgd-archive .content .entry, .journal .entry {
width: 100%;
}
.home-slider .fl-slide .fl-slide-text-right .fl-slide-content-wrap {
    float: none !important;
    text-align: left;
    margin: 0px auto !important;
    padding: 20px !important;
    
}
.home-slider .fl-slide .fl-slide-content {
    padding: 20px !important;
    margin: 0px !important;
}
.home-slider .fl-slide-text-right .fl-slide-content-wrap {
    float: none !important;
    text-align: left;
	line-height: 1.2;
    margin: 5px auto !important;
    padding: 30px !important;
    
}
.home-slider .fl-slide .fl-slide-content {
    padding: 20px !important;
    margin: 0px !important;
	font-size: 80%;
}
.fl-slide-content a {
    color: #222222
}

.fl-slide-content a {
    color: #222222
}

.site-footer p {
text-align: center
}
.site-footer .social-footer{
width: 100%;
}
#genesis-responsive-slider .slide-excerpt {
display: none !important;
}
	.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
       width: 48% !important;
}
}

ul#menu-right-menu .genesis-nav-menu .menu-item {
	display: inline-flex !important;
}

