/*
Theme Name: Spodooki
Theme URI: http://www.georgeit.com.au/
Description: Custom Wordpress theme for Spodooki.
Author: George I.T.
Author URI: http://www.georgeit.com.au/
Version: 1.0

License:
License URI:


*/
@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'CorbelRegular';
    src: url('fonts/corbel-webfont.eot');
    src: url('fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbel-webfont.woff') format('woff'),
         url('fonts/corbel-webfont.ttf') format('truetype'),
         url('fonts/corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body,td,th {
	font-family: CorbelRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #735e68;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fdf5f8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #c37f9f;
	font-weight: normal;
	margin: 0px;
}
h2 {
	color: #c37f9f;
	font-weight: normal;
	margin: 0px;
}
h3 {
	color: #c37f9f;
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
}
a {
	color: #934167;
}
img {
	border: none;
}

input[type=submit] {
	border: none;
	background-color: #d978a6;
	color: #fff;
	height: 35px;
	padding: 0px 15px !important;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

/* For modern browsers */ 
  .cf:before, 
  .cf:after { 
  	content:""; 
  	display:table; 
	}	
  .cf:after { 
  	clear:both; 			
        } 
  /* For IE 6/7 (triggers hasLayout)  */ 
  .cf { 
    *zoom:1;
    }

#header-outer-wrap {
	background-color: #f7dfea;
	background-image: url(images/header-bg3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ded1d6;
}
#header-inner-wrap {
	width: 1024px;
	margin: auto;
	height: 174px;
}
	#logo {
		float: left;
		position: relative;
		left: -50px;
		width: 242px;
		margin-right: -50px;
	}
	#header-right-column {
		float: right;
		min-height: 194px;
		width: 832px;
		position: relative;
	}
		#top-menu {
			
		}
		#payment-methods {
			clear: both;
			float: right;
			margin: 15px;
			margin-right: 0px;
		}
		#payment-methods img {
			margin: 0px 5px;
		}
		#top-menu ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			float: right;
		}
		#top-menu ul li {
			background-color: #7fba00;
			color: #FFFFFF;
			float: left;
			margin: 0px;
			padding: 12px 20px;
		}
		#top-menu ul li a {
			color: #fff;
			text-decoration: none;
		}
		#top-menu ul .register {
			-moz-border-radius-bottomleft: 5px;
			border-bottom-left-radius: 5px;
			border-right: 1px solid #649300;
		}
		#top-menu ul #cart-total {
			background-color: #de97b8;
			background-image:url(images/cart-icon.png);	
			background-repeat: no-repeat;
			background-position: 8px 12px;
			padding-left: 36px;
			-moz-border-radius-bottomright: 5px;
			border-bottom-right-radius: 5px;
		}
		#main-menu {
			clear: both;
			background-repeat: repeat-x;
			background-position: bottom;
			border-bottom: 3px solid #ffffff;
			height: 29px;
			position: absolute;
			top: 120px;
			width: 832px;
			z-index: 200;
		}
		#main-menu ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			z-index: 10;
		}
		#main-menu ul li {
			float: left;
			margin: 0px;
			padding: 0px;
			margin-right: 2px;
			position: relative;
		}
		#main-menu ul li a {
			background-color: #FFF;
			padding: 10px 13px 11px;
			text-decoration: none;
			color: #c03275;
			font-size: 16px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			-webkit-transition: background 200ms, color 200ms;
			-moz-transition: background 200ms, color 200ms;
		}
		#main-menu ul li a:hover {
			background-color: #de97b8;
			color: #FFFFFF;
			-moz-box-shadow:    inset 0 3px 3px #d086a8;
   			-webkit-box-shadow: inset 0 3px 3px #d086a8;
   			box-shadow:         inset 0 3px 3px #d086a8;
		}
		#main-menu ul li ul {
			display: none;
			position: absolute;
			top: 32px;
		}
		#main-menu ul li ul li {
			float: none;
			clear: both;
			height: 32px;
		}
		#main-menu ul li ul li a {
			background-color: #de97b8;
			text-decoration: none;
			color: #fff;
			font-size: 14px;
			float: left;
			width: 170px;
			-moz-box-shadow:    none;
   			-webkit-box-shadow: none;
   			box-shadow:         none;
			-moz-border-radius-topright: 0px;
			border-top-right-radius: 0px;
			-moz-border-radius-topleft: 0px;
			border-top-left-radius: 0px;
			border-top: 1px solid #c46f97;
		}
		#main-menu ul li ul li a:hover {
			background-color: #d78eb0;
		}

#main-content-wrap {
	width: 1024px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#slider {
	float: right;
	background-color: #fff;
	width: 655px;
	padding: 10px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#slider img {
	max-width: 100%;
}
#slider-pics {
	z-index: 4;
}
#slider-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 30px;
	bottom: 90px;
	z-index: 5;
}
#slider-nav li {
	background-color: #7fba00;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
}
#slider-nav li.activeSlide {
	background-color: #ffffff;
}
.viewcollection {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 105;
	display: block !important;
}
div#slider-left {
	float: left;
	background-color: #fff;

	width: 325px;
}
div#slider-left img {
	max-width: 100%;
}

