/*
Theme Name: Toner Crafts
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Toner Crafts
Version: 1.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Toner Crafts
Tags: 
*/

/* Import the necessary Bootstrap WP CSS additions */
/* @import url( includes/css/bootstrap-wp.css ); */

/* Minimal WordPress Styling */
@import url( includes/css/wordpress_min.css );

/* set container width tablet and above */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.container {
	width: 984px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.container {
	width: 984px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.container {
	width: 984px;
}
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	background: #FFF;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
}
#skipnav {
	display: none;
}
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */


@font-face {
    font-family: 'robotoregular';
    src: url('includes/fonts/Roboto-Regular-webfont.eot');
    src: url('includes/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('includes/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('includes/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'robotoblack';
    src: url('includes/fonts/Roboto-Black-webfont.eot');
    src: url('includes/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/Roboto-Black-webfont.woff') format('woff'),
         url('includes/fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('includes/fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0;
	padding: 0;
	font-family: 'robotoblack', sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #26B3E9;
	text-decoration: none !important;
}

h1 {
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #26B3E9;
}
h2 {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 6px 0;
	color: #26B3E9;
}
h3 {
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 6px 0;
}
h4, h5, h6 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 6px 0;
	color: #444;
	font-family: 'open_sansregular', sans-serif;
	font-weight: 700;
}

/* Mobile */
@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 6px 0;
	
}
h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight:400;
	margin: 0 0 6px 0;
}
h3,
h2.newstitle {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 6px 0;
}
h4, h5, h6 {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 6px 0;
	color: #444;
	font-family: 'open_sansregular', sans-serif;
	font-weight: 700;
}
}



p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
	font-weight: 400;
	margin: 0 0 26px 0;
}
p img {
	margin: 0;
}

em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ul {
	margin: 0 0 26px 40px;
	padding: 0;
}
ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	list-style-image:url(images/bullet_gray.png);
}
ul ul {
	margin: 10px 0 10px 50px;
	padding: 0;
}
ol {
	margin: 0 0 26px 40px;
	padding: 0;
}
ol li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ol ol {
	margin: 10px 0 10px 50px;
	padding: 0;
}

blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
}
blockquote p {
	padding: 0 0 0 45px;
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 22px;
	border: none;
}
p.wp-caption-text {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: center !important;
	padding: 0 10px 0 0;
	color: #666;
	font-style:normal;
	margin:0 0 20px 0;
}


/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
	color: #E76A10;
	line-height: inherit;
	text-decoration: underline;
	word-wrap: break-word;
	font-weight: 600;
}
a:visited {
	color: #E76A10;
}
a:focus {
	color: #E76A10;
	outline: none;
	text-decoration: underline;
}
p a, p a:visited {
	line-height: inherit;
	color: #E76A10;
}
a:hover {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}


a.bar {
    color: #FFF !important;
    font-size: 16px;
    line-height: 30px;
    font-weight:  bold;
    background: #E86A10;
    padding: 0 12px;
    display: inline-block;
	text-decoration:none;
}
a.bar:visited {
	color: #FFF !important;
	background: #E86A10;
	text-decoration:none;
}
a.bar:hover {
	color: #FFF;
	background: #95A0B2;
}


p.linkwrap {
	margin-top:-10px;
}


/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
.clearfloats.spacer {
	height: 20px;
}
.no-pad {
	padding:0;
}
.gallery {
	padding-bottom: 16px;
}
.gallery-item {
	margin: 0 0 20px 0 !important;
	padding: 0;
}
.gallery-item img {
	border: none !important;
}
.alignleft {
	float: left;
	margin: 0 20px 16px 0;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 16px 20px;
	display: block;
}
.attachment-thumbnail {
}

.widget {
	margin-bottom:0;
	margin-top:0;
}

.wp-caption {
	padding:0;
	border:none;
}

@media handheld, only screen and (max-width: 767px) {
.alignleft {
	max-width: 40% !important;
}
.alignright {
	max-width: 40% !important;
}
}

