/*
	Theme Name: Clip Cart Child Theme
	Theme URL: http://themedy.com/themes/clip-cart
	Description: An extensive ecommerce child theme for Genesis from Themedy.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 1.3
	Template: genesis
*/

/* Table of Contents

* Custom Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Navigation Constants
* Primary Navigation
* Primary Navigation Extras
* Inner
* Secondary Area
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Slider Area
* Product Grid
* Product Single Page
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Custom Widgets
* WooCommerce Styles
* Responsive Design

*/

/* Custom Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

input,
select,
textarea {
	border: 3px solid #ededed;
	-webkit-box-shadow: inset 0px 0px 0px 1px #d9d9d9;
	-moz-box-shadow: inset 0px 0px 0px 1px #d9d9d9;
	box-shadow: inset 0px 0px 0px 1px #d9d9d9; 
	background: #fff;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #e4e4e4;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
	outline: none;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

.wrap:after, .clearfix:after, .content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.wrap, .clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix, html[xmlns] .wrap {
	display: block;
}
 
* html .clearfix, * html .wrap {
	height: 1%;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #5191ba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	border-top: 5px solid #666;
}

.wrap { 
	width: 940px;
	margin: 0 auto;
}


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

#header .wrap {
	background: url(images/bg-dotline.png) repeat-x bottom;
	padding: 25px 0;
	clear: both;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
}

#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


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

#nav {
	color: #dcdcdc;
	padding-top: 30px;
	float: right;
}

#nav ul {
	float: left;
	width: auto;
}

#nav ul.nav, #nav div.nav, #nav .nav { 
	float: right;
	width: auto;
}

#nav .wrap {
	clear: none;
	padding: 0;
	background: none;
	width: auto;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

#nav li a {
	color: #aaa;
	display: block;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	line-height: 22px;
	margin-left: 20px;
}

#nav li li a {
	margin: 0;
	text-shadow: none;
	line-height: 20px;
	text-transform: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #666;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	color: #888;
	font-size: 10px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active,
#nav li .current_page_item a,
#nav li .current-cat a,
#nav li .current-menu-item a {
	background-color: #f7f7f7;
	color: #333;
	border-color: #e6e6e6;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#nav .sub-menu {
	border-top: 1px solid #e6e6e6;
}


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

#nav li.right {
	float: right;
	line-height: 22px;
	font-size: 12px;
	margin-left: 20px;
}

#nav li.right a {
	color: #aaa;
}

#nav li.right a:hover {
	color: #666;
}

#nav li.search .searchsubmit {
	display: none; 
}

#nav li.search  .s {
	width: auto;
	color: #bbb;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	padding: 0 0 0 16px;
	float: left;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
	margin-left: 0;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 30px auto;
	width: 940px;
	overflow: hidden;
}


/* Secondary Area
------------------------------------------------------------ */

#secondary_area .wrap {
	padding: 15px 0 16px 0;
	background: url(images/bg-dotline.png) repeat-x bottom;
}

#secondary_area p.homepage_tag {
	margin: 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.breadcrumb_wrap {
	background: url(images/bg-crumbina.png) right bottom no-repeat;
	padding-right: 14px;
	float: left;
	margin-top: 2px;
}

.breadcrumb {
	width: auto;
	height: 22px;
	overflow: hidden;
	background: #ededed;
	padding-right: 10px;
	white-space: nowrap !important;
}

.crumb { 
	float: left;
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
}

.breadcrumb a, .breadcrumb {
	color: #777;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.breadcrumb .crumb a {
	height: 22px;
	padding-right: 24px; 
	display: block;
	background: url(images/bg-crumbina.png) no-repeat right;
}

.breadcrumb .crumb a:hover {
	text-decoration: underline;
}

.breadcrumb .crumb_home {
	padding-left: 0;
}

.breadcrumb .crumb_home a {
	background: url(images/bg-crumbhome.png) no-repeat left;
	color: #fff;
	width: 52px;
	padding-left: 10px;
	padding-right: 0;
}

#search_area {
	float: right;
}

#search_area p {
    background: url(images/bg-search.png) no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 193px;
	border: 3px solid #ededed;
}

