/*

Theme Name: ChessMag
Theme URI: http://www.chesseducators.com
Description: A Premium WordPress Theme Customized for Chess Educators
Version: 1.4.7
Hosted: Chess Educators
Website URI: http://www.chesseducators.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - General Structure
3.0 - Header Area
	3.1 - Site Title
	3.2 - Header Menu
	3.3 - Social Icons
4.0 - Main Menu
	4.1 - Mobile Menu
	4.2 - Main Menu Search
5.0 - Slideshow
	5.1 - News Slider
6.0 - Typography
	6.1 - Lists
	6.2 - Buttons
	6.3 - Tables
	6.4 - Alerts & Messages
	6.5 - Forms
	6.6 - Pagination
	6.7 - Breadcrumbs
7.0 - Columns
	7.1 - 4 Columns
	7.2 - 3 Columns
	7.3 - 2 Columns
	7.4 - Column Shortcodes
	7.5 - Photo Gallery Columns
8.0 - JS Elements
	8.1 - Accordion
	8.2 - Toggle
	8.3 - Tabs
9.0 - Articles
	9.1 - Article Columns
	9.2 - Article Social Links
	9.3 - Article Comments
10.0 - Products
	10.1 - Product Columns 4
	10.2 - Product Columns 3
	10.3 - Product Columns 2
	10.4 - Product Structure
	10.5 - Product Single
	10.6 - Product Cart Form
11.0 - Homepage
12.0 - Widgets
	12.1 - 4 Column Advert Widget
	12.2 - Newsletter Widget
	12.3 - Latest Posts Widget
	12.4 - Tags Widget
13.0 - Footer
13.1 - Footer Menu





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, 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, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

pre {
    background: url(images/pre.png);
    border: #dee0e0 1px solid;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 155%;
    margin: 0 0 30px;
    padding: 20px;
    white-space: pre-wrap;
}

.clearfix, .wp-tag-cloud, #searchform, .widget {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.wp-tag-cloud:before, .wp-tag-cloud:after,
#searchform:before, #searchform:after,
.widget:before, .widget:after {
	content: "";
	display: table;
}

.clearfix:after,
.wp-tag-cloud:after,
#searchform:after,
.widget:after {
	clear: both;
}

.clearboth,
#searchform,
.widget {
	clear: both;
}

/* 1.0 - Global */
body {
	background: url(images/bg.png) fixed;
	color: #666767;
}

body, .icon-area h3, .products-4columns li h4, #footer h6, textarea{
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.cart-top, 
.flex-caption h2, 
.dropcap, 
.page-content table th,
#site-title #tagline,
.news-image-title,
blockquote,
.product-price .from,
.product-price-single .from {
	font-family: 'Cardo', serif;
}

a {
	color: #666767;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 2.0 - General Structure */
#background-wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.content-wrapper {
	padding: 0 3%;
}


#main-content {
	width: 70%;
	padding: 3% 3% 0 0;
	float: left;
}

#sidebar-content {
	width: 23.6%;
	padding: 3% 0 0 3%;
	background: url(images/side-shadow.png) left top no-repeat;
	float: right;
	border-left: #dadada 1px solid;
	position: relative;
	min-height: 124px;
}

.sidebar-fade {
	background: url(images/sidebar-fade.png) no-repeat;
	width: 23px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

.sidebar-content-left-sidebar .sidebar-fade {
	background: url(images/sidebar-left-fade.png) no-repeat;
	width: 23px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	right: -1px !important;
	left: auto;
}

/*#main-content {
	width: 70%;
	float: right;
	background: url(images/side-shadow.png) left top no-repeat;
	border-left: #dadada 1px solid;
	padding: 3% 0 0 3%;
}

#sidebar-content {
	width: 23.6%;
	float: left;
	background: none;
	border-left: none;
	padding: 3% 3% 0 0;
}*/

.full-width {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: none !important;
	border: none !important;
	padding: 3% 3% 0 0 !important;
}

.main-content-left-sidebar {
	float: right !important;
	padding: 3% 0 0 3% !important;
}

.sidebar-content-left-sidebar {
	float: left !important;
	background: url(images/side-left-shadow.png) right top no-repeat !important;
	border-left: none !important;
	border-right: #dadada 1px solid;
	padding: 3% 3% 0 0 !important;
}

/* 3.0 - Header Area */

#header-wrapper {
	margin: 0 0 40px 0;
}

#header-left {
	width: 64%;
	float: left;
}

#header-right {
	width: 36%;
	float: right;
	margin: 12px 0 0 0;
}

/* 3.1 - Site Title */
#site-title h2 {
	font-size: 42px;
	text-align: left;
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
	border-top: #1c1c1c 6px solid;
}

#site-title h2 span {
	font-style: italic;
	color: #a09d9d;
}

#site-title a {
	text-decoration: none;
	color: #1c1c1c;
}

#site-title #tagline {
	color: #000000;
	text-transform: uppercase;
	font-size: 24px;
	float: left;
	padding: 64px 0 0 20px;
	letter-spacing: 0.1em;
}

.site-title-image h2 {
	width: 45%;
}

.site-title-image img {
	width: 100%;
}

/* 3.2 - Header Menu */
.header-menu {
	float: right;
	margin: 13px 20px 20px 0;
}

.header-menu li {
	float: left;
	background: url(images/dot1.png) no-repeat right center;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 14px;
}

.header-menu li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

.header-menu li a {
	text-decoration: none;
}

.shopping-bag {
	background: url(images/shopping-bag.png) no-repeat;
	width: 22px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	padding: 13px 0 0 0;
	text-align: center;
	float: right;
	text-decoration: none;
	margin: 0 0 10px 0;
}

/* 3.3 - Social Icons */
.social-icons {
	float: right;
}

.social-icons li {
	float: left;
	list-style: none !important;
}

#sidebar-content .social-icons {
	float: left;
}

#sidebar-content .social-icons li {
	margin: 0 0 5px 0;
}

.social-icons li:last-child span {
	margin: 0 !important;
}

.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, 
.flickr_icon {
	display: block !important;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 5px 0 0;
	width: 25px !important;
	height: 25px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-wrapper .twitter_icon, 
#footer-wrapper .pinterest_icon, 
#footer-wrapper .facebook_icon, 
#footer-wrapper .googleplus_icon, 
#footer-wrapper .tumblr_icon, 
#footer-wrapper .vimeo_icon, 
#footer-wrapper .youtube_icon, 
#footer-wrapper .rss_icon, 
#footer-wrapper .flickr_icon {
	margin: 0 5px 5px 0;
}

