/*
	Theme Name: Fudge Pot Chicago Redesign 2016
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: Customized theme based on Agency Pro by StudioPress.
	Author: Pulliam New Media
	Author URI: http://www.reggiepulliam.com/
	Version: 3.1.2
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
	}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
	}


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

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

html {
	background: #e7ddc3 url( 'images/background.jpg' );
	}

body {
	background: #e7ddc3 url( 'images/background.jpg' );
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6em;
	}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	}

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

::selection {
	background-color: #333;
	color: #fff;
	}

a {
	color: #084adf;
	text-decoration: underline;
	}

a img {
	margin-bottom: -4px;
	}

a:hover {
	color: #333;
	}

p {
	margin: 0 0 24px;
	padding: 0;
	color: #555;
	}

strong {
	font-weight: 700;
	}

ol,
ul {
	margin: 0;
	padding: 0;
	}

blockquote,
blockquote::before {
	color: #999;
	}

blockquote {
	margin: 40px 40px 24px;
	}

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

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

cite {
	font-style: normal;
	}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: georgia, serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 .25em;
	color: #084adf;
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	}

h4,
h5,
h6 {
	line-height: 1.6em;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font-size: .9em;
	}

h6 {
	font-size: .8em;
	}

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

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

img {
	height: auto;
	}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
	}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
	}

.gallery-caption {
	margin: 0 0 10px;
	}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
	}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
	}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
	}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
	}

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

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

::-moz-placeholder {
	color: #999;
	}

::-webkit-input-placeholder {
	color: #999;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	}

.button,
.entry-content .button {
	display: inline-block;
	}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #d7c603;
	color: #fff;
	}

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

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

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

/* dotted border below quantity and flavor drop-down menus */
tbody {
	border-bottom: 1px dotted #084adf;
	}

th,
td {
	text-align: left;
	}

th {
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #084adf;
	}

td {
	border-top: dotted 1px #084adf !important;
	padding: 6px 0;
	}


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

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

.header-full-width .site-container,
.site-container {
	max-width: 1024px;
	padding-top: 0px;
	margin: 0 auto;
	}

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

.site-inner {
	clear: both;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	padding: 22px 0 0;
	}

.agency-pro-home .site-inner {
	width: 86%;
	margin: 0 7%;
	padding: 0;
	}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 100%;
	}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
	}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	}

/* Content */

.content {
	float: right;
	width: 68%;
	padding-right: 2%;
	}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 68%;
	padding-right: 2%;
	}

.full-width-content .content {
	width: 100%;
	}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
	}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
	}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
	}