#search_area #s {
	background: none;
	border: none;
	font-size: 11px;
	height: 20px;
	padding-left: 6px;
	width: 160px;
	color: #bbb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 940px;
}

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

.full-width-content #content-sidebar-wrap {
	width: 940px;
}


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

#content {
	float: left;
	width: 540px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 700px;
}

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

.full-width-content #content {
	width: 940px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
	padding-bottom: 40px;
	background: url(images/bg-dotline.png) repeat-x bottom;
}

.entry-content {
	overflow: hidden;
	margin-top: 30px;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


/* Slider Area
------------------------------------------------------------ */	

#slider_area {
	background: url(images/bg-featured.png) repeat-x top;
	height: 360px;
	margin-top: 40px;
}

#slider_area .wrap {
	position: relative;
}

.slides_container {
	width:960px;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
}

.slides_container div {
	width:960px;
	display:block;
	height: 360px;
}
#slides .nav {
    background: url("images/graphic-slidernav_spr.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: none;
    height: 32px;
    position: absolute;
    text-indent: -9999px;
    top: 140px;
    width: 32px;
}

#slides .prev {
	background-position: 0 0;
	left: 0;
	z-index: 15;
}

#slides .next {
	background-position: -32px 0;
	right: 0;
	z-index: 15;
}

#slides .prev:hover {
	background-position: -64px 0;
}

#slides .next:hover {
	background-position: -96px 0;
}

#slides .nav:active {
	margin-top: 1px;
}

.slide .content {
	padding-top: 31px;
	text-shadow: 1px 1px #fff;
	font-size: 14px;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #aaa;
}

.slide .content p {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #aaa;
}

.slide .content h1, 
.slide .content h2, 
.slide .content h3 {
	font-size: 56px;
	line-height: 60px;
	font-family: 'BebasNeueRegular', Impact, Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #919191;
}

.slide .content img.alignleft { 
	margin: 0 40px 10px 0;
}

.slide .content img.alignright { 
	margin: 0 0 10px 40px;
}


/* Product Grid
------------------------------------------------------------ */	

#featured h4, .product-page h1, .product-page h2 {
	font-family: 'BebasNeueRegular', Impact, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #3e3e3e;
	text-transform: uppercase;
	padding-bottom: 11px;
	background: url(images/bg-dotline.png) repeat-x bottom;
}

#featured .product_list {
	margin-top: 30px;
}

.product_list li {
	list-style: none;
}

.product_list .product {
	width: 212px;
	margin: 0 20px 20px 0;
	float: left;
	list-style: none;
	padding: 4px;	
	border-color: #fff;
}

.product_list .product:hover {
	border: 4px solid #f3f3f3;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

.product_list .product-last {
	margin-right: 0;
}

.product_wrap {
	padding: 15px 10px 30px 10px;
	width: 190px;
}

.product_wrap h2 a, 
.product_wrap h3 a, 
.product_wrap h4 a {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
}

.product_wrap .product-thumb img {
	margin: 0 0 20px 0;
}

.product_wrap .product_content p {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #878787;
	margin-bottom: 20px;
}

.product_wrap .product_details .price {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

.product_wrap .product_details .button {
	float: right;
	margin-left: 10px;
}


/* Product Single Page
------------------------------------------------------------ */

.product_images {
	background: #eee;
	padding: 20px 20px 0 20px;
	margin-top: 30px;
}

.product_images .container {
	width: 720px;
}

.product_images img {
	margin: 0 20px 20px 0;
	padding: 9px;
	background: #fff;
	border: 1px solid #ddd;
}

.page-template-page_products-php .navigation, .post-type-archive-products .navigation {
	background: url(images/bg-dotline.png) repeat-x top;
	padding-top: 40px;
	margin-top: 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 18px;
	line-height: 22px;
	color: #3E3E3E;
	font-weight: bold;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #5191ba;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 20px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

.widget-area h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	margin-top: 5px;
}

.post-info a {
	color: #333;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0 0;
	color: #888;
	text-transform: uppercase;
}

.post-meta a {
	color: #333;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

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

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background: url(images/bg-footer1.png) repeat;
	border: 1px solid #e6e6e6;
	padding: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 5px 0px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


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

.navigation {
	overflow: hidden;
	padding: 0 0 20px 0;
	width: auto;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #ededed;
	color: #777;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background: url(images/bg-darkline.png) repeat;
	color: #fff;
}


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

#inner .homepage {
	background: url(images/bg-dotline.png) repeat-x top;
	padding-top: 15px;
	margin-top: 0px;
}

#home_sidebar_1  {
	float: left;
	width: 460px;
}

#home_sidebar_2 {
	float: right;
	width: 460px;
}