.twitter_icon:hover, 
.pinterest_icon:hover, 
.facebook_icon:hover, 
.googleplus_icon:hover, 
.tumblr_icon:hover, 
.vimeo_icon:hover, 
.youtube_icon:hover, 
.rss_icon:hover, 
.flickr_icon:hover {
	background-image: url(images/social-icons.png) no-repeat;
	background-color: #1c1c1c;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, 
.flickr_icon {
	background: url(images/social-icons.png) no-repeat #c4c4c4;
}

.twitter_icon,
.twitter_icon:hover {
	background-position: 6px 6px;
}

.pinterest_icon,
.pinterest_icon:hover {
	background-position: -21px 6px;
}

.facebook_icon,
.facebook_icon:hover {
	background-position: -49px 6px;
}

.googleplus_icon,
.googleplus_icon:hover {
	background-position: -77px 6px;
}

.tumblr_icon,
.tumblr_icon:hover {
	background-position: -105px 6px;
}

.vimeo_icon,
.vimeo_icon:hover {
	background-position: -133px 6px;
}

.youtube_icon,
.youtube_icon:hover {
	background-position: -160px 6px;
}

.rss_icon,
.rss_icon:hover {
	background-position: -188px 6px;
}

.flickr_icon,
.flickr_icon:hover {
	background-position: -216px 6px;
}

/* 4.0 - Main Menu */
#main-menu-wrapper {
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	position: relative;
}

#main-menu {
	width: 80%;
}

#main-menu a {
	padding: 19px 15px 20px 15px;
	text-decoration:none;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#main-menu a,
#main-menu li.sfHover li a, 
#main-menu li li a, 
#main-menu li li li a {
	color: #3f3f3f;
}

#main-menu li {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#main-menu li a {
	color: #666767;
	border-color: transparent;
}

#main-menu li li {
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
}

#main-menu li.sfHover li a, #main-menu li li a, #main-menu li li li a {
	font-size: 13px;
	margin: 0;
	padding: 15px;
	border-left: none;
	background: #fff;
	border-bottom: #eee 1px solid;
}

#main-menu li li a:hover,
#main-menu li li:last-child li a:hover {
	background: url(images/darkdots.png) #fbfbfb repeat-x bottom;
}

#main-menu li li:last-child a,
#main-menu li li:last-child li:last-child a {
	background: #fff;
	border-bottom: none;
}

#main-menu li li:last-child li a {
	background: url(images/darkdots.png) #fff repeat-x bottom;
}

#main-menu li li:last-child a:hover,
#main-menu li li:last-child li:last-child a:hover {
	background: #fbfbfb;
}

#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	outline: 0;
}

#main-menu li ul {
	z-index: 999 !important;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
	border-bottom: #1c1c1c 4px solid;
}

#main-menu li li ul {
	margin-left: -1px;
}

#main-menu a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 1em;
	top: 1.4em;
	width: 10px;
	height: 7px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/menu-arrow.png) no-repeat;
}

li ul li .sf-sub-indicator {
	top: 1.3em;
	right: 1.85em;
}

a > .sf-sub-indicator { 
	top: 1.85em;
	background-position: 0 0px; 
}

#main-menu ul .sf-sub-indicator { background-position: 0px -29px !important;height:10px;width:7px; }
#main-menu li.current_page_item a, #main-menu li a:hover, #main-menu li.sfHover a {
	color: #1c1c1c;
}

/* 4.1 - Mobile Menu */
.mobile-menu-button {
	display: none;
	background: url(images/mobile-menu.png) #1c1c1c;
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
	width: 51px;
	height: 53px;
	position: absolute;
	left: 0;
	top: -1px;
}

.mobile-menu-button:hover {
	cursor: pointer;
}

.mobile-menu-wrapper {
	width: 100%;
	background: #1c1c1c;
	position: relative;
	top: 52px;
	display: none;
	padding: 0 0 30px 0;
	margin: 0 0 52px 0;
}

#mobile-menu {
	width: 95%;
	padding: 0 2.5% !important;	
}

#mobile-menu li {
	border-top: #313335 1px solid;
}

#mobile-menu li li {
	margin: 0 0 0 10px;
}

#mobile-menu li li li {
	margin: 0 0 0 20px;
}

#mobile-menu li a {
	color: #9da0a4;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
}

#mobile-menu li a:hover {
	color: #fff;
}

#mobile-menu li.current_page_item a {
	color: #fff;
}

#mobile-menu li.current_page_item ul li a {
	color: #9da0a4;
}

#mobile-menu li.current_page_item ul li a:hover {
	color: #fff;
}