/* 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;
	}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

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

.alignleft .avatar {
	margin-right: 24px;
	}

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

.search-form {
	overflow: hidden;
	}

.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;
	}

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
	}

.widget_calendar table {
	width: 100%;
	}

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

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

.breadcrumb {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}

.breadcrumb a {
	color: #fff;
	}

.archive-description,
.author-box {
	font-weight: 100;
	border-radius: 3px;
	margin-bottom: 40px;
	}

.archive-description {
	padding: 0px 0px 24px;
	border-bottom: dotted 1px #084adf;
	}

.author-box {
	padding: 40px;
	}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
	}

.author-box p {
	margin-bottom: 0;
	}

.author-box .avatar {
	margin-right: 24px;
	}

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

.entry-title {
	color: #084adf;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.20em;
	margin-bottom: 0.6em;
	}

.entry-title a {
	color: #084adf;
	text-decoration: none;
	}

.widget-title {
	color: #084adf;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
	}

.archive-title {
	font-size: 2rem;
	font-weight: 100;
	margin-bottom: 12px;
	}


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

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

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	}

.widget li li {
	margin: 0;
	padding: 0 0 0 20px;
	}

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

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

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
	}

a.more-link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
	}

.enews-widget input {
	margin-bottom: 16px;
	}

.enews-widget input:focus {
	border: 1px solid #ddd;
	}

.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
	}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	}

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

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

div.gform_wrapper .ginput_complex label {
	padding: 0;
	}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
	}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: none;
	background-color: #333;
	left: 0;
	min-height: 61px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	}

.admin-bar .site-header {
	top: 32px;
	}

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

.title-area {
	float: left;
	padding: 16px 0;
	width: 300px;
	}

.header-image .title-area {
	padding: 0;
	}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	}

.site-title a {
	color: #fff;
	}

.site-title a:hover {
	color: #d7c603;
	}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
	}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
	}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
	}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
	}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
	}

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


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 12px 16px 14px;
	text-decoration: none;
	position: relative;
	}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #084adf;
	color: #fff;
	}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
	}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
	}

.genesis-nav-menu .sub-menu a {
	background-color: #084adf;
	border: none;
	font-size: 12px;
	padding: 16px;
	position: relative;
	width: 180px;
	}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #084adf;
	}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
	}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
	}

.genesis-nav-menu > .last > a {
	padding-right: 0;
	}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
	}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
	}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
	}

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

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	}

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

.nav-primary {
	width: 86%;
	margin: 0 7% 8px;
	background-color: #084adf;
	}

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

.nav-secondary {
	margin-bottom: 20px;
	}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
	}

.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
	}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: none;
	padding: 40px;
	}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
	}

.agency-pro-home .content .textwidget {
	padding: 0px;
	}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
	}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
	}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
	}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
	}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
	}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
	}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
	}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
	}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
	}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
	}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
	}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
	}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
	}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
	}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
	}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
	}

.home-top {
	width: 86%;
	margin: 0 7% 1%;
	}

.home-top .wrap {
	color: #fff;
	max-width: 880px;
	width: 100%;
	max-height: 280px;
	padding: 0;
	text-align: center;
	}

.home-top .widget-title {
	display: none;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
	}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
	}

.home-middle {
	padding: 0;
	}

.home-middle h4 {
	display: none;
	}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
	}

.home-middle .featuredpost img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	}

.home-middle .featured-content.featuredpost {
	background: #333;
	}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
	}

.home-middle .featuredpost .entry {
	min-height: 380px;
	}

.home-middle .featuredpost .entry-title a {
	color: #fff;
	}

.home-bottom {
	padding: 5% 0 10%;
	}

.home-bottom .featuredpost .entry {
	min-height: 320px;
	}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
	}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
	}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
	}

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

.entry {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 0;
	}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	}

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

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

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

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

.entry-content .search-form {
	width: 75%;
	}

.error404 .entry-content input[type="search"] {
	float: left;
	display: inline;
	width: 50%;
	margin-right: 12px;
	}

.error404 .entry-content input[type="submit"] {
	float: left;
	display: inline;
	width: 20%;
	background: #084adf;
	}

.error404 .entry-content input[type="submit"]:hover {
	background: #084adf;
	}

.entry-meta {
	color: #930;
	font-size: 14px;
	}

.entry-header .entry-meta {
	margin-bottom: 20px;
	}

.entry-footer .entry-meta {
	border-top: 1px dotted #930;
	margin: 0;
	padding: 32px 0px 8px;
	}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
	}

.entry-categories,
.entry-tags {
	display: block;
	}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
	}

.after-entry .widget {
	margin-bottom: 40px;
	}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
	}

.after-entry li {
	list-style-type: none;
	}

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

.archive-pagination {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
	}

.archive-pagination a {
	color: #fff;
	}

.archive-pagination li {
	display: inline;
	}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #2a6ceb;
	color: #fff;
	}

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

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	}

.comment-content {
	clear: both;
	}

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

.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;
	}

.comment-list li,
.ping-list li {
	list-style-type: none;
	}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
	}

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

li.comment {
	border-left: 2px solid #f5f5f5;
	}

.comment-header {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	}

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

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.comment-reply-link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	}

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

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


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

.sidebar {
	color: #999;
	}

.sidebar p:last-child {
	margin-bottom: 0;
	}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	}

.sidebar ul > li:last-child {
	margin-bottom: 0;
	}

.sidebar .widget {
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 0 5%;
	}

.sidebar .enews-widget {
	background-color: #333;
	}

.sidebar .enews-widget .widget-title {
	color: #fff;
	}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #999;
	clear: both;
	padding: 60px 0 36px;
	}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
	}

.footer-widgets-2 {
	width: 360px;
	}

.footer-widgets-1 {
	margin-right: 40px;
	}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	}

.footer-widgets-3 {
	float: right;
	}

.footer-widgets .widget {
	margin-bottom: 24px;
	}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
	}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	width: 86%;
	color: #999;
	padding: 20px 0 10px;
	margin: 0 7%;
	text-align: center;
	text-transform: uppercase;
	/* background-color: none; */
	}

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

.site-footer a:hover {
	color: #333;
	}

.site-footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	}



/* Custom CSS - Fudge Pot Redesign 2016 */

.page-id-169 .fudge-feature:before,
.page-id-169 .product-single-wrap:before,
.fudge-feature:before,
.product-wrap:before,
.product-page-wrap:before {
	content: " ";
	display: block;
	}

