/*---------------------------------------------------------------*/
/*---------------------------- Admin ----------------------------*/
/*---------------------------------------------------------------*/

.ks-m-newsletter-export-form-container 
{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/
.ks-m-newsletter-form 
{
    justify-content: center;
}

input[type=email].ks-m-newsletter-email 
{ 
    height: 52px;
    border: thin solid #CFD0D1;
    padding: 15px 35px;
    border-radius: 10px;
    color: #808080;
    flex-basis: 50%;
    margin-right: 40px;
}

input[type=submit].ks-m-newsletter-submit 
{
    max-width: 250px;
    height: 60px;
    border-radius: 50px;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: none;
    background-color: #CB507F;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

input[type=submit].ks-m-newsletter-submit:hover 
{
    background-color: #E15B8E;
}


/*---- Style 0 ----*/
.ks-m-newsletter-style-0 
{
    
}

.ks-m-newsletter-style-0 input[type=email].ks-m-newsletter-email
{
    
}

.ks-m-newsletter-style-0 input[type=submit].ks-m-newsletter-submit
{

}

/*---- Style 1 ----*/
.ks-m-newsletter-style-1
{

}

.ks-m-newsletter-style-1 input[type=email].ks-m-newsletter-email
{
    font-family: 'Comfortaa', display;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #0F2B5D;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 1px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    border-radius: 0;
    height: 44px;
    margin-right: 0;
    flex-basis: 90%;
    width: 90%;
}

.ks-m-newsletter-style-1 input[type=submit].ks-m-newsletter-submit
{
    background-image: url(../images/shared_button_1.png);
    background-size: cover;
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 0;
    background-color: #213672;
    padding: 0;
    position: relative;
    text-indent: -999999px;
}

/*---- Style 2 ----*/
.ks-m-newsletter-style-2 input[type=submit].ks-m-newsletter-submit 
{
    background-color: #666666;
}

.ks-m-newsletter-style-2 input[type=submit].ks-m-newsletter-submit:hover 
{
    background-color: #ABABAB;
}

/*---- Style 3 - Optica del Parque ----*/
.ks-m-newsletter-style-3 
{
    flex-direction: column;
}

.ks-m-newsletter-style-3 input[type=email].ks-m-newsletter-email 
{
    width: 100%;
    border-radius: 0;
    margin: 0 0 20px 0 !important;
}

.ks-m-newsletter-style-3 input[type=submit].ks-m-newsletter-submit 
{
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background-color: #FF5400;
}

.ks-m-newsletter-style-3 input[type=submit].ks-m-newsletter-submit:hover 
{
    background-color: #c25017;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-m-newsletter-form 
    {
        flex-direction: column;
    }

    input[type=email].ks-m-newsletter-email 
    { 
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    input[type=submit].ks-m-newsletter-submit 
    {

    }

    /*---- Style 1 ----*/
    .ks-m-newsletter-style-1
    {
        flex-direction: row;
    }

    .ks-m-newsletter-style-1 input[type=submit].ks-m-newsletter-submit 
    {
        margin-bottom: 25px;
    }
}