/* 4.2 - Main Menu Search */
.menu-search-button {
	background-image: url(images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1c1c1c;
	width: 51px;
	height: 53px;
	position: absolute;
	right: 0;
	top: -1px;
}

.menu-search-button:hover {
	cursor: pointer;
}

.menu-search-form {
	width: 19.1%;
	float: right;
}

.menu-search-field {
	background: #f8f8f8;
	width: 0%;
	height: 49px;
	margin-right: 51px;
	border: none;
	border-left: #dfdcdc 1px solid;
	float: right;
	padding: 1px 0px;
	color: #b0b0b0;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

/* 5.0 - Slideshow */
.loader {
	display: none !important;
}

.slides li {
	position: relative;
}

.slider {
	position: relative;
	z-index: 1;
}

.slider li.post {
	padding: 0 0 55px 0;
}

.slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next {
    top: 190px;
    display: block;
 	width: 43px;
    height: 43px;
    position: absolute;
    text-indent: -9999px;
    z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider .flex-direction-nav .flex-prev {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: 14px 12px;
	left: 0px;
	border-right: #1c1c1c 4px solid;
}

.slider .flex-direction-nav .flex-next {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: -41px 12px;
	right: 0px;
	border-left: #1c1c1c 4px solid;
}

.flex-caption {
	/*position: relative;
	bottom: -30px;*/
	margin: 45px 0 30px 0;
}

.flex-caption p {
	color: #666767;
	font-size: 14px;
	text-align: center;
	line-height: 160%;
}

.flex-caption h2 {
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.flex-caption h2 a {
	text-decoration: none;
	color: #1c1c1c;
}

.flex-caption h2 span {
	color: #666767;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	display: block;
	border-bottom: #dfdcdc 1px solid;
	width: 150px;
	margin: 0 auto 10px auto;
	padding: 8px 0 8px 0;
}

.flex-control-paging li a.flex-active {
	background: #666767 !important;
}

.flex-control-paging li a {
	background: #c4c4c4 !important;
	box-shadow: none !important;
	margin: 0 1px 0 0;
	width: 8px !important;
	height: 8px !important;
}

.flex-control-nav {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

.flex-control-nav li {
	line-height: 0 !important;
}

.slider {
	position: relative;
}

.slider-border {
	border: #ccc 1px solid;
	margin: 0 0 30px 0;
}

.slide-loader {
	background: url(images/loader.gif) #f5f5f5 no-repeat center center !important;
	min-height: 416px;
}

.flex-control-paging {
	position: absolute;
	top: 455px !important;
}

/* 5.1 - News Slider */
.slider-news {
	position: relative;
	width: 100%;
}

.slider-news .slides li {
	padding: 0 1px 0 0;
}

.slider-news .flex-direction-nav .flex-prev, .slider-news .flex-direction-nav .flex-next {
    top: -44px;
    display: block;
 	width: 15px;
    height: 15px;
    position: absolute;
    text-indent: -9999px;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider-news .flex-direction-nav .flex-prev {
	background: url(images/slide-arrows-small.png) #fff no-repeat;
	background-position: 4px 3px;
	right: 30px;
}

.slider-news .flex-direction-nav .flex-next {
	background: url(images/slide-arrows-small.png) #fff no-repeat;
	background-position: -30px 3px;
	right: 10px;
}

/* 6.0 - Typography*/
h1,h2,h3,h4,h5,h6 {
	color: #1c1c1c;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

blockquote {
	border-left: #dfdcdc 1px solid;
	color: #a2a3a3;
	font-style: italic;
	padding: 20px;
	margin: 0 0 20px 20px;
}

blockquote p {
	margin: 0 !important;
	font-size: 20px !important;
	text-align: center;
}

.page-title {
	font-size: 24px;
	color: #1c1c1c;
}

.page-title a {
	color: #1c1c1c;
	text-decoration: none;
}

#main-content p {
	font-size: 14px;
	line-height: 160%;
}

#main-content a:hover,
#sidebar-content a:hover {
	color: #999;
}

#sidebar-content p {
	font-size: 13px;
	line-height: 160%;
	margin: 0 0 20px 0;
}

.page-content strong {
	font-weight: bold;
}

.dropcap {
	font-size: 48px;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-style: italic;
	color: #1c1c1c;
}

.intro-msg {
	font-size: 24px;
	font-style: italic;
	padding: 30px 60px 30px 60px;
	text-align: center;
	line-height: 130%;
}

.page-content p {
	margin: 0 0 20px 0;
}

address {
	font-size: 14px;
	line-height: 160%;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin: 0 0 15px 0;
}

.post-tags a {
	font-style: italic;
}

/* 6.1 - Lists */
.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	border-bottom: #f4f4f4 1px solid;
	padding: 2px 0 2px 0;
	font-size: 14px;
}

.page-content li:last-child {
	border-bottom: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}

.page-content ul ul ul,
.page-content ul ol ol {
	margin: 0 0 0 15px !important;
}

.page-content ul li a,
.page-content ol li a {
	text-decoration: none !important;
}

.list1 li {
	list-style-image: url(images/list1.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(images/list2.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(images/list3.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(images/list4.png) !important;
	list-style-position: inside;
}

.sidebar ul li, .page-content ul li {
	list-style-image: url(images/list2.png);
	list-style-position: inside;
	line-height: 190%;
}

.list-fail {
	margin: 0 !important;
}

.list-fail li {
	list-style-image: url(images/list-fail.png) !important;
	border-bottom: #f3d0cf 1px solid;
}

ol li {
	list-style: decimal inside;
	line-height: 190%;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

#sidebar-content ul li {
	list-style-image: url(images/side-bullet.png);
	list-style-position: inside;
	font-size: 13px;
	line-height: 170%;
}

#sidebar-content ul li a {
	text-decoration: none;
}

#payment {
	margin: 0 0 10px 0 !important;
	width: 50% !important;
}

#payment li {
	list-style: none !important;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.payment_methods {
	padding: 0 !important;
	margin: 0 0 30px 0 !important;
}

.payment_methods .input-radio {
	display: inline !important;
}

.payment_methods label {
	display: inline !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.payment_methods li {
	padding: 6px 0 !important;
}

.payment_methods li:last-child {
	border-bottom: none !important;
}

.payment_box {
	background: #f5f5f5 !important;
	box-shadow: none !important;
	padding: 15px !important;
}

.place-order {
	padding: 0 !important;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	border-color: transparent transparent #f5f5f5 !important;
}

.woocommerce #payment ul.payment_methods, 
.woocommerce-page #payment ul.payment_methods {
	border-bottom: none !important;
}

.comment-text {
	border-radius: 0 !important;
}

#fancybox-close:hover {
	background: #1c1c1c !important;
}

#review_form #reply-title,
#commentform .stars,
#review_form textarea {
	margin: 0 0 15px 0 !important;
}

#reviews #comments ol.commentlist li .comment-text,
form.login, form.checkout_coupon, form.register {
	-webkit-border-radius: 0 !important; 
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* 6.2 - Buttons */
.button1 {
    font-size: 10px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.form-submit #submit,
#submit {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
	float: left !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.price_slider_amount .button {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 15px 0;
}

.button2 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
	font-weight: bold;
	color: #424242;
    padding: 10px 17px 10px 17px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;

    text-decoration: none;
}

.button4 {
    font-size: 18px;
	color: #424242;
    padding: 14px 20px 14px 20px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	cursor: pointer;
}

.buttonpad {
	padding: 9px 10px 8px 10px;
}

/* 6.3 - Tables */
.page-content table,
#sidebar-content table,
#footer-wrapper table {
	border-top: #1c1c1c 5px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #1c1c1c;
}

.page-content table td, 
.page-content table th,
#sidebar-content table td,
#sidebar-content table th,
#footer-wrapper table td,
#footer-wrapper table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: top;
}

.page-content table th,
#sidebar-content table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

#footer-wrapper table th {
	padding: 15px 7px 15px 7px;
	font-size: 12px;
	font-weight: 700;
}

.page-content table td {
	padding: 10px !important;
	line-height: 160%;
}

#sidebar-content table td {
	padding: 7px;
	line-height: 160%;
}

#footer-wrapper table td {
	padding: 4px;
	line-height: 160%;
}

.page-content table tr,
#sidebar-content table tr,
#footer-wrapper table tr {
	background: #fff;
}

