/*
	Theme Name: NAPPA Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For NAPPA
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* 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;
}
.clear {
	clear: both;
}

/* Typographical Elements --------------------------------------------- */
html {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 14px;
	color: #666;
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button,
.newsletter input:hover,
.newsletter input:focus {
	-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;
}
.content,
.sidebar,
.open-filter {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
a {
	color: #00adef;
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Objects --------------------------------------------- */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	font-style: italic;
	box-sizing: border-box;
	margin-top: 5px;
	border: solid 1px #bbb;
	font-family: 'Merriweather';
}
select {
	color: #555;
}
input,
select {
	height: 50px;
	line-height: 50px;
}
textarea {
	height: 150px;
	line-height: 24px;
}
input:focus,
textarea:focus {
	border-left: solid 6px #00adef;
	outline: none;
	background-image: none;
}
::-moz-placeholder {
	color: #2a2219;
}
::-webkit-input-placeholder {
	color: #2a2219;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	box-shadow: none;
	width: auto;
	text-align: center;
	background-color: #ff8800;
	color: #fff;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: none;
	border: solid 2px #ff8800;
	cursor: pointer;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover {
	background-color: transparent;
	color: #ff8800;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms --------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
	margin-bottom: 100px;
}
.gform_wrapper label {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.gform_wrapper .ginput_container label {
	font-weight:normal;
}
.gfield_description {
	font-size: 16px;
}
.optional-image .gfield_description {
	color: red;
	font-weight: bold;
}
.no-labels .gform_wrapper label,
.contact .gform_wrapper label,
.newsletter .gform_wrapper label {
	padding: 0;
	display: none;
}
.gform_wrapper .gfield_checkbox li input {
	margin-top: 0
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 5px;
	width: 25px;
	height: 20px;
	float: left;
}
.gfield_checkbox label {
	height: auto;
	min-height: 25px;
	line-height: 25px;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
}
.gform_wrapper li.alert {
	font-size: 25px;
	color: red;
	line-height: 25px;
	height: 25px;
	min-height: 25px;
	margin-bottom: 4px;
	text-align: center;
}
.gform_wrapper .gfield_checkbox li {
	height: auto;
	min-height: 20px;
	margin-bottom: 5px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
.newsletter-page .gform_wrapper .gf_left_half,
.newsletter-page .gform_wrapper span.name_first,
.newsletter-page .gform_wrapper .ginput_left {
	width: 100%;
}
.has_first_name label,
.has_last_name label,
.ginput_container_address span label {
	display: none;
}
.ginput_container_address {
	height: 250px;
}
.ginput_container_radio li {
	min-height: 20px;
}
.ginput_card_expiration_month {
	float: left;
	width: 48%;
}
.ginput_card_expiration_year {
	float: right;
	width: 48%;
}
div.gform_confirmation_message {
	text-align: center;
}
.validation_message {
	font-weight: bold;
	color: #ff8800;
}
.gfield_error input,
.gfield_error textarea {
	border-color: #ff8800;
}
.validation_error {
	font-weight: bold;
	text-align: center;
	padding: 20px;
	border: solid 3px #ff8800;
	color: #ff8800;
}
a.gform_save_link {
	box-shadow: none;
	width: auto;
	text-align: center;
	background-color: #00adef;
	color: #fff;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: none;
	border: solid 2px #00adef;
	cursor: pointer;
	display: block;
	float: right;
	text-decoration: none;
	height: 50px;
	line-height: 46px;
	margin-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
.ginput_container_creditcard span {
	display: block;
}
div.gform_card_icon_container {
	height: 35px;
	width: 100%;
}
div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}
div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}
div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}
div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}
.desc .gfield_description {
	display: inline-block;
	color: #bbb;
	font-size: 22px;
	width: 30%;
	text-align: right;
	margin-right: 2%;
}
.desc .ginput_container {
	display: inline-block;
	width: 68%;
}
li.gfield .StripeElement{
	background-color: #fff;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  font-style: italic;
  box-sizing: border-box;
  margin-top: 5px;
  border: solid 1px #bbb;
  font-family: 'Merriweather';
  height:50px;
  padding-top:18px;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1400px;
}
.site-inner {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.sidebar-content .site-inner {
	padding-top: 120px;
}
.home .site-inner {
	padding: 0;
}
.home.search-results .site-inner {
	max-width: 1400px;
	width: 96%;
}
.home .wrap {
	max-width: 96%;
}

/* 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: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout --------------------------------------------- */
.content {
	width: 96%;
	max-width: 1400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
.content.filter-open {
	margin-top: 90px;
}
.full-width-content .content {
	width: 100%;
}
.full-width-content.contact .content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}
.full-width-content.submit-product .content,
.full-width-content.newsletter-page .content{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	width: 100%;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form 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;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption img {
	margin-bottom: 0 !important;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	width: 100%;
	background-color: #fff;
	color: #999;
	font-weight: bold;
	font-size: 16px;
}
.site-header .wrap {
	max-width: 100%;
	width: 100%;
}

/* Primary Navigation --------------------------------------------- */
.nav-primary {
	width: 75%;
	height: 60px;
	background-color: #f1f1f1;
	float: left;
}
.nav-primary .wrap {
	max-width: 96%;
}
.nav-primary ul {
	height: 60px;
	width: 80%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.nav-primary li {
	list-style-type: none;
	display: inline;
	float: left;
	height: 60px;
}
.nav-primary li a {
	color: #666;
	line-height: 60px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}
.nav-primary li a:hover {
	color: #00adef;
}
.nav-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #00adef;
	display: block;
}
.nav-primary .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	padding-left: 40px;
	font-size: 14px;
	height: 35px;
	display: block;
}
.nav-primary .sub-menu a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	height: 35px;
	line-height: 35px;
}
.nav-primary .sub-menu li:hover {
	background-color: #fff;
}
.nav-primary .sub-menu a:hover {
	color: #00adef;
}
.nav-primary .sub-menu li.parent {
	padding-left: 20px;
	font-size: 16px;
}
.nav-primary .sub-menu li.parent a {
	color: #ff8800;
}
.nav-primary .sub-menu li.parent:hover {
	background-color: transparent;
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.nav-primary li.mobile,
.nav-primary .sub-menu li.mobile-close,
.nav-primary ul li.close {
	display: none;
}

/* Widget Area --------------------------------------------- */
.site-header .widget-area {
	width: 25%;
	float: right;
	height: 60px;
	background-color: #f1f1f1;
}
.site-header .widget_nav_menu {
	width: 150px;
	height: 60px;
	float: left;
}
ul#menu-social-media-navigation {
	color: #ff8800;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
ul#menu-social-media-navigation span {
	display: block;
	height: 100px;
	float: left;
	margin-right: 15px;
}
ul#menu-social-media-navigation li {
	height: 60px;
	width: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	list-style-type: none;
	display: block;
	padding: 0;
	margin-top: 5px;
}
ul#menu-social-media-navigation li a {
	background-image: url(images/sprite-social-media.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 15px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}
ul#menu-social-media-navigation li.twitter a {
	background-position: -28px center;
}
ul#menu-social-media-navigation li.pinterest a {
	background-position: -57px center;
}
ul#menu-social-media-navigation li.instagram a {
	background-position: -85px center;
}
ul#menu-social-media-navigation li.youtube a {
	background-position: -114px center;
}
.site-header .widget-area .widget_search {
	float: right;
	width: 100px;
	height: 60px;
}
.site-header .widget_text span.close-search {
	display: none;
	width: 100%;
	height: 25px;
	position: fixed;
	top: 10vh;
	left: 0;
	z-index: 99999;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.site-header .widget-area .widget_search form {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.site-header .widget-area .widget_search form input {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30vh;
	position: relative;
	display: block;
}
.site-header .widget-area .widget_search form input[type="submit"] {
	display: none;
}
.site-header .widget-area .widget_search h4 {
	width: 60px;
	height: 25px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	padding-left: 35px;
	font-size: 16px;
	cursor: pointer;
}

/* Header Banner --------------------------------------------- */
.banner {
	height: 350px;
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.banner .widget_media_image::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	background-color: rgba(0,0,0,0.2);
}
.banner .widget_media_image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 1;
	overflow: hidden;
}
.banner h2.banner-title {
	position: absolute;
	right: 70px;
	bottom: 50px;
	font-size: 40px;
	color: #fff;
	margin: 0;
	text-align: right;
}
.banner .wrap {
	max-width: 96%;
	height: 100%;
	padding-top: 70px;
	position: relative;
	z-index: 9;
}
.banner h1 {
	color: #fff;
	font-size: 50px;
	margin-top: 70px;
	margin-bottom: 0;
	line-height: 60px;
}
body.blog-post .banner::before {
	background-color: rgba(0,0,0,0.45);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
}
body.blog-post .banner {
	background-position: center -200px;
}

/* Title Area --------------------------------------------- */
.title-area {
	float: left;
}
.site-title,
h1.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	background-image: url(images/logo.png);
	height: 220px;
	width: 365px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 90px;
}
.site-title a:hover {
}
.site-description {
}

