/*
Theme Name:     Billpocket MPablos
Theme URI:      http://billpocket.wordpressdeveloper.com.mx/
Description:    Child theme for Billpocket
Author:         Wordpress Developer
Author URI:     http://wordpressdeveloper.com.mx/
Template:       twentytwenty
Version:        1.0
*/
@import url("../twentytwenty/style.css");
body{
    padding-top:0px;
}
.post-inner{ padding: 0 }
#wrapper{
	display: block;
	margin: 0 auto;
	background: transparent;
	max-width: 800px;
}
#site-header, 
#site-footer, 
.singular .entry-header{
	background-color: transparent;
}
#wd-billpocket-login,
.centrado_logout{
    display: block;
    margin: 30px auto;
    width: 500px;
}
#wd-billpocket-login #wp-submit,
.centrado_logout #wp-submit{
	width: 100%;
}
a.logout{
    border: 1px solid;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f1f1f1;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #ccc;
    border-radius: 5px;
    transition-duration: 2s;
}
a.logout:hover{
	text-decoration: underline;
}
@media ( min-width: 1330px ) {}

@media ( min-width: 1280px ) {}

@media ( min-width: 1240px ) {}

@media ( min-width: 1000px ) {}

@media (min-width: 782px) {}

@media ( min-width: 700px ) {}

@media ( min-width: 660px ) {}

@media ( max-width: 600px ) {
    #wrapper{
        width: 90%;
    }
	#wd-billpocket-login,
	.centrado_logout{
        width: 100%;
	    max-width: 400px;
	}
}

@media ( min-width: 480px ) {}