/*******************************************************
 *
 * Sellers
 *
 *******************************************************/

 #inner-page-wrapper{
     margin-bottom: 0;
}

#inner-page-wrapper > .container{
     padding: 0;
     width: 100%;
}

#ip-sellers-form {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

#ip-sellers-form .popup-main {
    transform: none;
    opacity: 1;
    margin: 0 auto;
}

#ip-sellers-form .popup-close {
    display: none;
}

#popup-container {
    display: none!important;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
     #ip-sellers-form .popup-main {
         margin-bottom: 30px;
     }
	
	
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
