/*
Theme Name: Casa Iberica Deli
Author: Netwizard Design
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url("css/fonts/fonts.css");
@import url("css/slicknav.css");
@import url("css/font-awesome/css/font-awesome.min.css");
@import url("../../../external/fonts.googleapis.com/css");

html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	font-family:arial;
	font-weight: 400;
	color: #333;
	background:#fff url("images/bg.jpg") repeat-x;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
.content li {
	font-size:16px;
	line-height:18px;
	margin:0 0 6px 0;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
h1 {
	font-size:28px;
	color:#f15232;
	font-weight:normal;
	margin:15px 0 20px 0;
	text-transform:uppercase;
}
.main_header {
	float:left;
}
h4 {
	font-family: 'Rancho', cursive;
	font-size:32px;
	margin:0 0 15px 0;
	color:#222;
}
.sub_header {
	float:right;
}
#header {
	background:#222;
	height:57px;
	position:relative;
	z-index:700;
	margin:0 0 0 0;
}
.logo {
	float:left;
	margin:0 0 0 0;
	background:#f15232;
	padding:30px 60px 50px 60px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.small-logo {
	float:left;
	margin:0 0 0 0;
	background:#f15232;
	padding:12px 50px;
	box-shadow:0 0 0px rgba(0,0,0,0.3);
}
.slicknav_menu {
	display:none;
}
#header .menu  {
  float:right;
  list-style-type:none;
  margin:0 0 0 0;
  padding:0;
  background:#333;
}
#header .menu li {
	float:left;
}
#header .menu li a {
  display: block;
  padding: 20px 30px;
  border-right: 1px solid #3D3D3D;
  color:#fff;
  text-decoration:none;
}
#header .menu li:last-child {display:none !important;}
#header .menu li:last-child a {
  border-right: none;
}
#header .menu li a:hover {
  background:#f05232;
}
#header .menu li ul {
	position: absolute;
	list-style-type:none;
	z-index: 200;
	margin:0 0 0 0;
	display:none;
	top:56px;
}
#header .menu li ul li {
	float: none;
	margin: 0 0 0 0;
	width:100%;
	position:relative;
}
#header .menu li ul li a {
	border-bottom: 1px dotted #fc6d50;
	border-right: none;
	color: #333;
	padding: 15px 0 15px 4%;
	float:left;
	display:block;
	width:96%;
	margin:0 0 0 -40px;
	width: 250px;
	background:#fff;
	border-left: 1px dotted #fc6d50;
	border-right: 1px dotted #fc6d50;
}
#header .menu li ul li a:hover {
	color: #fff;
	background: #f05232;
}
#header .menu li:hover ul {
	display: block;
 
}
#header .menu li li:hover a {
	background: #fff;
	color: #666;
	text-shadow: none;
}
#header .menu li li:hover > a{
	color: #000;
} 
#header .menu li.current-menu-item a {
	color: #fff;
	background: #f05232;
}
#header .menu li.current-menu-item ul li a {
	color: #333;
	background: #fff;
}
#header .menu li.current-menu-item ul li a:hover {
	color: #fff;
	background: #f05232;
}
.alignright {
	float:right;
	margin:0 0 40px 40px;
	padding:5px;
	border:1px dashed #ccc;
}
.alignleft {
	float:left;
	margin:0 40px 40px 0;
	padding:5px;
	border:1px dashed #ccc;
}
.main {
	width:71%;
	float:right;
	position:relative;
	margin:40px 10px 0 0;
}
.cycle-slideshow img {
	width:100%;
	padding:5px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	position:relative;
	z-index:500;
}
#covid {
	background:#f3f5c9;
	padding:10px;
	margin:0 0 30px 0;
}
.aside {
	width:20%;
	float:left;
	position:relative;
	margin:30px 0 30px 0;
	padding:30px 2% 30px 2%;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	
}
.aside p{
	font-size:14px;
	color:#666;
	line-height:20px;
}
.aside h2{
	font-size:18px;
	color:#333;
	margin:0 0 10px 0;
}
.welcome {
	padding:20px 10px;
}
#content {
	padding:47px 0;
	min-height:1160px;
	background:url("images/content.jpg") no-repeat bottom center;
}
.pushdown {
	min-height:1600px !important;
}
#home {
	padding:0 0 0 0;
	height:1160px;
	background:url("images/content.jpg") no-repeat bottom center;
}
.content {
	position:relative;
	padding:30px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
ul.slide{
	margin:0;
    padding:0;
    height:48px;
    list-style-type:none;
}
ul.slide li{
	float:left;
	list-style-type:none;
	width:48px !important;
	margin:0 6px 0 6px !important;
	display:inline-block;
	min-height:60px;
}
ul.slide img{
	height:48px;
	width:100%;
}
.col-sm-4 {
	width:31%;
	float:left;
	margin:0 2% 0 0;
}
.sm-goods {
	margin-top:-60px;
}
.sm-goods img {
	float:right;
	margin:0 0 40px 0;
	padding:5px;
	max-width:100%;
	border:1px dashed #ccc;
}
.tabs-menu {
	list-style-type:none;
	margin:0 0 0 -40px;
	float:left;
	width:28%;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    display:block;
    margin: 0 10px 10px 0;
	font-size:18px;
}
.tabs-menu li.current a {
	background:#eee;
	border:1px solid #ccc;
}
.tabs-menu li a {
    padding: 10px 0 10px 4%;
    color: #333;
	float:left;
	display:block;
	width:96%;
    text-decoration: none; 
	border: 1px dotted #fff;
}
.tabs-menu li a img{
	float:left;
	margin:0 10px 0 0;
}
.tabs-menu li a span{
	float:left;
	position:relative;
	top:7px;
}
.tabs-menu .current a {
    color: #333;
}
.tab-content {
    width: 65%;
	float:right;
    display: none;
	padding:0 0 40px 0;
	margin:-50px 0 0 0;
}
.tab-content h4{
	font-size:40px;
	letter-spacing:1px;
}
#tab-1 {
	display: block;   
}
.half li {
	width:48%;
	padding:0 2% 0 0;
	float:left;
}
.wp-post-image {
	margin:0 0 20px 0;
	padding:5px;
	width:98%;
	height:auto;
	border:1px dashed #ccc;
}
.classes-aside {
	width:25%;
	float:left;
	position:relative;
	margin:0 0 0 0;
}
.classes-main {
	width:70%;
	float:right;
	position:relative;
	margin:0 0 0 0;
}
.classes-menu {
	list-style-type:none;
	margin:0 0 0 -40px;
}
.classes-menu li {
    height: 30px;
    line-height: 30px;
    display:block;
    margin: 0 0 7px 0;
	font-size:18px;
}
.classes-menu li a.current  {
	background: #f05232;
	color:#fff;
	border:1px solid #ccc;
}
.classes-menu li a {
    padding: 7px 0 7px 4%;
    color: #333;
	float:left;
	display:block;
	width:96%;
    text-decoration: none; 
	border: 1px dotted #ccc;
	background:#eee;
	margin:0 0 10px 0;
	transition:all .5s;
}
.classes-menu li a:hover {
	border:1px solid #f05232;
}
.product-thumbnail img {
	display:none !important;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce textarea, .woocommerce select {
    border: 1px solid #ddd;
    color: #666;
    height: 35px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 8px 2% 8px 2%;
    width: 96%;
    font-size: 14px;
    line-height:15px;
}
.woocommerce textarea{
    padding: 8px 2% 8px 2% !important;
    width: 96% !important;
	height:100px !important;
}
.woocommerce select {
    width: 101%;
    height: 35px;
    line-height: 25px;
}
.woocommerce-MyAccount-navigation ul {
	list-style-type:none;
	margin:0 0 20px -40px;
}
.woocommerce-MyAccount-navigation ul li{
	display:inline;
	margin:0 5px 0 0;
}
.woocommerce-MyAccount-navigation ul li a {
	padding:5px 10px;
	color:#222;
	background:#f3f3f3;
	border:1px solid #ccc;
	border-radius:5px;
	text-decoration:none;
	font-size:13px;
	transition:all .5s;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	border:1px solid #f05232;
}
.is-active a {
	border:1px solid #f05232 !important;
}
.woocommerce-placeholder {
	display:none !important;
}
.woocommerce .products .price {
	display:none !important;
}
.woocommerce .products h3 {
	display:none !important;
}
ul.products {
	list-style-type:none;
	margin:0 0 0 -40px;
}
ul.products li {
	width:29.33%;
	margin:0 2% 40px 2%;
	float:left;
	text-align:center;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	padding:0 0 15px 0;
}
ul.products li img{
	width:100%;
	margin:0 0 15px 0;
	padding:0;
	border:none;
}
ul.products li h3 {
	font-size:18px;
	color:#444;
	font-weight:bold;
	margin:0 0 10px 0;
	border:none !important;
}
ul.products li h3 a {
	text-decoration: none !important;
	color:#444;
	border:none !important;
}
ul.products li a {
	text-decoration: none !important;
	color:#444;
	border:none !important;
}
li.product-category {
	display:none;
}
.woocommerce-LoopProduct-link {
	text-decoration: none !important;
}
.woocommerce-ordering {
	position:absolute;
	top:30px;
	right:30px;
}
ul.products li .product_type_simple {
	display:none;
}
ul.products li .woocommerce-Price-amount {
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:1px solid #ccc;
}
.woocommerce-ordering select{
	padding:5px 10px;
}
#classes {
	clear:both;
	width:100%;
}
.prod-col:nth-child(odd){
	width:48%;
	margin:0 0 40px 0;
	float:left;
	text-align:center;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	padding:0 0 15px 0;
}
.prod-col:nth-child(even){
	width:48%;
	margin:0 0 40px 0;
	float:right;
	text-align:center;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	padding:0 0 15px 0;
}
.prod-col img {
	width:100%;
	margin:0 0 15px 0;
}
.prod-col h1 {
	font-size:18px;
	color:#444;
	font-weight:bold;
	margin:0 0 10px 0;
}
.prod-col h1 a {
	text-decoration: none;
	color:#444;
}
.prod-col p {
	margin:0 0 10px 0;
}
.prod-col .price {
	color:#444;
}
.prod-col .avail {
	color:#fc6d50;
}
.soldout {
	color:red;
}
.posted_in, .wc-tabs, .wc-tab h2, .related, .stock{
	display:none !important;
}
.woocommerce-message {
	padding:10px;
	text-align:center;
	border:1px solid #ccc;
	background:#cdf6d8;
	margin:0 0 20px 0;
}
.product .images {
	width:60%;
	float:left;
	margin:0 0 20px 0;
}
.product .images img {
	width:100%;
	margin:0 0 5px 0;
	border:none;
	padding:0;
}
.product .images em{
	font-size:13px;
	color:#777;
}
.product .summary {
	width:36%;
	float:right;
}
.product .summary h1{
	margin:0 0 10px 0;
}
.custom-info {
	padding:20px 10px;
	background:#f9f9f9;
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.custom-info .price {
	color:green;
	font-size:17px;
	font-weight:bold;
}
.custom-info .price em{
	color:#555;
	font-weight:normal;
	font-size:14px;
}
.custom-info .avail {
	color:#fc6d50;
	float:right;
	font-size:17px;
	font-weight:bold;
}
.product .cart {
	padding:20px 10px;
	background:#eaf6fd;
	border:1px solid #adc3d0;
display:none !important;
}
.product .cart label {
	padding:8px;
	width:100px;
	float:left;
	font-weight:bold;
	color:#2084bd;
}
.product .cart input[type="number"] {
	padding:8px;
	width:60px;
	float:right;
}
.product .cart button {
	background:#2084bd;
	color:#fff;
	padding:10px;
	border:none;
	float:right;
	margin:0 0 0 10px;
}
.woocommerce-tabs {
	clear:both;
	padding:20px 0;
}
.custom-tab-content {
	width:58%;
	float:left;
}
.chef-info {
	width:36%;
	float:right;
}
.chef-info h3{
	font-size:22px;
	margin:0 0 10px 0;
}
.featured {
	margin:0 0 40px 0;
	padding:30px;
	background:#fff url("images/cuttingboard.jpg") no-repeat bottom center;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	overflow: hidden;
}
.featured h1 {
	color:#fff;
	text-align:center;
	font-family: 'Rancho', cursive;
	font-size:44px;
	letter-spacing:1px;
	text-shadow:2px 2px 2px #444;
}
/* Carousel Style */

