/*!
Theme Name: Linoor Child theme
Theme URI: http://layerdrops.com/linoorwp
Template: linoor
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Linoor Wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linoor-child
*/



.gallery-item .inner-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  transition: all 300ms ease;
  border-radius: 7px;
}

.gallery-item .inner-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  transition: all 300ms ease;
  border-radius: 7px;
}

.project-single .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .logo-widget .logo img {
    height: 75px;
}

.side-menu__content p {
    display: none !important;
}

.side-menu__social {
    display: none !important;
}


.page-banner .image-layer {
    background-image: url(https://ragystone.com/wp-content/uploads/2021/05/slider-2-1.jpg) !important;
}