.page-content table tr:nth-child(2n),
#sidebar-content table tr:nth-child(2n),
#footer-wrapper table tr:nth-child(2n) {
    background: #f5f5f5;
}

#wp-calendar caption {
	padding: 0 0 20px 0;
}

.shipping_calculator {
	margin: 0 !important;
}

.cart-collaterals .shipping_calculator {
	width: 100% !important;
}

.shipping-calculator-form {
	width: 65%;
	margin: 25px 0 0 0;
}

.shipping-calculator-form .input-text,
.shipping-calculator-form select {
	padding: 10px 7px !important;
	margin: 0 0 15px 0 !important; 
}

.shipping-calculator-form .input-text {
	width: 93% !important;
}

.shipping-calculator-form select {
	width: 100% !important;
}

/* 6.4 - Alerts & Messages */
.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242 !important;
	text-decoration: underline !important;
}

.notice {
	background: url(images/msg_notice.png) 10px center no-repeat #ffffff;
	color: #333333;
}

.notice a {
	color: #a80000 !important;
	text-decoration: underline !important;
}

.success {
	background: url(images/msg_success.png) 10px center no-repeat #dff7ca;
	color: #64ae23;
}

.coupon {
	background: url(images/msg_coupon.png) 10px 7px no-repeat #dff7ca;
	color: #64ae23;
}

.coupon a, 
.success a {
	color: #64ae23 !important;
	text-decoration: underline !important;
}

.fail {
	background: url(images/msg_fail.png) 10px center no-repeat #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39 !important;
	text-decoration: underline !important;
}

.msg .button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    float: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 !important;
    text-shadow: none !important;
}

.fail li {
	list-style-image: none !important;
	list-style: square;
	border-bottom: none;
}

/* 6.5 - Forms */
#main-content input[type="text"],
#main-content input[type="password"], 
#main-content input[type="email"], 
#main-content textarea,
#sidebar-content input[type="text"],
#sidebar-content input[type="password"], 
#sidebar-content textarea,
#footer-wrapper input[type="text"],
#footer-wrapper input[type="password"], 
#footer-wrapper textarea,
#commentform textarea,
.input-text
 {
	background: #fff;
	border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;
	width: 50%;
}

#main-content input[type="text"]:active, 
#main-content input[type="text"]:hover, 
#main-content input[type="password"]:active, 
#main-content input[type="password"]:hover,
#main-content input[type="email"]:active, 
#main-content input[type="email"]:hover,
#main-content textarea:active, 
#main-content textarea:hover,
#sidebar-content input[type="text"]:active, 
#sidebar-content input[type="text"]:hover, 
#sidebar-content input[type="password"]:active, 
#sidebar-content input[type="password"]:hover,
#sidebar-content textarea:active, 
#sidebar-content textarea:hover,
#footer-wrapper input[type="text"]:active, 
#footer-wrapper input[type="text"]:hover, 
#footer-wrapper input[type="password"]:active, 
#footer-wrapper input[type="password"]:hover,
#footer-wrapper textarea:active, 
#footer-wrapper textarea:hover,
#commentform textarea:active,
#commentform textarea:hover {
	color: #818181;
}

#main-content input[type="text"], 
#main-content input[type="password"],
#sidebar-content input[type="text"], 
#sidebar-content input[type="password"],
#footer-wrapper input[type="text"], 
#footer-wrapper input[type="password"] {
	
}

#main-content textarea,
#sidebar-content textarea {
	width: 80%;
}

#main-content label,
#sidebar-content label,
#commentform label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

#main-content label span,
#sidebar-content label span,
#commentform label {
	color: #989898;
}

#main-content input[type="submit"],
#sidebar-content input[type="submit"] {
	cursor: pointer;
}

#main-content .select-box {
	float: right;
	width: 60%;
}

#main-content select,
#sidebar-content select,
#footer-wrapper select {
	background: url(images/menu-arrow.png) #fff no-repeat 95% 10px;
	color: #b2b2b2;
	width: 100%;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}

#main-content option select {
	padding: 4px;
}

#main-content .half-input {
	width: 44% !important;
}

#main-content .full-input {
	width: 96.5% !important;
}

#main-content .form-third {
	float: right;
	width: 48%;
}

#main-content .radio-wrapper {
	margin: 0 0 5px 0 !important;
}

#main-content #remember_me {
	float: left;
	margin: 0 8px 20px 0;
}

#main-content #remember_me_label {
	float: left;
	margin: 2px 0 0 0;
}

#main-content .coupon-code {
    float: left;
}

#main-content .checkout-form  {
	margin: 0 0 30px 0 !important;
}

.coupon-form {
	width: 50%;
}

.coupon-form .button2 {
	height: 31px;
}

.checkout_coupon #coupon_code {
	height: 15px;
	padding: 10px 7px !important;
	float:left;
	border-right:none;margin:0;
}

.checkout_coupon .button2 {
	height: 37px;
	margin: 0 0 0 -2px;
}

#google-map {
	margin: 0 0 40px 0;
}

.video-wrapper {
    margin: 0 0 30px 0;
}

.checkout .input-text {
	width: 100% !important;
	margin: 0 !important;
}

#customer_details {
	margin: 0 0 30px 0;
}

.checkout .col-2 h3 {
	float: none !important;
}

#shiptobilling {
	margin: 0 0 10px 0 !important;
	padding: 5px;
	line-height: 1;
	float: none !important;
}

#shiptobilling label {
	font-size: 11px !important;
	margin: 0 !important;
}

#shiptobilling .checkbox {
	float: left;
	padding: 0 0 0 5px;
}

#shiptobilling .input-checkbox {
	float: left;
	margin: 4px 4px 0 0;
}

#order_comments_field label {
	display: none;
}

#order_comments_field {
	margin: 0 !important;
}

#order_comments_field #order_comments {
	width: 70%;
	height: 150px;
	margin: 0 0 40px 0 !important;
}

.chzn-container-single .chzn-single {
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: #dfdcdc 1px solid !important;
	color: #aaa !important;
}

.chzn-container-single .chzn-single {
	padding: 3px 7px 4px 7px !important;
}

.form-row input[type="text"] {
	width: 100% !important;
	margin: 0 !important;
}

#order_review table {
	width: 329px;
	margin: 0 0 40px 0 !important;
}

.lost_password {
	padding: 5px 0 0 10px;
	display: block;
	text-indent: 15px;
}

#widget-search {
	width: 80% !important;
}

.site-register .input-text,
#loginform .input-text {
	width: 90% !important;
}

.edit {
	font-size: 12px;
	line-height: 200%;
}