.page-id-169 .fudge-feature:after,
.page-id-169 .product-single-wrap:after,
.fudge-feature:after,
.product-wrap:after,
.product-page-wrap:after {
	clear: both;
	content: " ";
	display: block;
	}

.genesis-nav-menu a:hover,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #2a6ceb;
	color: #fff;
	}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: cyan;
	}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #2a6ceb;
	}

.product-wrap { 
	max-width: 1024px;
	margin: 0 auto;
	}

.fp-header:before {
	content: " ";
	display: block;
	}

.fp-header:after {
	clear: both;
	content: " ";
	display: block;
	}

.fp-header {
	width: 86%;
	margin: 0 7%;
	padding-bottom: 18px;
	}

.fp-logo {
	float: left;
	display: inline;
	width: 20%;
	margin-right: 2%;
	}

.fp-tagline {
	float: left;
	display: inline;
	width: 50%;
	}

.fp-tagline h2 {
	font-family: georgia, serif;
	font-size: 21px;
	line-height: 1.75rem;
	margin-top: 60px;
	margin-bottom: 0px;
	color: #084adf;
	}

.fp-social-media {
	float: right;
	width: 28%;
	text-align: right;
	padding-top: 24px;
	}

.fp-social-media p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-bottom: .25em;
	color: #084adf;
	}

.fp-social-media ul,
.fp-social-footer ul {
	list-style-type: none;
	}

.fp-social-media li,
.fp-social-footer li {
	display: inline;
	}

.fp-secondary {
	float: right;
	display: inline;
	width: 30%;
	text-align: right;
	}

.fp-secondary h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-top: 12px;
	color: #084adf;
	}

.fp-social-footer {
	display: none;
	margin-top: 12px;
	}

.page-template-page_landing .fp-header {
	display: none;
	}

.home em {
	font-style: normal;
	color: #084adf;
	}

.home-middle a {
	color: #084adf;
	}

.home-middle a:hover {
	text-decoration: none;
	}

.home-middle .order-button img {
	margin-top: 6px;
	}


.full-width-content .content {
	padding-right: 0;
	}

.order-button { 
	float: right;
	display: inline;
	width: 220px;
	margin-left: 12px;
	}

.order-button-480 {
	display: none;
	}

.widget-title {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	margin-bottom: 16px;
	padding: 4px 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #fff;
	background: #084adf;
	}

.widget-wrap p {
	color: #084adf;
	}

.page-id-163 .entry-content a.alignright img,
.page-id-163 .entry-content img.alignright,
.page-id-163 .entry-content .wp-caption.alignright {
	margin: 6px 0 18px 18px;
	}

.page-id-163 #text-4 a,
.page-id-176 #text-4 a,
.page-id-179 #text-4 a {
	text-decoration: none;
	}

.page-id-163 .virtual-tour,
.page-id-176 .virtual-tour,
.page-id-179 .virtual-tour,
.search-results .virtual-tour {
	max-width: 300px;
	text-align: center;
	padding: 6px 0;
	background: #084adf;
	}

.page-id-163 .virtual-tour:hover,
.page-id-176 .virtual-tour:hover,
.page-id-179 .virtual-tour:hover, 
.search-results .virtual-tour:hover {
	background: #2a6ceb;
	text-decoration: none;
	}

.page-id-163 .inner-border,
.page-id-176 .inner-border,
.page-id-179 .inner-border,
.search-results .inner-border {
	border: solid 1px #fff;
	margin: 0 6px;
	}

.page-id-163 .virtual-tour h3,
.page-id-176 .virtual-tour h3,
.page-id-179 .virtual-tour h3,
.search-results .virtual-tour h3 {
	font-size: 1.15rem;
	margin-top: 9px;
	margin-bottom: 15px;
	text-decoration: none;
	color: #fff;
	}

.page-id-169 .content {
	padding-right: 0px;
	}

.page-id-169 .entry-title {
	display: none;
	}

.page-id-169 .fudge {
	font-family: georgia, serif;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	}

.page-id-169 .fudge-feature img {
	border: solid 1px #084adf;
	}

.page-id-169 .product-single-wrap img {
	margin-bottom: .25em;
	border: solid 1px #084adf;
	}

.page-id-169 .product-single-wrap h3 {
	font-family: georgia, serif;
	font-size: 1.1rem;
	}

.page-id-169 .product-single-wrap p {
	font-size: 0.9rem;
	line-height: 1.6em;
	}