@media (max-width: 767px) {
.attachment-thumbnail {
	max-width: 80% !important;
	height: auto !important;
}
}


/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
	
#masthead {
	margin: 0;
	padding: 0;
	background: url(images/header_back.png) center 88px no-repeat;
}


#masthead .pad {
	height: 225px;
	position: relative;
}

.site-branding {
	width: 226px;
	margin: 60px 0 0 0;
	padding: 0;
	float: left;
}
h1.site-title {
	width: 226px;
	height: 130px;
	margin: 0;
	padding: 0;
}
h1.site-title a {
	width: 226px;
	height: 130px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -4000px;
	background: url(images/logo.png) no-repeat;
}


/* Mobile */
@media (max-width: 767px) {

	#masthead {
		margin: 0;
		padding: 0;
		border-top: none;
		background: none;
	}
	#masthead .pad {
		height: 150px;
		position: relative;
		text-align: center;
	}

	.site-branding {
		width: 218px;
		margin: 20px auto 0 auto;
		padding: 0;
		float: none;
	}
	h1.site-title {
		width: 218px;
		height: 148px;
		margin: 0;
		padding: 0;
	}
	h1.site-title a {
		width: 218px;
		height: 148px;
		display: block;
		margin: 0;
		padding: 0;
		text-indent: -4000px;
		background: url(images/logo_mob.png) no-repeat;
	}

}

.toolbar {
	position: absolute;
	top: 160px;
	right: 0;
}

/* Mobile */
@media (max-width: 767px) {
.toolbar {
	display: none;
}	
}

.links span,
.madeinusa span {
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #95A0B2;
	display: inline-block;
}

.links {
	float: left;
}

a.social {
	display: block;
	float: left;
	height: 20px;
	text-indent: -4000px;
	margin: 0 0 0 4px;
	text-decoration: none;
}
	a.social.facebook {
		background: url(images/icon_facebook.png) no-repeat;
		width: 20px;
	}
	a.social.twitter {
		background: url(images/icon_twitter.png) no-repeat;
		width: 22px;
	}
    a.social.pinterest {
		background: url(images/icon_pinterest.png) no-repeat;
		width: 20px;
	}
	a.social:hover {
		background-position: 0 -20px;
		cursor: pointer;
	}


.madeinusa {
	float: left;
	margin-left: 24px;
}
	.madeinusa span {
		background: url(images/icon_usa.png) right 0 no-repeat;
		padding-right: 38px;
	}


a.newsletter {
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #F58520;
	margin-right: 25px;
	text-decoration: none;
}
/* Mobile */
@media (max-width: 767px) {
a.newsletter {
	display: inline-block;
	float: none;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin: 0;
	text-decoration: none;
}	
}


.cartlinks {
	position: absolute;
	top: 20px;
	right: 0;
}

/* Mobile */
@media (max-width: 767px) {
#masthead .cartlinks {
	display: none;
}
}

.cartlinks a {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #6D1872;
	text-decoration: none;
}
.cartlinks a:hover {
	color: #E86A10;
	text-decoration: none;
}


#woocommerce_product_search-2 {
	float: left;
}
#woocommerce-product-search-field {
	border: 1px solid #BBBBBB;
	font-size: 14px;
	line-height: 16px;
	padding: 7px;
	margin: 0;
	float: left;
	display: block;
	border-radius: 0;
	width: 140px;
	height: 30px;
	box-sizing: border-box;
}
#woocommerce_product_search-2  input[type="submit"] {
    display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -4000px;
	line-height: 30px;
	border: 0;
	background: #6D1872 url(images/search_back.png) 0 0 no-repeat;
}
#woocommerce_product_search-2  input[type="submit"]:hover {
    cursor: pointer;
	background: #E86A10 url(images/search_back.png) 0 0 no-repeat;
}


/*	--------------------------------------------------
   	Tool Nav Bar
	-------------------------------------------------- */
	