#page-content-wrap {
	background-color: #FFFFFF;
	padding: 25px;
}
	#page-content-wrap .left-column {
		float: left;
		width: 718px;
		padding-right: 25px;
	}
	#page-content-wrap .right-column {
		float: right;
		border-left: 1px solid #F3F3F3;
		min-height: 300px;
		width: 205px;
		padding-left: 25px;
	}

#footer-outer-wrap {
	background-color: #e298bb;
	background-image: url(images/grass2.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100px;
	padding: 120px 20px 30px;
	overflow: hidden;	
}
#footer-inner-wrap {
	width: 1024px;
	margin: auto;
	color: #f8e9f0;
	overflow: hidden;
	font-size: 14px;
}
#footer-inner-wrap h3 {
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 18px;
}
	#footer-inner-wrap a {
		color: #f8e9f0;
		text-decoration: none;
	}
	#footer-inner-wrap a:hover {
		text-decoration: underline;
	}
	#footer-inner-wrap ul {
		list-style-image: url(images/footer-bullet.png);
		line-height: 170%;
		margin: 0px;
		padding: 0px;
		padding-left: 17px;
	}
	#footer-inner-wrap ul li {
		padding-left: 6px;
	}
		#footer-column-one {
			float: left;
			width: 200px;
			margin-right: 20px;
		}
		#footer-column-two {
			float: left;
			width: 200px;
			margin-right: 20px;
		}
		#footer-column-three {
			float: left;
		}
		#footer-column-four {
			float: right;
			width: 250px;
			margin-left: 20px;
		}

.home-box {
	background-color: #FFF;
	padding: 25px;
	width: 275px;
	margin-right: 24px;
	float: left;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.home-box:last-child {
	margin-right: 0px;
}
.box-title {
	color: #c37f9f;
}
#home-title .butterfly {
	float: left;
	margin-top: 12px;
}
#home-title h1 {
	margin: 25px 0px 25px 10px;
	float: left;
	font-size: 22px;
}
#facebook-box {
	background-color: #ffffff;
	color: #c37f9f;
	padding: 10px;
	margin-top: 15px;
	background-image: url(images/facebook-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	padding-left: 35px;
}
#instagram-box {
	background-color: #ffffff;
	color: #c37f9f;
	padding: 10px;
	margin-top: 5px;
	background-image: url(http://www.spodooki.com.au/wp-content/uploads/2013/07/instagram-icon-e1375145723267.png);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	padding-left: 35px;
}
#facebook-box a, #instagram-box a {
	color: #c37f9f;
	text-decoration: none;
}
.divider  {
  	border-top:  1px solid #F3F3F3;
	border-bottom: none;
	clear: both;
	margin-top: 15px;
}
#subscribe-email {
	border: none;
	background-color: #eec2d7;
	color: #933662;
	padding: 8px;
	width: 150px;
	height: 19px;
}
#subscribe-submit {
	border: none;
	background-color: #d978a6;
	color: #fff;
	height: 35px;
	padding: 0px 15px;
}
.footer-legals {
	font-size: 12px;
	color: #f2e0e8;
}



.product_grid_display .product_grid_item {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.product_grid_display h2.prodtitle a {
	color: #c37f9f !important;
}
.product_grid_display h2.prodtitle {
	color: #c37f9f !important;
}
.product_grid_display .grid_product_info {
	color: #735e68 !important;
}
.product_grid_display .product_grid_item {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.grid_more_info {
	/*display: none;*/
}

.product_grid_display .wpsc_buy_button, #content .product_grid_display .wpsc_buy_button {
	float:right;
	background: #d978a6 !important;
	color: #ffffff;
	font-size: 12px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 0 !important;
	text-shadow: none  !important;
	padding: 5px;
	cursor: pointer;
	line-height: 1.2em;
	margin: 0;
}

.product_grid_display .quantity_container {
	float:left;
	margin-top:5px;
}

h2.aboutus {
	background: url(images/about-icon.png) no-repeat;
	padding-left: 37px;
	height: 32px;
	padding-top: 2px;
}
h2.latestnews {
	background: url(images/news-icon.png) no-repeat;
	padding-left: 37px;
	height: 32px;
	padding-top: 2px;
}
h2.wheretobuy {
	background: url(images/map-icon.png) no-repeat;
	padding-left: 37px;
	height: 32px;
	padding-top: 2px;
}

#mobile-menu {
	display: none;
	background-color: #FFF;
	padding: 15px;
	padding-left: 62px;
	text-decoration: none;
	color: #c03275;
	font-size: 30px;
	background-image: url(images/mobile-nav.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
}
#mobile-menu a {
	text-decoration: none;
}
#mobile-menu-dropdown {
	display: none;
}
#mobile-menu-dropdown ul {
	list-style: none;
	background-color: #FFF;
	margin: 0px;
	border-top: 1px solid #c03275;
	padding: 0px;
	width: 100%;
	position: relative;
}
#mobile-menu-dropdown ul li {
	border-bottom: 1px solid #c03275;
	margin: 0px;
	width: 100%;
	float: left;
}
#mobile-menu-dropdown ul li a {
	text-decoration: none;
	width: 398px;
	padding: 14px 20px 14px 62px;
	display: block;
}

