christmas_landing-page - Copy.css 7.01 KB
/*
    Created on : Dec 6, 2016, 2:41:28 PM
    Author     : thanhhung
*/

/*Christmas Landing Page*/
#christmas_landing_page {
    overflow: hidden;
}
.page-template-christmas-landing .shop-step-1 p {
    text-align: center;
    width: 840px;
    margin: 0 auto;
}
.page-template-christmas-landing #content  {
    background: #EEEDEB none repeat scroll 0 0;
}
.page-template-christmas-landing #content >.col-full {
    max-width: 100%;
    padding: 0;
    background: #EEEDEB none repeat scroll 0 0;
}
.page-template-christmas-landing .text-satisfation-guaranteed {
    background-color: #E51314;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    height: 108px;
    margin: 0 105px 16px;
    padding: 5px 0;
    text-align: center;
}
.page-template-christmas-landing #reasons_choose_reize {
    margin-top: 15px;
}
.page-template-christmas-landing #reasons_choose_reize > h3 {
    text-align: center;
    margin: 0 auto;
    color: #333333;
    font-weight: 600;
    font-size: 28px;
}
.page-template-christmas-landing #reasons_choose_reize > p {
    text-align: center;
    margin: 0 auto;
    color: #333333;
    letter-spacing: -1px;
    font-size: 19px;
}
.page-template-christmas-landing #christmas_testimonial {
    width: 940px;
    margin: 0 auto;
}
.page-template-christmas-landing #christmas_testimonial h2 {
    text-align: center;
    margin: 0 auto;
    color: #94937F;
    font-weight: 600;
}
.page-template-christmas-landing #christmas_testimonial p {
    text-align: center;
    margin: 0 auto;
    color: #333333;
    font-size: 17px;
}
.page-template-christmas-landing .tes_profile .tes_image {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 auto;
}
.page-template-christmas-landing .tes_profile .tes_image img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border: 5px solid #fff;
    box-shadow: 2px 3px 5px #BEBEBC;
}

.page-template-christmas-landing .tes_profile h3 {
    text-align: center;
    margin: 0 auto;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
}
.page-template-christmas-landing .tes_profile p {
    font-style: italic;
    font-size: 16px !important;
    letter-spacing: -1px;
    margin: 0 15px !important;
}
.page-template-christmas-landing #testimonial_panel {
    overflow: hidden;
    margin: 30px 0;
}

#christmas_reason_list {
    margin: 30px 0;
}

.reason_row {
    margin: 0 auto;
    width: 940px;
    overflow: hidden;
    position: relative;
}
.reason_row.dark .reason_element {
    background: #4a4a4b;
}
.reason_row.light .reason_element {
    background: #C9C9BF;
}
.reason_element {
    width: 49%;
    margin-bottom: 15px;
}
.reason_element.left {
    float: left;
    position: relative;
}
.reason_element.right {
    float: right;
    position: relative;
}
.reason_element_img {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    margin: auto;
    padding-left: 15px;
}
.reason_element_text {
    width: 85%;
    float: right;
    height: 110px;
}
.reason_element_text h3 {
    text-align: left;
    margin: 0 10px 0 0;
    font-size: 19px;
    font-family: 'Roboto Slab';
    font-weight: 500;
    text-transform: uppercase;
}
.reason_element_text p{
    text-align: left;
    font-family: 'Roboto';
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
    padding-right: 5px;
}
.reason_row.dark .reason_element_text h3,
.reason_row.dark .reason_element_text p {
    color: #fff;
}
.reason_row.light .reason_element_text h3,
.reason_row.light .reason_element_text p {
    color: #4A4A4A;
}
#img-tinsel {
    position: absolute;
    width: 100% !important;
}
#img-tinsel-right {
    position: absolute;
    top: 0;
    right: 0;
}
.page-template-christmas-landing .let-do-this a {
    text-align: center;
}
.page-template-christmas-landing #main {
    margin-bottom: 0;
}
.page-template-christmas-landing .satisfation-guaranteed {
    display: block !important;
    margin-bottom: 50px !important
}
.page-template-christmas-landing .satisfation-guaranteed img {
    margin: 0 auto;
}
.page-template-christmas-landing #ribbon_mobile {
    display: none;
}
.page-template-christmas-landing .outbox-slider {
    margin: 0 auto !important;
}
.page-template-christmas-landing .text-satisfation-guaranteed {
    display: none;
}
.page-template-christmas-landing .outbox-slider[slider='2'] {
    margin-bottom: 30px !important;
}
@media screen and (max-width: 1000px){
    .page-template-christmas-landing .outbox-slider {
        margin: 0 15px !important;
        width: auto !important;
    }
    .page-template-christmas-landing .img-below-slider {
        padding: 0 15px !important;
    }
    .page-template-christmas-landing #reasons_choose_reize {
        margin: 0 15px !important;
    }
    .page-template-christmas-landing .shop-step-1 p {
        width: 100%;
        padding: 0 15px !important;
    }
    #img-tinsel img {
        width: 20%;
    }
}
@media screen and (max-width: 940px){
    .page-template-christmas-landing #christmas_testimonial {
        width: 100%;
    }
    .page-template-christmas-landing .shop-step-1 p {
        width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 940px){
    .reason_row {
        width: 100%;
    }
    .reason_element_text p {
        font-size: 13px;
    }
    .page-template-christmas-landing .fgc-box-slider,
    .page-template-christmas-landing .outbox-slider {
        width: 100% !important;
    }
}
@media screen and (min-width: 769px){
    .page-template-christmas-landing .panel-group {
        display: none;
    }
}
@media screen and (max-width: 768px){
    #christmas_reason_list {
        display: none;
    }
    .page-template-christmas-landing .tes_profile p {
        font-size: 13px !important;
    }
    .page-template-christmas-landing .tes_profile p {
        margin: 0 !important;
    }
}
@media screen and (max-width: 746px){
    .page-template-christmas-landing .col-xs-6:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 745px){
    .page-template-christmas-landing .satisfation-guaranteed {
        background: #E51314 none repeat scroll 0 0;
    }
    .page-template-christmas-landing .satisfation-guaranteed {
        padding: 0;
        margin: 60px 0 30px 0 !important;
    }
    .page-template-christmas-landing #ribbon_mobile {
        display: block;
        width: 100%;
    }
    .page-template-christmas-landing .text-satisfation-guaranteed {
        display: block;
        margin: 0 auto;
        padding: 15px 0;
    }
    .page-template-christmas-landing #ribbon_desktop {
        display: none;
    }
}
@media screen and (max-width: 600px){
    .page-template-christmas-landing .satisfation-guaranteed {
        height: 200px;
    }
    .page-template-christmas-landing #christmas_testimonial h2,
    .page-template-christmas-landing #christmas_testimonial p {
        padding: 0 15px;
        line-height: 1.2;
    }
    .page-template-christmas-landing #christmas_testimonial p {
        font-size: 14px;
    }
}
/*Christmas Landing Page*/