/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Pinjarra Traders
	Version:		1.0
	Last change:	June 16, 2015 [Created]
	Assigned to:	Titan Web (Kim Brylle M. Espera)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination
	10. Media Queries
	 10.1 Mobile 480px
	 10.2 Mobile / Tablet 768px
	 10.3 Desktop 992px
	 10.4 Wide Screen 1200px

	[Color codes]
	Background:	#fff (White)
	Content:	#000 (Light Black)
	Header h1:	#af3b2a (Dark Blue)
	a (standard):	#428bca (Bright Blue)
	a (visited):	#2a6496 (Darker Blue)

	[Typography]
	Body copy:	18px Arial;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#RalewayBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#RalewayMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewaySemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#RalewaySemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
* { outline: none; }
html { overflow-y: scroll; }
body {
	background: #fff;
	color: #404041;
	font-family: Arial;
	font-size: 18px;
	line-height: normal;
	position: relative;
}
p,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #af3b2a;
	font-family: RalewayMedium;
	margin: 0 0 0 0;
}
h2 { font-size: 35px; }
h3 { font-size: 33px; }
h4 { font-size: 31px; }
h5 { font-size: 29px; }
h6 { font-size: 27px; }
p {
	line-height: 25px;
	margin: 0 0 25px 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}
