/**
Theme Name: Veron
Author: SKN
Author URI: http://veroncare.com/
Description: Fast, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight and offers unparalleled speed. Built with SEO in mind and 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. 
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Veron
Template: astra
*/


/* Veron Menu Heart under */

.main-navigation a {
  color: #10649b;
  text-shadow: none;
  padding: 10px 0;
}

/*.main-navigation a::before {
  color: #fff;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
} */

.main-navigation a::after {
  content: url(/img/Vector.png);
  position: absolute;
  left: 40%;
  top: 25%;
  width: 90%;
  height: 90%;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
/*  
.main-navigation a:hover::before,
.main-navigation a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
*/
       
       
 .main-navigation a:hover::before,
.main-navigation a:hover::after,
.main-navigation a:focus::before,
.main-navigation a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  
}
  
/*  
.main-navigation a:hover::after,
.main-navigation a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
*/