#inner .homepage .fullwidth {
	width: auto !important;
	float: none;
}

#home_sidebar_1 h4, #home_sidebar_2 h4 {
	font-family: 'BebasNeueRegular', Impact, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #3e3e3e;
	text-transform: uppercase;
	padding-bottom: 11px;
	background: url(images/bg-dotline.png) repeat-x bottom;
	margin-bottom: 15px;
}
	

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 220px;
}

#sidebar-alt {
	float: left;
	width: 130px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: url(images/bg-footer1.png) repeat;
	border: 1px solid #e6e6e6;
	margin: 0 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	text-shadow: 1px 1px #fff;
}

.sidebar .widget-wrap {
	padding: 20px;
	border: 1px solid #fff;
	font-size: 12px;
}

.sidebar .widget-wrap p {
	font-size: 12px;
	color: #666;
}

.widget-area ol,
.widget-area ul {
	list-style: inside;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li a {
	color: #000;
}

.sidebar ul li:hover {
	background: #f2f2f2;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	transition: background .15s linear;
}

.sidebar ul li {
	list-style-type: none;
	word-wrap: break-word;
	border-bottom: 1px dashed #ddd;
	padding: 5px;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	padding: 3px;
	width: 98%;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

a.button, 
#wrap a.button,
body #respond input#submit,
.reply a, 
.reply a:visited,
.gform_wrapper div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit,
#wrap .Cart66ButtonPrimary, 
#wrap .Cart66ButtonSecondary, 
#wrap #content .Cart66ButtonPrimary, 
#wrap #content .Cart66ButtonSecondary, 
#wrap .Cart66CartButton .purAddToCart {
	background: url(images/bg-button.png) repeat-x center;
	display: inline-block;
	border: 1px solid #c5c5c5;
	line-height: 25px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575 !important;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
	padding: 0 15px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: border-color .15s linear;
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	cursor: pointer;
}

a.button:hover, 
#wrap a.button:hover,
body #respond input#submit:hover,
.reply a:hover,
.gform_wrapper div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover,
#wrap .Cart66ButtonPrimary:hover, 
#wrap .Cart66ButtonSecondary:hover, 
#wrap #content .Cart66ButtonPrimary:hover, 
#wrap #content .Cart66ButtonSecondary:hover, 
#wrap .Cart66CartButton .purAddToCart:hover {
	text-decoration: none;
	border-color: #888;
	-moz-transition: border-color .25s linear;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

a.button:active, 
#wrap a.button:active,
body #respond input#submit:active,
.reply a:active,
.gform_wrapper div.gform_footer input.button:active,
.enews #subbutton:active,
.searchsubmit:active,
#submit:active,
#wrap .Cart66ButtonPrimary:active, 
#wrap .Cart66ButtonSecondary:active, 
#wrap #content .Cart66ButtonPrimary:active, 
#wrap #content .Cart66ButtonSecondary:active, 
#wrap .Cart66CartButton .purAddToCart:active {
	background: url(images/bg-button-hover.png) repeat-x center;
	border-color: #888;
}


/* Search Form (Sidebar)
------------------------------------------------------------ */

.s {
	font-size: 11px;
	padding: 3px;;
	width: 95%;
}

.searchsubmit {
	margin-top: 10px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background: url(images/bg-footer1.png) repeat;
	clear: both;
	color: #707070;
	font-size: 12px;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #e6e6e6;
	text-shadow: 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
	Margin: 10px 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
}

#footer-widgets p {
	color: #707070;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #000;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


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

#footer {
	background: url(images/bg-footer2.png) repeat;
	clear: both;
	font-size: 10px;
	color: #707070;
	overflow: hidden;
	padding: 15px 0;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	text-shadow: 1px 1px #fff;
}

#footer p {
	color: #707070;
	font-size: 10px;
}

#footer a,
#footer a:visited {
	color: #000;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: left;
	text-align: left;
	width: auto;
}

