/*
Theme Name: Shoper child
Template: shoper
Description: Shoper child
Author: Borys Lurha
Version: 1.0
*/
                                                                                
@import url("../shoper/style.css");

@import url("../../../elite/assts/home.css");

@font-face {
  font-family: "Exo2LightEx";
  src: url("/wp-content/themes/shoper_chld/assets/Exo2LightEx.otf");
  }
  body {
      font-family: Exo2LightEx;
  }

header.site-header .row {
  margin-right: 0;
  margin-left: 0;
}

#content #primary #main .shoper-single-post .post {
  position: relative;
  z-index: 9;
  background: #fff;
  background: #FFF;
  box-shadow: 0px 0px 131px 0px rgba(74,74,74,0.1);
  padding: 30px;
  position: relative;
  z-index: 99;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}