/*
Theme Name: Dick Smith Foods
Theme URI: http://www.worlddigital.com.au/
Description: Dick Smith Foods
Author: Alex
Author URI: http://www.worlddigital.com.au/
Version: 1.0
*/
/* nothing here */
.news--type a, .news--tile a, .news--tile, .read-more-news {
    color: #FFF;

}
.news--type a:hover, .news--tile a:hover, .news--tile:hover, .read-more-news:hover{
    text-decoration: none;
    color: #d3d3d3;
}
.blog--single-image{
    max-height: 400px;
    overflow: hidden;
}
.blog--single-image img{
    width: 100%;
}
iframe{
	max-width: 100%;
}
/**
 * Product detail
 */
.product-single-image {
    border: 1px solid #e1e1e1;
    margin-right: 20px;
    text-align: center;
    height: 566px;
    line-height: 566px;
    overflow: hidden;
}
.product-single-image img{
    max-width: 100%;
}
.product-breadcrumb .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\00bb";
}
.product-breadcrumb .breadcrumb {
    background: transparent;
    padding-left: 3px;
}
.page-subtitle {
    color: #fc912f;
    font-size: 18px;
    font-family: 'Museo-700';
}
.product-content{
    margin: 20px 0;
}
h1.product-title {
    color: #fc912f;
     font-family: 'museo_slab500' !important;
}
a.btn.btn-check-our-stocklist {
    background: #0a616a;
    color: #FFF;
    padding: 10px;
    margin-top: 20px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.nutritional-information {
    background-size: cover;
    background-position: center center;
    font-family: 'museo_slab500';
}
.nutritional-inner {
    background: rgba(255,255,255, 0.7);
    padding: 20px;
    border-radius: 3px;
}
.single--recipe--view .product-single-image{
    height: 300px;
    line-height: 300px;
}
.recipes--top--heading h2.black--font {
    /*font-family: "museo_slab500";*/
}
h3.nutrition-title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}
h4.nutrition-description {
    font-weight: normal;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
}
.table.table-nutritional{
    margin-bottom: 0;
}
.table-nutritional thead {
    background: #d6d7d9;
}
.table-nutritional thead tr th{
    border-right: 1px solid #b4b5b7;
}
.table-nutritional thead tr th:last-child{
    border-right: none;
}
.table-nutritional tbody tr:last-child{
    border-bottom: none;
}
.table-nutritional tbody tr td {
    background: rgba(255, 255, 255, 0.8);
    border-top: none;
    border-right: 1px solid #b4b5b7;
    border-bottom: 2px solid #ddd;
}
.table-nutritional tbody tr td:last-child{
    border-right: none;
}
.table-nutritional tbody tr:last-child td{
    border-bottom: none;
}
.row.related-product-items.text-center {
    margin-top: 40px;
    margin-bottom: 40px;
padding-left: 125px;
    padding-right: 125px;
}
.recipe--content h5 a{
    color: #846231;
    display: block;
    min-height: 2.5em;
}
.recipe--content h5 a:hover{
    color: #846231;
    text-decoration: none;
}
.map-content{
    font-family: 'Museo-700' !important;

}
.map-content .map-image{
    width: 300px;
}
.map-content .map-image img{
    max-width: 100%;
}
.map-content .page-subtitle {
    margin: 10px 0;
    text-align: left;
    font-family: 'Museo-700';
}
.map-content .map-hotline {
    margin: 10px 0;
    text-align: left;
    font-family: 'Museo-700';
    font-weight: 400;
}
.map-content .our-address{
    margin: 10px 0;
    text-align: left;
    font-family: 'Museo-700';
    font-size: 16px;
    color: #5f5440;
}
.map-content .map-address {
    margin: 10px 0;
    text-align: left;
    font-family: 'Museo-700';
    width: 240px;
    font-size: 16px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
/**
 * Blog Style
 */
.news-item{
    height: 250px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.news-item.news-height{
    height: 500px;
}
.archive-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 1px;
    padding-right: 1px;
    background-size: cover;
 }
 .news-item{
 	cursor: pointer;
 }
.archive-image img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
}
.news-info {
    position: relative;
    z-index: 9;
    height: 100%;
    background: rgba(0,0,0, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0, 0.5), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0, 0.5), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0, 0.5), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0, 0.5), transparent); /* Standard syntax */
    padding: 10px;
    overflow: hidden;
}
.news-info-inner {
    position: absolute;
    right: 20px;
	bottom: 5px;
    left: 20px;
    z-index: 10;
}
.news-info-caption {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(247,163,30, 0.8);
    left: 0;
    right: 0;
    top: 0;
    padding: 0px;
    text-align: center;
}
.news-item:hover .play-button{
    display: none;
}
.news-info:hover .news-info-inner{
    display: none;
}
.news-info:hover .news-info-caption{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	padding: 20px;
}
.news-info-caption .news-info-caption-inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
select.form-control{
	height: 48px;
}
.contact--form textarea.address-txtarea{
	height: 111px;
}
.contact--form textarea.form-feedback{
	height: 112px;
}
a.read-more-news {
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.search--results--page{
	padding-bottom: 80px;
}
.news--excerpt {
    color: #FFF;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.homepage--blog .col-sm-4 img {
    width: auto !important;
    height: auto;
}
.play-button {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 76px;
    height: 76px;
    background: url('images/play-btn.png');
    z-index: 99;
    cursor: pointer;
}
.right-news-item{
    margin-top: -250px;
}
.hh-loading{
    display: none;
}
.recipe-image {
    overflow: hidden;
    height: auto;
}
.header-banner {
    position: relative;
    min-height: auto;
}
.header-banner-text {
    position: absolute;
    z-index: 999;
    top: 20%;
    width: 80%;
    left: 10%;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.header-banner-text h1{
	font-family: "museo_slab500",Arial,sans-serif;
    font-size: 74px;
    margin-bottom: 0;
    margin-top: 34px;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
.header-banner-text h4{
    font-family: 'Helvetica LT Std', Helvetica, Arial, sans-serif;
    font-size: 33px;
    letter-spacing: 1px;
    margin-top: -4px;
}
.our--story--area p.home--small-heading {
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.homepage--slider--container .product--box{
	border: 0 none;
}
.homepage--slider--container .product--box:hover{
-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.table-nutritional {
    text-transform: none !important;
}
.given--to--charity-badge{
 margin-bottom: -23px;
    position: relative;
    z-index: 9;
    float: left;
}
.digits--3{
bottom: 17px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    right: 11px;
}
.digits--2{
bottom: 17px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    right: 91px;
}
.digits--1{
bottom: 17px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    left: 23px;
}




.given--to--charity-badge-m{
    position: relative;
    z-index: 9;
    width: 273px;
    margin: 0 auto;
    float: none;
}
.digits-m-3{
bottom: -5px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 6px;
    position: absolute;
    right: -5px;
}
.digits-m-2{
bottom: -5px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 6px;
    position: absolute;
    right: 55px;
}
.digits-m-1{
bottom: -5px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 6px;
    position: absolute;
    right: 112px;
}
.mobile-charity{
  display: none;
  background: #202020;
  padding-bottom: 8px;
    padding-top: 8px;
}



.given--charity{

}
.related--recipe.other--recipes{
	background: #EEF0F3;
}
.other--recipes .recipe-excerpt{
	text-align: center;
}
.recipes--page--content{
	padding-bottom: 30px;
}
.related--recipe.recipes--row{
	margin-bottom: 0;
	padding-bottom: 40px;
}
.single--recipe--view .products--page{
	padding-bottom: 30px;
	padding-top: 10px;
}
.do-not-show-on-load{
	display: none!important;
}



.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
h2.vc_custom_heading,
h2.mission_statement.vc_custom_heading,
.page-74 h1.vc_custom_heading.post--title{
  font-family: "HipsterScript"!important;
}
.filtersection{
  text-align: right;
  display: inline-block;
  width: 100%;
}
.filtersection form,
.filtersection p{
  display: inline-block;
}

.turnover--area{
  background: #5c5c5c;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.turnover--area p{
  color: #FFF;
}
.turnover-badge{
    float: none;
    margin: 0 auto;
    position: relative;
    width: 241px;
    z-index: 9;
    color: #FFF;
}
.turnover-digits-3{
bottom: -1px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    right: -8px;
}
.turnover-digits-2{
bottom: -1px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    right: 72px;
}
.turnover-digits-1{
bottom: -1px;
    font-family: "museo_slab500",Arial,sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 12px;
    position: absolute;
    left: 20px;
}
.main-content-area.ausprods{
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 100px;
}
h2.firstletter{
  text-align: left;
  font-family: "museo_slab500";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: #ff9900;
}
#showsearch,
#showproductname{
  display: none;
}
#showsearch{
  padding-top: 60px;
  padding-bottom: 100px;
}
.sb-search-ausmade {
    display: inline-block;
    float: none;
    height: 37px;
    position: relative;
    width: 170px;
    vertical-align: middle;
}
.sb-search-ausmade .sb-search{
  margin-top: 0;
}
.sb-search-ausmade .sb-search-open .sb-search-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #01a8df;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
  .digits--1,
  .digits--2,
  .digits--3{
    bottom: 15px;
  }
}
@media screen and (max-width: 992px){
  .row.is-flex{
    display: block;

  }
  .row.is-flex > [class*="col-"]{
    display: block;
    width: 100%;
  }
  .row.is-flex .col-sm-6:first-child .donation--row{
    background-color: rgba(255, 255, 255, 0.8)!important;
  }
  .row.is-flex .col-sm-6:last-child .donation--row{
    background: #ddd none repeat scroll 0 0!important;
  }
  .row.related-product-items.text-center{
    padding-left: 25px;
    padding-right: 25px;
  }
  body .padding--top--row{
    padding-top: 10px;
  }
  .right-news-item{
    margin-top: -200px;
  }
}
@media screen and (max-width: 768px){
  .blog--post p,
  .blog--post ul{
    text-align: left!important;
  }
  .right-news-item {
    margin-top: 0;
  }
  .mobile-charity{
    display: block;
  }
}
@media screen and (max-width: 520px){
  .header-banner-text {
    left: 5%;
    top: 5%;
    width: 90%;
  }
  .page-8 .products--page .col-xs-6{
    /*width: 100%;*/
  }
  .products--page--row.row > [class*='col-'] {
    height: 190px; /*height: auto!important;*/
  }
  .products--page--row.row .product--box{
    height: auto!important;
  }
  .product--box {
    padding: 10px 30px!important;
  }
  .stocklist--logos .product--box {
    padding: 5px !important;
  }
  h3.product--name {
    min-height: auto!important;
  }
}
@media screen and (max-width: 360px){
  .header-banner-text h1 {
    font-size: 38px;
  }
  .header-banner-text h4 {
    font-size: 16px;
  }
}
