Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/
Upload File :
Current File : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/_main.scss

body {
    background-color: #EEE;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.inline-block {
    display: inline-block;
}

/*Header / Banner Area*/

.bannerWrapper {
    height: 100px;
    width: 100%;
    background-color: #67A0BA;
    text-align: center;
    line-height: 100px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.bannerImage img {
    max-height: 100px;
}

/* Headline Area */

.headlineWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.headlineCopy {
    font-size: 300%;
    line-height: 1.3;
}

.notification-area {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block;

    p {
        display: inline-block;
    }

    span i {
        margin-right: 10px;
        vertical-align: middle;
    }
}

/*Video block - wide*/

.wideVideoWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.coreVideo {
    width: 720px;
    padding: 20px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    border-radius: 5px;
}

.videoFullWidth {
    width: 960px;
}

.arrowSide {
    min-width: 120px;
    line-height: 423px;
    text-align: center;
}

.arrowSide img {
    width: 80px;
}

/*Sales Content Here*/

.salesWrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
}

/*Order Button Info*/

.orderBTN {
    width: 100%;
    background-color: #fdb831;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    font-size: 37px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.27);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.27);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.27);
}

.orderBTN:hover {
    background-color: #fea71b;
    color: #333;
}

.orderGuarantee {
    width: 300px;
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #EEE;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
}

.orderGuarantee h3 {
    font-size: 18px;
    font-weight: bold;
    color: #53A96F;
    margin-top: 0px;
}

.orderGuarantee i {
    margin-right: 10px;
}

.orderSecure {
    width: 600px;
    margin-top: 20px;
    margin-left: 18px;
    padding: 15px;
    border: 2px solid #EEE;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
}

.orderSecure h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2484B5;
    margin-top: 0px;
}

.orderSecure i {
    margin-right: 10px;
}

.orderSecure img {
    margin-right: 15px;
    margin-top: 5px;
}

.skinny .orderGuarantee {
    width: 250px;
}

.skinny .orderSecure {
    width: 410px;
    margin-left: 18px;
}

/*OPTIN BUTTON*/

.overlay--optin .optinButton .orderBTN {
    width: 33%;
}

.optinButton .orderBTN {
    font-size: 24px;
    display: inline-block;
}

.optinInput {
    width: 291px;
    margin-left: 5px;
}

.optinInput:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
}

.optinButton {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.optin-form__fields {
    display: inline-block;
    width: 100%;

    input {
        font-size: 18px;
        height: 69px;
        line-height: 69px;
        font-weight: bold;
        border-radius: 5px;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    }

    input[type=text].erreur {
        background-color: #FA8072;
        color: #FFF;
        &::-webkit-input-placeholder {
            color: #FFF;
        }
        &:-moz-placeholder {
            /* Firefox 18- */
            color: #FFF;
        }
        &::-moz-placeholder {
            /* Firefox 19+ */
            color: #FFF;
        }
        &:-ms-input-placeholder {
            color: #FFF;
        }
    }
}

.salesWrapper {
    text-align: center;
    &.wide .optin-form__fields {
        input {
            width: 291px;
            display: inline-block;
            margin-right: 12px;

            &:last-child {
                margin-right: 0;
            }
        }
    }

    &.skinny .optin-form__fields {
        input {
            width: 322px;
            display: inline-block;
            margin-right: 14px;

            &:last-child {
                margin-right: 0;
            }
        }
    }
}

.optinSideBox {
    .optin-form__fields {
        width: 100%;
    }
}

/*Footer*/

.footerCopy {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}

/*Optin Side*/

.optinSideBox {
    height: 338px;
    width: 320px;
    padding: 15px;
}

.optinHeadline {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.social-sharing {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    & > div {
        display: inline-block;
        vertical-align: top;
    }
}

.fb-share-button {
    vertical-align: top;
}

//.valign__wrapper {
//    text-align: center;
//
//    &:before {
//        content: '';
//        display: inline-block;
//        height: 100%;
//        vertical-align: middle;
//        margin-right: -0.25em; /* Adjusts for spacing */
//    }
//
//    .valign__content {
//        display: inline-block;
//        vertical-align: middle;
//    }
//}

.form-optin {
    margin: 0;

    .orderBTN {
        margin: 0;
    }
}
.element-selected {
  box-shadow:
  0px 0px 0px 2px rgba(47, 144, 232, 0.9);
  cursor: pointer;
}

#page-wrapper p {
  line-height: 1.2;
}

.optinName, .optinLast_name {
  background-image: url(../images/name.png);
  background-repeat: no-repeat;
  background-position: 250px center; }

.optinEmail {
  background-image: url(../images/email.png);
  background-repeat: no-repeat;
  background-position: 250px center; }

.option_hover_block {
  //display: inline-block !important;
  min-width: 200px !important;
  min-height: 30px !important;
}
.option_hover_block:hover {
  box-shadow:
    0px 0px 0px 2px rgba(47, 144, 232, 0.9);
  cursor: pointer;
}

.borderForEmptyElement {
  border: 2px dashed #ccc;
}