#grid_view_products_page_container img {
	border: none !important;
}
#grid_view_products_page_container {
	margin-bottom: 30px;
}
.single_product_display .imagecol img.product_image {
	border: none !important;
}

.additional_container {
	margin-top: 20px;
}
.product_grid_display .grid_product_info, #content .product_grid_display .grid_product_info {
	font-size: 15px !important;
}

.stockist {
	float:left;
        padding:15px 10px 15px 0;
        border-bottom: 1px solid #F3F3F3;
	width:50%;
	box-sizing: border-box;
}

#stockist_location {
	width:60%;
	line-height:1.4;
	font-size:12px;
}

@media screen and (max-width: 1024px) {
	html, body {
		min-width: 768px;
	}
	#header-inner-wrap {
		width: 768px;
		height: 154px;
	}
	#logo {
		left: 0px;
		width: 212px;
		margin-right: -50px;
	}
	#logo img {
		max-width: 100%;
	}
	#header-right-column {
		width: 606px;
		min-height: 154px;
	}
	#top-menu {
			height: 80px;
		}
	#main-menu {
		display: none;
	}
	#mobile-menu {
		display: block;
	}
	#main-menu ul li a {
			padding: 7px 10px 8px;
			font-size: 16px;
		}
	#main-content-wrap {
		width: 768px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#home-title h1 {
		margin: 25px 0px 25px 10px;
		float: left;
		font-size: 22px;
	}
	.home-box {
		background-color: #FFF;
		padding: 25px;
		width: 189px;
		margin-right: 24px;
		float: left;
	}
	#footer-inner-wrap {
		width: 728px;
	}
	#footer-column-four {
		display: none;
	}
	#page-content-wrap .right-column {
		display: none;
	}
	#slider {
		width: 481px;
	}
	div#slider-left {
		width: 243px !important;
	}

}

@media screen and (max-width: 767px) {
	
	html, body {
		min-width: 480px;
	}
	body, td, th {
		font-size: 26px;
	}
	#header-inner-wrap {
		width: 480px;
		height: 150px;
	}
	#logo {
		left: -5px;
		width: 212px;
		margin-right: -50px;
	}
	#logo img {
		max-width: 100%;
	}
	#header-right-column {
		width: 318px;
		min-height: 150px;
	}
	#top-menu {
			height: 80px;
			font-size: 30px;
		}
	#main-menu {
		display: none;
	}
	#main-menu ul li a {
			padding: 7px 10px 8px;
			font-size: 16px;
		}
	#main-content-wrap {
		width: 480px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	#home-title h1 {
		margin: 0px 0px 10px 10px;
		float: left;
		font-size: 18px;
	}
	#home-title .butterfly {
		margin: 0px;
	}
	.home-box {
		background-color: #FFF;
		padding: 30px;
		width: 370px;
		margin: 0px 25px 25px;
		float: none;
	}
	#footer-inner-wrap {
		width: 480px;
	}
	#footer-column-four {
		display: none;
	}
	#page-content-wrap .right-column {
		display: none;
	}
	#slider {
		width: 460px;
	}
	#slider-left {
		display: none;
	}
	#footer-column-two {
		display: none;
	}
	#footer-column-three {
		display: none;
	}
	#top-menu ul #cart-total {
		display: none;
	}
	#payment-methods { 
		display: none;
	}
	#mobile-menu {
		display: block;
	}
	#home-title h1 {
	margin: 25px 0px 25px 10px;
	float: left;
	font-size: 30px;
	width: 380px;
	}
	#home-title .butterfly {
		margin: 22px;
	}
	#footer-inner-wrap {
		font-size: 27px;
	}
	#footer-column-one {
		width: 480px;
	}
	#footer-inner-wrap h3 {
		font-size: 30px;
	}
	.product_grid_display .product_grid_item {
		float: left;
		width: 339px !important;
	}

	#page-content-wrap .left-column {
	width: 420px;
	padding-right: 25px;
	}

	.stockist {
		width:100%;
	}

	#stockist_location {
		width:100%;
		margin-bottom:10px;
	}
}

.wpcart_gallery {
	text-align: center;
}
.alignright {
	float: right;
}
#widgetshoppingcart h3 {
	background-image: url(images/cart-icon2.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.state-list {
	display: none;
}
#checkout_page_container {
	width: auto !important;
}
.checkout_cart {
	width: 100%;
}
.freeship-bar {
	text-align: center;
	background-color: #de97b8;
	color: #FFF;
	margin: 20px 0px;
	padding: 5px 0px;
}