/*
Theme Name: Blink
Theme URI: http://bravostudios.com.au/
Author: Matt Vogt
Author URI: http://bravostudios.com.au/
Version: 1.0.0
Text Domain: blink
*/





/*--------------------------------------------------------------
Normalize v3.0.3
--------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}





/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit; 
	box-sizing: inherit;
}

body {
	background: #eee;
	color: #555;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

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

table {
	margin: 0 0 20px;
	width: 100%;
}

p {
	margin: 0 0 20px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
	color: #ed2224;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	color: #333;
}





/*--------------------------------------------------------------
Transition
--------------------------------------------------------------*/
.transition, a, input, button, textarea {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline: none;
	display: inline-block;
	background: #ed2224;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 20px;
	line-height: 1;
	border: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ED7A7A;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	outline: none;
	display: block;
	padding: 10px;
	color: #666;
	border: 1px solid #eee;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ccc;
}

textarea {
	resize: vertical;
	height: 100px;
}





/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #ed2224;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #ED7A7A;
}





/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}





/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
    *zoom: 1;
}





/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	padding: 30px;
	background: #fff;
}

.widget select {
	max-width: 100%;
}





/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}





/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}





/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
	display: block;
}





/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.wp-caption-text {
	text-align: center;
}





/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
Column Classes
--------------------------------------------------------------*/
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.5%;
}
 
.one-third,
.two-sixths {
	width: 31.333333333333%;
}
 
.four-sixths,
.two-thirds {
	width: 65.666666666667%;
}
 
.one-fourth {
	width: 22.75%;
}
 
.three-fourths {
	width: 74.25%;
}
 
.one-fifth {
	width: 17.6%;
}
 
.two-fifths {
	width: 38.2%;
}
 
.three-fifths {
	width: 58.8%;
}
 
.four-fifths {
	width: 79.4%;
}
 
.one-sixth {
	width: 14.166666666667%;
}
 
.five-sixths {
	width: 82.833333333333%;
}
 
.first {
	clear: both;
	margin-left: 0;
}





/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
.container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.content-box {
	background: #fff;
	padding: 30px;
}

#secondary {
	display: none;
}

 #post-5, #post-6, #post-7, #post-14, #post-23, #post-24, #post-42 {
/*	padding: 20px 50px;*/
}

.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }





/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	margin-bottom: 50px;
}

.site-logo {
	float: left;
	margin: 0;
	padding: 9px 0;
}

.site-logo a,
.site-logo img {
	display: block;
	max-height: 65px;
}

.wholesale-message {
	font-weight: 700;
	margin: 0 0 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #fff;
	background: #ed2224;
}




/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/
.site-navigation {
	float: right;
	padding: 0;
}

.site-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-navigation li {
	display: inline-block;
}

.site-navigation ul a {
	display: block;
	padding: 30px 10px;
	color: #ed2224;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.site-navigation ul a:hover {
	color: #ED7A7A;
}

.site-navigation .sub-menu {
	background-color: #fff;
	position: absolute;
	top: 84px;
	width: 220px;
	z-index: 99999;
	display: none;
	border: 1px solid #eee;
	border-top: none;
}

.admin-bar .site-navigation .sub-menu {
	top: 116px;
}

.site-navigation ul li:hover .sub-menu {
	display: block;
}

.site-navigation .sub-menu li {
	padding: 0;
	width: 100%;
}

.site-navigation .sub-menu a {
	width: 100%;
	padding: 5px 10px;
}

.menu-toggle,
.site-navigation.toggled ul:first-child {
	display: block;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	background: #191919;
	color: #fff;
	margin-top: 50px;
}

.footer-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}

.footer-newsletter {
	background-color: #555;
}	

.footer-newsletter-container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.footer-newsletter .newsletter-form {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-newsletter img {
	padding: 20px;
}

.footer-newsletter input[type="text"] {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 48.5% !important
}

.footer-newsletter input[type="email"] {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;	
}

.footer-newsletter input[type="submit"] {
	background-color: #ed2224;
	color: #fff;
	padding: .618em 1em;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 700;
	border-radius: 3px;
	border: 0;
	white-space: nowrap;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;	
}

.footer-newsletter input[type="submit"]:hover {
	background-color: #ED7A7A;
}

.footer-columns {
	padding: 50px 0;
}

.footer-columns ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-columns li {
	padding-top: 5px;
}

.footer-columns li:first-child {
	padding: 0;
}

.footer-columns a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.footer-columns a:hover {
	color: #ccc;
}

.footer-columns span {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}


.footer-info {
	background: #111;
	padding: 10px 0;
	color: #fff;
	box-shadow: 0px 1000px 0px 1000px #111;
}

.footer-info a {
	color: #ddd;
}

.footer-info a:hover {
	color: #bbb;
}




/*--------------------------------------------------------------
Woocommerce
--------------------------------------------------------------*/
/* breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 20px;
	font-size: 14px;
	color: #999;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #ed2224;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #ED7A7A;
}

.woocommerce .woocommerce-breadcrumb i {
	margin: 0 5px;	
}

/* messages */
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	content: " ";
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	background: #f9f9f9;
	padding: 20px !important;
}