/* Secondary Navigation --------------------------------------------- */
.lower-nav {
	width: 100%;
	height: 60px;
	background-color: #eee;
	border-bottom: solid 1px #e4e4e4;
}
.lower-nav .wrap {
	width: 96%;
	max-width: 96%;
}
.nav-secondary {
	width: 80%;
	height: 60px;
	float: left;
}
.nav-secondary .wrap {
	max-width: 96%;
}
.nav-secondary ul {
	width: 100%;
	height: 60px;
	float: left;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.nav-secondary li {
	list-style-type: none;
	display: block;
	float: left;
	height: 60px;
}
.nav-secondary li a {
	color: #666;
	line-height: 60px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}
.nav-secondary li a:hover {
	color: #00adef;
}
.nav-secondary li.giveaways::before {
	content: "Win";
	display: block;
	position: absolute;
	color: #fff;
	background-image: url(images/arrow-box.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 40px;
	height: 40px;
	margin-top:-20px;
	margin-left: 12px;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 99;
	text-align: center;
	line-height: 30px;
}
.lower-nav .submit {
	float: right;
	width: 150px;
	height: 60px;
	text-align: right;
}
.lower-nav .submit a {
	line-height: 34px;
	height: 40px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	background-color: #00adef;
	border: solid 3px #00adef;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.lower-nav .submit a:hover {
	background-color: transparent;
	color: #00adef;
}

/* Home Page --------------------------------------------- */
.home-content {
	padding-top: 70px;
	padding-bottom: 70px;
}
.home-content .wrap {
	width: 96%;
	max-width: 96%;
}
.home-content .section-title {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.home-content .section-title::before {
	border-bottom: solid 2px #666;
	content: "";
	position: absolute;
	left: 0;
	top: 45px;
	height: 1px;
	width: 100%;
}
.home-content .title p {
	font-size: 18px;
	font-weight: bold;
	color: #83b838;
}
.home-content h2 {
	width: 100%;
	display: inline;
	font-size: 65px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	height: 65px;
	font-weight: 200;
}
.home-content article img,
.home-content article.product img {
	max-width: 100%;
}
.home-content article span.sub-title,
.home-content article.product span.sub-title {
	color: #FF4700;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'Open Sans Condensed';
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.home-content article h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.home-content article h3 a,
.home-content article.product h3 a {
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	color: #666;
	text-decoration: none;
}
.home-content article a.more,
.home-content article.product a.more {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FF4700;
}
.home-content article a.button,
#recent-blogs a.more-link {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FF4700;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

/* Content 1 */
.home-content-1 h2 {
	color: #666;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.home-content-1 article.product {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	text-align: center;
	float: left;
	font-family: 'Merriweather';
}
#latest-products.home-content-1 article.product {
	width: 22%;
}

/* Content 2 */
.home-content-2 {
	padding-top: 35px;
	padding-bottom: 70px;
}
.home-content-2 .divider {
	height: 70px;
	border-top: solid 1px #ccc;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.home-content.home-content-2 h2 {
	color: #666;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.home-content-2 h3 {
	font-family: 'Merriweather';
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}
.home-content-2 p {
	line-height: 22px;
	font-size: 16px;
}
.home-content-2 a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FF4700;
}
.home-content-2 article.gift-guide{
	width:22%;
	height:auto;
}
.home-content-2 article.gift-guide img{
	height:auto;
}
.home-content-2#featured-content .wrap {
	position: relative;
	min-height: 550px;
	height: auto;
}
.home-content-2#featured-content section {
	width: 40%;
	height: 150px;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	padding: 30px;
	position: absolute;
	left: 30%;
	right: 30%;
	z-index: 9;
	top: -15px;
}
.home-content-2#featured-content #featured-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.home-content-2#featured-content #featured-image p {
	margin: 0;
}
.home-content-2#featured-content #featured-image section {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}
.home-content-2#featured-content #featured-image section img {
	height: 100%;
	width: auto;
}