.footer_menu {
	float: right;
}

.footer_menu li {
	list-style: none;
	float: left;
	margin-left: 20px;
	font-size: 11px;
}

.footer_menu li .sub-menu {
	display: none;
}

.footer_menu li a {
	text-transform: none;
}

.footer_menu .footer-nav {
	width: auto;
}


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

#comments,
#respond {
	overflow: hidden;
}

#respond {
	margin: 0 0 15px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 96%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 25px 0 0;
	padding: 10px 0;
}

.ping-list li {
	margin: 15px 0 5px;
}

.comment-list li {
	padding: 0 0 0 20px;
	list-style: none;
}

.comment-list li.depth-1 {
	border: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	background: url(images/bg-dotline.png) repeat-x bottom;
	padding-bottom: 30px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #888;
}

.commentmetadata a {
	color: #888;
}

.comment-author {
	color: #555;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

#cancel-comment-reply-link {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.reply a {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px;
}

#respond #reply-title, #comments h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	line-height: 24px;
	margin-bottom: 10px;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

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

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

#content .gform_wrapper .top_label textarea.textarea {
	width: 97%;
}


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

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 0 10px 10px 0;
	width: 145px;
}

.themedy_ad_widget ul li img {
	padding: 10px;
	background: #f0f0f0;
}

.post-widget {
	margin-top: 30px;
}

.latest-tweets ul {
	margin: 0;
}

.latest-tweets ul li {
	list-style: none;
	padding-left: 40px;
	background: url(images/icon-smallquotes.png) 5px 15px no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.latest-tweets ul li:hover {
	background: #F2F2F2 url(images/icon-smallquotes.png) 5px 18px no-repeat;
}

.latest-tweets ul li.last {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
	font-weight: bold;
	margin-top: 10px;
}

.latest-tweets h4.widgettitle {
	margin-bottom: 15px;
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image { 
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #f0f0f0;
	padding: 9px;
}

.themedy_video_desc {
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}


/* Mobile Menu
------------------------------------------------------------ */

#mobile_menu_area {
	height: auto;
	display: none;
}

#mobile_menu_area ul {
	display: none;
}

#mobile_menu_area #pull {
	display: inline-block;
	width: 100%;
	position: relative;
	text-indent: 15px;
	background-color: #666666;
	background-image: url(images/mobile_bg.png);
	background-image: linear-gradient(to bottom, #666666, #444444);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 33px;
	padding-top: 14px;
	position: relative;
	outline: none;
	border-bottom: 1px solid #222;
	cursor: pointer;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}

#mobile_menu_area #pull:hover {
	text-decoration: none;
}

#mobile_menu_area #pull ul li {
	font-size: ;
	display: block;
	list-style: none;
	width: 100%;
}

#mobile_menu_area #pull span {
	display: block;
    height: 30px;
	text-indent: -9999px;
}

#mobile_menu_area #pull a {
	width: 100%;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

#mobile_menu_area #pull a:hover,
#mobile_menu_area #pull .current_page_item a,
#mobile_menu_area #pull .current-cat a,
#mobile_menu_area #pull .current-menu-item a {
	color: #fff;
	background: #444444;
	-webkit-box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

#mobile_menu_area #pull:after {
	content:"";
	background: url('images/mobile_button.png') no-repeat;
	background-size:38px 31px;
	width: 40px;
	height: 31px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 6px;
}   

#mobile_menu {
	padding: 0 5px;
	margin-bottom: 5px;
}



/* WooCommerce Styles
------------------------------------------------------------ */


.nav-next {
    float: right;
    text-align: right;
    width: 40%;
}


.nav-previous {
    float: left;
    width: 40%;
}

.woocommerce_ordering {
	clear: both;
}

.orderby {
	padding: 5px;
	font-size: 14px;
}

.woocommerce-page #inner {
	overflow: visible;
}

.woocommerce_tabs h2 {
	margin-bottom: 10px;
}

.woocommerce_message, 
.woocommerce_error, 
.woocommerce_info {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 2em !important;
    padding: 0.55em 1em 0.55em 3em !important;
}

.entry-content .woocommerce_message li, 
.entry-content .woocommerce_error li, 
.entry-content .woocommerce_info li {
	list-style: none;
}

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

