/* 

Catalogue unsubscribe styles 2017 

*/


/****************
  MAIN STYLES 
*****************/
body, html { height:100%; width:100%; }

html {
    overflow-y:scroll;
}

 body{   background: url('../img/AW20-Unsubscribe-Landing-Page.jpg') no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
 
.help-block { display:none !important; }

.catalogue_unsubscribe {
    
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: black; 
}



.catalogue_unsubscribe_wrapper {
    
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


.catalogue_unsubscribe_content_wrapper {
    
    width: 50%;
    padding: 1% 3%;
    position: absolute;
    top: 15%;
}


/****************
  CONTENT STYLES
*****************/


.catalogue_unsubscribe_content_wrapper h1 {
    
    max-width: 40%;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 12px;
    padding: 0 1%;
}


.catalogue_unsubscribe_sub {
    
    max-width: 60%;
    font-size: 16px;
    color: #101010;
    line-height: 26px;
    font-weight: 100;
    padding: 0 1%;
    margin-bottom: 15px;
}


/****************
  FORM STYLES
*****************/

.catalogue_unsubscribe_form {
    
    max-width: 60%;
    padding: 1% 1%;
}

.catalogue_unsubscribe_form label {
    
    display:block;
    margin-bottom: 5px;
    
}

.catalogue_unsubscribe_form input, select {
    
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 2.5% 1.5%;
    background-color: white;
    border: 1px solid black;
}

.catalogue_unsubscribe_form input, select:focus {
    
    outline: none;
}
.Catalogue_unsubscribe_group input {
    float: left;
    max-width: 48%;

}

.Catalogue_unsubscribe_group input:nth-child(2) {
    
    margin-right:2%;
}
.Catalogue_unsubscribe_group input:nth-child(3) {
    
    margin-left: 2%;
}


/**************************
  BUTTONS
***************************/


.checkbox {
    
    padding: 0 1%;
}
.submitbutton {
    display: block;
    margin-top: 15px;
    background-color: #de9543;
    padding: 15px 30px;
    color:white;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    
}

/**************************
     MEDIA QUERIES
***************************/

@media (max-width: 1200px) {
    
    .catalogue_unsubscribe_wrapper {
    
    width: 100%;
    height: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
  
    .catalogue_unsubscribe_content_wrapper {
        
        max-width: 80%;
    }
    
    
}


@media (max-width: 880px) {
    .catalogue_unsubscribe_content_wrapper h1 {
        
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    
    .catalogue_unsubscribe_sub {
        
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
}


@media (max-width: 650px) {
    
    .catalogue_unsubscribe_content_wrapper {
        
        max-width: 100%;
        margin:0 auto;
        padding-left: 2%
    }
    
    .catalogue_unsubscribe_form {
    
    max-width: 100%;
    padding: 1% 1%;
    
}
    
    .catalogue_unsubscribe_form input, select {
        
        padding: 2% 2%;
    }
    
    .catalogue_main_img {
        
        background-position: left;
        padding-bottom: 20px;
    }
    
    .catalogue_unsubscribe_sub, .catalogue_unsubscribe_content_wrapper h1 {
        
        max-width: 90%;
        padding: 0 5px;
    }
    
    .opt_group {
        
        max-width: 100%;
    }
}