.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button {
	padding: 10px 20px;
	background-color: #ed2224;
	color: #fff;
}

.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover {
	background-color: #ED7A7A;
	color: #fff;
}

/* my account */
.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register {
	border: none;
	padding: 20px;
	margin: 0;
	background: #f9f9f9;
	border-radius: 0px;
}

.woocommerce .lost_password {
	margin: 0;
}

.woocommerce h2, .woocommerce h3 {
	color: #ed2224;
	text-transform: uppercase;
}

.woocommerce .col-1.address h3 {
	display: inline-block;
}

.woocommerce .col-1.address a.edit {
	margin-left: 10px;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce fieldset {
	margin: 20px 2px;
}

.woocommerce form .form-row label.inline {
	margin-left: 10px;
}

/* sale tag */
.woocommerce span.onsale {
	height: 60px;
	width: 60px;
	background: #ed2224;
	text-transform: uppercase;
	right: 20px;
	top: 20px;
	left: auto;
	line-height: 60px;
	font-size: 14px;
	padding: 0;
	z-index: 1;
}

/* sidebar */
.catalogue-download {
	margin: 0 0 30px;
	padding: 30px;
	background: #fff;
}

.catalogue-download p {
	text-align: center;
	font-size: 16px;
	color: #ed2224;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.catalogue-download a {
	width: 100%;
	text-align: center;
}

.woocommerce.archive #secondary {
	display: block;
	float: left;
	width: 25%;
}

.widget_product_search .side-search-arrow {
	display: none;
}

.widget_product_categories .side-cat-arrow {
	display: none;
}

.woocommerce.archive #secondary .widget_product_search .woocommerce-product-search .screen-reader-text {
	display: none;
}

.woocommerce.archive #secondary .widget_product_search .woocommerce-product-search input[type="search"] {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.woocommerce.archive #secondary .widget_product_search .woocommerce-product-search input[type="submit"] {
	width: 100%;
}

.woocommerce.archive #secondary .widget_product_search .woocommerce-product-search input[type="submit"]:hover {
	background-color: #ED7A7A;
}

.woocommerce.archive #secondary .widget_product_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.woocommerce.archive #secondary .widget_product_categories ul li {
	border-top: 1px solid #eee;
}

.woocommerce.archive #secondary .widget_product_categories ul li:first-child {
	border-top: none;
}

.woocommerce.archive #secondary .widget_product_categories ul li a {
	padding: 10px 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.woocommerce.archive .archive-right-container {
	float: left;
	width: 72%;
	margin-left: 3%;
}

/* grid */
.woocommerce .archive-results-ordering {
	display: none;
}

.woocommerce ul.products {
	margin: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	/* border-bottom: 2px solid #ed2224; */
}

.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product {
	margin-bottom: 0;
	
}

.woocommerce ul.products li.product a img {
	margin: 0;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.woocommerce ul.products li.product a img:hover {
	opacity: 0.7;
}

.woocommerce ul.products li.product h3 {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 2px;
	letter-spacing: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
}

.woocommerce ul.products li.product h3:hover {
	color: #ED7A7A;
}

.woocommerce ul.products li.product .price {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #555;
	padding: 0;
	margin: 0;
}

.woocommerce ul.products li.product .price ins {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
	vertical-align: middle;
	display: none;
}

.woocommerce ul.products li.product .button {
	display: none;
}

/* single product */
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 20px;
}

.product.has-default-attributes.has-children>.images {
	opacity: 1;
}

div.ppt,
div.pp_woocommerce .pp_details {
	display: none !important;
}

.woocommerce div.product .product_title {
	margin-bottom: 10px;
}