.tool-navigation {
	float: left;
}
#tool-menu {
	margin: 0;
	width: auto;
	padding: 2px 0;
}
#tool-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	border-right: 1px solid #579C2F;
}
#tool-menu > li > a {
	font-size: 16px;
	line-height: 16px;
	color: #579C2F;
	padding: 0 8px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}
#tool-menu > li:first-child {
}
#tool-menu > li:last-child > a {
}
#tool-menu > li:hover > a {
	color: #F58520;
}
#tool-menu > li > ul {
	display: none;
}


@media (max-width: 767px) {
	
.tool-navigation {
	display:none;
}
	
}





/*	--------------------------------------------------
   	Nav Bar
	-------------------------------------------------- */
	
.site-navigation {
	position: absolute;
	left: 225px;
	top: 88px;
	width:auto;
}
#main-menu {
	margin: 0 0 0 0;
	width: auto;
	padding: 0;
	z-index: 9999;
}
#main-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
#main-menu > li > a {
	font-size: 18px;
	line-height:45px;
	font-family: 'robotoblack', serif;
	padding: 0 20px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
#main-menu > li:last-child > a {
	
}
#main-menu > li.menu-item-has-children > a {
	
}
#main-menu > li:hover > a,  #main-menu > li.current-menu-item > a,  #main-menu > li.current-category-ancestor > a,  #main-menu > li.current-page-ancestor > a,  #main-menu > li.current-post-ancestor > a {
	background-color: #E86A10;
}
#main-menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 99999;
	background: #F6851F;
	min-width: 260px;
}
/*.menu-desk > ul > li:hover > ul { display:block; }*/
#main-menu ul.sub-menu > li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}
#main-menu ul.sub-menu > li > a {
	font-size: 16px !important;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 16px;
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}
#main-menu ul.sub-menu > li > a:hover,  
#main-menu ul.sub-menu > li.current-menu-item > a {
	background: #F27106;
}


@media (max-width: 767px) {
	
.site-navigation {
	display:none;
}
	
}



/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */


#menuLink { display:none; width:30px; height:30px; position:fixed; right:15px; top:40px; z-index:999999; }

#menuLink a.mainmenu { background:#6E1873 url(images/mob.png) 0 0 no-repeat !important; display:block; width:30px; height:30px; padding:0; padding:0; text-indent:-4000px; }
#menuLink a.mainmenu.open { background:#6E1873 url(images/mob.png) 0 -30px no-repeat !important; }

.menuwrap { display:none; background:#6E1873; color:#FFF; padding:20px 10px; clear:both; margin:0; position:fixed; top:0px; height:100%; width: 100%; overflow:auto; z-index:9999; box-sizing: border-box;}
.menuwrap a { color:#FFFFFF;}	


.primary-mob-nav-container {
	margin:0;
	padding:0;
}
#primary-mob-menu {
	margin:0;
	width: auto;
	padding: 0;
}
	
#primary-mob-menu > li {
	float: left;
	display: block;
	box-sizing:border-box;
	padding: 0 10px;
	margin: 0;
	width:50%;
}
#primary-mob-menu > li:nth-child(odd) {
	clear: both;
}

#primary-mob-menu > li > a {
	font-size: 18px;
	line-height: 24px;
	padding: 6px 0 6px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 0;
	font-weight: 400;
	font-style: normal;
}

.mob-headline {
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 10px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 20px 0 10px 0;
	font-weight: 400;
	font-style: normal;
	border-bottom:1px solid #B78CB9;
	font-family: 'robotoblack', sans-serif;
}

#primary-mob-menu > li > ul {
	margin:0;
	padding:0;
	display: none;
}


.menuwrap .cartlinks {
	position:static;
	margin-left: 10px;
}
.menuwrap .cartlinks a {
	color: #FFF;
}
.menuwrap #woocommerce_product_search-2 {
	clear: both;
	margin-top: 20px;
}
.menuwrap #woocommerce-product-search-field {
	width: 180px;
}

