/*=======

11.12.2015
Supplementary style sheet to style HTML banners in the homepage

author: Mark Fletcher
mark.fletcher@size.co.uk

========*/

/*====== HERO BANNER =========*/

.mainBANNER a:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*====== NEW IN =========*/
li.listItem .itemTitle a {
    color: #666;
    font-size: 12px;
}
li.listItem .itemInformation {
    margin: 10px 0 40px 0 !important;
}

li.listItem .itemPrice .pri {
    font-weight: bold;
    color: #333333;
}

/*====== THIS WEEK // SELECTED =========*/

.thisWeek {
    max-width: 1180px!important;
    margin: 0px auto;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0;
}

.thisWeek h2 {
    margin: 30px 0px 20px 0px;
    padding-bottom: 10px;
    display: block;
    font-size: 27px;
    font-weight: inherit;
    line-height: 24px;
}

.home_col3 {
    width: 33.3%;
    float: left;
    display: block;
    padding: 0 20px 50px 0;
    margin: 0;
    box-sizing: border-box;
}

.home_col3 {}

.home_col3 span {
    width: 100%;
    height: auto;
    margin: 0px 0px 50px 0px;
    display: block;
    float:left;
}

.homeStory a {
    padding: 3px 8px;
    border: 1px solid transparent;
    text-decoration: none !important;
    margin: 10px 15px;
    display: block;
    float: left;
    font-family: "proxima-nova-bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.homeStory a.shop_home {
    border: 1px solid #333333;
    color: #333333;
    margin-right: 0px;
}

        

.homeStory a.read_home {
    border: 1px solid #888888;
    color: #888888;
    margin-left: 10px;
}

        .homeStory a.shop_home:hover {
            background-color: #ffffff;
            color: #000000;
            border: 1px solid #ffffff;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

        .homeStory a.read_home:hover {
            background-color: #00ACDC;
            color: #ffffff;
            border: 1px solid #00ACDC;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

.homeStory p {
    margin: 0px 0px 20px 15px;
    width: 70%;
    color: #555555;
    line-height: 1.8em;
    font-size: 12px;
}

.homeStory h4 {
    font-size: 40px;
    margin: 20px 0px 20px 15px;
    width: 70%;
    font-weight: 100;
    color: #333333;
    font-family: "proxima-nova-thin", Helvetica, Arial, sans-serif;
    line-height: 1em;
}

#featured ul#list > a {
    padding: 10px 10px;
    border: 3px solid #dddddc;
    display: block;
    line-height: 20px;
    box-sizing: border-box;
    margin-bottom: -6px;
    transition: all 0.2s;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #858585;
    background-color: #f6f6f6;
    left: 0px;
    height: auto;
    font-family: "proxima-nova-bold", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media (max-width: 768px) {
        .home_col3 {
            width: 50%;
        }

        .homeStory {
            font-size: 80% !important;
        }

        .homeStory h4{
            font-size: 30px !important;
        }

        .ipad_hide {display:none !important;}
}

@media (max-width: 450px) {
        .home_col3 {
            width: 90%;
            margin: 0px 20px 50px 20px;
        }

        .mob_hide {display:none !important;}
}




/*====== BANNER SEPERATORS =========*/


.fullBAN {
    margin: 0;
    display: block;
    height: 300px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    /* border-left: 25px solid #f6f6f6; */
    /* border-right: 25px solid #f6f6f6; */
    background-position: center;
    background-size: cover;
}

#banner2{
    margin-top:0px;
}

.fullBAN .header_container {
    position: relative;
    z-index: 2;
    top: 230px;
    width: 100%;
    padding: 20px;
    clear: both;
    left: 30px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;

}

.img_container {
    position: absolute;
    display: block;
    width: 100%;
}

.fullBAN .header_container h2{
    line-height: 100%;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 33% 10px 0;
    font-family: "proxima-nova-extrabold", Helvetica, Arial, sans-serif;
  width: 100%;
}


#banner1 .header_container h2 {color: #333333!important;}


.fullBAN .header_container a{
    display: inline-block;
    border: 3px solid #FFF;
    padding: 8px 15px;
    font-size: 14px;
    font-family: "proxima-nova-bold", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

#banner1 .header_container a {color: #333!important; border: 3px solid #333;} 


.toggle {
    font-family: verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    border:1px solid #999999;
    color:#999999;
    padding: 10px;
    float: right;
    right: 20px;    
    top: 10px;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.toggle:hover {
    cursor: pointer;
    border:1px solid #dddddd;
    color:#dddddd;
}

.show {display: block; -webkit-transition: all .4s linear; transition: all .4s linear;}
.hide {display: none; -webkit-transition: all .4s linear; transition: all .4s linear;}
.h470 {height: 470px; -webkit-transition: all .4s linear; transition: all .4s linear;}
.t365 {top: 335px !important; -webkit-transition: all .4s linear; transition: all .4s linear;}
.t0 {top: 0px !important; -webkit-transition: all .4s linear; transition: all .4s linear;}