.price del {
	color: rgba(145, 145, 145, 0.5);
}


/* Responsive Design
------------------------------------------------------------ */


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

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content-sidebar-wrap,
	#footer-widgets .wrap,
	#title-area,
	#inner,
	#wrap,
	.wrap,
	body #inner #content-sidebar-wrap {
		width: 100%;
	}
	
	#header .wrap,
	#secondary_area .wrap {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	
	#nav .wrap {
		margin: 0;
	}
	
	#nav {
		clear: both;
		float: none;
		padding-top: 10px;
	}
	
	#nav li a {
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
	}
	
	.sidebar, 
	#sidebar-alt {
		width: auto;
		margin-top: 30px;
	}
	
	#content,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		float: none;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#footer .creds,
	#footer .footer_menu {
		float: none;
		text-align: center;
	}
	
	#footer .footer_menu {
		margin-top: 10px;
	}
	
	#footer .footer_menu li {
			display: inline;
			float: none;
	}

	#title-area {
		padding: 10px 0;
	}
	
	body #inner #content-sidebar-wrap,
	#description,
	#title a,
	#title a:hover {
		padding: 0;
		margin: 0;
	}

	.menu li.right {
		display: none;
	}

	#sidebar,
	.sidebar,
	.content-sidebar-sidebar #sidebar-alt {
		margin-left: 20px;
		margin-right: 20px;
		float: none;
		display: block;
		float: none;
		clear: both;
	}
	
	.navigation {
		padding: 0;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	#inner #featured,
	#inner .homepage {
		margin-right: 20px;
		margin-left: 20px;
		width: auto;
	}		
	
	#slider_area {
		margin-bottom: -30px;
	}
	
	.slides_container div {
		width: 100% !important;
	}
	
	.slides_container {
		width: auto !important;
		padding: 0 40px;
	}
	
	.slide .content h1, 
	.slide .content h2, 
	.slide .content h3 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	.slide .content img.alignleft,
	.slide .content  img.alignright{
		max-width: 50%;
	}
	
	#home_sidebar_1,
	#home_sidebar_2 {
		float: none;
		width: auto;
	}
	
	#home_sidebar_2 {
		margin-top: 30px;
	}
	
	.product_list .product {
		width: 30%;
		margin-right: 2%;
	}
	
	#featured .product_list .product {
		width: 22%;
	}
	
	.product_list .product-last {
		margin-right: 0;
	}
	
	.product_wrap {
		width: auto;
	}
	
	.product .thumb-wrap { 
		text-align:center;
	}
	
	.product_list {
		padding: 0 20px;
	}
	
	#featured .product_list {
		padding: 0;
	}
	
	#featured .product_wrap .product_details .button {
		float: none;
		margin: 0 0 20px 0;
	}

}

@media only screen and (max-width: 767px) {
.home .byline.post-info {
    margin: 0 !important;
}


.home .post.type-post h2 {
    margin: 0 !important;
    max-height: none !important;
}


.home .post p:last-child {
    margin: 0 !important;
}


.home .post .more-link {
    margin: 0 !important;
}

}

@media only screen and (max-width: 600px) {
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.breadcrumb_wrap {
		display: none;
	}
	
	#secondary_area p.homepage_tag {
		float: none;
		margin-bottom: 10px;
	}
	
	#search_area {
		clear: both;
		float: none;
		margin: 0;
	}
	
	#comment {
		width: 92%;
	}
	
	#slider_area {
		border: 1px solid #e6e6e6;
		border-width: 1px 0;
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
		background: url(images/bg-footer1.png) repeat;
		margin-bottom: 40px;
	}
	
	#slider_area,
	.slides_container div.content,
	.slides_container {
		height: auto !important;
		clear: both;
	}
	
	.slide .content {
		padding-bottom: 40px;
	}
	
	.slide img {
		display: none;
		visibility: hidden;
		height: 1px;
	}
	
	#nav-responsive #nav {
		display: none;
	}
	
	#mobile_menu_area { 
		display: block;
	}
	
	.product_list .product, #featured .product_list .product, #wrap ul.products li.product {
		width: auto;
		float: none;
		clear: both;
		margin-right: 0;
	}
	
	#featured .product_wrap .product_details .button {
		float: right; 
		margin-left: 10px;	
	}

