/*
	Theme Name: Carter Cutlery
	Theme URI: https://www.webstiesinaflash.com
	Description: WordPress Theme Updated for Murray Carter of Carter Cutlery.
	Version: 1.4.41
	Author: Ashton Sanders (@ashton.sanders)
	Author URI: https://www.webstiesinaflash.com

*/


/* 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 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;
}

html {
}
body {
	font:300 18px/1em "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	margin:1em 0 .5em;
	color: #333;
	line-height: 1em;
}
h1, h2, h3, strong, b { font-weight:700;}

em, i { font-style:italic;}

h1 { font-size: 2.2em;}
h2 { font-size: 2em;}
h3 { font-size: 1.8em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em;}

main, main p {
	margin:1em 0;
	font-size: 18px;
	line-height: 1.2em;
}

main ul, main ol {
	padding-left: 20px;
}
main ul { list-style-type: circle;}
main ol { list-style-type: decimal;}
ul.social_media_product { list-style: none; }

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#D7881E;
	text-decoration:none;
}
a:hover {color:#B9751A;}
a:focus {outline:0;}
a:hover,
a:active {
	outline:0;
}

h2 a, a h2 { color:#633F0E; }
h2 a:hover, a:hover h2 { color:#B9751A; }
input {	padding:3px 5px;}
input[type="text"],
input[type="email"] {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.post-type-archive-product main,
.tax-product_cat main,
main.addsidebar {
	width:76%;
	float:left;
	margin-right:4%;
}

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* header */

.header {
	padding-bottom:20px;
}

/* Top User Admin Bar */
.topbar {
	background: #B9751A;
	color:#FFF;
	border-bottom: #333;
	padding: 5px;
	font-size:16px;
}
.topbar .loginout {
	float:right;
	display:block;
	padding-top:5px;
	margin:0 30px;
}
.topbar .search { float:left; position:relative;}
.topbar .search-input {
	background:#996115;
	color:#FFF;
	border: 1px solid #D7881E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.topbar .search-input::placeholder { color:#FFF;}
.topbar .search-submit.button{
	padding: 6px 9px;
	height:21px;
	width:22px;
	background:none;
	color: #FFF;
	position: absolute;
	top: 2px;
	right: 1px;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	margin-right:2%;
}

.topbar .search-submit.button:hover {
	color: #515151
}
.topbar .search-submit.button:before {
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 20;
    font: 400 20px/1 dashicons !important;
    content: "\f179";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.topbar a { color:#FFF;}

#site-header-cart {
	width:25%;
	max-width:300px;
	float:right;
	margin-right:0;
	margin-bottom:0;
	position:relative;
	list-style-type:none;
	box-sizing:border-box;
}
.site-header-cart li {padding: 5px 0 0;}
.site-header-cart .cart-contents a {
	display:block;
	position:relative;
	text-align:center;
}
.site-header-cart:hover > li > a { color: #FFF;}

.site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
	padding:10px;
    z-index: 999999;
    font-size: .875em;
    left: -999em;
    display: block;
	color: #AAA;
	background: #666;
}
.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
    left: -10px;
    display: block;
}

#site-header-cart li.mini_cart_item  {
	margin: 10px 0;
}
.site-header-cart a.remove {
	float:left;
	z-index: 20;
	margin-top:7px;
}
.woocommerce-mini-cart__buttons a { width: 47%; text-align:center;}
.woocommerce-mini-cart__total { margin:15px 0; color:#FFF;}

.amount {
	margin-right:.4em;
	display:inline;
}
.count {
	font-weight:300;
	opacity:.7;
	font-size:.875em;
}

/* sidebar */
.sidebar {
	width:20%;
	overflow:hidden;
}

.sidebar .sidebar-widget h3 {
	font-size: 18px;
}
#nav_menu-7 li li {
	list-style:circle;
}
#nav_menu-7 li {
	margin-left:20px;
	margin-top:5px;
	list-style:disc;
}