.box {
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
	padding:0 0 15px 0;
}
.box img {
	width:100%;
	margin:0 0 15px 0;
	border:none;
	padding:0;
}
.box h3 {
	font-size:18px;
	color:#444;
	font-weight:bold;
	margin:0 0 10px 0;
}
.box a {
	text-decoration: none;
	color:#444;
}
.box p {
	margin:0 0 10px 0;
}
.jcarousel-wrapper {
    position: relative;
    width: 94%;
    margin: 0 auto;
	overflow: hidden;
}
.jcarousel {
    position: relative;
    overflow: hidden;
	top:-10px;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    width: 365px;
    height: 300px;
    margin: 10px 8px 10px 7px
}
.jcarousel li:last-child {
    padding: 0 12px 0 0;
}
.jcarousel-control-prev {
    opacity: 0.7;
    width: 25px;
    height: 39px;
    display: block;
    background: url("images/arrows.png") no-repeat left center;
    position: absolute;
    top: 235px;
    left: -50px;
}
.jcarousel-control-next {
    opacity: 0.7;
    width: 25px;
    height: 39px;
    display: block;
    background: url("images/arrows.png") no-repeat right center;
    position: absolute;
    top: 235px;
    right: -50px;
}
#footer {
	position:relative;
	z-index:500;
	margin:-20px 0 0 0;
	padding:20px 0 20px 0;
	background:#f15232;
	color:#eee;
}
.copy {
	float:left;
	font-size:12px;
	margin:0 0 0 0;
}
.designer {
	float:right;
	font-size:12px;
	margin:0 0 0 0;
}
.designer a{
	text-decoration:none;
	color:#eee;
}
.form {
	width:47%;
	float:left;
	margin:0 0 50px 0;
}
.details {
	margin:-50px 0 50px 0;
	width:47%;
	float:right;
}
.details iframe{
	width:98%;
	height:200px;
	padding:5px !important;
	border:1px dashed #ccc !important;
}
.wpcf7-form p {
	margin:0 0 5px 0;
}
.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	color:red;
}
.wpcf7-mail-sent-ok {
	color:green !important;
}
.wpcf7-form {
    width:100%;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
	margin:0 0 30px 0;
}
.wpcf7-form label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #DADADA;
    color: #888;
    height: 28px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    width: 97%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.wpcf7-form textarea{
    padding: 5px 3px 3px 5px;
	width: 97% !important;
}
.wpcf7-form select {
    width: 101%;
    height: 35px;
    line-height: 25px;
}
.wpcf7-form textarea{
    height:130px;
}
.wpcf7-form input[type="submit"] {
    background: #333;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover {
    background: #222;
}