.woocommerce #payment, 
.woocommerce-page #payment {
	background: none !important;
}

/* 6.6 - Pagination */
.pagination-wrapper,
.wp-pagenavi {
	border-top: #dfdcdc 1px solid;
	padding: 40px 0 0 0;
	font-size: 12px;
}

.pagination-wrapper a,
.wp-pagenavi a,
.wp-pagenavi .current {
	border: #dfdcdc 1px solid;
	text-decoration: none;
	color: #1c1c1c;
	padding: 2px 6px !important;
	margin: 0 5px 0 0 !important;
}

.pagination-wrapper a.selected,
.pagination-wrapper a:hover,
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background: #1c1c1c !important;
	border: #1c1c1c 1px solid !important;
	color: #fff !important;
	font-weight: normal !important;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	border: #dfdcdc 1px solid !important;
	color: #1c1c1c !important;
}

.wp-pagenavi .pages {
	display: none;
}

.page-pagination {
	border-top: #dfdcdc 1px solid;
	margin: 40px 0 0 0;
	padding: 35px 0 0 0;
	font-size: 12px;
}

.page-pagination .page {
	background: #1c1c1c;
	border: #1c1c1c 1px solid;
	color: #fff;
	font-weight: normal;
	padding: 2px 6px !important;
	margin: 0 5px 0 0 !important;
}

.page-pagination a {
	text-decoration: none !important;
}

.page-pagination a .page {
	background: #fff;
	border: #dfdcdc 1px solid !important;
	color: #1c1c1c !important;
}

.page-pagination a:hover .page {
	background: #1c1c1c;
	border: #1c1c1c 1px solid !important;
	color: #fff !important;
	font-weight: normal;
}

/* 6.7 - Breadcrumbs */
.breadcrumbs-wrapper {
	margin: 20px 0 30px 0;
	position: relative;
}

.breadcrumbs {
	float: left;
	margin: 0;
	border-left: #dfdcdc 1px solid;
}

.breadcrumbs li {
	line-height: 2.1;
	font-size: 11px;
	height: 28px;
	padding: 0 15px 0 0px;
	font-weight: 600;
	display: block;
	float: left;
	margin: -1px 0 0 0;
}

.breadcrumbs li a {
	color: #707070;
	text-decoration: none;
}

.breadcrumbs li span {
	height: 26px;
	display: block;
	padding: 0 10px 0 15px;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
}

.breadcrumbs-wrapper {
	background: url(images/border4.png) repeat-x center;
}

.breadcrumbs li {
	background: url(images/breadcrumbs_arrow2.png) #fff right center no-repeat;
}

.breadcrumbs li:last-child, .breadcrumbs li.lastcrumb {
	background: url(images/breadcrumbs_arrow1.png) #fff right center no-repeat;
}

.breadcrumb-order-wrapper {
	position: relative;
}

.breadcrumb-order-wrapper .woocommerce-ordering {
	position: absolute !important;
	top: -2px !important;
	right: 0 !important;
}

.woocommerce-ordering {
	width: 30%;
}

.woocommerce-ordering select {
	background: #fbfbfb;
	color: #707070;
	padding: 6px;
	border: #e1dede 1px solid;
	font-size: 11px;
	width: 100%;
}

/* 6.8 - Other */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
	max-width: 100%;
}

.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	width: 100%;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 30px 30px 30px 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 30px 0 30px 30px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 30px auto 30px auto;
}

.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin: 10px auto 10px;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	outline: none;
}

p.demo_store {
	background: #1c1c1c !important;
	border: none !important;
	box-shadow: none !important;
}

/* 7.0 - Columns */

/* 7.1 - 4 Columns */
.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 22%;
	margin: 0 4% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

/* 7.2 - 3 Columns */
.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

/* 7.3 - 2 Columns */
.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 48.2%;
	margin: 0 3.5% 0 0;
	list-style: none !important;
	background: none !important;
	border-bottom: none;
	padding: 0;
}

.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

/* 7.4 - Column Shortcodes */
.one-half {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.one-third {
	width: 31.73%;
	margin: 0 2.4% 0 0;
	float: left;
}

.two-thirds {
	width: 65.86%;
	margin: 0 2.4% 0 0;
	float: left;
}

.one-fourth {
	width: 22.52%;
	margin: 0 3.3% 0 0;
	float: left;
}

.two-fourths {
	width: 48.343%;
	margin: 0 3.3% 0 0;
	float: left;
}

.last-col {
	margin: 0;
}

/* 7.5 - Photo Gallery Columns */
.gallery .gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
	width: 48.1%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
	margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
	width: 31.1%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
	margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
	width: 22.7%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
	margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
	width: 17.5%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
	margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
	width: 14%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
	margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
	width: 11.6%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
	margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
	width: 9.7%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
	margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
	width: 8.3%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin: 0 0 3% 0;
}

/* 8.0 - JS Elements */

/* 8.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: #d4d4d4 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #d4d4d4 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(images/plus.png) no-repeat 20px center;
}

.accordion h4:hover {
	background: url(images/plus.png) #fff no-repeat 20px center;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(images/minus.png) no-repeat 20px center;
}

/* 8.2 - Toggle */
.toggle {
	border: #d4d4d4 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 8.3 - Tabs */
#tabs .nav {
	margin: 0;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
}

#tabs .nav li a {
	color: #1c1c1c;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #dee0e0 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 6px 20px 6px 20px; 
	text-decoration: none;
	border-right: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #dee0e0 5px solid;
	border-bottom: #dee0e0 1px solid;
	background: #fff;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: #1c1c1c 5px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: #dee0e0 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

#tabs p {
	margin: 0;
}

/* 9.0 - Articles */
.article-category-col-2 {
	margin: 0 !important;
}

.article-category-col-2 li {
	list-style: none !important;
	width: 48.2%;
	margin: 0 3.5% 10px 0;
	float: left;
	border-bottom: none;
}

.article-category-col-2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.article-category-col-2 li img {
	width: 100%;
	margin: 0 0 6px 0;
}

.article-category-col-2 li h3,
.article-category-col-1 li h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 120%;
}

.article-category-col-2 li h3 a,
.article-category-col-1 li h3 a {
	color: #1c1c1c;
	text-decoration: none;
}

.article-meta {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #666767;
	line-height: 1;
	margin: 10px 0 20px 0;
}

.article-date {
	border-bottom: #dfdcdc 1px solid;
	padding: 0 7px 7px 0;
}