.page-id-169 .product-single-1, .page-id-464 .product-single-1,
.page-id-169 .product-single-2, .page-id-464 .product-single-2,
.page-id-169 .product-single-3, .page-id-464 .product-single-3 { 
	float: left;
	display: inline;
	width: 23.24218%;
	margin-right: 2.34375%;
	padding-bottom: 18px;
	min-height: 200px;
	text-align: center;
	}

.page-id-169 .product-single-4, .page-id-464 .product-single-4 {
	float: right;
	width: 23.24218%;
	min-height: 200px;
	padding-bottom: 18px;
	text-align: center;
	}

.page-id-169 .product-single-photo {
	float: left;
	display: inline;
	width: 50%;
	}

.page-id-169 .product-single-copy {
	float: right;
	display: inline;
	width: 50%;
	}

.page-id-169 .fudge-feature {
	}

.page-id-169 h3 a {
	text-decoration: none;
	}

.page-id-169 h3 a:hover {
	color: #084adf;
	text-decoration: underline;
	}

.page-id-169 .fudge-feature .text {
	float: left;
	display: inline;
	width: 48.828%;
	}

.page-id-169 .fudge-feature .image {
	float: right;
	display: inline;
	width: 48.828%;
	}

.page-id-176 h1 {
	font-size: 1.8rem;
	margin-bottom: 1.0em;
	}

.page-id-176 .entry-content h4 {
	font-size: 1.3rem;
	margin-bottom: 0.10em;
	}

.page-id-176 p {
	margin-bottom: 1.00em;
	}

.parent-pageid-169 h1 {
	display: none;
	}

.product-page-wrap {
	}

.product-page-wrap-text {
	display: inline;
	float: left;
	width: 45%;
	}

.product-wrap .fudge-feature .image-480 {
	display: none;
	}

.product-page-wrap-text td {
	font-family: georgia, serif;
	padding: 6px 0 0 0;
	font-weight: 900;
	color: #084adf;
	}

.product-page-wrap-text input {
	border-radius: initial;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	}

.product-page-wrap-text input:hover,
.product-page-wrap-text select:hover,
.product-page-wrap-text textarea:hover {
	background: #eee;
	}

.product-page-wrap-text select {
	font-family: 'Open Sans', sans-serif;
	padding: 6px;
	color: #084adf;
	}

.product-page-wrap-image {
	display: inline;
	float: right;
	width: 50%;
	padding-top: 4px;
	text-align: right;
	}

.product-page-wrap-image-480 img,
.product-page-wrap-image img {
	border: solid 1px #084adf;
	}

.product-page-wrap-image-480 {
	display: none;
	}

.product_meta {
	display: none;
	}

div.summary {
	margin-bottom: 8em !important;
	}

section.related:before {
	content: " ";
	display: table;
	}

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

section.related {
	display: block;
	margin-top: 36px;
	}

.site-footer p {
	color: #084adf !important;
	}

.site-footer p a {
	color: #084adf !important;
	}

.site-footer p a:hover {
	text-decoration: none;
	}

.home .content {
	padding-right: 0;
	}

.postid-374 form.variations_form,
.postid-623 form.variations_form,
.postid-635 form.variations_form,
.postid-643 form.cart {
	display: none;
	}

.pickup {
	padding: 6px 9px;
	margin-top: 12px;
	background-color: #084adf;
	color: #fff;
	}

.error404 .page-header h1 {
	margin-bottom: .5em;
	}

.error404 h3 {
	max-width: 768px;
	line-height: 1.40em;
	margin-bottom: 1em;
	}

.error404 input,
.error404 select,
.error404 textarea {
	width: 40%;
	margin-right: 12px;
}

.error404 button,
.error404 .button {
	background: #084adf;
	}

.error404 input[type="submit"] {
	background: #084adf;
	}

.error404 input:hover[type="submit"] {
	background: #2a6ceb;
	}


/* Custom CSS - Fudge Pot Redesign 2016 xxxx End  */



/*
Simple Responsive Slider Overrides - October 2016
---------------------------------------------------------------------------------------------------- */

.rslides_container {
	float: left;
	margin-bottom: 0px !important;
	position: relative;
	width: 100%;
	}



/*
WooCommerce Plugin CSS Overrides - April 2016
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #084adf !important;
	font-family: arial, sans-serif;
	font-size: 1.20rem !important;
	font-weight: 900;
	margin: .5em 0 .75em;
	}

.woocommerce .quantity input, .woocommerce select, .woocommerce textarea {
	/* background-color: transparent !important; */
	/* border: 2px solid #084adf; */
	border-radius: 6px;
	box-shadow: none;
	color: #084adf;
	font-size: 0.90rem;
	padding: 8px 8px;
	margin-right: 6px;
	width: 100%;
	}