.menuwrap .links {
	display: block !important;
	float: none;
	margin: 0 0 0 10px;
}

.menuwrap .links span {
	color: #FFF !important;
}

.menuwrap .links a.social {
	background-position: 0 -40px !important;
}

.menuwrap .links a.social:hover {
	opacity: 0.8;
	background-position: 0 -40px !important;
}



.mob-headline {
	margin:10px 10px 8px 10px;
}
	
	
	@media (max-width: 767px) {
	#menuLink { display:block; }
	
	}
	
	


	
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */	


.slider1wrap { 
	height:400px;
	z-index:25;
	position: relative;
	margin-bottom: 100px;
}

	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:400px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:400px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		height:400px;
		width:550px;
		float: left;
		display: none;
	}
	#slider1 li img.leftside {
		float: right;
	}
	#slider1 li .txt {
		padding: 10px 0 0 20px;
		width: 410px;
		float: left;
		box-sizing: border-box;
	}
	#slider1 li .txt.leftside {
		padding: 20px 20px 0 0;
		float: right
	}
	#slider1 li .txt .pad {
		display: none;
	}
	#slider1 h2 {
		font-size: 49px;
		line-height: 55px;
		color: #26B4E9;
		width: auto;
		margin: 0 0 10px 0;
	}
	#slider1 p {
		font-size:16px;
		line-height:24px;
		font-weight:400;
		background:none;
		margin:0 0 20px 0;
	}
	a.arrow {
		color:#FFF !important;
		font-size: 22px;
		line-height: 46px;
		font-family: 'robotoblack', sans-serif;
		font-weight: normal;
		background: #E86A10 url(images/icon_arrow_slide.png) right center no-repeat;
		padding: 0 34px 0 16px;
		display: inline-block;
		text-decoration: none;
	}
	a.arrow:hover {
		color: #FFF !important;
		background: #95A0B2 url(images/icon_arrow_slide.png) right center no-repeat;
	}
	
	
/* small screen - hide on ipad */
@media (max-width: 1240px) {
	
	.bx-controls-direction {
		display: none !important;
	}
}

/* Mobile */
@media (max-width: 767px) {

.slider1wrap { 
	height:auto;
	z-index:25;
	position: relative;
	margin-bottom: 80px;
}
	body.home .col-sm-12 {
		padding: 0;
	}
	.bx-wrapper {
		background:none !important;
	}
	
	.bx-viewport {
		height:auto !important;
		min-height: 550px !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		margin:0 !important;
		padding:0 !important;
		height: auto;
	}
	#slider1 li {
		width:100%;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		height:auto;
		width:100%;
		float: none;
	}

	#slider1 li .txt,
	#slider1 li .txt.leftside {
		padding: 20px;
		height:auto;
		width:100%;
		float: none;
		box-sizing: border-box;
		clear: both;
	}
	#slider1 li .txt .pad {
		display: none;
	}
	#slider1 h2 {
		font-size: 22px;
		line-height: 28px;
		width: auto;
		margin: 0;
		max-width: 400px;
	}
	#slider1 p {
		font-size:14px;
		line-height:22px;
		font-weight:400;
		background:none;
		margin:0 0 20px 0;
	}
	
	
	
   .bx-controls-direction {
		display: none !important;
	}

}


/* Featured Bar */

.featuredrow {
	padding: 80px 0 80px 0;
	background: #6E1873;
}
	.featuredrow h2 {
		font-size: 64px;
		line-height: 72px;
		margin: 0;
		text-align: center;
		color: #FFF;
	}
    .featuredrow p {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 40px 0;
		text-align: center;
		color: #FFF;
	}

	
	.feature {
		margin-bottom: 20px;
	}
    .feature a {
		display: block;
		border: none;
		text-decoration: none;
	}
	.feature img {
		display: block;
		width: 308px;
		height: 258px;
		border: none;
	}
	.feature h3 {
		font-size: 26px;
		line-height: 46px;
		background: #E86A10;
		color: #FFF;
		padding: 0 15px;
		display: block;
		margin: 0;
		text-transform: uppercase;
	}
    .feature a:hover h3 {
		background: #95A0B2;
	}
	.feature h3 span {
		display: inline-block;
		background: url(images/icon_arrow_slide.png) right center no-repeat;
		padding-right: 34px;
	}