.article-comments {
	border-bottom: #dfdcdc 1px solid;
	border-left: #dfdcdc 1px solid;
	padding: 0 0 7px 7px;
}

.article-category {
	border-bottom: #dfdcdc 1px solid;
	border-left: #dfdcdc 1px solid;
	padding: 0 7px 7px 7px;
}

.article-date a,
.article-comments a,
.article-category a {
	color: #666767 !important;
}

.logged-in-as {
	margin: 0 0 20px 0;
}

/* 9.1 - Article Columns */
.article-category-col-1 li {
	list-style: none !important;
	border-bottom: none !important;
	margin: 0 0 20px 0;
}

.article-category-col-1 li:last-child {
	margin: 0;
}

.article-image {
	float: left;
	width: 48%;
}

.article-image img {
	width: 100%;
}

.article-content {
	float: right;
	width: 48%;
}

.article-image-full {
	width: 100%;
	margin: 0 0 30px 0;
}

.no-image {
	background: url(images/pattern1.png) repeat;
	width: 100%;
	height: 90px;
	margin: 0 0 30px 0;
}

.article-title {
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
	margin: 0 0 35px 0 !important;
}

.article-title a {
	text-decoration: none;
	color: #1c1c1c;
}

/* 9.2 - Article Social Links */
.article-social-links {
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 20px 0;
	margin: 35px 0;
}

.article-social-links ul {
	width: 400px;
	margin: 0 auto;
}

.article-social-links ul li {
	float: left;
	list-style: none;
	border-bottom: none;
	font-size: 11px;
}

.article-social-links ul li a {
	color: #1c1c1c;
	text-decoration: none;
}

.article-social-links ul li.tweet-link {
	background: url(images/share-tweet.png) left center no-repeat;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}

.article-social-links ul li.facebook-link {
	background: url(images/share-facebook.png) left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 30px 0 0;
}

.article-social-links ul li.pinterest-link {
	background: url(images/share-pinterest.png) left center no-repeat;
	padding: 0 0 0 20px;
}

