/**
 * Theme Name: luxco
 * Theme URI: http://yournetpass.com
 * Description: Custom theme for luxco.com
 * Author: Gary Pass
 * Author URI: http://yournetpass.com
 * Version: 1.0.0
 * License: GPL3
 * License URI: license.txt
*/
 
/*  Copyright 2017  Gary Pass  ( email : gary@yournetpass.com )

	This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
  along with this program.  If not, see http://www.gnu.org/licenses/.
*/

@font-face
{
	font-family: 'Trade Gothic Bold';
	src: url('fonts/trade-gothic-bold/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix');
	src: url('fonts/trade-gothic-bold/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix')	format('eot'),
				url('fonts/trade-gothic-bold/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff') format('woff'),
				url('fonts/trade-gothic-bold/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf') format('truetype'),
				url('fonts/trade-gothic-bold/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801') format('svg');
	font-weight: normal;
}

@font-face
{
	font-family: 'Trade Gothic Bold Condensed';
	src: url('fonts/trade-gothic-bold-condensed/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix');
	src: url('fonts/trade-gothic-bold-condensed/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix') format('eot'),
				url('fonts/trade-gothic-bold-condensed/5fdc935e-9e30-442a-bbe9-8d887b858471.woff') format('woff'),
				url('fonts/trade-gothic-bold-condensed/616c4c87-a077-43f4-a9f4-f01267c13818.ttf') format('truetype'),
				url('fonts/trade-gothic-bold-condensed/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169') format('svg');
	font-weight:normal;
}

@font-face
{
	font-family: 'Trade Gothic Condensed';
	src: url('fonts/trade-gothic-condensed/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix');
	src: url('fonts/trade-gothic-condensed/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix') format('eot'),
				url('fonts/trade-gothic-condensed/fb754dec-aa8f-444c-be48-868464c47ab0.woff') format('woff'),
				url('fonts/trade-gothic-condensed/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf') format('truetype'),
				url('fonts/trade-gothic-condensed/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563') format('svg');
	font-weight:normal;
}

@font-face
{
	font-family: 'Trade Gothic Light';
	font-style:normal;
	src: url('fonts/trade-gothic-light/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix');
	src: url('fonts/trade-gothic-light/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix') format('eot'),
				url('fonts/trade-gothic-light/537b145a-6a7d-4787-81d9-7228d3a42458.woff') format('woff'),
				url('fonts/trade-gothic-light/8e50278c-45cd-4808-b774-24767d958f17.ttf') format('truetype'),
				url('fonts/trade-gothic-light/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de') format('svg');
	font-weight:normal; 
}

html
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
}

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}

ol,ul
{
	list-style: none;
}

blockquote,q
{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content: '';
	content: none
}

blockquote, q
{
	quotes: '' '';
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
}

a img
{
	border: 0;
}

:focus
{
	outline: 0;
}

/*********** theme styles *************************************/
body
{
	min-height: 100%;
	margin: 0;
  padding: 0;
	background-color: #F3F3F3;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
	border-width: 0;
	color: #2D2D2D;
	font-family: 'Trade Gothic Light';
	font-size: 1rem;
	line-height: 1.5rem;
}

a
{
	color: #AB1C15;	
	text-decoration: none;
}

a:hover
{
	color: #7A140F;
}

a img, a:focus, fieldset
{
	border: none;
}

a:active
{
	outline: none;
}

abbr,acronym
{
	border-bottom-width: 0;
	border-bottom-style: dotted;
	border-color: #808080;
	cursor: help;
}

del
{
	text-decoration: line-through
}

em
{
	font-style: italic
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trade Gothic Bold Condensed';
	font-weight: 400;
	text-transform: uppercase;
}

h1
{
	display: block;
	margin: 0.25rem 0;
	font-size: 3rem;
	line-height: 3.5625rem;
}

h2
{
	display: block;
	font-size: 1.5rem;
	line-height: 1.875rem;
}

h3
{
	display: block;
	font-size: 1.25rem;
	line-height: 1.5625rem;
}

h4
{
	display: block;
	font-size: 1rem;
	line-height: 1.25rem;
}

h5 
{
	display: block;
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.0375rem;
}

h6 
{
	display: block;
	font-size: 0.67rem;
	font-weight: 700;
	line-height: 0.8375rem;
}

