/*
Theme Name: Rose
Theme URI: http://wiloke.net/landing/rose/
Author: wiloke
Author URI: http://wiloke.net/
Description: Rose - Minimal Portfolio WordPress Theme
Version: 1.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.bg-top{
    background-position: top center;
}

.bg-bottom{
    background-position: bottom center;
}

.bg-center{
    background-position: center center;
}

#footer .widget-col {
    padding: 0;
    background-color: #000000;
}

.mb-100 {
    margin-bottom: 10px !important;
}

.blog-new {
padding: 20%;
}

@media only screen and (max-width: 1200px) {

.footer-boxes {
float: left !important;
}
}

@media only screen and (max-width: 1200px) {

.footer-box-left {
float: left !important;
padding-left: 20%;
}
}

@media only screen and (max-width: 992px) {

.footer-box-left {
float: left !important;
padding-left: 10%;
}
}

@media only screen and (max-width: 680px) {

.footer-box-left {
float: left !important;
padding-left: 4%;
}
}