/* 9.3 - Article Comments */
.comment-image {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.comment-image .avatar {
	border-radius: 30px;
}

.comment-info {
	color: #1c1c1c;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}

.comment-info span {
	text-transform: none;
}

.comment-info a {
	color: #1c1c1c;
	text-decoration: none;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0;
}

.comment-info span a {
	font-weight: 400;
	color: #989898;
	text-decoration: none;
}

.comment-left {
	float: left;
}

.comment-right {
	float: right;
	width: 87%;
	border-bottom: #d8d8d8 1px solid;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.comment-entry {
	clear: both;
}

.comments,
.comments ul {
	margin: 0 !important;
}

.comments li {
	list-style: none !important;
	border-bottom: none;
}

.comments li:last-child .comment-right {
	border-bottom: none;
}

.comments li li:last-child .comment-right {
	border-bottom: #d8d8d8 1px solid;
}

.comments li li {
	margin: 0 0 0 40px;
}

.reply_container {
	margin: 40px 0 0 0;
}

/* 10.0 - Products */

/* 10.1 - Product Columns 4 */
.products-col-4,
.featured-products-4 ul.products {
	margin: 0 !important;
}

.products-col-4 li,
.featured-products-4 ul.products li {
	width: 22%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-4 li:nth-child(4n),
.featured-products-4 ul.products li:nth-child(4n) {
	margin: 0 0 10px 0;
}

.products-col-4 li img,
.featured-products-4 ul.products li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.products-col-4 li:nth-child(4n+1) {
	clear: both;
}

/* 10.2 - Product Columns 3 */
.products-col-3 {
	margin: 0 !important;
}

.products-col-3 li {
	width: 30.5%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-3 li:nth-child(3n) {
	margin: 0 0 10px 0;
}

.products-col-3 li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

/* 10.3 - Product Columns 2 */
.products-col-2 {
	margin: 0 !important;
}

.products-col-2 li {
	width: 48%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.products-col-2 li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

/* 10.4 - Product Structure */
.product-thumbnail-wrapper {
	position: relative;
}

.product-options {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	display: none;
}

.product-options a {
	text-indent: -9999px;
	display: inline-block;
}

.product-options .product_type_simple,
.product-options .product_type_external,
.product-options .product_type_variable,
.product-options .details-button {
	width: 39px;
	height: 39px;
}

.product-options .product_type_simple,
.product-options .product_type_external {
	background-image: url(images/shopping-bag-small.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_simple:hover,
.product-options .product_type_external:hover {
	background: url(images/shopping-bag-small.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_variable {
	background: url(images/select-options.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_variable:hover {
	background: url(images/select-options.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .details-button {
	background: url(images/product-details.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .details-button:hover {
	background: url(images/product-details.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-meta h3 {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin: 10px 0 15px 0;
}

.product-meta h3 a {
	color: #1c1c1c;
	text-decoration: none;
}

.product-price .from,
.product-price-single .from {
	font-style: italic !important;
	color: #1c1c1c;
}

.product-price-single,
.product-price-single .price,
.product-price-single .price .amount {
	line-height: 1 !important;
}

.product-price-single .price {
	font-size: 18px !important;
	float: left;
}

.product-price-single .from {
	margin: 0 5px 0 0;
}

.product-price-single .out-of-stock {
	margin: 9px 0 5px 10px;
	float: left;
	line-height: 0 !important;
}

.product-price {
	text-align: center;
	margin: 0 0 20px 0;
}

.product-price .amount,
.product-price ins .amount,
.single_variation .price .amount {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	line-height: 1;
}

.product-price .amount,
.single_variation .price .amount {
	background: #1c1c1c;
}

.product-price del,
.product-price-single del,
.single_variation .price del {
	color: #fff !important;
}

.product-price ins .amount,
.single_variation .price ins .amount {
	background: #f76021;
	margin: 0 0 0 2px;
}

.product-price ins,
.product-price-single ins,
.single_variation .price ins {
	text-decoration: none !important;
}

.product-price-single {
	text-align: left;
	margin: 5px 0 20px 0 !important;
}

.product-price-single .amount {
	font-size: 18px;
	background: #1c1c1c;
	color: #fff;
	padding: 2px 5px;
	line-height: 1;
}

.product-price-single ins .amount {
	background: #f76021;
}

.product-price-single .reduced-price {
	font-size: 18px;
}

.shop-block-columns-2 {
	margin: 0 0 20px 0;
}

.shop-block-columns-2 .shop-block-col-2 {
	width: 48.5%;
	float: left;
	margin: 0 3% 0 0;
}

.shop-block-columns-2 .shop-block-col-2:last-child {
	margin: 0;
}

.shop-block-list li {
	display: block;
	margin: 0 0 13px 0;
	padding: 0 0 13px 0;
	border-bottom: #dfdcdc 1px solid;
}

.shop-block-list li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.shop-block-list li .shop-block-img-wrapper {
	float: left;
	width: 30%;
}

.shop-block-list li .shop-block-img-wrapper img {
	width: 100%;
}

.shop-block-list li h4 {
	float: right;
	width: 64%;
	font-size: 16px;
	line-height: 130%;
}

.shop-block-list li h4 a {
	color: #1c1c1c;
	text-decoration: none;
}

.shop-block-list li h4 span {
	color: #666767;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin: 3px 0 15px 0;
}

/* 10.5 - Product Single */
.product-single-image {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}

.images {
	margin: 0 0 30px 0 !important;
	width: 100% !important;
}

.images img {
	box-shadow: none !important;
}

.product-single-image .attachment-shop_single,
.product-single-image img {
	border: #dfdcdc 1px solid;
	width: 100%;
	margin: 0;
}

.product-single-thumbs {
	margin: 0 !important;
}

.product-single-thumbs  img {
	margin: 0 !important;
}

.product-single-thumbs li {
	width: 30%;
	float: left;
	list-style: none !important;
	border-bottom: none;
	margin: 0 5% 0 0;
}

.product-single-thumbs li:last-child {
	margin: 0;
}

.product-single-thumbs li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.product-description {
	float: right;
	width: 48%;
}

.product-description .summary {
	width: 100% !important;
	float: none !important;
}

.variations {
	margin: 0 !important;
}

.reset_variations {
	display: none;
	margin: 15px 0 0 0;
	color: #1c1c1c;
	font-size: 12px;
}

.woocommerce td.product-name dl.variation, 
.woocommerce-page td.product-name dl.variation {
	text-align: left;
}

.single_variation .price {
	margin: 0 0 20px 0;
	display: block;
}

div.product div.images div.thumbnails a, #content div.product div.images div.thumbnails a {
	width: 100% !important;
}

div.product div.images, #content div.product div.images {
	margin: 0 !important;
}

.pp_pic_holder .ppt {
	display: none !important;
}

.woocommerce p.stars a:hover:before,.woocommerce-page p.stars a:hover:before,.woocommerce p.stars a:focus:before,.woocommerce-page p.stars a:focus:before,
.woocommerce p.stars a.active:before,.woocommerce-page p.stars a.active:before {
	color: #1c1c1c !important;
}

.pp_inline #respond textarea {
	width: 70% !important;
}

/* 10.6 - Product Cart Form */
.product-form,
.qty-product-single {
	background: #fbfbfb;
	border: #dfdcdc 1px solid;
}

.product-form hr,
.qty-product-single hr {
	background: #dfdcdc;
	height: 1px;
	margin: 0;
	border: none;
}

.product-form label,
.qty-product-single label {
	font-size: 12px;
	font-weight: 700;
	color: #1c1c1c;
	padding: 8px 0 0 0;
}

.form-item {
	padding: 20px;
}

.qty-table .qty-fields {
	width: 105px;
	margin: 0 auto;
}

.form-item select {
	float: right;
	background: #fff;
	border: #dfdcdc 1px solid;
	padding: 7px;
	width: 65%;
	color: #707070;
	font-size: 11px;
}

.add-to-bag {
	font-size: 12px;
	font-weight: 400;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 5px;
}

.add-to-bag:hover {
	cursor: pointer;
}

#minus1, #plus1 {
	width: 33px;
	height: 33px;
	font-size: 18px;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 0 0 7px 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
	line-height: 180%;
}

.qty-text {
	width: 23px !important;
	height: 21px !important;
	border: none;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	border-left: none !important;
	border-right: none !important;
	padding: 5px !important;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c !important;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
}

.account-table .button2 {
	float: right !important;
}

.account-table a {
	color: #1c1c1c;
}

.woocommerce .cart-collaterals .cart_totals table, 
.woocommerce-page .cart-collaterals .cart_totals table {
	border-radius: 0 !important;
	margin: 0 0 30px 0 !important;
}

.margin1 {
	height: 1px;
	margin: 30px 0 30px 0;
	background: #dfdcdc;
	border: none;
}

.total-table tr td {
	text-align: left;
}

.product-table {
	width: 100%;
}

.product_meta {
	font-size: 12px;
	line-height: 140%;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
    border-right: none !important;
    float: none !important;
    font-size: 14px !important;
    line-height: 190% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    text-transform: none !important;
}

.woocommerce .order_details li strong, 
.woocommerce-page .order_details li strong {
    display: inline !important;
    font-size: 14px !important;
    line-height: 190% !important;
}

/* 11.0 - Homepage */
.news-block-columns-2 li {
	width: 48.5%;
	margin: 0 3% 40px 0;
	list-style: none;
	float: left;
}

.news-block-columns-2 li:nth-child(2n) {
	margin: 0 0 40px 0 !important;
}

.news-image-container, 
.news-image-container img {
	width: 100%;
}

.news-image-container {
	position: relative;
	margin: 0 0 20px 0;
}

.news-image-title {
	background: #1c1c1c;
	color: #fff;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

.news-image-title a {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.news-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.news-title a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: #dfdcdc 1px solid;
	width: 105px;
}

.title-block, #reply-title {
	background: #1c1c1c;
	color: #fff;
	padding: 8px;
	font-size: 16px;
	margin: 0 0 20px 0;
	text-align: left !important;
}

#reply-title {
	margin: 0 0 30px 0;
}

.title-block h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 !important;
	line-height: 1;
}

.title-block-no-margin {
	margin: 0;
	padding: 8px 8px 3px 8px;
}

.title-half {
	width: 313px;
}

.news-block-col-5 {
	width: 18%;
	float: left;
	margin: 0 2.5% 20px 0;
	list-style: none !important;
	border-bottom: none !important;
}

.news-block-col-5:nth-child(5n) {
	margin: 0 0 20px 0;
}

.news-block-col-5:nth-child(5n+1) {
	clear: both;
}

.news-title-lower {
	font-size: 16px;
	line-height: 130%;
}

.news-title-lower a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title-lower span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 7px 0 0 0;
	padding: 4px 0 0 0;
	border-top: #dfdcdc 1px solid;
	width: 100%
}


.news-block-col-5 .news-image-container {
	margin: 0 0 14px 0;
}

.news-block-columns-5 {
	margin: 0 0 20px 0;
}

/* 12.0 - Widgets */
.widget {
	margin: 0 0 40px 0;
}

.widget-title {
	margin: 0 0 20px 0;
}

.widget-title h3 {
	color: #1c1c1c;
	font-size: 18px;
	padding: 0 0 10px 0;
}

.widget-title-border {
	background: url(images/pattern1.png) repeat;
	width: 100%;
	height: 5px;
	position: relative;
}

.widget-title-block {
	background: #1c1c1c;
	width: 38px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

#widget-search {
	margin: 0 !important;
}

/* 12.1 - 4 Column Advert Widget */
.adverts-four li {
	float: left;
	margin: 0 5% 5% 0;
	list-style: none !important;
}

.adverts-four li:nth-child(2n) {
	margin: 0 0 4% 0;
}

/* 12.2 - Newsletter Widget */
.newsletter-input {
	border-left: #dfdcdc 1px solid;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 0 9px;
	height: 32px;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

.nsu-submit {
	background: url(images/mail.png);
	background-color: #1c1c1c;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	width: 34px;
	height: 34px;
	float: left;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

.nsu-form p label {
	display: none !important;
}

.nsu-form p {
	display: inline;
	float: left;
	position: relative;
	margin: 0 !important;
}

.nsu-error {
	position: absolute;
	top: 34px;
	left: 0;
	width: 158px !important;
	padding: 10px 10px 10px 50px;
}

#sidebar-content .nsu-form p .nsu-field {
	border-left: #dfdcdc 1px solid;
	border-right: none !important;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 0 9px !important;
	width: 164px;
	height: 32px;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0 !important;
}

/* 12.3 - Latest Posts Widget */
.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0 !important;
	border-bottom: #dfdcdc 1px solid;
	list-style: none !important;
}

.widget .latest-posts-list li a {
	color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
	border-bottom: none;
	padding: 0 !important;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
	float: left;
}

#footer-wrapper .widget .latest-posts-list li .lpl-img {
	width: 20%;
}

#footer-wrapper .widget .latest-posts-list li .lpl-img img {
	width: 100%;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 60%;
	margin: 0 0 0 12px;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
	text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}

/* 12.4 - Tags Widget */
.widget .wp-tag-cloud li {
	list-style: none !important;
	float: left;
	border: #dfdcdc 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	line-height: 100% !important;
}

.widget .wp-tag-cloud li a {
	text-decoration: none;
	font-size: 12px !important;
}

.widget ul {
	margin: 0;
}

/* 12.5 - Flickr Widget */
.flickr_badge_wrapper .flickr_badge_image {
	float: left;
	margin: 0 8px 8px 0;
	height: 68px;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
	margin: 0 0 3px 0;
}

.flickr-more-photos {
	display: block;
	float: none;
	margin: 10px 0 0 0 !important;
}

.flickr_badge_wrapper .flickr_badge_image img {
	width: 68px;
	height: 68px;
}

.flickr_badge_wrapper .flick-more-photos {
	clear: both;
}

#footer-wrapper .flickr_badge_wrapper .flickr_badge_image {
	height: 60px;
}

#footer-wrapper .flickr_badge_wrapper .flickr_badge_image img {
	width: 60px;
	height: 60px;
}

/* 12.6 - Product List Widget */
#sidebar-content .product_list_widget li {
	list-style-position: outside !important;
	margin: 0 0 7px 20px !important;
}

#footer-wrapper .product_list_widget li {
	margin: 0 0 7px 0;
}

/* 12.7 - Price Filter Widget */
.price_slider_wrapper {
	background: url(images/btn-bg1.png) repeat-x center bottom #fff;
	border: #dfdcdc 1px solid;
	padding: 20px;
}

.price_label {
	font-size: 12px;
}

.price_slider_wrapper .ui-slider {
	position: relative;
	background: #e7e7e7;
	height: 5px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.price_slider_wrapper .button {
	margin: 15px 0 !important;
}

.price_slider_wrapper .ui-slider .ui-slider-range {
    z-index: 1;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    background: #1c1c1c;
	width: 12px;
	height: 12px;
	position: absolute;
    z-index: 2;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	outline: none;
	margin-top: -4px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}

/* 12.8 - Product Search Form */
#searchform .screen-reader-text {
	display: none;
}

#searchform #s {
	float: left;
	width: 75%;
	height: 37px;
	border-right: none !important;
	padding: 0 0 0 10px !important;
	line-height: 1 !important;
}

#footer-wrapper #searchform #s {
	width: 60%;
}

#searchform #searchsubmit {
	background: url(images/search.png) no-repeat center center #1C1C1C;
	border: none;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	float: left;
}

/* 12.9 - Product Rating Widget */
.product_list_widget .star-rating {
	margin: 3px 0;
}

#main-content .products .star-rating {
	margin: -10px auto 10px auto;
}