hr
{
	height: 1px;
	background: #C6A386;
	margin: 0 0 27px 0;
	border: 1px solid #808080;
}

i
{
	font-style: italic;
}

img
{
	display: block;
	max-width: 100%;
	height: auto;
}

input,textarea,select
{
}

p
{
	margin: 0 0 31px 0;
	padding: 0;
}

b,
strong
{
	font-weight: 700;
}

textarea
{
	overflow: auto;
}

th,td
{
	vertical-align:top
}

th
{
	font-weight: normal;
	text-align:left
}

ul
{
	margin: 10px;
	padding: 0;
	list-style: outside none none;
}

ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
}

ol
{
	margin: 10px;
	padding: 0 0 0 25px;
	font-size: 0.75rem;
	list-style: outside none none;
}

ol li
{
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

.read-more
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0 5px 0 0;
	font-style: italic;
	text-align: right;
}

.hr
{
	clear: left;
	width: 100%;
	padding: 4% 0;
	background-image: url(images/img-hr.png);
	background-position: center center;
	background-repeat: repeat-x;
}
/************** colors ********/
.red-bkgnd
{
	background-color: #AB1C15;
}

.red
{
	color: #AB1C15;
}
/********** end colors ********/
/************** buttons *******/
.button
{
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 5px 20px;
	background-color: #000000;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
}

.button:hover
{
	background-color: #FFFFFF;
	border-color: #000000;
	color: #000000;
}

.button.red
{
	background-color: #AB1C15;
	border-color: #AB1C15;
	border-style: solid;
	color: #FFFFFF;
}

.button.red:hover
{
	background-color: #2D2D2D;
	border-color: #2D2D2D;
	color: #FFFFFF;
}
/********** end buttons *******/
/*********** theme styles *************************************/
/*************** wordpress ********************/
.alignright
{
	float: right;
}

img.alignright
{
	margin: 0;
	padding: 0 0 15px 15px;
}

.aligncenter
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.aligncenter
{
	padding: 0 15px 15px 15px;
}

.alignleft
{
	float: left;
}

img.alignleft
{
	margin: 0;
	padding: 0 15px 15px 0;
}
/*********** end wordpress ********************/
/*************** common ***********************/
.column-one-half
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 47.2%;
	margin: 0 1.4%;
	padding: 0;
}

.column-one-third
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 30.5%;
	margin: 0 1.4%;
	padding: 0;
}

.column-one-fourth
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 22.2%;
	margin: 0 1.4%;
	padding: 0;
}

/* 600 small tablet portrait */
/* 617 */
@media only screen and (max-width: 617px)
{
	.column-one-fourth
	{
		width: 47.2%;
		margin: 0 1.4%;
	}
}

/* 480 mobile landscape */
/* 497 */
@media only screen and (max-width: 497px)
{
	.column-one-half,
	.column-one-third
	{
		width: 100%;
		margin: 0;
	}
}

/* 320 mobile portrait */
/* 337 */
@media only screen and (max-width: 337px)
{
	.column-one-fourth
	{
		width: 100%;
		margin: 0;
	}
}
/*********** end common ***********************/
#container-main
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#container-header
{
	clear: both;
	float: left;
	position: fixed;
	width: 100%;
	height: 4.5rem;
	margin: 0;
	padding: 0;
	background-color: #3F3F41;
	border-width: 0;
	z-index: 19999;
}

#container-header-content
{
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
	z-index: 100;
}

#container-header-logo
{
	clear: left;
	float: left;
  overflow: hidden;
	position: relative;
	width: 144px;
	height: 100%;
	margin: -7px 0 0 20px;
	padding: 0;
	border-width: 0;
	z-index: 100;
}

#container-header-logo a
{
	display: block;
	position: relative;
}