/* Content 3 */
.home-content-3 article,
.home-content-3 article.product {
	width: 30%;
	margin-bottom: 40px;
}
.home-content-3 .section-title::before {
	border-color: #666;
}
.home-content-3 .section-title {
	margin-bottom: 15px;
}
.home-content-3 .wrap {
	max-width: 1000px;
}
.home-content-3 h2 {
	color: #666;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.home-content-3 .widget_text p {
    font-size: 18px;
    font-weight: bold;
    color: #83b838;
	text-align: center;
}
.home-content-3 article,
.home-content-3 article.product {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	clear: both;
	font-family: 'Open Sans Condensed';
	font-size: 16px;
}
.home-content-3 article .image,
.home-content-3 article.product .image {
	float: left;
	margin-right: 30px;
	width: 50%;
}
.home-content-3 article h3,
.home-content-3 article.product h3 {
	font-family: 'Merriweather';
	font-size: 26px;
	line-height: 36px;
	color: #666;
	font-weight: 300;
	padding-top: 45px;
	text-transform: uppercase;
}

/* Content 4 */
.home-content-4 {
	background-color: #eee;
}
.home-content-4 .wrap {
	max-width: 1600px;
}
.home-content-4 .widget_text {
	width: 25%;
	float: left;
}
.home-content-4 .widget_text h2 {
	line-height: 85px;
	height: 85px;
	font-family: 'Open Sans Condensed';
	padding-bottom: 10px;
	border-bottom: solid 1px #666;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}
.home-content-4 .widget_text p {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Merriweather';
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0;
}
.home-content-4 article.product {
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}
.home-content-4 article.product h3 {
	font-family: 'Merriweather';
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 300;
}
.home-content-4 a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FF4700;
}
#best-products article.product:nth-child(5) {
	clear: both;
}
#recent-blogs .wrap {
	max-width: 1400px;
}
#recent-blogs .widgettitle {
	width: 100%;
	display: block;
	font-size: 55px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	height: 75px;
	font-weight: 200;
	color: #666;
}
#recent-blogs article {
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
#recent-blogs img {
	height: 250px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#recent-blogs h2 {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 12px;
	height: auto;
	text-transform: none;
}
#recent-blogs h2 a {
	text-decoration: none;
	font-size: 22px;
}
#recent-blogs .entry-meta {
	text-align: center;
}
#recent-blogs .entry-time {
	font-weight: bold;
}
#recent-blogs a.more-link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	text-align: center;
}