.woocommerce textarea {
	background-color: #fff !important;
	border: solid 1px #ddd;
	border-radius: 0px;
	}

.product_meta {
	font-size: 0.80rem;
	}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	font-weight: initial;
	font-size: .80rem;
	padding: 11px 12px 9px !important;
	border-radius: 6px !important;
	background-color: #084adf !important;
	color: #fff;
	}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #2a6ceb !important;
	color: #fff !important;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background: #084adf !important;
	font-weight: 400 !important;
	color: #fff !important;
	}

woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #000 !important;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0px !important;
	}

.woocommerce a.button {
	background-color: #084adf !important;
	color: #fff !important;
	font-weight: 400 !important;
	text-transform: capitalize;
/*	background-image: none;
	border: 0 none;
	border-radius: 3px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	left: auto;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0.618em 1em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap; */
	}

.woocommerce-result-count {
	font-size: .9rem;
	color: #084adf;
	}


.entry-summary .entry-title {
	font-weight: 400;
	margin-bottom: .2em;
	}

.entry-summary p {
	color: #555;
	}

.entry-summary .price-single {
	font-size: 1.4rem;
	color: #084adf;
	}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em;
	color: #084adf;
	}

.woocommerce div.product form.cart .variations select {
	color: #777;
	line-height: 3em;
	padding: 3px 6px;
	}

.single-product .sidebar,
.single-product aside {
	display: none;
	}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #084adf !important;
	background-image: none;
	border: 0 none;
	border-radius: 6px !important;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.8rem !important;
	font-weight: 400 !important;
	left: auto;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: .8em 1em .6em !important;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	}

/* hover on submit button */
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #2a6ceb !important;
	text-decoration:none;
	background-image:none;
	color: #fff !important;
	}

.woocommerce-variation-price {
	margin-bottom: .5em;
	}

/*
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-family: 'Open Sans', sans-serif;
	color: #77a464;
	font-size: 1.25em;
	}
*/

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: dotted 1px #084adf;
	}

#tab-description h2,
.wc-tab h2 {
	font-family: 'Open Sans';
	font-size: 1.40rem;
	font-weight: initial;
	margin-bottom: .5em;
	color: #084adf;
	}

.woocommerce table.shop_attributes th {
	text-transform: initial;
	padding-left: 0 !important;
	color: #084adf;
	}

.wc-forward {
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	color: #fff !important;
	}

.woocommerce ul.products li.product a img {
	box-shadow: none;
	display: block;
	height: auto;
	margin: 0 0 .25em !important;
	border: solid 1px #084adf;
	width: 100%;
	}

.woocommerce ul.products li.product a h3 {
	font-family: georgia, serif;
	font-size: 1.1rem;
	}

.woocommerce ul.products li.product span.price {
	display: none;
	}

.woocommerce ul.products li.product .button {
	margin-top:.5em !important;
	}

.woocommerce div.product div.images img {
	box-shadow: none;
	display: block;
	height: auto;
	border: solid 1px #084adf;
	width: 100%;
	}

.post-type-archive-product .page-title {
	display: none;
	}

.post-type-archive-product .page-description h2 {
	font-family: georgia, serif;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	}

.woocommerce .sidebar-primary { 
	display: none;
	}

.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: #084adf none repeat scroll 0 0 !important;
	color: #fff !important;
	}

.woocommerce table.shop_table {
	border: dotted 1px #084adf !important;
	border-radius: 0px !important;
	}

