/*
-----------------------------
PVII Layout Builder Magic
by Project Seven Development
www.projectseven.com
UI Styles: p7LBM_1
-----------------------------

*** For LBM System Use Only ***
***  Do Not Edit Manually   ***

*/
.p7LBM-1-style-1 {
padding:0 20px 0 0;
}
.p7LBM-1-style-2 {
padding:0 5px 0 20px;
}
.p7LBM-1-style-3 {
padding:0 0 0 20px;
}


@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7LBM-1-style-1 {
padding:0;
}
.p7LBM-1-style-2 {
padding:20px 0 0 0;
}
.p7LBM-1-style-3 {
padding:20px 0 0 0;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.p7LBM-1-style-1 {
padding:0 25px 0 25px;
}
.p7LBM-1-style-2 {
padding:0 25px 0 25px;
}
.p7LBM-1-style-3 {
padding:0 25px 0 25px;
}
}