/* Product Categories --------------------------------------------- */
.archive .content,
.search .content,
.page-template-page_recent-winners .content {
	display: flex;
	flex-wrap: wrap;
}
.home-content .title p {
	font-size: 18px;
	font-weight: bold;
	color: #83b838;
}
.home-content h2 {
	width: 100%;
	display: inline;
	font-size: 65px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	height: 65px;
	font-weight: 200;
}
article.product {
	flex-grow: 1;
	display: inline-block;
	margin-top: 35px;
	width: 21.5%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	text-align: center;
	font-family: 'Merriweather';
}
article.product .image {
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
article.product img {
	max-width: 100%;
}
article.product .image.no-image {
	background-image: url(images/icon-placeholder.png);
	background-size: contain;
	background-position: center center;
	opacity: 0.3;
	text-indent: -99999px;
}
article.product span.sub-title {
	color: #FF4700;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'Open Sans Condensed';
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
article.product h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
article.product h3 a {
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	color: #666;
	text-decoration: none;
}
article.product a.more {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FF4700;
}
article.product h2 {
	color: #00adef;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
div.pagination {
	border-top: solid 2px #00adef;
	margin-top: 25px;
	padding-top: 10px;
	width: 100%;
	margin-bottom: 25px;
}
div.pagination ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 20px;
}
div.pagination ul li {
	width: 30px;
	display: inline-block;
	height: 40px;
	border: solid 2px #00adef;
	color: #00adef;
	margin-right: 12px;
}
div.pagination ul li a {
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: block;
}
div.pagination ul li.active {
	border-color: #ccc;
}
div.pagination ul li.active a {
	color: #ccc;
}
div.pagination ul li.pagination-omission {
	border: none;
}
div.pagination ul li.pagination-next {
	width: 200px;
	float: right;
	border: none;
}
div.pagination ul li.pagination-next a {
	text-align: right;
}
div.pagination ul li.pagination-previous {
	width: 200px;
	float: left;
	border: none;
}
div.pagination ul li.pagination-previous a {
	text-align: left;
}
div.pre-pagination {
	margin-top: 50px;
	font-weight: bold;
}
div.results {
	margin-top: 50px;
	font-weight: bold;
	text-align: center;
}

/* Product Page --------------------------------------------- */
#product {
	padding-top: 25px;
}
#product .image-container {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}
#product .image {
	width: 100%;
	height: auto;
	min-height: 700px;
	float: left;
}
#product .image img {
	width: auto;
	max-width: 100%;
	position: relative;
	float: right;
}
#product .gallery {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#product .gallery .gallery-item {
	width: 30.33334%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}
#product .gallery .gallery-item img {
	cursor: pointer;
}
#product .product-content {
	width: 45%;
	float: right;
	padding-top: 35px;
	font-size: 20px;
}
#product .title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#product span.price,
#product span.ages,
#product span.website,
#product span.instagram,
#product span.facebook,
#product span.twitter,
#product span.pinterest {
	display: block;
	font-weight: bold;
	font-size: 16px;
}
#product .seal {
	width: 225px;
	height: 225px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}