input, 
button, 
textarea, 
select {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	outline: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}
pre,
tt,
code,
kbd,
samp,
var {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	font-family: Arial;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
}
ol ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}
ol li { margin: 0 0 5px 0; }
ol > li { list-style-position: inside; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }
q { font-style: italic; }
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
textarea {
	resize:none;
	overflow-y:auto;
}
.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	white-space: normal;
	*zoom: 1;
}
.valign-bottom {
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	white-space: normal;
	*zoom: 1;
}
.valign-helper {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	height: 100%;
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after { clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix { *zoom: 1; }
.gform_validation_container {
	height: 0;
	width: 0;
	overflow: hidden;
}
.gform_hidden,
.gform_validation_container {
	display: none;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.gform_wrapper .validation_message, 
.gform_wrapper .validation_error {
	color: #ff0000;
	padding: 0 0 5px 0;
	font-size: 12px;
}
.gform_wrapper .validation_error { padding: 0 0 15px 0; }
.page-title {
	font-size: 45px;
	margin: 0 0 5px	 0;
}
.page-title.home-title { font-size: 44px; }
.product-title {
	background: #962519;
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	margin: 0 0 23px 0;
	padding: 8px 20px;
}
.the-content ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 35px;
}
.the-content ul li {
	background: url(../images/list-bullet.png) no-repeat 0 6px;
	line-height: 25px;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0 0 0 40px;
	text-align: left;
}
/* slick styles */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-initialized .slick-slide { display: block; }
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
/* breadcrumbs */
.titan-breadcrumb {
	color: #af3b2a;
	font-family: RalewayMedium;
	font-size: 18px;
	margin: -5px 0 15px 0;
}
.titan-breadcrumb a { color: #af3b2a; }
.titan-breadcrumb .delimiter { margin: 0 4px; }
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	position: relative;
	width: 100%;
	z-index: 4;
}
.logo {
	background: url(../images/logo-bg.png) repeat 0 0;
	text-align: center;
	padding: 20px 0 15px;
}
.social-media {
	height: 45px;
	text-align: center;
}
.social-media-inner {
	height: 30px;
	width: 100%;
}
.social-media a {
	display: inline-block;
	height: 30px;
	margin: 0 10px;
	width: 30px;
}
.social__twitter { background: url(../images/social-media-icons.png) no-repeat 0 0; }
.social__facebook { background: url(../images/social-media-icons.png) no-repeat -30px 0; }
.social__instagram { background: url(../images/social-media-icons.png) no-repeat -60px 0; }
.social__youtube { background: url(../images/social-media-icons.png) no-repeat -90px 0; }
.social__twitter:hover { background: url(../images/social-media-icons.png) no-repeat 0 -30px; }
.social__facebook:hover { background: url(../images/social-media-icons.png) no-repeat -30px -30px; }
.social__instagram:hover { background: url(../images/social-media-icons.png) no-repeat -60px -30px; }
.social__youtube:hover { background: url(../images/social-media-icons.png) no-repeat -90px -30px; }
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { background: #655f43; }
#top-menu {
	display: none;
	float: left;
}
.top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu > ul li { position: relative; }
.top-menu > ul > li:first-child { margin-left: 0; }
.top-menu > ul > li {
	float: left;
	margin: 0 6px;
}
.top-menu > ul > li:hover > .sub-menu { display: block; }
.top-menu ul li a {
	color: #fff;
	display: block;
	font-family: RalewayMedium;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.top-menu ul li a:focus,
.top-menu ul li a:hover,
.top-menu ul li.current-menu-item > a {
	background: transparent;
	color: #c4ba8c;
}
.top-menu .sub-menu {
	background: #655f43;
	display: none;
	padding: 10px 0;
	position: absolute;
	width: 152px;
}
.top-menu .sub-menu .sub-menu {
	background: #655f43;
	display: none;
	left: 152px;
	padding: 10px 0;
	position: absolute;
	top: -10px;
	width: 152px;
}
.top-menu .sub-menu > li { padding: 0 12px; }
.top-menu .sub-menu > li:hover > .sub-menu { display: block; }
.top-menu .sub-menu > li:hover > .sub-menu .sub-menu { display: none; }
.top-menu .sub-menu > li:first-child > a { border-top: 0; }
.top-menu .sub-menu li a {
	border-top: 1px solid #948d6d;
	color: #c4ba8c;
	font-size: 16px;
	height: auto;
	line-height: normal;
	padding: 5px 0;
}
.top-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item > a,
.top-menu .sub-menu li a:focus,
.top-menu .sub-menu li a:hover {
	background: transparent;
	color: #fff;
}
/* mobile-menu */
#mobile-menu { margin: 0 -15px; }
.slicknav_menu {
	font-family: RalewayMedium;
	text-align: left;
}
.slicknav_btn {
	color: #fff;
	display: block;
	font-family: RalewayMedium;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	text-align: center;
	width: 100%;
}
.slicknav_btn:focus,
.slicknav_btn:hover { color: #fff; }
.slicknav_menutxt {
	display: inline-block;
	vertical-align: middle;
}
.slicknav_icon {
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	height: 24px;
	margin: 0 0 0 10px;
	padding: 0 3px;
	vertical-align: middle;
	width: 30px;
}
.slicknav_icon-bar {
	display: block;
	height: 2px;
	background: #fff;
	margin: 4px 0 0 0;
}
.slicknav_nav {
	background: #655f43;
	padding: 0 15px;
}
.slicknav_nav > li:first-child { border: 0; }
.slicknav_nav li {
	border-top: 1px solid #948d6d;
	padding: 10px 0;
}
.slicknav_nav a {
	color: #c4ba8c;
	font-size: 16px;
}
.slicknav_nav li.current-menu-item > a,
.slicknav_nav li.current-menu-item > a.slicknav_item a,
.slicknav_nav li.current-menu-item > a.slicknav_item span { color: #fff; }
.slicknav_nav .sub-menu { padding: 10px 0 0 15px; }
.slicknav_arrow { font-family: Arial; }
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	background: url(../images/banner-wrapper-bg.jpg) no-repeat top center;
	position: relative;
	z-index: 3;
}
.banner__title {
	height: auto;
	padding: 15px;
	position: relative;
	text-align: center;
}
.banner__title-inner  { height: auto; }
.banner__title h2 {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 18px 0;
}
.btn-view-prod {
	background: url(../images/btn-bg.jpg) no-repeat 0 0 #722121;
	color: #fff;
	display: block;
	font-family: RalewayRegular;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	padding: 0 0 0 17px;
	text-align: left;
	width: 207px;
}
.btn-view-prod:focus,
.btn-view-prod:hover {
	background: url(../images/btn-bg.jpg) no-repeat 0 -48px;
	color: #722121;
}
.banner__image {
	height: auto;
	text-align: center;
}
.banner__image img {
	height: auto;
	max-width: 804px;
	width: 100%;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.content-wrapper {
	background: url(../images/wood-pattern-bg.jpg) repeat top center;
	position: relative;
	z-index: 2;
}
/*.content-wrapper.content-wrapper--front-page { padding: 5px 0 0 0; }*/
/* lead-ins */
.lead-ins {
	position: relative;
	z-index: 2;
}
.lead-in__item {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 186px;
	position: relative;
	text-align: center;
}
.lead-in__item:focus,
.lead-in__item:hover { color: #fff; }
.lead-in__background {
	height: 100%;
	left: 0;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.lead-in__inner {
	position: relative;
	z-index: 2;
}
.lead-in__image {
	text-align: center;
	height: 128px;
}
.lead-in__image img { max-width: 91px; }
.lead-in__title {
	color: #fff;
	font-family: RalewayBold;
	font-size: 21px;
	margin: 0;
	max-height: 24px;
	overflow: hidden;
}
.lead-in__video {  background: rgba(13,40,99,0.9); }
.lead-in__video .lead-in__image { background: url(../images/icon-play.png) no-repeat center center; }
/* main-content */
.main-content {
	background: #fffff1;
	padding-bottom: 30px;
	padding-top: 50px;
	position: relative;
	z-index: 3;
}
.titan-slide-more-content { margin: 0 0 55px 0; }
.titan-slide-more-content.short { margin: 0 0 25px 0; }
.titan-slide-more {
	background: url(../images/icon-down.png) no-repeat 93% center #0D2863;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #fff;
	display: block;
	font-family: RalewayBold;
	font-size: 17px;
	height: 49px;
	line-height: 49px;
	padding: 0 40px 0 18px;
	margin: 0 auto;
	max-width: 257px;
}
.titan-slide-more:active,
.titan-slide-more:focus,
.titan-slide-more:hover { color: #fff; }
.titan-slide-more.active { background: url(../images/icon-up.png) no-repeat 93% center #698647; }
.dark-bottom-bg {
	background: #0D2863;
	bottom: 0;
	height: 59px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
/* subpage */
.page-template-default .content-wrapper--sub-page,
.woocommerce-page .content-wrapper--sub-page { padding: 35px 0 100px 0; }
.content-wrapper--sub-page { padding: 0 0 45px 0; }
/* sidebar */
.sidebar__inner {
	background: #a93e1a;
	margin: 0 auto;
	max-width: 360px;
	position: relative;
}
.sidebar__inner img {
	height: auto;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	position: relative;
	width: 100%;
	z-index: 1;
}
.sidebar__content {
	left: 0;
	padding: 30px 15px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}
.sidebar__title {
	color: #fff;
	line-height: 40px;
	margin: 0 0 10px 0;
	max-height: 200px;
	overflow: hidden;
}
.sidebar__button {
	background: url(../images/btn-bg.jpg) no-repeat 100% 0;
	color: #fff;
	display: block;
	font-family: RalewayRegular;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	max-width: 207px;
	overflow: hidden;
	padding: 0 40px 0 17px;
	text-align: left;
	width: 100%;
}
.sidebar__button:focus,
.sidebar__button:hover {
	background: url(../images/btn-bg.jpg) no-repeat 100% -48px;
	color: #af3b29;
}
/* woocommerce */
.product-category {
	margin-left: 2.8%;
  /*margin-left: 35px;*/
  padding-bottom: 25px;
}
.product-category-inner { padding: 20px; }
.product-category__title {
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.product-category__title h2 {
	color: #fff;
	font-size: 21px;
	max-height: 25px;
	overflow: hidden;
}
.product-category__image {
	height: 210px;
	text-align: center;
}
.product-category__image img {
	position: relative;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}
.sub-cat .product-category__image img { width: 100%; }
.product-item { padding-bottom: 20px; }
.product-item__inner { position: relative; }
.product-item__image {
	position: relative;
	z-index: 1;
}
.product-item__image img { width: 100%; }
.product-item__title {
    background: #962519;
    bottom: 9px;
    display: block;
    height: 55px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.product-item__title h2 {
	color: #fffff1;
	font-size: 16px;
	max-height: 38px;
	overflow: hidden;
	position: relative;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}
/* woo-sidebar */
.sidebar-product {
	background: #962519;
	margin: 0 0 15px 0;
}
.sidebar-product > ul > li:first-child { border: 0; }
.sidebar-product > ul > li { border-top: 1px solid #cb7546; }
.titan-accordion__title { height: 42px; }
.category-wrap .titan-accordion__title { padding: 0 15px 0 35px; }
.category-wrap .sub-category-wrap .titan-accordion__title { padding: 0 15px 0 45px; }
.category-wrap .product-title-wrap .titan-accordion__title {
	height: 55px;
	padding: 0 15px 0 45px;
}
.category-wrap .sub-category-wrap .product-title-wrap .titan-accordion__title {
	height: 55px;
	padding: 0 15px 0 55px;
}
.titan-accordion--clickable {
	background: url(../images/menu-accordion-down.png) no-repeat 10px center;
	cursor: pointer;
}
.titan-accordion--clickable.titan-accordion--shown { background: url(../images/menu-accordion-up.png) no-repeat 10px center; }
.titan-accordion__title a {
	color: #eebbb6;
	display: inline-block;
	font-family: RalewayMedium;
	font-size: 15px;
	max-height: 39px;
	overflow: hidden;
	position: relative;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}
.titan-accordion__title a.category-title,
.titan-accordion__title a.sub-category-title { color: #fffff1; }
/* product-single */
.product-image {
	margin: 0 0 15px 0;
	text-align: center;
}
.product-image > img,
.product-image > a > img {
	margin: 0 0 10px 0;
	max-width: 360px;
	width: 100%;
}
.product-thumbnails {
	text-align: center;
	margin: 0 -5px;
}
.product-thumbnails a {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
	width: 94px;
}
.product-thumbnails img {
	max-width: 90px;
	width: 100%;
}
.product-image .btn-contact { margin: 0 auto; }
.related-products .related-products__heading {
	font-size: 23px;
	margin: 0 0 8px 0;
}
/* woo-overrides */
.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.woocommerce .quantity input::-webkit-outer-spin-button, 
.woocommerce-page .quantity input::-webkit-outer-spin-button, 
.woocommerce #content .quantity input::-webkit-outer-spin-button, 
.woocommerce-page #content .quantity input::-webkit-outer-spin-button, 
.woocommerce .quantity input::-webkit-inner-spin-button, 
.woocommerce-page .quantity input::-webkit-inner-spin-button, 
.woocommerce #content .quantity input::-webkit-inner-spin-button, 
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
	-webkit-appearance: none; 
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active { top: 0; }
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	height: 28px;
	line-height: 28px;
	padding: 0 6px;
}
.the-content ul.order_details { padding: 0; }
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before { padding: 0; }
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li,
.woocommerce .order_details li,
.woocommerce-page .order_details li {
	background: none;
	padding-left: 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 40px;
}
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations { margin: 5px 0 0 0; }
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #000;
	font-size: 18px;
}
.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label { font-weight: normal; }
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
	float: none;
	max-width: 200px;
}
/* services-sidebar */
.services-sidebar { margin: 0 0 15px 0; }
.services-sidebar__inner {
	background: #962519;
	padding: 5px 0 10px;
}
.services-sidebar__item:first-child { border: 0; }
.services-sidebar__item {
	border-top: 1px solid #cb7546;
	color: #fff;
	display: block;
	font-family: RalewayMedium;
	font-size: 15px;
	padding: 8px 15px;
}
.services-sidebar__item:focus,
.services-sidebar__item:hover { color: #fff; }
/* posts */
.posts__item {
	border-bottom: 1px solid #cb7546;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.posts__image {
	margin: 0 30px 10px 0;
	text-align: center;
}
.posts__image img {
	max-width: 360px;
	width: 100%;
}
.btn-contact {
	background: url(../images/icon-mail.png) no-repeat 85% center #cb7546;
	color: #fff;
	display: block;
	font-family: RalewayMedium;
	font-size: 17px;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	padding: 0 0 0 13px;
	text-align: left;
	width: 166px;
}
.btn-read-more {
	background: #cb7546;
	color: #fff;
	display: block;
	font-family: RalewayMedium;
	font-size: 17px;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	text-align: center;
	width: 130px;
}
.btn-contact:focus,
.btn-read-more:focus,
.btn-contact:hover,
.btn-read-more:hover { color: #fff; }
/* faq */
.faqs__item {
	border-bottom: 1px solid #cb7546;
	margin: 0 0 20px 0;
}
.faqs__title {
	background: url(../images/icon-arrow-up.png) no-repeat right center;
	cursor: pointer;
	font-size: 28px;
	margin: 0 0 8px 0;
}
.faqs__title.active { background: url(../images/icon-arrow-down.png) no-repeat right center; }
/* contact-us */
.contact-wrapper { padding: 0 0 30px 0; }
.contact-form { margin: 0 0 15px 0; }
.contact-form .gform_body { margin: 0 0 13px 0; }
.gfield.textbox { height: 60px; }
.gfield.textarea { clear: both; }
.gfield_label {
	color: #af3b2a;
	font-family: RalewaySemibold;
	font-size: 17px;
	margin: 0 0 1px 0;
}
.gfield_label span { color: #ff0000; }
.ginput_container input,
.ginput_container textarea {
	background: #fff;
	border: 1px solid #d9d9cd;
	color: #5a5a5a;
	font-family: Arial;
	font-size: 13px;
	width: 100%;
}
.ginput_container input {
	height: 23px;
	padding: 0 5px;
}
.ginput_container textarea {
	height: 205px ;
	padding: 5px; 
}
.gform_button {
	background: url(../images/icon-mail.png) no-repeat 90% center #0D2863;
	border: 0;
	color: #fff;
	font-family: RalewayMedium;
	font-size: 17px;
	height: 53px;
	padding: 0 0 0 14px;
	text-align: left;
	width: 166px;
}
.google-maps { margin: 0 0 18px 0; }
.google-maps iframe {
	border: 1px solid #d4d3c6;
	height: 245px;
	width: 100%;
}
.contact-details h4 {
	color: #af3b2a;
	font-family: RalewaySemibold;
	font-size: 17px;
	margin: 0;
}
.detail {
	color: #444;
	font-family: Arial;
	font-size: 13px;
	margin: 0 0 14px 0;
}
.detail a { color: #444; }
.detail .email {
	color: #af3b2a;
	font-weight: bold;
}
.detail-day { padding: 0 20px 0 0; }
.detail-time { font-weight: bold; }
/* pre-footer */
.pre-footer-desc-wrapper {
	background: #0D2863;
	padding: 30px 0 15px;
}
.pre-footer-desc .row > div {
	display: inline-block;
	float: none;
	margin: 0 0 15px 0;
	vertical-align: middle;
}
.pre-footer__info {
	color: #fff;
	font-family: RalewayBold;
	font-size: 25px;
	text-align: center;
}
.pre-footer__image { text-align: center; }
.pre-footer__image img {
	height: auto;
	max-width: 186px;
	width: 100%;
}
.pre-footer__button a {
	background: url(../images/icon-arrow-white.png) no-repeat 95% center #722121;
	color: #fff;
	display: block;
	font-family: RalewayRegular;
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	max-width: 277px;
	padding: 0 0 0 5px;
	width: 100%;
}
.pre-footer__button a:focus,
.pre-footer__button a:hover {
	background: url(../images/icon-arrow-red.png) no-repeat 95% center #fff;
	color: #722121;
}
.pre-footer-menu-wrapper {
	background: #722121;
	padding: 10px 0;
}
.pre-footer-menu ul { text-align: center; }
.pre-footer-menu ul li:first-child { border: 0; }
.pre-footer-menu ul li  { padding: 5px 0; }
.pre-footer-menu ul li a {
	color: #fefefe;
	font-family: RalewayRegular;
	font-size: 16px;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {
	background: #dad8cb;
	color: #15375c;
	font-family: Arial;
	font-size: 12px;
	padding: 31px 0;
	position: relative;
	z-index: 1;
}
.footer-wrapper a {
	color: #15375c;
	text-decoration: none;
}
.copyright,
.titan-badge { text-align: center; }
.copyright { margin: 5px 0; }
.copymenu-wrapper { margin-bottom: 20px; }
.footer-menu { text-align: center; }
.footer-menu ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.footer-menu ul li {
	border-left: 1px solid #4b7281;
	float: left;
	padding: 0 10px;
}
.footer-menu ul li:first-child { border: 0; }
.titan-badge span {
	display: block;
	margin-bottom: 5px;
}
/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.the-content .ngg-galleryoverview,
.the-content .ngg-albumoverview {
	margin: 0 -15px;
	text-align: center;
	width: auto;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 15px;
	vertical-align: top;
	width: 100%;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail { float: none; }
.ngg-gallery-thumbnail a {
	display: block;
	position: relative;
}
.ngg-gallery-thumbnail a img {
	border: 0;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.ngg-gallery-thumbnail a:hover .ngg-image-hover { display: block; }
.ngg-image-hover {
	border: 5px solid #a71910;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
/* ngg-album-compact */
.ngg-albumoverview .ngg-album-compact {
	display: inline-block;
	float: none;
	padding: 15px !important;
	vertical-align: top;
	width: 100%;
}
.ngg-album-compact .ngg-album-compactbox {
	border: 0;
	border-radius: 0;
	padding: 0 !important;
}
.ngg-album-compact .ngg-album-compactbox:after,
.ngg-album-compact .ngg-album-compactbox:before {
	border: 0;
	border-radius: 0;
}
.ngg-album-compactbox a .Thumb {
	border: 0 !important;
	height: auto;
	width: 100%;
}
.ngg-albumoverview .ngg-album-compact h4 { font-weight: normal; }
/* ngg-album-extended */
.ngg-albumoverview .ngg-album { margin: 15px; }
.ngg-album .ngg-albumtitle { font-weight: normal; }
.ngg-thumbnail a img {
	border: 0;
	margin: 0;
	padding: 0;
}

.page .loadmore-hide .btn-load-more{
    display: none !important;
}
/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.btn-load-more,
.btn-load-posts {
	background: #cb7546;
	color: #fff;
	display: block !important;
	font-family: RalewayMedium;
	font-size: 21px;
	height: 53px;
	line-height: 53px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
.btn-load-more:focus,
.btn-load-posts:focus,
.btn-load-more:hover,
.btn-load-posts:hover { color: #fff; }
#infscr-loading { clear: both; }
#infscr-loading img { display: none; }
.loading-image {
	background: url(../images/loader.gif) no-repeat top center;
	height: 55px;
	margin: 0 auto;
	width: 54px;
}
.titan-pagination,
.woocommerce-pagination { display: none; }
/* ngg pagination */
.ngg-galleryoverview .ngg-navigation { display: none !important; }
/*------------------------------------------------------------------
	[ 10 Media Queries ]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 10.1 Mobile 480px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {
	/* HEADER */
	
	/* MENU */

	/* BANNER */

	/* CONTENT */
	/* gallery */
	.the-content .ngg-galleryoverview,
	.the-content .ngg-albumoverview { text-align: left; }
	.ngg-galleryoverview .ngg-gallery-thumbnail-box,
	.ngg-albumoverview .ngg-album-compact { width: 33.33%; }
	/* pre-footer */
	.pre-footer__button a { padding: 0 0 0 20px; }
	.pre-footer-menu-wrapper { padding: 23px 0; }
	.pre-footer-menu ul li {
		border-left: 1px solid #e56961;
		display: inline-block;
		padding: 0 3px 0 5px;
	}

	/* FOOTER */
}
/*------------------------------------------------------------------
	[ 10.2 Mobile / Tablet 768px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	/* HEADER */
	.header-wrapper {
		left: 0;
		position: absolute;
		top: 0;
	}
	.social-media {
		float: right; 
		text-align: right;
	}
	.social-media a:first-child { margin: 0; }
	.social-media a { margin: 0 0 0 5px; }
	
	/* MENU */
	#top-menu { display: block; }
	#mobile-menu { display: none; }
    .menu-wrapper { background: url(../images/menu-bg.png) repeat 0 0; } 

	/* BANNER */
	.banner-wrapper--subpage { height: 229px; }
	.banner__item,
	.banner__image { height: 600px; }
	.banner__title {
		height: 600px;
		padding: 0 15px;
		text-align: left;
	}
	.banner__title-inner {
		bottom: 0;
		height: 371px;
		left: 0;
		padding: 0 15px;
		position: absolute;
		width: 100%;
	}
	.banner__title h2 {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 38px 0;
		max-height: 242px;
		overflow: hidden;
	}
	.btn-view-prod { margin: 0; }

	/* CONTENT */
	/* lead-ins */
	.lead-in__item { text-align: left; }
	/* subpage-sidebar */
	.sidebar__title {
		font-size: 30px;
		line-height: 35px;
		max-height: 175px;
	}
	.sidebar__button { font-size: 16px; }	
	/* woo-sidebar */
	.titan-accordion__title a {
		font-size: 14px;
		max-height: 32px;
	}
	/* contact-us */
	.contact-form { margin: 0; }
	/* pre-footer */
	.pre-footer-desc-wrapper { padding: 30px 0; }
	.pre-footer-desc .row > div { margin: 0; }
	.pre-footer__info { text-align: left; }
	.pre-footer__button a {
		font-size: 14px;
		padding: 0 0 0 5px;
	}
	.pre-footer-menu ul li {
		height: 36px;
		line-height: 36px;
		padding: 0 18px 0 20px;
	}
	.pre-footer-menu ul li a { font-size: 18px; }
	
	/* FOOTER */
	.copyright,
	.titan-badge,
	.footer-menu { text-align: left; }
	.footer-menu ul li:first-child { padding: 0 10px 0 0; }
	.copymenu-wrapper {
		float: left;
		margin: 0;
	}
	.titan-badge span {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.titan-badge { float: right; }
}
/*------------------------------------------------------------------
	[ 10.3 Desktop 992px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	/* HEADER */
	.social-media a { margin: 0 0 0 15px; }
	
	/* MENU */
	.top-menu > ul > li { margin: 0 17px; }
	
	/* BANNER */
	.banner__item,
	.banner__title,
	.banner__image { height: 700px; }
	.banner__title-inner { height: 471px; }
	
	/* CONTENT */
	/* main-content */
	.titan-slide-more { float: right; }
	/* lead-ins */
	.lead-in__title {
		font-size: 19px;
		max-height: 23px;
	}

	/* subpage-sidebar */
	.sidebar__title {
		font-size: 35px;
		line-height: 40px;
		max-height: 200px;
	}
	.sidebar__button { font-size: 18px; }
	/* woo-sidebar */
	.titan-accordion__title a {
		font-size: 15px;
		max-height: 39px;
	}
	/* contact-us */
	.gfield.txt-left { padding: 0 15px 0 0; }
	.gfield.txt-right { padding: 0 0 0 15px; }
	.gfield.textbox {
		float: left;
		width: 50%;
	}
	/* pre-footer */
	.pre-footer__button a {
		font-size: 19px;
		padding: 0 0 0 10px;
	}
	
	/* FOOTER */
}
@media only screen and (max-width: 992px) {
	.product-category {
		margin-left: 0px;
	 }
	 
}
/*------------------------------------------------------------------
	[ 10.4 Wide Screen 1200px ]
-------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
	/* HEADER */
	
	/* MENU */

	/* BANNER */
	.banner__item,
	.banner__title,
	.banner__image { height: 780px; }
	.banner__title-inner { height: 551px; }
	.banner__title h2 {
		font-size: 48px;
		line-height: 50px;
		max-height: 204px;
	}

	/* CONTENT */
	/* lead-ins */
	.lead-in__title {
		font-size: 21px;
		max-height: 24px;
	}
	/* main-content */
/*	.main-content { background: url(../images/main-content-bg.png) no-repeat top right #fffff1; }*/
	/* posts */
	.posts__image { float: left; }
	/* product-single */
	.product-image {
		float: left;
		margin: 0 30px 15px 0;
		max-width: 360px;
		width: 100%;
	}
	.product-thumbnails { text-align: left; }
	.product-thumbnails a { width: 25%; }
	.product-image .btn-contact { margin: 0; }
	/* pre-footer */
	.pre-footer__button a { font-size: 24px; }

	/* FOOTER */
}

/*------------------------------------------------------------------
	[ Extra media query for tablet devices from 550px - 767px]
-------------------------------------------------------------------*/
@media only screen and (min-width: 550px) and (max-width: 767px) {
	.product-item { width: 50%; }
}