/* Mobile */
@media (max-width: 767px) {
	
.featuredrow {
	padding: 40px 0 30px 0;
}
	.featuredrow h2 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 20px;
		text-align: center;
		color: #FFF;
	}
	.featuredrow p {
		font-size: 18px;
		line-height: 26px;
		margin: 0 20px 40px 20px;
		text-align: center;
		color: #FFF;
	}
	.feature {
		max-width: 308px;
		margin: 0 auto 20px auto;
	}
		
}


/* Elevator Bar */

.elevatorrow {
	padding: 80px 0;
	background: #26B4E9 url(images/back_elevator.png) center center no-repeat;
	color: #FFF;
}
	.elevatorrow h2 {
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 4px 0;
		color: #FFF;
	}
	.elevatorrow p {
		color: #FFF;
		font-size: 20px;
		line-height: 30px;
		margin: 0;
	}
	.elevatorrow .row {
		position: relative;
	}
	.elevatorrow .links {
		position:absolute;
		bottom: 0;
		right: 0;
	}
	.elevatorrow a.arrow {
		margin-left: 12px;
	}

/* Mobile */
@media (max-width: 767px) {
.elevatorrow {
	padding: 40px 10px;
	background: #26B4E9 url(images/back_elevator.png) center center no-repeat;
	color: #FFF;
}
	.elevatorrow h2 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 4px 0;
		color: #FFF;
	}
	.elevatorrow p {
		color: #FFF;
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.elevatorrow .links {
		position:static;
		margin: 20px 0;
	}
	
}


/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */	

.main-content {
	
}
#content {
	
}

.main-content-inner {
	min-height: 400px;
}


/* Mobile */
@media (max-width: 767px) {
.main-content-inner {
	width: 100%;
	padding: 0 20px;
}

}

.main-content-inner .entry-content {
	margin: 0 0 50px 0;
}

/* Mobile */
@media (max-width: 767px) {
.main-content-inner .entry-content {
	width: 100%;
	min-height: 200px;
	margin: 0 0 30px 0;
}
}


.page-header {
    padding: 0 0 25px 0;
    margin: 0;
    border-bottom: none;
}


/* breadcrumbs */
#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:hidden;
	float: left;
}
  
#breadcrumbs li{
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	display:block;
	padding: 0;
    margin: 0;
	float: left;
}
#breadcrumbs li a {
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	text-decoration: none;
}
#breadcrumbs strong{
    font-weight:400;
}
#breadcrumbs .separator{
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	padding: 0 5px;
}




span.st_sharethis_custom {
	display: inline-block;
	float: right;
	margin: 0 0 0 0;
	color: #26B3E9;
	font-size: 15px;
	line-height: 20px;
	
	font-weight: bold;
	background: url(images/icon_share.png) right 0 no-repeat;
	padding: 0 24px 0 0;
}
span.st_sharethis_custom:hover {
	color: #E86A10;
	background-position: right -20px;
	cursor: pointer;
	text-decoration: none;
}

span.st_sharethis_custom.pagebottom {
	float: none;
	margin: 20px 0 20px 0;
	display: none;
}

/* Mobile */
@media (max-width: 767px) {
	.page-header span.st_sharethis_custom {
		display: none;
	}
	span.st_sharethis_custom.pagebottom {
		display: inline-block;
	}
}



.intro {
	font-size:18px;
	line-height:26px;
}
	.intro p {
		font-size:18px;
		line-height:26px;
	}

	



#content img {
	display:block;
}

article {
	padding:0;
	margin:0;
}
.entry-content {
	padding:0;
	margin:0;
}


