/* 
Theme Name: BSCM
Theme URI: 
Description: 
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.mymenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.mymenu li {
  float: right;
}

.mymenu li:hover {
  float: right;
/* 	background-color : #FFF; */
}

.mymenu li a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  letter-spacing: 2px !important;
}

.mymenu li a:hover {
  color: #fff;
	
}

.current-menu-item {
  background-color: #fff;
}

.current-menu-item a {
  color: #107A1E !important;
}

/* width of tabs in products*/
.subtab .eael-tabs-nav {
    width: 300px;

}

.subtab .eael-tabs-nav li.active{
	box-shadow :  5px 0px 5px 0px #888888;
	z-index : 5 !important;
}

/*  .eael-tabs-nav ul li:active {
    box-shadow: 3px 0px 5px 0px #888888;
    z-index: 1;
} */


/*  .elementor-178 .elementor-element.elementor-element-f87dfdd .eael-advance-tabs .eael-tabs-nav ul li:active {
    box-shadow: 3px 0px 5px 0px #888888;
    z-index: 1;
} 

 .subtab.eael-tabs-nav li:hover {
  background-color : #1A881B;
 color : #FFFFFF;
}  */

.layer-content .title a {
font-weight:700;
}

.post-grid .item .layer-media {
	text-align:center !important;
}