#product .seal-2014.Gold {
	background-image: url(images/award-2014-gold.jpg);
}
#product .seal-2014.Silver {
	background-image: url(images/award-2014-silver.jpg);
}
#product .seal-2015.Gold {
	background-image: url(images/award-2015.jpg);
}
#product .seal-2015.Silver {
	background-image: url(images/award-2015-silver.jpg);
}
#product .seal-2015.Bronze {
	background-image: url(images/award-2015-bronze.jpg);
}
#product .seal-2016 {
	background-image: url(images/award-2016.jpg);
}
#product .seal-2017 {
	background-image: url(images/award-2017.jpg);
}
#product .seal-2018 {
	background-image: url(images/award-2018.jpg);
}
#product .seal-2019 {
	background-image: url(images/award-2019.jpg);
}
#product .seal-2019.Community {
	background-image: url(images/community-2019.png);
}
#product .seal-2019.Mom {
	background-image: url(images/mom-2019.png);
}
#product .seal-2019.Honorable {
	background-image: url(images/honorable-2019.png);
}
#product .seal-2019.Wacky {
	background-image: url(images/wacky-2019.png);
}
#product .seal-2020 {
	background-image: url(images/award-2020.png);
}
#product .seal-2020.Community {
	background-image: url(images/community-2020.png);
}
#product .seal-2020.Mom {
	background-image: url(images/mom-2020.png);
}
#product .seal-2020.Honorable {
	background-image: url(images/honorable-2020.png);
}
#product .seal-2020.Wacky {
	background-image: url(images/wacky-2020.png);
}
#product .seal-2020.Positivity {
	background-image: url(images/positivity-2020.png);
}
#product .seal-2021 {
	background-image: url(images/award-2021.png);
}
#product .seal-2021.Mom {
	background-image: url(images/award-mom-2021.png);
}
#product .seal-2021.Positivity {
	background-image: url(images/award-positivity-2021.png);
}
#product .seal-2021.Wacky {
	background-image: url(images/award-wacky-2021.png);
}
#product .seal-2022 {
	background-image: url(images/award-2022.png);
}
#product .seal-2022.Mom {
	background-image: url(images/award-mom-2022.png);
}
#product .seal-2022.Positivity {
	background-image: url(images/award-positivity-2022.png);
}
#product .seal-2022.Wacky {
	background-image: url(images/award-wacky-2022.png);
}
#product .seal-2023 {
	background-image: url(images/award-2023.png);
}
#product .seal-2023.Mom {
	background-image: url(images/award-mom-2023.png);
}
#product .seal-2023.Positivity {
	background-image: url(images/award-positivity-2023.png);
}
#product .seal-2023.Wacky {
	background-image: url(images/award-wacky-2023.png);
}
#product .seal-2023.International {
	background-image: url(images/award-international-2023.png);
}
#product .seal-2024{
	background-image: url(images/award-2024.png);
}
#product .seal-2024.Mom {
	background-image: url(images/award-mom-2024.png);
}
#product .seal-2024.Positivity {
	background-image: url(images/award-positivity-2024.png);
}
#product .seal-2024.Wacky {
	background-image: url(images/award-wacky-2024.png);
}
#product .seal-2024.International {
	background-image: url(images/award-international-2024.png);
}
#product .seal-2024.Sustainability {
	background-image: url(images/award-sustainability-2024.png);
}
#product .seal-2025{
	background-image: url(images/award-2025.png);
}
#product .seal-2025.Mom {
	background-image: url(images/award-mom-2025.png);
}
#product .seal-2025.Positivity {
	background-image: url(images/award-positivity-2025.png);
}
#product .seal-2025.Wacky {
	background-image: url(images/award-wacky-2025.png);
}
#product .seal-2025.International {
	background-image: url(images/award-international-2025.png);
}
#product .seal-2025.Sustainability {
	background-image: url(images/award-sustainability-2025.png);
}
#product .seal-2025.Holidays {
	background-image: url(images/award-holidays-2025.png);
}

/* Social Share --------------------------------------------- */
.social-share {
	margin-bottom: 40px;
}
.social-share .ssba-share-text {
	font-size: 36px;
	text-align: center;
	display: block;
	color: #666;
}
.blog-post .social-share {
	text-align: center;
}
.blog-post .ssbp-wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Search & Filter --------------------------------------------- */
.sidebar-primary {
	width: 100%;
	position: absolute;
	top: 0;
	float: none;
	height: auto;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}
.sidebar .open-filter {
	font-size: 28px;
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 30px;
	margin-bottom: 20px;
	background-image: url(images/arrows-down.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 16px 16px;
}
.sidebar .open-filter.open {
	background-image: url(images/arrows-up.png);
}
.sidebar .widget_search_filter_register_widget {
	display: none;
	background-color: #fff;
	width: 100%;
}
.sidebar .widget_search_filter_register_widget .widget-wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1000px;
}
.sidebar .searchandfilter h4 {
	color: #00adef;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.sidebar .searchandfilter ul {
	padding: 0;
}
.sidebar .searchandfilter ul li.sf-field-taxonomy-product_type,
.sidebar .searchandfilter ul li.sf-field-taxonomy-product_interest,
.sidebar .searchandfilter ul li.sf-field-taxonomy-product_age,
.sidebar .searchandfilter ul li.sf-field-submit{
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	display: block;
}
.sidebar .searchandfilter ul li select {
	width: 100%;
	color: #999;
	height: 30px;
	line-height: 30px;
}
.sidebar .searchandfilter ul li li {
	height: auto;
	min-height: 20px;
	padding: 0;
}
.sidebar .searchandfilter ul li li.sf-option-active {
	font-weight: bold;
}

.sidebar .searchandfilter input[type="checkbox"],
.sidebar .searchandfilter input[type="radio"] {
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 0;
}
.sidebar .searchandfilter li[data-sf-field-input-type="checkbox"] label,
.sidebar .searchandfilter li[data-sf-field-input-type="radio"] label,
.sidebar .searchandfilter li[data-sf-field-input-type="range-radio"] label,
.sidebar .searchandfilter li[data-sf-field-input-type="range-checkbox"] label {
	padding-left: 3px;
}
.sidebar .searchandfilter label {
	display: block;
}
.sidebar .searchandfilter input[type="submit"] {
	width: 100%;
	background-color: #00adef;
	border-color: #00adef;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	height: 30px;
	line-height: 26px;
	text-transform: none;
	font-style: normal;
	letter-spacing: 0;
	font-size: 15px;
	margin-top: 25px;
}
.sidebar .searchandfilter input[type="submit"]:hover {
	background-color: transparent;
	color: #00adef;
}