.woocommerce div.product p.price {
	color: #000;
	margin: 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 400;
	margin-left: 5px;
	vertical-align: middle;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce div.product p.stock {
	display: none;
}

.woocommerce div.product div[itemprop="description"] {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

.woocommerce div.product form.cart {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
	height: 50px;
}

.woocommerce div.product form.cart .button {
	padding: 18px 20px;
}

.woocommerce div.product form.cart .variations td.label label {
	padding-top: 8px;
	display: inline-block;
}

.woocommerce div.product form.cart .variations select {
	background: #eee;
	height: 38px;
	border: 1px solid #ddd;
	padding-left: 5px;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content {
	margin-bottom: 0;
}

.woocommerce div.product .related.products {
	clear: both;
}

.woocommerce div.product .related.products:before,
.woocommerce div.product .related.products:after {
	content: "";
	display: table;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 30px;
}

.woocommerce .sku_wrapper {
	display: none;
}

.single-product-box {
	margin-bottom: 30px;
}

/* cart */
.woocommerce table.shop_table {
	border-radius: 0px;
	border: 1px solid #eee;
}

.woocommerce table.shop_table td {
	border-top: 1px solid #eee;
}

.woocommerce-cart table.cart .product-thumbnail {
	max-width: 100px;
}
.woocommerce-cart table.cart img {
	width: 100%;
}

.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: auto;
}

.woocommerce table.shop_table td {
	padding: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 10px;
}

.woocommerce input.button, 
.woocommerce a.button.alt, 
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce a.button {
	background-color: #ed2224;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 12px 20px;
	font-weight: 400;
}

.woocommerce input.button:hover, 
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover {
	background-color: #ED7A7A;
	color: #fff;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[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, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #ED7A7A;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #ed2224;
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 1px solid #eee;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #eee;
	padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 40%;
	font-weight: 400;
	text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-calculator {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.button.alt.checkout-button {
	padding: 18px 20px;
}

/* checkout */
.woocommerce-checkout h3 {
	color: #ed2224;
	text-transform: uppercase;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 1px solid #eee;
	font-weight: 400;
}

.woocommerce-checkout #payment {
	background: none;
	border-radius: 0px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	vertical-align: middle;
}

.woocommerce-checkout #payment div.form-row {
	padding: 30px 0 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	padding: 18px 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 20px;
	margin: 10px 0 30px;
	width: 100%;
	background: #eee;
}
.woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid #eee;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

/* celebration cake */
.product_cat-celebration-cakes [itemprop="offers"],
.product_cat-celebration-cakes .variations,
.product_cat-celebration-cakes .woocommerce-variation-price,
.product_cat-celebration-cakes .images {
	display: none !important;
}

.product_cat-celebration-cakes .product_title,
.product_cat-celebration-cakes div[itemprop="description"] {
	text-align: center;
}

.product_cat-celebration-cakes .summary {
	float: none !important;
	width: 100% !important;
}

.size-options {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.size-option,
.size-option img {
	display: block;
	cursor: pointer;
}

.size-option {
	color: #000;
	text-align: center;
}

.size-option img {
	width: 100%;
}

.size-option .title,
.size-option .description {
	font-weight: 700;
}

.size-option.active {
	color: #ed2224;
}

div.product-addon {
	display: none;
	margin: 0 0 10px;
}

.product-addon .addon-name {
	margin: 0 0 10px;
}

/* quick view */
.quick-view-button {
	display: block !important;
	text-align: center;
	margin-top: 5px !important;
	padding: 5px 10px !important;
	font-size: 12px !important;
}

.quick-view-button span { 
	display: none !important;
}

.celeb-cakes [itemprop="offers"],
.celeb-cakes .variations,
.celeb-cakes .woocommerce-variation-price,
.celeb-cakes .images {
	display: none !important;
}

.celeb-cakes .quick-view-content {
	float: none !important;
	width: 100% !important;
}

.celeb-cakes .product_title,
.celeb-cakes div[itemprop="description"] {
	text-align: center;
}

.woocommerce div.product form.cart .variations select {
	margin: 0;
}






/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
#post-14 .entry-content {
	border-bottom: 2px solid #ed2224;
}

.home-products {
	
}

.home-products a.button {
	display: none !important;
}

.about-us-details {
	border: 1px solid #eee;
	padding: 20px;
}

.about-us-details img {
	max-height: 120px;
	float: left;
	margin-right: 10px;
}

.about-us-details h2 {
	vertical-align: top;
	margin: 0 0 10px 0;
}

.about-us-details span {
	
}





/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.contact-heading {
	float: left;
}

.contact-directions {
	float: right;
	margin-bottom: 30px;
}

.contact-directions a:hover {
	background-color: #ED7A7A;
}

.contact-content .table-container {
	border-collapse: collapse;
	display: table;
	height: auto;
	width: 100%;
}

.contact-details {
	border: 1px solid #eee;
	box-sizing: border-box;
	width: 33.3333%;
	text-align: left;
}

.contact-details.table-cell {
	display: table-cell;
	padding: 30px;
	vertical-align: top;
}

.contact-details ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 20px;
}

.contact-details li {
	position: relative;
}

.contact-details li:before {
	margin: 0 5px 0 -20px;
	font-family: 'FontAwesome';
}

.contact-details li.phone:before {
	content: '\f095';
}

.contact-details li.email:before {
	content: '\f0e0';
}

.contact-details li.street:before {
	content: '\f041';
}

.quick-contact {
	background-color: #eee;
	padding: 20px;
}

.quick-contact input[type="submit"] {
	float: right;
}





/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
}