#logo-header-image
{
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

#container-header-links-social
{
	float: right;
  overflow: hidden;
	position: relative;
	margin: 0 2.4375rem 0 0;
	padding: 0;
	border-width: 0;
	font-family: 'Trade Gothic Bold Condensed';
	z-index: 100;
}

.container-header-link
{
	float: right;
  overflow: hidden;
	position: relative;
	margin: 1.9rem 0 0 1.25rem;
	padding: 0;
	border-width: 0;
	z-index: 100;
}

.container-header-link.mobile-menu-button
{
	display: none;
	margin: 0 0 0 1.25rem;
	cursor: pointer;
}

a.header-link
{
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(images/icons/sprite-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.header-link:hover
{
	background-position: 0 -17px;
}

a.header-link.facebook
{
	width: 13px;
	background-position: -17px 0;
}

a.header-link.facebook:hover
{
	background-position: -17px -17px;
}

a.header-link.linkedin
{
	width: 13px;
	background-position: -31px 0;
}

a.header-link.linkedin:hover
{
	background-position: -31px -17px;
}

a.header-link.product-finder
{
	background-position: -45px 0;
}

a.header-link.product-finder:hover
{
	background-position: -45px -17px;
}

#container-main-menu
{
	float: right;
	position: relative;
	margin: 1.9rem 1rem 0 0;
	padding: 0;
	border-width: 0;
	font-family: 'Trade Gothic Bold Condensed';
	text-transform: uppercase;
	z-index: 100;
}
/********* menu #container-main-menu **********/
#container-main-menu .ynp-menu ul
{
	display: block;
	font-size: 0.9rem;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item
{
	margin: 0 0.5rem;
	padding: 0;
	line-height: 1.2rem;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item:first-child
{
	margin-left: 0;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item:last-child
{
	margin-right: 0;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item a
{
	padding: 0;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0;
	color: #C4C4C4;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item.current-menu-item a,
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item.current-menu-parent a
{
	color: #AB1C15;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item:hover a
{
	color:  #AB1C15;
}

/***** dropdown level 1 *******/
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul
{
	display: table;
	padding: 0;
	background-color: transparent;
	border-width: 0;
	text-align: center;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item
{
	width: 100%;
	margin: 0;
	padding: 1rem 2rem;
	background-color: #272727;
	background-image: url(images/bkgnd-med-dark.jpg);
	background-repeat: repeat;
	border-color: #666666;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item:first-child
{
	margin-top: 1rem;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item a
{
	color: #C4C4C4;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item.current-menu-item a,
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item.current-page-ancestor a
{
	color: #AB1C15;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item a:hover
{
	color: #AB1C15;
}

/***** /dropdown level 1*******/

/***** dropdown level 2 *******/
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item ul li.ynp-level-2-menu-item a
{
	color: #C4C4C4;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item ul li.ynp-level-2-menu-item.current-menu-item a
{
	color: #AB1C15;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item ul li.ynp-level-2-menu-item a:hover
{
	color:  #AB1C15;
}
/***** /dropdown level 2 ******/
/***** end menu #container-main-menu **********/
#container-header-search
{
	clear: both;
	display: none;
	overflow: hidden;
	position: fixed;
	top: 4.5rem;
	right: 2%;
	width: 240px;
	margin: 0;
	padding: 30px 30px 20px;
	background-color: #3F3F41;
	box-shadow: 3px 3px 4px #000000;
	text-align: center;
	z-index: 50;
}

#container-header-search-field
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px;
}

#header-search-field
{
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
	width: 190px;
	max-width: 190px;
	margin: 0;
	padding: 3px;
	background-color: transparent;
	border: 1px solid #C4C4C4;
	color: #C4C4C4;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

#container-header-search-button
{
	clear: both;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.header-search-button
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 15px 0 0;
	cursor: pointer;
	font-family: 'Trade Gothic Condensed';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase
}

#container-header-search-close
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 15px 0 0;
	cursor: pointer;
	font-family: 'Trade Gothic Condensed';
	font-size: 14px;
}

#container-content
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 0 0;
	border-width: 0;
}

#container-content.unbranded
{
	padding: 0;
}

#container-copy
{
	clear: right;
	float: right;
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: 0;
	padding: 0;
	background-image: url(images/bkgnd-med.jpg);
	background-repeat: repeat;
	border-width: 0;
}

#container-copy.full-width
{
	width: 100%;
}

#container-banner
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 92%;
	margin: 0;
	padding: 2% 4%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}

#page-banner-heading
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 0 0.9375rem 0;
	padding: 0;
	font-size: 4rem;
	text-transform: uppercase;
}

#page-banner-text
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 75%;
	margin: 0;
	padding: 0 25% 0 0;
	font-family: 'Trade Gothic Condensed';
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2rem;
}

#container-article
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 4%;
}

.container-post-content
{
	clear: both;
	overflow: hidden;
	position: relative;
  width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	border-width: 0;
}

.container-post-content.page
{
	margin: 0 auto;
}

.container-post-title
{
	clear: left;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.25rem;
}

h1.post-title
{
	clear: both;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	color: #011923;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2.25rem;
	text-transform: uppercase;
}

.post-content
{
	clear: both;
  width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.post-content ul li
{
	margin: 5px 0 10px 15px;
}

.post-content.excerpt p:last-child
{
	margin-bottom: 0;
}

.post-content.excerpt p:last-child:after
{
	content: '...';
}
/************** sidebar ***********************/
.container-sidebar
{
	clear: left;
	float: left;
  width: 20%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.sidebar
{
	clear: both;
	float: left;
  width: 80%;
	position: relative;
	margin: 0;
	padding: 10% 0 10% 10%;
	border-width: 0;
}

.container-sidebar-content
{
	clear: both;
	float: left;
  width: 100%;
	position: relative;
	margin: 0.125rem 0 1.25rem;
	padding: 0;
	border-width: 0;
}

h2.sidebar-menu-heading
{
	position: relative;
	margin: 0 0 0.9375rem;
	padding: 0 0 0.9375rem;
	border-bottom: 1px solid #ACACAC;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.container-sidebar-menu .ynp-menu ul
{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ACACAC;
	color: #1B1B1B;
	letter-spacing: 1px;
}

.sidebar .container-sidebar-menu .ynp-menu ul li
{
	clear: both;
	margin: 0 0 0.9375rem 0;
	padding: 0;
	list-style: outside none none;
}

.container-sidebar-menu .ynp-menu ul li a,
.container-sidebar-menu .ynp-menu ul li ul.sub-menu li a
{
	color: #1B1B1B;
	font-style: normal;
	font-weight: 400;
}

.container-sidebar-menu .ynp-menu ul li.current-menu-item a,
.container-sidebar-menu .ynp-menu ul li.current-menu-parent a,
.container-sidebar-menu .ynp-menu ul li ul.sub-menu li.current-menu-item a
{
	color: #AB1C15;
	font-style: italic;
	font-weight: 600;
}
.container-sidebar-menu .ynp-menu ul li.ynp-level-0-menu-item:hover ul
{
	top: 0;
}

.container-sidebar-menu .ynp-menu ul li ul.sub-menu
{
	display: none;
	opacity: 1;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	white-space: normal;
}

.container-sidebar-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item
{
	margin: 0;
	padding: 0 0 0 0.3125rem;
}

.container-sidebar-menu .ynp-menu ul li .container-menu-parent-control
{
	position: absolute;
	left: -18px;
	top: 0;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 6px 4px 0 0;
	cursor: pointer;
}

.container-sidebar-content h3
{
	margin: 0 0 0.635rem 0;
}

.container-sidebar-content p
{
	margin: 0 0 0.9375rem 0;
	font-size: 0.875rem;
	line-height: 1.225rem;
}
/********** end sidebar ***********************/
/********* brands *************/
#container-article.brands.grid
{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 2% 0;
}

.container-post-content.brands.grid-item
{
	clear: none;
	float: left;
	overflow: hidden;
	position: relative;
  width: 22%;
	margin: 2% 0 0 2.2%;
	padding: 0;
	background-image: url(images/bkgnd-med-light.jpg);
	background-repeat: repeat;
	border-width: 0;
}

.container-post-content.brands.grid-item .container-featured-image
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.container-post-content.brands.grid-item .container-featured-image img
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

h3.post-title.brand
{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	color: #011923;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2.25rem;
	text-transform: uppercase;
	text-align: center;
}

#container-article.single.brand
{
	width: 100%;
	padding: 0;
}

.container-brand-single-featured-image
{
	clear: left;
	float: left;
  width: 23.2%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
	background-image: url(images/bkgnd-med-light.jpg);
	background-repeat: repeat;
}

.container-brand-single-featured-image img
{
  margin: 0 auto;
}

.post-content.single-brand
{
	clear: right;
	float: right;
  width: 70.8%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 3%;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
}

.container-brand-single-button
{
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
/***** end brands *************/
/********* product specs, recipes *************/
.hr.recipes
{
	width: 97%;
	margin: 0 0 0 2.2%;
}

.container-filter-search-form
{
	clear: both;
	float: left;
	position: relative;
  width: 97%;
	margin: 2% 0 0 2.2%;
	padding: 0;
}

.container-filter-search-items
{
	clear: left;
	float: left;
	position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
}

.container-filter-search-items.left
{
  width: 60%;
}

.container-filter-search-items.right
{
	clear: right;
	float: right;
  width: 40%;
}

.container-filter-search-item
{
	float: left;
	position: relative;
  width: 240px;
	margin: 7px 20px 0 0;
	padding: 0;
}

.container-filter-search-items.right .container-filter-search-item
{
	float: right;
}

.filter-search-item
{
	clear: both;
	float: left;
	position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
}

.filter-search-item.title
{
	color: #707070;
	font-family: "Trade Gothic Bold Condensed";
	font-size: 0.9375rem;
	letter-spacing: 0;
	line-height: 0.9375rem;
}

.filter-search-item.select
{
	background-image: url(images/select-arrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.filter-search-item.select select
{
	display: none;
}

.filter-search-item-select-input
{
	float: left;
	width: 183px;
	margin: 0;
	padding: 9px 0 9px 12px;
	background-color: transparent;
	border-width: 0;
	color: #FFFFFF;
	font-family: "Trade Gothic Bold";
	font-size: 1rem;
	letter-spacing: 3px;
	line-height: 1rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: all 240ms ease-out 0s;
	white-space: nowrap;
}

.filter-search-item-select-button
{
	float: right;
	width: 31px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
}

.filter-search-item-select-button.ui-state-active,
.filter-search-item-select-button.ui-state-focus,
.filter-search-item-select-button.ui-state-hover
{
	background-color: rgba(43, 134, 134, 0.3);
	border-width: 0;
}

.ui-autocomplete
{
	background-color: #AB1C15;
	min-width: 240px;
}
	
.ui-autocomplete.ui-widget.ui-widget-content
{

}
	
.ui-autocomplete li
{
	margin: 0;
	padding: 9px 12px 9px 12px;
	color: #FFFFFF;
	font-family: "Trade Gothic Bold";
	font-size: 1rem;
	letter-spacing: 3px;
	line-height: 1rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: all 240ms ease-out 0s;
	white-space: nowrap;
}

.ui-autocomplete li.ui-state-focus
{
	margin: 0;
	background-color: rgba(43, 134, 134, 0.3);
	border-width: 0;
	color: #FFFFFF;
}



.filter-search-item .button
{
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 8px 25px 8px 25px;
	font-family: "Trade Gothic Bold";
	font-size: 1rem;
	letter-spacing: 3px;
	line-height: 1rem;
	text-transform: uppercase;
}

#filter-search-keyword-text
{
	width: 120px;
	height: 23px;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #818181;
	color: #707070;
	font-size: 1rem;
}

#filter-search-keyword-submit
{
	position: relative;
	width: 38px;
	height: 35px;
	margin: 0;
	background-color: transparent;
	border: 1px solid #707070;
	color: #707070;
	cursor: pointer;
	font-family: "Trade Gothic Bold Condensed";
	font-size: 1rem;
}

#filter-search-keyword-submit:hover
{
	border: 1px solid #ABABAB;
	color: #ABABAB;
}

#container-article.product-specifications.grid,
#container-article.recipes.grid
{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
}

.container-grid-content
{
	clear: both;
	overflow: hidden;
	position: relative;
  width: 100%;
	min-height: 300px;
	margin: 0;
	padding: 0;
}

.container-post-content.product-specifications.grid-item,
.container-post-content.recipe.grid-item
{
	clear: none;
	float: left;
	overflow: hidden;
	position: relative;
  width: 47.4%;
	margin: 2% 0 0 2.2%;
	padding: 0;
	background-image: url(images/bkgnd-med-light.jpg);
	background-repeat: repeat;
	border: 1px solid #303030;
}

.container-post-content.recipe.featured-recipe
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
  width: 97%;
	margin: 2% 0 0 2.2%;
	padding: 0;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
}

h2.page-title.product-specifications,
h2.page-title.recipes
{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 0 0.9375rem 2.2%;
}

h3.post-title.product-specifications,
h3.post-title.recipe
{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	width: 96%;
	margin: 0;
	padding: 2%;
	background-color: #303030;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2.25rem;
	text-transform: uppercase;
}

.featured-recipe-heading
{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	width: 96%;
	margin: 0 0 0 2.2%;
	padding: 0;
	color: #B3B3B3;
	font-family: "Trade Gothic Bold Condensed";
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.container-post-content.recipe.featured-recipe h3.post-title.recipe
{
	padding: 0 2% 2%;
	background-color: transparent;
	color: #6D6D6D;
}

.container-product-specifications
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 96%;
	margin: 0;
	padding: 2%;
}

.container-product-specifications-column
{
	min-height: 1px;
}

.container-recipe-brands
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 96%;
	margin: 0;
	padding: 0.3125rem 2%;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #B4B4B4;
	color: #AE1D16;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

.recipe-brands-title
{
	color: #7D7D7D;
	font-family: 'Trade Gothic Bold Condensed';
	font-size: 0.9375rem;
}

.container-recipe-image
{
	clear: left;
	float: left;
	overflow: hidden;
	position: relative;
	width: 39.7%;
	margin: 0;
	padding: 0;
}

.container-post-content.recipe.featured-recipe .container-recipe-image
{
	clear: left;
	float: left;
	overflow: hidden;
	position: relative;
	width: 27.8%;
	margin: 0;
	padding: 0;
}

.container-recipe-image img
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.container-recipe
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 56.3%;
	margin: 0;
	padding: 2%;
}

.container-recipe.less-image
{
	width: 96%;
}

.container-recipe ul
{
	margin: 0;
}

.container-recipe-ingredients ul li,
.container-recipe-instructions ul li
{
	margin: 0;
	list-style: outside none none;
}

.container-recipe-ingredients
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 0 1.25rem 0;
	padding: 0;
}

.container-recipe-instructions
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 0 1.25rem 0;
	padding: 0;
	font-style: italic;
}

#container-article.single.recipe
{
	width: 100%;
	padding: 0;
}

.container-recipe-single-featured-image
{
	clear: left;
	float: left;
  width: 23.2%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.container-recipe-single-featured-image img
{
  width: 100%;
}

.post-content.single-recipe
{
	clear: right;
	float: right;
  width: 70.8%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 3%;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
}
/***** end product specs, recipes *************/

.masonry-entry
{
	position: relative;
	padding: 0 0 20px;
	background-image: url(images/bkgnd-light.gif);
	background-repeat: repeat;
}

.container-masonry-read-more
{
	position: relative;
	width: 100%;
	text-align: center;
}

.masonry-read-more
{
	display: inline-block;
}
/************** pagination ********************/
.container-pagination
{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 1rem 0;
	padding: 0;
}

.container-pagination-list
{
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
}

.container-pagination-list ul li
{
	display: inline-block;
	position: relative;
	margin: 0;
	line-height: 0.875rem;
	list-style-type: none;
}

.container-pagination-list ul li span
{
	display: inline-block;
	padding: 5px 7px;
}

.container-pagination-list ul li a.prev span 
{
	border-left: 0 none;
	padding-left: 0;
}

.container-pagination-list ul li a
{
	border-width: 0;
}
/********** end pagination ********************/
#container-footer
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.25rem 0;
	background-color: #1A1A1A;
	background-image: url(images/bkgnd-container-header.png);
	background-repeat: repeat;
	border-width: 0;
}

#container-footer-content
{
	clear: both;
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
	font-family: 'Trade Gothic Bold Condensed';
	font-size: 0.8125rem;
}

#container-footer-content-right
{
	clear: right;
	float: right;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}
/********* menu #container-footer-menu ********/
#container-footer-menu
{
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item
{
	float: left;
	margin: 0 0.5rem;
	padding: 0;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item:first-child
{
	margin-left: 0rem;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item:last-child
{
	margin-right: 0rem;
}

#container-footer-menu .ynp-menu ul li a
{
	color:  #AB1C15;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item.current-menu-item a,
#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item:hover a
{
	color:  #7A140F;
}
/***** end menu #container-footer-menu ********/

#container-footer-content-left
{
	clear: left;
	float: left;
	position: relative;
	width: 20%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

#container-copyright
{
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #8D8C8C;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.pure-vippf-search-form
{
    width: 100%;
    height: auto;
}

#pure-vippf-vip-iframe
{
    width: 100%;
}