.advps-slide-container
{display:none;}

#SignUp {
    bottom: 179px;
    position: absolute;
    right: 366px !important;
    z-index: 101 !important;
}


}	


.header-image #header #title-area {
    float: none !important;
    margin: 0 auto !important;
}

#nav {
    float: left;
padding-top:10px;
}

#header .wrap
{
width:100%;
}

#advps_container1 .advs-title, #advps_container1 .advs-title a {
    font-size: 20px;
    font-weight: lighter;
    line-height: 22px;
}

.home #secondary_area .wrap {
    border: medium none;
    padding: 0;
}

#search_area {
    position: absolute;
    right: 180px;
    top: 122px;
}

.home #advps_container1 .bx-wrapper {
    max-width: none !important;
}

.home .advps-slide-container {
    max-width: none !important;
}

.advps-slide > a:hover img {
    transform: scale(1.02);
}

.borderh {
    border: 0 none !important;
}

.search-form .s.search-input
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #bbb;
    font-size: 11px;
    height: 20px;
    padding-left: 6px;
    width: 160px;
 padding-top: 0;
}


.searchform.search-form
{
background: rgba(0, 0, 0, 0) url("images/bg-search.png") no-repeat scroll 0 0;
    border: 3px solid #ededed;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 193px;
}


.searchsubmit.search-submit {
    display: none;
}

.custom-search.menu-item {
    text-align: right;
    width: 290px;
}


.home .grav-hashed {
    border: 0 none !important;
    width: 18px;
}

.home .avatar, .featuredpage img, .featuredpost img, .post-image {
    border: 0 none;
    border-radius: 0;
    padding: 0 !important;
}


.home .post h2 {
    margin-top: 24px;
    max-height: 20px !important;
}

.home .avatar {
    width: 16px;
}

.home .byline.post-info {
    margin-top: -45px;
}

.home .post p:last-child {
  color: #595858;
  font-size: 15px;
  line-height: 22px;
  margin-top: 50px;
}


.home .entry-image.attachment-post {
    margin-right: 15px;
}

.home .post .more-link {
    color: #c00000;
    float: left;
    margin-top: -20px;
    text-align: center;
    width: 100%;
}

.home .post h2 a {
    font-size: 24px;
    font-weight: normal;
}


.featuredpage .page, .featuredpost .post {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 24px;
    padding-bottom: 21px;
padding-left: 0;
}


#wrap {
    box-shadow: none;
   border-top: 0 none;
}

#home_sidebar_1 h4, #home_sidebar_2 h4 {
    background: transparent none repeat scroll 0 0;
    font-family: Verdana;
    font-size: 24px;
    font-weight: lighter !important;
border-bottom: 2px solid #ccc
}

#content {
    background: transparent none repeat scroll 0 0 !important;
    padding-top: 0 !important;
}

/*.advps-slide:nth-child(2), .advps-slide:nth-child(11), .advps-slide:nth-child(8) {
    width: 500px !important;
 height: 340px !important;
}

.advps-slide:nth-child(2) img, .advps-slide:nth-child(11) img, .advps-slide:nth-child(8) img {
       width: 100% !important;  
 height: 340px !important;
} 



.advps-slide:nth-child(3), .advps-slide:nth-child(4), .advps-slide:nth-child(6), .advps-slide:nth-child(7)
{
   width: 300px !important;
  max-height: 100% !important;
}

.advps-slide:nth-child(3) img, .advps-slide:nth-child(4) img, .advps-slide:nth-child(6) img, .advps-slide:nth-child(7) img
{
width: 100% !important;  
height: 170px;
    max-height: 170px !important;
} */

.advps-slide:nth-child(6) img, .advps-slide:nth-child(3) img {
    position: absolute;
    top: 170px !important;
}
.advps-excerpt-one {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0 !important;
    height: 60px !important;
   
    width: 100% !important;
    
}
#nav-responsive > div {
    background: #43789f none repeat scroll 0 0;
    float: none;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    width: 80%;
}
#nav li a{
 color:#fff;
}
#nav .current_page_item a{
 color:#ccc;
}
#nav li a:hover{
 color:#333;
}
.advps-overlay-one {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