/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
/* Menu */
@media all and (min-width: 782px) {
	.menu-toggle {
		display: none;
	}

	.site-navigation ul {
		display: block;
	}
	
	.menu-item-has-children a.submenu-arrow {
		display: none;
	}	
}

@media all and (max-width: 782px) {
	.menu-toggle {
		position: absolute;
		top: 30px;
		right: 30px;
		font-size: 16px;
	}
	
	.admin-bar .menu-toggle {
		top: 76px;
	}
	
	.site-navigation {
		float: none;
		margin: 0;
	}
	
	.site-navigation ul:first-child {
		display: none;
		margin-top: 100px;
	}

	.site-navigation li {
		display: block;
		position: relative;
	}
	
	.site-navigation li a {
		padding: 10px;
	}
	
	.site-navigation ul li:hover .sub-menu {
		display: none;
	}
	
	.menu-item-has-children a.submenu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		padding: 5px 20px;
		font-size: 30px;
		line-height: 26px;
		display: block;
	}
	
	.site-navigation .sub-menu {
		position: static;
		border: none;
		padding: 0px 0 0 30px;
	}
}

@media all and (max-width: 500px) {
	.site-logo {
		width: 224px;
	}
}

/* Footer */
@media all and (max-width: 782px) {
	.footer-columns .one-fourth {
		width: 48.5%;
	}
	
	.footer-columns .one-fourth:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.footer-columns .one-fourth:nth-child(1),
	.footer-columns .one-fourth:nth-child(2) {
		margin-bottom: 20px;
	}
	
}

@media all and (max-width: 500px) {
	.footer-columns .one-fourth {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.footer-columns .one-fourth:nth-child(4) {
		margin: 0;
	}
	
	.footer-info {
		font-size: 12px;
	}
}

/* Home */
@media all and (max-width: 1092px) {
	.about-us-details h2 {
		font-size: 18px;
	}
	
	.about-us-details span {
		font-size: 12px;
	}
}

@media all and (max-width: 900px) {
	.about-us-details {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media all and (max-width: 500px) {
	.about-us-details {
		text-align: center;
	}
	
	.about-us-details img {
		float: none;
	}
	
	.home-products h1,
	.home-about-us h1 {
		font-size: 22px;
	}
}

/* My Account */
@media all and (max-width: 768px) {
	#post-7 .col2-set .col-2 {
		margin-top: 20px;
	}
}

/* Contact */
@media all and (max-width: 1100px) {
	.contact-details.table-cell {
		padding: 15px;
	}
}

@media all and (max-width: 900px) {
	.contact-details.table-cell {
		display: block;
		width: 100%;
		text-align: center
	}
	
	.contact-left {
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	
	.contact-right {
		width: 100%;
		margin: 0;
		float: none;
	}
}

@media all and (max-width: 550px) {
	.contact-directions {
		float: none;
	}
	
	.contact-directions .button {

		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 400px) {
	.contact-details.table-cell {
		padding: 10px;
		font-size: 12px;
	}
}

/* Woocommerce */
@media all and (min-width: 910px) {
	.woocommerce-product-search,
	.product-categories {
		display: block !important;
	}
}

@media all and (max-width: 910px) {
	.woocommerce.archive #secondary {
		float: none;
		width: 100%;
	}	
	
	.woocommerce.archive .archive-right-container {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.woocommerce-product-search,
	.product-categories {
		display: none;
		margin-top: 20px !important;
	}
	
	.widget_product_search h3,
	.widget_product_categories h3 {
		position: relative;
		margin: 0;
	}
	
	.widget_product_search .side-search-arrow i {
		font-size: 30px;
	}
	
	.widget_product_categories .side-cat-arrow i {
		font-size: 18px;
	}
	
	.widget_product_search .side-search-arrow {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.widget_product_categories .side-cat-arrow {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
}

@media all and (max-width: 768px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		margin: 10px 0;
	}
	
	.woocommerce table.cart td.actions .button {
		width: 100%;
	}
	
	.size-option {
		width: 48.5%;
	}
	.size-option:nth-child(3) {
		clear: both;
		margin-left: 0;
	}
}

@media all and (max-width: 550px) {
	.woocommerce table.shop_table .cart_item {
		font-size: 12px;
	}
	
	.woocommerce table.shop_table th {
		padding: 9px 5px;
	}
	
	.woocommerce table.shop_table td {
		padding: 5px;
	}
	
	dd {
		margin: 0
	}
}

@media all and (max-width: 500px) {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100%;
	}
}

@media all and (max-width: 450px) {
	.woocommerce table.shop_table th {
		padding: 9px 2px;
	}
	
	.woocommerce table.shop_table td {
		padding: 2px;
	}
}




/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	background: #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 50px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 99;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
