/*
Styles associated with the black friday promotional page (in root)
*/
#black-friday-products {
    margin: 20px 0;
}

#black-friday-products a{
    position: relative;
    display: inline-block;
    width: 320px;
    padding-right: 16px;
}

#black-friday-products a:last-child {
    padding-right: 0;
}

#black-friday-products img {
    width: 320px;
}

#black-friday-products h4 {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f1b54;    
    left: 20px;
    margin-top: 0;
    top: 20px;
    font-size: 1em;
}

.cards-30,
.wrap-30 {
    padding-right: 16px;
}

.main-title {
    font-family: Arial, Helvetica, sans-serif;    
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.main-title h1 {
    margin: 0;
    text-align: center;
    font-size: 45px;
}

.main-title h2 {
    text-align: center;
    font-size: 35px;
    margin: 15px 0 0 0;
}

.top-title h1, 
.top-title h2, 
.top-title h3 {
    text-align: left;
    margin: 0 0 8px 0;
}

.top-title h3 {
    font-size: 20px;
}

#black-friday-content p{
    font-size: 1.125em;
    margin-top: 20px;
}

#black-friday-content h3 {
    font-family: Arial, Helvetica, sans-serif;  
}

#black-friday-content p a {
    font-size: 1em;
    font-weight: bold;
}

#black-friday-content p a {
    font-size: 1em;
    font-weight: bold;
}

#black-friday-content p a:hover {
    text-decoration: none;
}

#black-friday-footer {
    margin:25px 0;
}

#black-friday-footer>div,
#black-friday-footer>a {
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;  
    padding: 10px;
    width: 300px;
    min-height: 180px;
    margin-right: 16px;
    display: inline-block;
    background: #b6b6b4; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6b6b4 1%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b6b6b4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b6b6b4 1%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#black-friday-footer>a {
    margin-right: 0;
}

#five-reasons ul {
    padding: 0;
    font-size: 12px;
}

#five-reasons li{
    background: url('/images/black-friday/tick.png') no-repeat left top;
    padding: 3px 0px 3px 30px;
    list-style: none;
    background-position: 0px 3px;
    min-height: 25px;
}

#black-friday-footer h4 {
    font-family: 'Pacifico', cursive;
    font-weight: normal;
    margin: 0;
}

#black-friday-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#black-friday-social li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

#black-friday-social h4 {
    margin-bottom: 10px;
}
    
#black-friday-social a {	
    overflow: hidden;
    position: relative;
    height: 70px;
    width: 70px;
    display: block;
}

#black-friday-social a>img {
    position: relative;
    width: 70px;
    height: 70px;
}

#black-friday-footer>#black-friday-trustpilot {
    background-image: url('/images/black-friday/trustpilot.png');
    background: #b6b6b4; /* Old browsers */
    background: url('/images/black-friday/trustpilot.png'), -moz-linear-gradient(top,  #b6b6b4 1%, #ffffff 100%); /* FF3.6+ */
    background: url('/images/black-friday/trustpilot.png'), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b6b6b4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: url('/images/black-friday/trustpilot.png'), -webkit-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/black-friday/trustpilot.png'), -o-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* Opera 11.10+ */
    background: url('/images/black-friday/trustpilot.png'), -ms-linear-gradient(top,  #b6b6b4 1%,#ffffff 100%); /* IE10+ */
    background: url('/images/black-friday/trustpilot.png'), linear-gradient(to bottom,  #b6b6b4 1%,#ffffff 100%); /* W3C */ 
    background-size: 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000;
}

#black-friday-footer>#black-friday-trustpilot>div {
    font-size: 12px;
}

#disclaimer {
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 650px) {
    
    #main_content {
        margin: 0 10px;
    }
    
    #black-friday-products>a {
        width: 100%;
    }
    
    #black-friday-products>a img {
        width: 100%;
    }    
    
    #black-friday-footer>div,
    #black-friday-footer>a
    {
        width: calc(100% - 20px);
        margin-bottom: 20px;
    }
    
    #black-friday-footer>a#black-friday-trustpilot {
        background-size: 100% 100%;
    }
}