/*	News listing */

.newslisting { }

	.newslisting .pad {
		border-top: 1px solid #CDCDCD;
		border-bottom: 1px solid #CDCDCD;
		padding: 25px 0;
		margin-bottom: -1px;
	}
	.newslisting .col-sm-3 {
		max-width: 195px;
	}
	.newslisting h3 {
		font-weight:400;
		margin-bottom:10px;
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 6px;
	}
	.newslisting p {
		margin: 0 0 10px 0;
	}
	.newslisting img {
		display:block;
		margin: 0 0 10px 0;
	}

	.meta {
		font-size: 16px;
		line-height: 24px;
		font-style: italic;
	}
	.meta.pad {
		padding: 10px 0 26px 0;
		border-bottom: 1px solid #CDCDCD;
	}
/* Mobile */
@media (max-width: 767px) {
	.newslisting h3 {
		font-size: 22px;
		line-height: 28px;
	}
}


/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */	


/* Accordion */

.accordianwrap { 
	margin:0 0 26px 0;
	background: url(images/accordion_back2.png) 0 0 repeat-x; 
}
.accordianwrap.add { 
	margin:-27px 0 26px 0; 
}
	.accordiantitle { 
		background: url(images/accordion_back2.png) 0 bottom repeat-x;
	}
	.accordiantitle.open { 
		background: none;
	}
	.accordiantitle h2 { 
		line-height:30px;
		font-size:18px;
		font-weight:400;
		padding:10px 50px 10px 10px; 
		background: url(images/accordion_show2.png) right center no-repeat; 
		margin:0;
	}
	.accordiantitle:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_show_hover.png) right center no-repeat;
	}
	.accordiantitle.open h2 {
		background: url(images/accordion_hide2.png) right center no-repeat;
	}
	.accordiantitle.open:hover h2 { 
		cursor:pointer; 
		background: url(images/accordion_hide_hover.png) right center no-repeat;
	}
	.accordiancontent {
		display:none;
		padding:6px 10px 1px 10px;
		margin: 0;
	}


/* Quote */

.quoteblock {
	padding:10px 20px 26px 40px;
	margin-left: 0;
	margin-right: 0;
	background: url(images/home_quote2.png) 0 14px no-repeat;
}
.col-sm-6.custom-left .quoteblock, .col-sm-6.custom-right .quoteblock {
	padding-top:0;
	margin: 0;
	background: url(images/home_quote2.png) 0 4px no-repeat;
}
.quoteblock .by {
	font-weight:600;
	margin:-16px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}
.quoteblock .by p {
	font-weight:bold;
	margin:0;
	font-size: 14px;
	line-height: 20px;
}
/* Mobile */
@media (max-width: 767px) {
.quoteblock {
	margin-left: 0;
}
}


/*	--------------------------------------  */


/*	Pager */	
		
ul.pager { margin:0 !important; padding:14px 0;height: 54px; }
	ul.pager li { margin:0; padding:0; list-style:none !important; }
	ul.pager li.previous {
		float:left;
		margin-left: 10px;
	}
	ul.pager li.next {
		float:right;
		margin-right: 10px;
	}
	ul.pager a {
		font-size:18px;
		line-height:26px;
		color: #579C2F;
		font-weight: 400;
		text-decoration:none;
		display:inline-block;
	}
	ul.pager .next a {
		
	}
	ul.pager .previous a {
		
	}
	ul.pager .next a:hover {
		
	}
	ul.pager .previous a:hover {
		
	}





/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */	

.sidebar {
	
}

.sidebar-padder {
	padding-bottom: 50px;
}

/* Mobile */
@media (max-width: 767px) {
.sidebar {
	max-width: 308px;
	margin: 0 auto;
}
}