/* logo */
.logo {
	position:relative;
	text-align:center;
	max-width:40%;
	margin:20px auto;
}
.logo-img {
	margin:0 auto;
}
.logo span {
    position: absolute;
    right: 20%;
    bottom: 0;
}
/* nav */
.nav {

}
.nav ul,
.nav li,
.nav span,
.nav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.nav {
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #ffffff;
	width: auto;
}
.nav:after,
.nav ul:after {
	content: '';
	display: block;
	clear: both;
}
.nav a {
	background: #ffffff;
	color: #333;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 19px 20px;
	text-decoration: none;
}
.nav ul {
	list-style: none;
	text-align:center;
}
.nav > ul > li {
	display: inline-block;
	margin: 0;
}
.nav.align-center {
	text-align: center;
}
.nav.align-center > ul > li {
	float: none;
}
.nav.align-center ul ul {
	text-align: left;
}
.nav.align-right > ul {
	float: right;
}
.nav.align-right ul ul {
	text-align: right;
}
.nav > ul > li > a {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}
.nav > ul > li.menu-item-has-children:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #666;
	margin-left: -10px;
}
.nav > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
.nav > ul > li:last-child > a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
.nav > ul > li.active > a,
.nav > ul > li:hover > a {
	color: #333;
	background: #F0CE9F;
	background: -moz-linear-gradient(top, #F7E4CC 0%, #F0CE9F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7E4CC), color-stop(100%, #F0CE9F));
	background: -webkit-linear-gradient(top, #F7E4CC 0%, #F0CE9F 100%);
	background: -o-linear-gradient(top, #F7E4CC 0%, #F0CE9F 100%);
	background: -ms-linear-gradient(top, #F7E4CC 0%, #F0CE9F 100%);
	background: linear-gradient(to bottom, #F7E4CC 0%, #F0CE9F 100%);
}
.nav .menu-item-has-children {
	z-index: 200;
}
.nav .menu-item-has-children:hover > ul {
	display: block;
}
.nav .menu-item-has-children ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
}
.nav.align-right .menu-item-has-children ul {
	left: auto;
	right: 0;
}
.nav .menu-item-has-children ul li {
	*margin-bottom: -1px;
}
.nav .menu-item-has-children ul li a {
	background: #EEE;
	border-bottom: 1px solid #CACACA;
	font-size: 11px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #333;
}
.nav .menu-item-has-children ul li:hover a {
	background: #CCC;
}
.nav ul ul li:hover > a {
	color: #333;
}
.nav .menu-item-has-children .menu-item-has-children:hover > ul {
	display: block;
}
.nav .menu-item-has-children .menu-item-has-children ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.nav.align-right .menu-item-has-children .menu-item-has-children ul,
.nav.align-right ul ul ul {
	left: auto;
	right: 100%;
}
.nav .menu-item-has-children .menu-item-has-children ul li a {
	background: #a80008;
	border-bottom: 1px dotted #ff0f1b;
}
.nav .menu-item-has-children .menu-item-has-children ul li a:hover {
	background: #8f0007;
}
.nav ul ul li.last > a,
.nav ul ul li:last-child > a,
.nav ul ul ul li.last > a,
.nav ul ul ul li:last-child > a,
.nav .menu-item-has-children ul li:last-child > a,
.nav .menu-item-has-children ul li.last > a {
	border-bottom: 0;
}


/* footer */
.footer {
	margin-top:20px;
	background-color:#d7d6d7;
}
.footer .footer-widget {
	padding:20px 0;
}
.footer .footer-widget li,
.footer .footer-widget p {
	margin-bottom:7px;
	color:#333;
	line-height: 23px;
}
.footer .footer-widget a  {color:#666;}
.footer .footer-widget a:hover {color:#333;}
.footer, .copyright {
	clear:both;
}
.footer .copyright {
	background-color:#202020;
	color:#FFFFFF;
	padding:20px 10%;
}
.footer .widget_nav_menu,
.footer-widget .widget_text {
	float:left;
	width:20%;
	padding:8px 0%;
	margin-bottom:10px;
}
.footer .footer-widget h3 {
	font-size:16px;
	margin-top:0px;
	padding-bottom:15px;
}
.newsletter_imputs {
	margin-top:-20px;
}
.newsletter_imputs input {
	margin-bottom:5px;
}
.sidebar_newsletter_imputs {
	margin-bottom:5px;
}

.social-media { float:right;}
.social-media li { display:inline;}
.social-media a {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 5px 0;
	padding:0;


	/* default button color */
	background-color: #B9751A;
	border: 1px solid #D7881E;

	/* default box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);

	/* default border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.social-media a:hover {
	background: #41290A;
	border-color: #B9751A;
}

/* white icons */
.social-media a.twitter {background-image: url(img/icons/white_twitter_bird.png);}
.social-media a.facebook {background-image: url(img/icons/white_facebook.png);}
.social-media a.youtube {background-image: url(img/icons/white_youtube.png);}
.social-media a.instagram {background-image: url(img/icons/white_instagram.png);}

/*------------------------------------*\
	PAGES
\*------------------------------------*/

#homepageimgs img {
	max-width: 48%;
	height: auto;
	margin: 0;
}
.pagetitle, .page-title {
	margin-top: 0;
}

/*------------------------------------*\
    WOOCOMEMRCE
\*------------------------------------*/

/*------------Colors-----------*/

.woocommerce div.product .stock {
	color:#444;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #D7881E
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background: #D7881E; /* lighter */
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #B9751A; /* Dark */
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background:#41290A; /*Darker */
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover{
	background: #EFC287
}

/*------------Product Category-----------*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
}
.woocommerce ul.products li.product .button {
    vertical-align: bottom;
}
.woocommerce a.compare {
	font-size:70%;
	margin-left:2%;
	padding: 7px 10px;
}

/*-----Compare Button Category Exclusions----*/
.product_cat-athro-wine-keys a.compare,
.product_cat-japanese-artisan-knives a.compare,
.product_cat-t-shirts a.compare,
.product_cat-magnetic-holders a.compare,
.product_cat-bladesmithing-courses a.compare,
.product_cat-videos-and-books a.compare,
.product_cat-sharpening-equipment a.compare,
.product_cat-sharpening-service a.compare,
.product_cat-shozaburo-scissors a.compare,
.product_cat-merchandise a.compare {
	display:none;
}

/*-----Filters----*/
.yith-wcan-list small:before { content:"(";}
.yith-wcan-list small:after { content:")";}

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

.social_media_product li {
	float:left;
	margin:0 3px 5px 0;
}
.woocommerce .social_media_product .button {
    font-size: 15px;
    padding: 7px 11px 6px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 58%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 38%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { border: 1px solid #D7881E;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover { background:#D7881E;}
.woocommerce div.product form.cart {
	min-width: 50%;
}
.product_meta { clear:both;}

.product_meta>span {
	display:block;
	margin:10px 0;
	color:#999;
}
.woocommerce div.product form.cart .variations label { font-weight:300; line-height: 1em;}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 800px;
	padding:0 30px;
}
.woocommerce table.shop_attributes th {
	width:40%;
	text-align:right;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	text-align:center;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.halfsize {
	width: 49%;
	padding: 0 2% 0 0;
	margin: 0;
}
.thirdsize {
	width: 32%;
	padding: 0 2% 0 0;
	margin: 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:1140px) {
	.nav ul li {
		margin:0 -3px;
	}
}
@media only screen and (max-width:1024px) {
	.nav ul li {
		margin:0 -8px;
	}
	#homepageimgs img {
		max-width:47%;
	}
	.footer .footer-widget {
		margin-right:-18px;
	}
@media only screen and (max-width:950px) {
	.nav ul li a {
		font-size:13px;
	}
	#site-header-cart {
		width:26%;
	}
}
@media only screen and (max-width:768px) {
	.nav {
		display:none;
	}
	#site-header-cart {
		width:32%;
	}
	#homepageimgs img {
		max-width:46%;
	}
	.post-type-archive-product main,
	.tax-product_cat main,
	main.addsidebar {
		width:100%;
		margin-left:2%;
	}
	.sidebar {
		width:30%;
		padding-left:3%;
	}
	.footer .widget_nav_menu {
		width:48%;
	}
	.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary,	 	.woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		padding: .6em 5%;
	}
}
@media only screen and (max-width:625px) {
	#site-header-cart {
		width:auto;
	}
	.logo {
		max-width:80%;
	}
	#homepageimgs img {
		max-width:100%;
	}
	.sidebar {
		width:40%;
	}
	.youtube, .alignright, .alignleft, .halfsize, .thirdsize {
		float:none;
		width: 100% !important;
		margin:0;
	}
	.halfsize, .thirdsize {
		padding: 0;
	}
}
@media only screen and (max-width:480px) {
	.sidebar {
		width:50%;
	}
	.topbar .loginout {
		display:none;
	}
}
@media only screen and (max-width:320px) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}

}