/* 13.0 - Footer */
#footer-wrapper {
	border-top: #d8d8d8 1px solid;
	background: url(images/horizontal-shadow.png) top center no-repeat;
	width: 94%;
	margin: 40px 0 0 0;
	padding: 40px 3%;
}

#footer-margin {
	margin: 40px 0 0 0;
}

#footer-wrapper h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #1c1c1c;
}

#footer-wrapper p {
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper .widget ul li {
	list-style: none;
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper .widget {
	border-right: #dfdcdc 1px solid;
	padding: 0 8% 0 0;
	margin: 0;
}

#footer-bottom {
	background: #1c1c1c;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 20px 3%;
}

#footer-bottom a {
	color: #fff;
	text-decoration: none;
}

.footer-columns-4 {
	margin: 0 !important;
}

.footer-columns-4 li.footer-col4 {
	float: left;
	width: 22.7%;
	margin: 0 1.5% 0 0;
	padding: 0 1.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.footer-columns-4 li.footer-col4:nth-child(4n) {
	margin: 0;
	padding: 0;
}

#footer-wrapper .footer-columns-4 li.footer-col4:nth-child(4n) .widget {
	border-right: none;
}

.footer-columns-4 li.footer-col4 .full-image {
	width: 100%;
}

/* 13.1 - Footer Menu */
.footer-menu li {
	float: left;
}

.footer-menu li {
	background: url(images/dot2.png) right center no-repeat;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.footer-menu li:last-child {
	padding: 0;
	margin: 0;
	background: none;
}

/* 14.0 - IE Fixes */

/* 14.1 - IE8 */
.ie8 .menu-search-field {
	padding: 17px 0 0 5px !important;
	height: 34px;
	text-indent: 10px !important;
}