/* Articles --------------------------------------------- */
article.article {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #ccc;
	min-height: 300px;
}
article.article .image {
	width: 300px;
	height: 290px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
}
article.article .image img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
}
article.article a.button {
	height: 30px;
	line-height: 26px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

/* Newsletters --------------------------------------------- */
.newsletter-single h2 {
	margin-bottom: 0;
}
.newsletter-single .date {
	color: #FF4700;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Open Sans Condensed';
}

/* Gift Guides --------------------------------------------- */
article.gift-guide {
	width: 30.3334%;
	float: left;
	height: 500px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 40px;
}
article.gift-guide img {
	height: 450px;
	width: auto;
}

/* Comments --------------------------------------------- */
.entry-pings,
.comment-respond,
.entry-comments {
}
.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 {
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
}
.comment-list li li {
}
li.comment {
}
.comment-header {
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.comment-header  .comment-meta,
.comment-header  .comment-meta a {
}
.comment-reply-link {
}
.entry-pings .reply {
}
.form-allowed-tags {
}

/* Newsletter ---------------------------------------------------------------------------------------------------- */
.newsletter {
	background-color: #83b838;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
.newsletter .wrap {
	max-width: 600px;
}
.newsletter .widgettitle {
	font-size: 52px;
	display: block;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}
.newsletter span.gform_description {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 20px;
}
.newsletter .gform_wrapper .gf_left_half,
.newsletter .gform_wrapper span.name_first,
.newsletter .gform_wrapper .ginput_left {
	width: 100%;
	margin-right: 0;
}
.newsletter input[type="submit"] {
	width: 250px;
	margin-top: 25px;
}
.newsletter input[type="submit"]:hover {
	border-left-width: 3px;
	border-color: #fff;
	color: #fff;
}
.newsletter input:hover,
.newsletter input:focus {
	border-left-color: #ff8800;
	border-left-width: 6px;
}
.newsletter-page .gform_wrapper {
	margin-bottom: 20px;
}
.newsletter-page #newsletter-link::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0,0,0,0.3);
}
.newsletter-page #newsletter-link {
	display: block;
	background-image: url(images/boy-dog.jpg);
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 250px;
	padding-top: 180px;
}
.newsletter-page #newsletter-link a {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	text-decoration: none;
	border: solid 3px #fff;
	height: 50px;
	line-height: 44px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	position: relative;
	display: block;
}

/* Footer Instagram ---------------------------------------------------------------------------------------------------- */
#instagram {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#instagram .wrap {
	max-width: 100%;
}
#instagram .widgettitle {
	font-size: 36px;
	text-align: center;
	display: block;
}

/* Footer About ---------------------------------------------------------------------------------------------------- */
#our-mission::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 0;
}
#our-mission {
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(images/background-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#our-mission .wrap {
	max-width: 900px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	position: relative;
	z-index: 99;
}
#our-mission .widgettitle {
	font-size: 32px;
	line-height: 42px;
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
.pre-footer {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ff8800;
}
.pre-footer .wrap {
	max-width: 1200px;
	background-image: url(images/logo-white.png);
	background-repeat: no-repeat;
	background-size: 270px 160px;
	padding-left: 300px;
}
.pre-footer ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 850px;
}
.pre-footer li {
	list-style-type: none;
}
.pre-footer li.menu-item-has-children {
	display: block;
	height: auto;
	min-height: 150px;
	width: 33.3334%;
	float: left;
}
.pre-footer li a {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.pre-footer ul.sub-menu {
	width: auto;
	float: none;
}
.pre-footer li li a {
	font-size: 11px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #999;
	text-align: center;
	color: #222;
}
.site-footer ul {
	padding: 0;
	margin: 0;
}
.site-footer li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.site-footer li a {
	color: #222;
	text-decoration: none;
}
.site-footer .creds,
.site-footer .creds a {
	color: #666;
	text-decoration: none;
}
.site-footer li a:hover,
.site-footer .creds a:hover {
	color: #fff;
}

/* Newsletter Popup ---------------------------------------------------------------------------------------------------- */
#newsletter-popup {
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
#newsletter-popup .wrap {
	width: 70%;
	max-width: 900px;
	background-color: #ba251f;
	background-image: url(images/bg-newsletter-popup.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	color: #fff;
	padding: 25px;
	margin-top: 75px;
	text-align: center;
	font-size: 25px;
	border-radius: 3px;
	position: relative;
	padding-left: 400px;
	min-height: 500px;
}
#newsletter-popup .title {
	font-size: 55px;
	color: #fff;
	z-index: 99;
	bottom: 0;
	text-align: center;
	width: 100%;
}
#newsletter-popup a.close-newsletter-popup {
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url(images/icon-close.png);
	text-indent: -9999px;
	cursor: pointer;
	background-size: cover;
	width: 25px;
	height: 25px;
	display: block;
}
#newsletter-popup .gform_wrapper label {
	color: #fff;
	text-align: left;
}
#newsletter-popup input[type="submit"] {
	background-color: transparent;
	border-radius: 3px;
	border: solid 3px #fff;
}
#newsletter-popup .validation_error {
	background-color: #fff;
	position: absolute;
	top: 25px;
	right: 25px;
}

