/*
Theme Name: Home Decor Style
Theme URI: https://www.buywpthemes.net/products/free-home-decor-wordpress-theme/
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: Home Decor WordPress theme is a predesigned ready-to-use template that anyone in the home interiors, home renovation, home improvement, and other related segment can freely use. The theme is easy to self-maintain, saves you time and hassle of building a traditional website. There is a free version of this theme also available for those with limited budget or are still new in the industry and testing waters. Home Decor WordPress theme has been designed in keeping with the standard guidelines. It is responsive, meaning the design or template will adjust itself to the dimension of screen your website is being viewed on. Irrespective of whether your user is viewing your home decor website or portfolio on his/her mobile phone or laptop or desktop or tablet or any other device, they will get an undistorted view and an uncompromised navigating experience. An interior designer or builder can change content, make new announcements, publish current images, or update portfolio in real time quickly, within minutes. You’re not required to be technically qualified to operate the backend of this website. No need to know coding skills etc. When you download Home Décor WordPress theme you get login access to its dashboard. Here you get instruction in easy to understand language. You can manage everything from changing content, images,  or responding to queries etc. So we invite everyone from architects, builders, home designers, modular kitchen manufacturers and fitters to engineers to have a look at Home Decor WordPress theme. We keep on sharing updates with users to keep their theme updated and relevant as technology evolves. It is compatible with popular apps and all major browsers.   
Version: 0.1.3
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: home-decor-style
Slug: home-decor-style
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/ 
 
.pl-0{padding-left:0;  }
.m-rl{margin-right: 0;margin-left: 0}
 
/*******end********/
.blog-area .blog-img{
    -webkit-mask-image: url(assets/images/blog_m.png);
    mask-image: url(assets/images/blog_m.png);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 100%;
    height: 100%;
}
.recentcomments a {
    display: inline-block !important;
    padding-left: 18px !important;
    margin: 0 !important;
}
.footer-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding:2em 0 0em 0;
    overflow: hidden;
    background: #fff;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}









