/* Version control: 3.0.0*/

/* ---------------------------------------------------
    TYPOGRAPHY
----------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

/* ---------------------------------------------------
    CONTAINER AND GRID
----------------------------------------------------- */

body#lgn-influencerprogramme{
    height: 100vh;
    width: 100vw;
    margin: 0;
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
}

.lgn-ip-maincontent{
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: #ffffff;
    position: relative;
    width: 40%;
    padding: 4%;
    overflow-x: hidden;
    flex-wrap: nowrap;
}
.lgn-ip-backgroundslider{
    flex: 1;
    overflow: hidden;
    position: relative;
}
.lgn-ip-connect-container{
    flex: 1 0 auto;;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgn-ip-connect-form{
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lgn-ip-poweredby{
    margin-top: 2em;
}

[class^="col-"], [class*=" col-"] {transition: all 0.7s;}
.col-xs-6 {width: 50%; float: left;position: relative; padding: 0 10px;}
.col-xs-4{width: 33.33333333%;}
.col-xs-12{width: 100%; padding: 0 10px;}

/*.ip-connect-container, .js-connect-box{width: 90%; margin: 0 auto; display: flex; justify-content: center;}*/
.lgn-ip-connect-form .js-step-1{max-width: 377px;}
.lgn-ip-connect-form .js-step-2, .ip-connect-container .js-step-3{max-width: 100%;}

/* ---------------------------------------------------
    FONTS AND TEXTS
----------------------------------------------------- */
h1{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight:300;
    font-size: 30px;
    line-height: 1.4;
    transition: 0.25s all ease-in;
}
h1.influencer-programme {
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding: 1em 0;
    margin: 20px auto 10px;
    font-size: 29px;
}
p {font-family: 'Lato', sans-serif;
    color: #777777;
    font-size: 14px;
    margin: 1em auto 2em;
    width: 80%;
    text-align: center;
}
p.small {
    font-size: 14px;
}

/* ---------------------------------------------------
   BUTTONS
----------------------------------------------------- */
.connect-button {text-align: center; margin-top: 20px; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif}
.connect-button #not-business {color: #777777;font-size: 14px;text-decoration: underline;cursor: pointer;}
.connect-button:first-child {margin-top: 35px;}
.connect-button button {padding: 0 15px; letter-spacing: 0.5px;}
.connect-to {cursor: pointer; border-radius: 3px;float: none;height: 43px;max-width: 100%; position: relative;display: inline-block; transition: 0.2s all linear; outline: none; min-width: 255px;background: rgba(78, 108, 147, 1) none repeat scroll 0 0;}
.connect-to .fab, .connect-to .fa {line-height: 43px}
.connect-to .ig-icon {border-bottom-left-radius: 3px;border-top-left-radius: 3px;color: #fff;display: inline-block;float:left;font-size: 21px;height: 100%;text-align: center; width: 43px; background: rgba(63, 94, 133, 1.0) none repeat scroll 0 0;}
.connect-to .text {color: #fff;display: inline-block;font-size: 14px;height: 43px;line-height: 43px;position: relative;text-align: center;font-family: 'Lato', sans-serif}
.connect-to:hover{background:#4c799f;}
.connect-to.ig:hover .ig-icon {background: #3b6991;}
.connect-to span:hover {cursor: pointer;}
.connect-to.disabled span:hover, .connect-button .connect-account:hover {cursor: default;}

/*COLORS*/
.connect-to.ig{background:#4c799f;}
.connect-to.ig .ig-icon {background: #3b6991;}

.connect-to.ig:hover {background:#446c8e;}
.connect-to.ig:hover .ig-icon {background: #31597d;}

.connect-to.fb{background:#526ea6;}
.connect-to.fb .ig-icon {background: #3a5181;}

.connect-to.fb:hover{background:#405786;}
.connect-to.fb:hover .ig-icon {background: #2e4067;}

.connect-to.tw{background:#4ba2da;}
.connect-to.tw .ig-icon {background: #318bca;}

.connect-to.tw:hover{background:#3f8cbd;}
.connect-to.tw:hover .ig-icon {background: #2975ab;}

.connect-to.disabled {opacity: 0.4}

.btn-default{outline: none; text-shadow: none;box-shadow: none; background-image: none; border-radius: 3px;float: none;height: 40px;max-width: 100%; position: relative;display: inline-block; margin-left: 10px; color: #666666; transition: 0.2s all linear;font-family: 'Lato', sans-serif}
.btn-default:hover {background: #f2f2f2;}

.btn.disabled {background: #f2f2f2 !important; color: #ccc}
.connect-account {border-radius: 3px;border: 1px dashed #d4d4d4;color: #666666;display: inline-block;float: none; height: 43px;
    line-height: 37px;max-width: 100%;width: 306px;outline: medium none;position: relative;transition: all 0.2s linear 0s;}

.connect-account .fa  {color: #86ab51;font-size: 16px;line-height: 40px;margin-right: 5px;}

/*BACK*/
.back-button {
    display: inline-block;
    font-family: "Lato", Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    background: hsla(0, 0%, 100%, 0.5);
    border-radius: 2px;
    -webkit-transition:0.5s all linear;
    transition: 0.5s all linear;
    z-index: 10;
}
.back-button:hover {opacity: 0.6}
.back-button span {margin: 0; padding: 0; margin-left: 8px;}

.back-icon {
    background: url('../images/landing/back-icon.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 26px 20px;
    width: 27px;
    height: 20px;
    background-position: 0 0;
    margin: 0;
    float: left;
    background-repeat: no-repeat;
}

/*SEND*/
.btn-dark {color: #fff;
    background-color: #343a40;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 20px auto 0;
    border-radius: 4px;
}
.btn-dark:hover {background-color: #23272b;}
.btn:focus, .btn:active:focus {outline-offset: none; outline: none;}

/* ---------------------------------------------------
   BRAND LOGO
----------------------------------------------------- */
.brand_logo_ip {
    text-align: center;
    opacity: 0.4;
    max-height: 75px;
    max-width: 80%;
    margin: 0 auto;
}
.brand_logo_ip img{max-height: 75px; max-width: 100%;}

/* ---------------------------------------------------
   POST LIST
----------------------------------------------------- */
.photo {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.list-content {
    height:100%;
    width: 100%;
    overflow: hidden;
}
/*ANIMATION*/
.list-move{
    height: 100%;
    width: 100%;
}
.list-move:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0 ;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}

/* ---------------------------------------------------
    FORM
----------------------------------------------------- */
label{display: block;font-family: 'Lato', sans-serif; font-weight: 400;font-size: 15px;color: #585858;}
label span {font-weight: 700; color: #333333; font-family: 'Lato', sans-serif;  }
.form {max-width: 90%; margin: auto;}
.form p {width: 100%;margin: 20px auto;}
.form-group {float: left; width: 100%; margin-bottom: 20px;}
label small {color:#a19f9f ; font-size: 11px; font-family: 'Lato', sans-serif; }
.form label.checkbox-inline {font-family: 'Lato', sans-serif ;color: #777777; font-size: 14px;  margin-top: 20px;}
.form .center {text-align: center; margin-top: 10px;}
.container-form {width: 550px; max-width: 90%; margin: auto ; font-family: 'Lato', sans-serif ;color: #777777; font-size: 13px;}

/*Check Box Styling*/
input[type="checkbox"]{display: none;}
textarea{resize: vertical;}
.checkbox-custom {opacity: 0;position: absolute;}
.checkbox-custom,.checkbox-custom-label {display: inline-block;vertical-align: middle;margin: 5px;cursor: pointer;}
.checkbox-custom-label {position: relative; font-size: 14px ; color: #777777; font-family: 'Lato', sans-serif}
.checkbox-custom-label a {color: #585858; transition: 0.3s all linear;}
.checkbox-custom + .checkbox-custom-label:before {content: '';background: #fff;border: 2px solid #585858;display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin-right: 10px;text-align: center;line-height: 1;}
/*Simply Change the content to any font awesome unicode here to add your own check icon*/
.checkbox-custom:checked + .checkbox-custom-label:before {content: "";background: url(../../images/landing/check-icon.svg); color: #ffffff;text-align: center;vertical-align: top;background-size: 17px 13px;background-color: #585858;background-repeat: no-repeat;background-position: 0 2px;}
.checkbox-custom:focus + .checkbox-custom-label {outline: 1px solid #ddd;}

.select2-container .select2-choice{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-drop{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    border-radius: 3px;
    display: list-item;
    padding-left: 5px;
}
.select2-results .select2-highlighted {
    background: #5d5d5d;
    color: #fff;
    border-radius: 3px;
}

/*CAROUSEL*/
.carousel {margin-bottom: 0; position:relative; z-index: 99; bottom: 0; padding: 0;}
.thumbnail {display: inline-block; float: left; width: 20%; background-color: transparent; border: 0; border-radius: 0; height: 40px; position: relative; box-shadow: none; min-height: 40px}
.thumbnail img { position: absolute;
    left: 50%;top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: invert(100%);
    -webkit-filter: invert(100%);
    max-height: 100%;
    max-width: 72%;
    opacity: 0.75;}
.carousel-inner {overflow: visible !important;}
.connect-page .fp-tableCell {height: 50px !important;}

/* ---------------------------------------------------
    FIRMA
----------------------------------------------------- */
.firma {font-family: 'Lato', sans-serif; color: #a19f9f; font-size: 12px; text-align: center;}
.firma .fa {padding-left: 3px; padding-right: 3px; color: #92c4d2;}
.firma a {display: inline-block; outline: none; color: #b1b0b0;text-decoration: none;transition:text-decoration 0.2s ease;}
.firma a:hover, .firma a:focus, .firma a:active{text-decoration: underline;}

/* ---------------------------------------------------
    ALL
----------------------------------------------------- */
.no-padding {padding-left: 0; padding-right: 0;}
.left5 {margin-left: 5px;}


.logo{
    position: fixed;
    top: 0;
    z-index: 20;
    cursor: pointer;
    width: 9%;
    max-width: 150px;
    min-width: 35px;
    left: 5%;
}
.logo img {width: 100%;}

/*!***BACKGROUNDS***!*/
.bg-image {
    background: url("../images/bg_connect.jpg") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.scheduler-post-loader {
    animation: 1.2s ease-in-out 0s normal none infinite;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.scheduler-post-loader.loader-light-bg {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1047;
}

.css-loader-circle {
    z-index: 2;
    border: 5px solid #fff;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@media (max-width: 1280px){
    /* ---------------------------------------------------
        CONTAINER AND GRID
    ----------------------------------------------------- */
    /*.col-xs-4{width: 50%;}*/

    /* ---------------------------------------------------
        FONTS AND TEXTS
    ----------------------------------------------------- */
    h1 {font-size: 24px;}

    /*CONNECT*/
    .connect-to {height: 35px;}
    .connect-to .text{line-height: 35px;font-size: 13px;}
    .connect-to .fab{line-height: 35px; font-size: 18px;}

    /* ---------------------------------------------------
        FORM
    ----------------------------------------------------- */
    label{font-size: 13px;}
    .form-group { margin-bottom: 10px;}
    .container-form {margin: auto;}
    /* ---------------------------------------------------
       VALIDATION
    ----------------------------------------------------- */
    .container_validation h2 {font-size: 25px; margin-bottom: 40px;}
    .container_validation .validate_img {width: 240px;}
}

/* For everything till 765px */
@media (max-width: 825px) {
    .col-md-5 {display: block;}
    h1{font-size: 20px;}
    h3, .h3{text-align: center;}
    br{display: none;}
    p {font-size: 13px;}
    h1.influencer-programme{margin: 0;}
    .connect-button{margin-top:10px;}
    /*.connect-account{font-size: 12px;}*/

    /*CHECK BOX*/
    /*.checkbox-custom-label { font-size: 13px;}*/

    /*.col-xs-6{padding: 0 5px;}*/

    .brand_logo_ip {max-width: 50%;}
    /*BACK*/
    .back-button {top: 15px; left: 15px;}
    .back-button span{display: none;}

    /* ---------------------------------------------------
      FIRMA
    ----------------------------------------------------- */
    .firma{margin-bottom: 10px; font-size: 9px;}

    /* ---------------------------------------------------
       FORM
   ----------------------------------------------------- */
    .container-form {max-width: 100%;}
    .connect-to{min-width: 200px;}

}

/* Mobile landscape */
@media (max-width: 825px) and (orientation:landscape){
    .lgn-ip-maincontent {
        width: 60%;
    }
}

/* Mobile portrait */
@media (max-width: 580px) and (orientation:portrait){

    body#lgn-influencerprogramme{
        flex-direction: column;
        font-size: 14px;
    }
    .lgn-ip-maincontent {
        width: 100%;
        height: auto;
        max-height: 87%;
    }
    .lgn-ip-connect-form{
        width: 100%;
    }

    .brand_logo_ip{ max-width: 40%;}
    .btn-dark{margin-top: 10px;}
}