/* Media Queries ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1580px) {
	.banner .widget_media_image img {
		height: 400px !important;
		width: auto !important;
		max-width: 300% !important;
		margin-left: -150px;
	}
	.home-content-4 .widget_text h2 {
		font-size: 45px;
	}
	#recent-blogs a.alignnone {
		height: 250px;
		overflow: hidden;
		display: block;
	}
	#recent-blogs img {
		width: 100%;
		height: auto;
	}
	.nav-primary ul {
		width: 85%;
	}
	.site-inner {
		width: 96%;
		max-width: 1400px;
	}
}

@media only screen and (max-width: 1350px) {
	.banner .widget_media_image img {
		height: 350px !important;
	}
	.banner h2.banner-title {
		font-size: 34px;
	}
	.home-content-4 article.product .image {
		width: 100%;
	}
	#recent-blogs a.alignnone {
		height: 200px;
	}
	.nav-primary ul {
		width: 95%;
	}
	.nav-secondary {
		width: 75%;
	}
}

@media only screen and (max-width: 1220px) {
	.nav-primary li a,
	.nav-secondary li a {
		font-size: 14px;
	}
	.home .banner .wrap {
		padding-top: 25px;
	}
	.banner h2.banner-title {
		font-size: 40px;
		right: auto;
		left: 2%;
		bottom: 40px;
	}
	article.product {
		width: 44%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.home-content article h3 a,
	.home-content article.product h3 a,
	article.product h3 a {
		font-size: 22px;
		line-height: 32px;
	}
	article.product .image {
		height: 295px;
	}
	.home-content-4 article.product .image {
		height: 255px;
	}
	.home-content-2#featured-content .wrap {
		min-height: 450px;
	}
	.home-content-2#featured-content #featured-image section img {
		width: 100%;
		height: auto;
	}
	.pre-footer .wrap {
		padding-left: 30%;
	}
	.pre-footer .widget_nav_menu {
		width: 100%;
		float: right;
		position: relative;
	}
	.pre-footer ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
  #newsletter-popup .wrap{
    width:80%;
  }
}

@media only screen and (max-width: 1023px) {
	.banner {
		height: 270px;
	}
	.home .banner .wrap {
		padding-top: 35px;
	}
	.banner .wrap {
		padding-top: 60px;
	}
	.banner h1.pagetitle {
		font-size: 44px;
		line-height: 50px;
		margin-top: 30px;
	}
	.banner h2.banner-title {
		font-size: 32px;
	}
	.site-title a {
		height: 150px;
		width: 250px;
		background-size: contain;
		margin-right: 25px;
	}
	.banner .widget_media_image img {
		height: 270px !important;
		margin-left: -120px;
	}
	.show-menu,
	.nav-primary ul li.mobile,
	.nav-primary .sub-menu li.mobile-close,
	.nav-primary ul li.close {
		display: block;
	}
	.show-menu {
		background-image: url(images/icon-mobile-menu.png);
		background-size: contain;
		background-position: center center;
		width: 40px;
		height: 36px;
		position: absolute;
		right: 20px;
		top: 15px;
		cursor: pointer;
		text-indent: -9999px;
	}
	.site-header .widget-area {
		float: left;
		background-color: transparent;
		width: 300px;
	}
	.site-header .widget_nav_menu {
		width: 175px;
	}
	.nav-primary {
		position: absolute;
		left: -120%;
		top: 0;
		width: 80%;
		height: auto;
		min-height: 100vh;
		background-color: #00adef;
		z-index: 9999;
	}
	.nav-primary ul {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height: auto;
		min-height: 40px;
	}
	.nav-primary li a {
		line-height: 40px;
		color: #fff;
	}
	.nav-primary li.close {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 50px;
	}
	.nav-primary li.close a {
		display: block;
		background-image: url(images/icon-arrow-large.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 80px;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	.nav-primary .sub-menu {
		left: auto;
		float: none;
		right: -120%;
		opacity: 1;
		width: 100%;
		background-color: #222;
		height: 100vh;
		position: fixed;
		top: 0;
		padding-left: 100px;
		padding-top: 20px;
	}
	.nav-primary .sub-menu li.mobile-close {
		width: 50px;
		height: 100%;
		position: absolute;
		left: 20px;
		top: 0;
		padding-left: 0;
	}
	.nav-primary li.menu-item-has-children .sub-menu li.mobile-close a {
		display: block;
		background-image: url(images/icon-arrow-large.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 80px;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	.nav-primary li.menu-item-has-children .sub-menu li.mobile-close:hover {
		background-color: transparent;
	}
	.nav-primary li.menu-item-has-children a {
		background-image: url(images/icon-arrow-large-right.png);
		background-size: auto 15px;
		background-repeat: no-repeat;
		background-position: right center;
		width: auto;
		padding-right: 20px;
	}
	.nav-primary li.menu-item-has-children .sub-menu a {
		background-image: none;
	}
	.nav-secondary {
		width: 75%;
	}
	.nav-secondary {
		display: none;
		position: fixed;
		left: -9999px;
	}
	.lower-nav .submit {
		width: 100%;
	}
	.home-content .section-title {
		width: 90%;
	}
	.home-content-1 article.product,
	#latest-products.home-content-1 article.product {
		width: 47%;
	}
	article.product .image {
		height: 245px;
	}
	.home-content-4 .widget_text {
		width: 100%;
		float: none;
	}
	.home-content-4 .widget_text h2 {
		margin-top: 0;
	}
	.home-content-4 article.product {
		width: 30%;
	}
	.home-content-2#featured-content section {
		width: 70%;
		left: 15%;
		right: 15%;
	}
	#best-products article.product:nth-child(5) {
		clear: none;
	}
	#best-products article.product:nth-child(4),
	#best-products article.product:nth-child(6) {
		clear: both;
	}
	#recent-blogs article {
		width: 47%;
	}
	.pre-footer .wrap {
		padding-left: 40%;
	}
	.content {
		width: 65%;
	}
	.sidebar-primary {
		width: 32%;
	}
  #newsletter-popup .wrap{
    width:96%;
  }
}

@media only screen and (max-width: 800px) {
	.banner h1.pagetitle {
		font-size: 32px;
	}
	.banner h2.banner-title {
		font-size: 28px;
	}
	.banner .widget_media_image img {
		margin-left: -220px;
	}
	.pre-footer .wrap {
		padding-left: 0;
		padding-top: 250px;
		background-position: top center;
	}
	.pre-footer .widget_nav_menu {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.content {
		width: 100%;
	}
  #newsletter-popup .wrap{
    background-image:none;
    padding-left:25px;
    margin-top:25px;
  }
}

@media only screen and (max-width: 680px) {
	.banner h1.pagetitle {
		font-size: 30px;
		line-height: 36px;
		margin-top: 20px;
	}
	.banner h2.banner-title {
		font-size: 26px;
	}
	.home-content-1 article.product,
	#latest-products.home-content-1 article.product,
	.home-content-4 article.product,
	.home-content-3 article,
	.home-content-3 article.product,
	article.product {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.home-content-3 article,
	.home-content-3 article.product {
		text-align: center;
		border-bottom: solid 1px #ccc;
	}
	.home-content-2#featured-content section {
		width: 100%;
		left: 0;
		right: 0;
		position: relative;
		margin-top: -65px;
		background-color: transparent;
	}
	.home-content-3 article .image,
	.home-content-3 article.product .image,
	article.product .image,
	.home-content-4 article.product .image,
	article.article .image {
		width: 100%;
		float: none;
		margin-right: 0;
		height: auto;
	}
	article.article .image img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.home-content .section-title::before {
		top: 32.5px;
	}
	.home-content h2 {
		font-size: 45px;
	}
	#recent-blogs article {
		width: 97%;
	}
	#recent-blogs a.alignnone {
		height: 350px;
	}
	.pre-footer .widget_nav_menu {
		width: 96%;
	}
}

@media only screen and (max-width: 580px) {
	.title-area {
		float: none;
		width: 100%;
	}
	.site-title a {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: block;
		float: none;
	}
	.banner .widget_media_image img {
		margin-left: -400px;
	}
	.home .banner .wrap,
	.banner .wrap {
		padding-top: 20px;
	}
	.banner h1.pagetitle {
		position: absolute;
		bottom: 20px;
		text-align: center;
		left: 0;
		width: 100%;
	}
	.banner h2.banner-title {
		bottom: 20px;
		text-align: center;
	}
	#recent-blogs a.alignnone {
		height: 300px;
	}
	article.gift-guide {
		width: 100%;
		float: none;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px;
	}
	article.gift-guide img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 480px) {
	.site-header .widget-area {
		height: 120px;
		width: 100%;
		float: none;
		position: relative;
	}
	ul#menu-social-media-navigation li {
		width: 20%;
		height: 50px;
		margin: 0;
		margin-top: 0;
	}
	ul#menu-social-media-navigation li a {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.site-header .widget_nav_menu {
		width: 100%;
		height: 50px;
	}
	.site-header .widget-area .widget_search {
		position: absolute;
		left: 20px;
		height: 50px;
		bottom: 10px;
	}
	.show-menu {
		top: 70px;
	}
	.banner {
		margin-top: 0px;
	}
	.gform_page_footer .button,
	.gform_page_footer .entry-content .button,
	a.gform_save_link {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#recent-blogs a.alignnone {
		height: 250px;
	}
	.pre-footer li.menu-item-has-children {
		width: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

@media only screen and (max-width: 380px) {
	.banner .widget_media_image img {
		margin-left: -400px;
	}
}