#subpages {
	background: #26B4E9;
	margin-bottom: 20px;
}
#subpages h3 {
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	margin: 0;
	padding: 20px 20px 10px 20px;
}
#subpages ul {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
#subpages ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subpages ul li a {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#subpages ul li.current > a,
#subpages ul li a:hover {
	color: #6D1872;
	font-weight: bold;
	text-decoration: none;
}
#subpages ul li ul li a {
	padding: 6px 20px 6px 50px;
	font-size: 16px;
	line-height: 22px;
}
#subpages ul.prodsubcat {
	display: none;
}
#subpages li.showsub ul.prodsubcat,
#subpages li.current ul.prodsubcat{
	display: block;
}


a.bannerlink {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	text-decoration: none;
}
a.bannerlink img {
	display: block;
	box-sizing: border-box;
	margin: 0;
}
a.bannerlink .bannertitle {
	height: 50px;
	background: #E86A10;
}
a.bannerlink h3 {
	display:inline-block;
	padding: 0 20px 0 15px;
	margin: 0;
	font-size: 28px;
	line-height: 50px;
	color: #FFF;
	font-weight: 400;
	background: url(images/banner_arrow.png) right 0 no-repeat;
}
a.bannerlink:hover .bannertitle {
	background-color: #95A0B2;
}

/* Latest News List */

.entry-meta {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin: 6px 0 0 0;
	padding: 0 20px;
}
#subpages h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	margin: 0 0 14px 0;
}
#subpages h4 a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	margin: 0;
}



.sidetextblock {
	margin-bottom: 20px;
}
.sidetextblock h1,
.sidetextblock h2,
.sidetextblock h3,
.sidetextblock h4,
.sidetextblock h5,
.sidetextblock h6 {
	font-size:22px;
	line-height:30px;
	margin: 0 0 4px 0;
}
.sidetextblock p {
	font-size:16px;
	line-height:24px;
	margin: 0;
}
.sidetextblock a {
	font-size:16px;
	line-height:24px;
}



/*	--------------------------------------------------
   	Quicklinks 
	-------------------------------------------------- */	

#quicklinks {
	padding: 80px 0 65px 0;
	background: #881555;
	color: #FFF;
}
#quicklinks h3 {
	color: #FFF;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 15px 0;
}
/* Mobile */
@media (max-width: 767px) {
#quicklinks {
	padding: 40px 10px 25px 10px;

}
#quicklinks h3 {
	color: #FFF;
	font-size: 22px;
	line-height: 28px;
	margin: 20px 0 15px 0;
}
}

#quicklinks p {
	color: #FFF;
	margin: 0 0 15px 0;
}
#quicklinks ul {
	margin: 0;
	padding: 0;
}
#quicklinks li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
#quicklinks a,
#quicklinks a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
#quicklinks a:hover {
	color: #FFF;
	text-decoration: none;
}


/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */	


#colophon {
	background:#6C1143;
	padding:40px 0 100px 0;
	color:#fff;
}

@media (max-width: 767px) {
#colophon {
	padding:40px 10px 100px 10px;
}
}

.footerlinks {
	float: right;
}

.footerlinks .links span {
	color: #FFF !important;
}

.footerlinks .links a.social {
	background-position: 0 -40px !important;
}

.footerlinks .links a.social:hover {
	opacity: 0.6;
	background-position: 0 -40px !important;
}

/* Mobile */
@media (max-width: 767px) {
.footerlinks {
	float: none;
}
}


/* Copyright */

.site-info {
}
@media (max-width: 767px) {
}
	.site-info p {
		font-size:13px;
		line-height:16px;
		color:#FFF;
		margin:0 0 30px 0;
	}
	.site-info p a {
		font-size:13px;
		line-height:16px;
		color:#FFF;
		font-weight:normal;
	}
	.site-info a:hover {
		opacity: 0.8;
	}
	
	


/*	--------------------------------------------------
   	Form
	-------------------------------------------------- */	

.smalltext p {
	font-size:14px;
	font-weight:22px;
	margin:0 0 16px 0;
}


.ifield {
	margin-bottom:20px;
}