.woocommerce-message {
	border-top: solid 3px #084adf !important;
	}



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

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

	.home-top img { 
		width: 100%;
		}

	.site-inner,
	.wrap {
		width: 86%;
		margin: 0 7%;
		}

	.home-top .site-inner,
	.home-top .wrap,
	.home-middle .site-inner,
	.home-middle .wrap,
	.footer .site-inner,
	.footer .wrap {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		}

	.nav-primary .wrap,
	.site-footer .wrap {
		width: initial;
		margin: 0px;
		}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
		}

	.content {
		width: 68%;
		padding-right: 2%;
		}

	.full-width-content .content {
		padding-right: 0;
		}

	.site-header .widget-area {
		width: 660px;
		}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 68%;
		padding-right: 2%;
		}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
		}

	.sidebar-primary {
		width: 30%;
		}

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
		}

	.agency-pro-home .home-bottom .featuredpost .entry {
		min-height: 360px;
		}

}


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

	.site-inner,
	.wrap {
		/* max-width: 880px; */
		}

	.site-container {
		padding-top: 105px;
		}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
		}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
		}

	/* .genesis-nav-menu, */
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
		}

	.site-header .search-form {
		margin: 16px auto ;
		}

	.genesis-nav-menu li.right {
		display: none;
		}

	.sidebar .widget.enews-widget {
		padding: 40px;
		}

	.site-footer {
		padding: 20px 0;
		}

	.footer-widgets {
		padding: 40px 5% 16px;
		}

	.footer-widgets-1 {
		margin: 0;
		}

	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	clear: none;
		}

	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	clear: left;
		}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
		}

	/* .genesis-nav-menu a {
		padding: 10px 12px 12px;
		} */

	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
		}

	.genesis-nav-menu .sub-menu a {
		padding: 12px;
		}

}


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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
		}

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

	.agency-pro-home .wrap {
		/* max-width: 640px; */
		}

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
		}

	.entry-title {
		font-size: 30px;
		}

	.page-id-169 .product-single-wrap h3 {
		font-family: georgia,serif;
		font-size: 1.0rem;
		}

	/* .site-inner {
		padding: 5%;
		}
	*/
}


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

	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
		}

	.page-id-169 .fudge-feature {
		padding-bottom: 24px;
		}

}


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

	.header-full-width .site-container,
	.site-container {
		padding: 0;
		}

	.site-header {
		position: static;
		}

	.wrap {
		}

	.agency-pro-home .content .wrap {
		}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
		}

	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
		}

	.home-top .widget-title {
		font-size: 48px;
		}

	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
		}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		}

	.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 {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		text-transform: none;
		}

	.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.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		}

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
		}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
		}

	.product-single-1,
	.product-single-3 { 
		float: left;
		display: inline;
		width: 48%;
		margin-right: 0;
		margin-bottom: 24px;
		/* border: solid 1px #084adf; */
		}

	.product-single-2,
	.product-single-4 {
		float: right;
		width: 48%;
		margin-right: 0;
		margin-bottom: 24px;
		/* border: solid 1px #084adf; */
		}

}


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

	.site-footer p {
		margin-bottom: 12px;
		}

	.fp-logo {
		display: block;
		width: 100%;
		margin: 0 auto 18px;
		text-align: center;
		}

	.fp-tagline {
		display: block;
		width: 100%;
		text-align: center;
		}

	.fp-tagline h2 {
		margin: 0;
		}

	.fp-social-media {
		display: none;
		}

	.fp-social-footer {
		display: initial;
		}

}


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

	.home-middle .featuredpost img.entry-image {
		position: relative;
		}

	.home-middle .featuredpost .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}

	.header-image .site-title a {
		background-size: contain !important;
		}

	.product-wrap {
		}

	.product-wrap .fudge-feature {
		}

	.product-wrap .fudge-feature .image {
		display: none;
		}

	.product-wrap .fudge-feature .text {
		display: block;
		width: 100%;
		}

	.product-wrap .fudge-feature .image-480 {
		display: block;
		width: 100%;
		}

	.product-wrap-480:before {
		content: " ";
		display: table;
		background: pink;
		}

	.product-wrap-480:after {
		clear: both;
		content: " ";
		display: table;
		}

	.product-wrap-480 {
		display: block;
		width: 100%;
		}

	.product-wrap-480 .product-single-1,
	.product-wrap-480 .product-single-3 {
		float: left;
		width: 48%;
		margin: 0;
		}

	.product-wrap-480 .product-single-2,
	.product-wrap-480 .product-single-4 {
		float: right;
		width: 48%;
		margin: 0;
		}

	.product-single-wrap h3 {
		font-size: .8rem;
		}

	.product-page-wrap-image {
		display: none;
		}

	.product-page-wrap-text {
		width: 100%;
		}

	.product-page-wrap-image-480 {
		display: initial;
		}

	.order-button {
		display: none;
		}

	.order-button-480 { 
		display: block;
		text-align: center;
		margin: 18px 0;
		}

	.order-button-480 a { 
		display: block;
		width: 100%;
		height: 48px;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2rem;
		line-height: 44px;
		text-decoration: none;
		border-radius: 9px;
		color: #fff;
		background: #630 url();
		}

	.order-button-480 a:hover { 
		background: brown;
		}

}