@media only screen and (max-width: 1200px) {
	
	.container {
		width:96%;
		padding:0 2%;
	}
	
}
@media only screen and (max-width: 1100px) {
	
	#header {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:999;
		
	}
	.mobi-logo {
		width:35px;
		height:30px;
		position:fixed;
		top:10px;
		left:10px;
		background-image:url("images/small-logo.png");
		background-size: 35px 30px;
		background-repeat: no-repeat;
		z-index:99999;
	}
	body {
		padding:30px 0 0 0;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.main_header, .sub_header {
		float:none;	
	}
	.copy, .designer {
		float:none;
		text-align:center;
	}
	.main {
		width:100%;
		float:none;
		position:relative;
		margin:50px 0 30px 0;
	}
	.cycle-slideshow img {
		width:98%;
		padding:1%;
		background:#fff;
		box-shadow:0 0 15px rgba(0,0,0,0.4);
		position:relative;
		z-index:500;
		margin:0 0 20px 0;
	}
	.aside {
		width:96%;
		float:none;
		position:relative;
		margin:0 0 30px 0;
		padding:0 0 0 0;
		padding:30px 2% 30px 2%;
		background:#fff;
		box-shadow:0 0 10px rgba(0,0,0,0.2);
	}
	.col-sm-4 {
		width:100%;
		float:none;
		margin:0 0 0 0;
	}
	.sm-goods {
		margin-top:0px;
	}
	.tabs-menu {
		list-style-type:none;
		margin:0 0 0 -40px;
		float:none;
		width:100%;
	}
	.tabs-menu li {
		height: 30px;
		line-height: 30px;
		display:inline-block;
		width:30%;
		float:left;
		margin: 0 2% 10px 0;
		font-size:16px;
	}
	.tabs-menu li.current a {
		background:#eee;
		border:1px solid #ccc;
	}
	.tabs-menu li a {
		padding: 5px 0 5px 4%;
		color: #333;
		float:left;
		display:block;
		width:96%;
		text-decoration: none; 
		border: 1px dotted #fff;
	}
	.tabs-menu li a img{
		float:left;
		width:30px;
		margin:0 10px 0 0;
	}
	.tabs-menu li a span{
		float:left;
		position:relative;
		top:1px;
	}
	.tabs-menu .current a {
		color: #333;
	}
	.tab-content {
		width: 100%;
		clear:both;
		float:none;
		display: none;
		padding:40px 0 40px 0;
		margin:0 0 0 0;
	}
	.half li {
		width:100%;
		float:none;
	}
	ul.products li {
		width:46%;
		margin:0 2% 40px 2%;
		float:left;
		text-align:center;
		box-shadow:0 0 3px rgba(0,0,0,0.2);
		padding:0 0 15px 0;
	}
	.pushdown {
		min-height:1200px !important;
	}
	
}
@media only screen and (max-width: 700px) {
	.classes-aside {
		display:none;
	}
	.classes-main {
		width:100%;
		float:none;
		position:relative;
		margin:0 0 0 0;
	}
}
@media only screen and (max-width: 600px) {

	.woocommerce-ordering {
		display:none;
	}
	.alignright, .alignleft {
		float:none;
		clear:both;
		width:99%;
		height:auto;
		margin:0 0 30px 0;
		padding:0.5%;
		border:1px dashed #ccc;
	}
	h1 {
		font-size:23px;
		color:#f15232;
		line-height:26px;
		font-weight:normal;
		margin:0 0 15px 0;
		text-transform:uppercase;
	}
	.form {
		width:98%;
		float:none;
		margin:0 0 30px 0;
	}
	.details {
		margin:0 0 30px 0;
		width:98%;
		float:none;
	}
	.tabs-menu li {
		height: 30px;
		line-height: 30px;
		display:inline-block;
		width:48%;
		float:left;
		margin: 0 2% 10px 0;
		font-size:16px;
	}
	.tabs-menu li:nth-child(10){
		font-size:13px;
	}
	.prod-col:nth-child(odd){
		width:96%;
		margin:0 0 40px 0;
		float:left;
		text-align:center;
		box-shadow:0 0 3px rgba(0,0,0,0.2);
		padding:0 0 15px 0;
	}
	.prod-col:nth-child(even){
		width:96%;
		margin:0 0 40px 0;
		float:right;
		text-align:center;
		box-shadow:0 0 3px rgba(0,0,0,0.2);
		padding:0 0 15px 0;
	}
	ul.products li {
		width:96%;
		margin:0 2% 40px 2%;
		float:left;
		text-align:center;
		box-shadow:0 0 3px rgba(0,0,0,0.2);
		padding:0 0 15px 0;
	}
	.jcarousel li {
		float: left;
		height: 300px;
		margin: 10px 10px 10px 10px;
		width: 220px;
	}
	.featured h1 {
		font-size:30px;
		line-height:40px;
	}
	.jcarousel-control-prev, .jcarousel-control-next {
		display:none;
	}

}

.avail{ display: none; } /* temporary */
