/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*=============================Our Story Start section===================================  */

.story_style .story_box_style{
    padding-right: calc((100% - 1240px)/2 + 5px);
}
.story_style .story_image_style{
   clip-path: polygon(0% 0%, 93% 0, 97% 54%, 100% 100%, 0% 100%);
}
/*=============================Our Story End section===================================  */
/*=============================Our Story Start Page===================================  */
.drice_style .drice_box_style{
 position: relative;   
}
.drice_style .drice_box_style::after{
 position: absolute;
 content: "";
 top: 7px;
 left: 7px;
  width: 99%;
  height: 96%;
  border: 2px solid black;
  z-index: -1;
}
/*=============================Our Story End Page===================================  */
/*=============================Order Online Page Start==================================  */
#wfs-sticky-sidebar{
     display: none !important;
}
.wfs-category-title{
	display: none !important;;
}
/*=============================Order Online Page End==================================  */
/*===================================Header Start================================  */
@media screen and (min-width: 1200px) {
  .Order_style {
    display:none !important;
  }
}
/*===================================Header End================================  */
/*========================header responsive 1200+=========================*/
@media only screen and (max-width: 1199px) {
  .pp-advanced-menu--dropdown-tablet .pp-advanced-menu--main{
		  display: none !important;
	}

	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle:not(.pp-menu-toggle-on-all){
	   display:block !important;

	}
	
   ul.pp-advanced-menu {
       margin-top: 50px !important;
   }
	.pp-menu-clear {
           background: rgb(0 0 0 / 54%) !important;
     }
}
/*========================header responsive 1200+=========================*/