.ifield input, .ifield select, .ifield textarea, .ifield select {
	width:100% !important;
	box-sizing:border-box !important;
	padding:8px !important;
	border:1px solid #D4D4D4 !important;
	font-size:14px;
	line-height:20px;
	color:#444 !important;
}

img.wpcf7-captchac {
	width:100%;
	height:38px;
	margin:0;
}

.wpcf7-submit {
	display:inline-block;
	margin: 20px 0 20px 0;
	padding: 0 20px;
	font-size:22px;
	line-height:46px;
	color:#FFF;
	background: #E86A10;
	text-decoration:none;
	font-style: normal !important;
	font-weight: 700 !important;
	border:none;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
	background: #95A0B2;
	text-decoration:none;
	cursor:pointer;
}
@media (max-width: 767px) {
	
	.wpcf7-submit {
		margin-top:20px;
	}
}

.wpcf7-not-valid-tip {
	position:absolute;
	top:26px;
	left:8px;
	font-size:12px !important;
}

.wpcf7-response-output {
	background:#fff !important;
	color:#444 !important;
	border:none !important;
}


::-webkit-input-placeholder {
   color:#92989E !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#92989E !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#92989E !important;
}

:-ms-input-placeholder {  
   color:#92989E !important;
}

.wpcf7 .ajax-loader { display:none !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
	border:inherit;
	box-shadow: none !important;
	outline: 0 none;
}


/*	--------------------------------------------------
   	Woocommerce
	-------------------------------------------------- */	

/* Product listing */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 40px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
    box-shadow: none;
}
.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
	line-height: 22px;
	color: #E76A10;
	font-weight: bold;
}
p.woocommerce-result-count {
	display: none;
}
.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}



/* product page */
.woocommerce div.product h1.product_title {
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 10px 0;
	color: #E76A10;
}
.woocommerce div.product p.price {
    color: #6E1873;
    font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.woocommerce div.product p.stock {
    display: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
}
a.woocommerce-review-link {
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
.woocommerce .star-rating span:before {
    color:#555555;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.product_meta a {
	font-weight: normal;
	text-decoration: none;
}

div #reviews #comments ol.commentlist li .avatar {
display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 10px;
	white-space: nowrap;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
	font-size: 14px;
}


/* breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    list-style:none;
    margin:0;
	float: left;
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	display:block;
	padding: 0;
    margin: 0;
	float: left;
}
.woocommerce .woocommerce-breadcrumb a {
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	text-decoration: none;
	color: #E76A10;
}

.woocommerce .woocommerce-breadcrumb .separator {
    font-size:16px;
	line-height: 20px;
    font-weight:400;
	padding: 0 5px;
}


/* info bar */
.woocommerce .woocommerce-info {
    border-top-color: #26B3E9;
}
.woocommerce .woocommerce-info:before {
    color: #26B3E9;
}
.woocommerce .woocommerce-message {
    border-top-color: #26B3E9;
}
.woocommerce .woocommerce-message:before {
    color: #26B3E9;
}

/* cart-contents sidebar */
a.cart-contents {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 12px 50px 12px 20px;
	background: #6E1873 url(images/icon_cart.png) right center no-repeat;
	color: #FFF;
	margin-bottom: 20px;
	text-decoration: none;
}
a.cart-contents:hover {
	text-decoration: underline;
}

/* Cart page */
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 100px;
}
.woocommerce-cart table.cart img {
    width: 100px;
    box-shadow: none;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #6E1873;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 0;
}


/* My Account */

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
	max-width: 300px;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
	float: right;
	width: 308px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
	width: 640px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 0 20px 0;
	background: #26B4E9;
	padding: 0 0 10px 0;
	
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.current > a,
.woocommerce-account .woocommerce-MyAccount-navigationul li a:hover {
	color: #6D1872;
	font-weight: bold;
	text-decoration: none;
}

legend {
    display: block;
	clear: both;
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'robotoblack', sans-serif;
    color: #333;
    border: 0;
    border-bottom: 0;
}