/**
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
*/

.gallery-caption 
{
    border: none!important;
}


/* Veron Menu Heart under */

.menu-header1 li a {
    position: relative;
  }

.menu-header1 li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/Vector.png) no-repeat;
    background-position: center bottom;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transition: all 0.4s;
  }

.menu-header1 li a:hover::before {
    transform: translateX(-50%) scaleY(1);
  }
.menu-header1 li a:hover {
    transform: translateY(-5px);
}


.elementor-element .menu-header1 .elementskit-navbar-nav > li.current-menu-item > a
{
    background: url(/img/Vector.png) no-repeat;
    background-position: center bottom;
    transform: translateY(-5px);
}

@media (max-width: 767px) 
{
.menu-header1 li a {
    position: relative;
  }
  

.menu-header1 li a::before {
    content: "";
    background: none;
  
  }

.menu-header1 li a:hover::before {
    content: "";
  }
.menu-header1 li a:hover {
    content: "";
}


.elementor-element .menu-header1 .elementskit-navbar-nav > li.current-menu-item > a
{
    background: none;
    transform: translateY(-1px); 
}
}


/*Background */

.icon-green
{ 
    color: #17C041;
}

/*Sticky Menu*/
.catchSticky, .mob-catchSticky {
  position: fixed !important;
  width: 100%;
}
header-menu-sticky1 {  z-index: 999; position: fixed !important;}
  
/* .ekit-sticky {
  z-index: 99999;
  position: fixed;
  width: 1280px;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
} */

/*To Top*/

.vr-topbutton {
     height:200px;
     width:100px;
     position:fixed;
     right:15px;
     bottom:5px;
     Z-index:1;
     background-image:url("/img/to-top.png");
     background-repeat:no-repeat;
     display:none;
}

@media (max-width: 767px) 
{
   .vr-topbutton
   {
     height:80px;
     width:90px;
     position:fixed;
     right:5px;
     bottom:5px;
     Z-index:1;
     background-image:url("/img/to-top.png");
     background-repeat:no-repeat;
     display:none;
    }
}


/*Blog*/

.post-content>.read-more a
{
    color: #14B7EC; 
    text-decoration: underline;
    font-size:13px;
}
.ast-blog-meta-container a

{
    color: #7B8492; 
}


.ast-blog-meta-container span

{
    color: #7B8492; 
}

.ast-blog-single-element>.ast-button
{
    color:#7C879A;
}

.cat-links.badge a, .tags-links.badge a
{
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 400;
}

a.ast-button.ast-badge-tax
{
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 400;
    color:#7C879A !important;
  ;
}

/*Single post */

.attachment-large.size-large.wp-post-image
{
    width: 100%;
    object-fit: cover;
}

.ast-excerpt-container p
{
    font-size:13px;
}


/*Homepage Circle Animations*/

#vr-container 
    {
      width: 100%;
      height: 450px;
      padding: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }
 
    .vr-circle 
    {
      border-radius: 50%;
      background-color: deepskyblue;
      width: 170px;
      height: 170px;
      position: absolute;
      opacity: 0;
      animation: scaleIn 7s infinite cubic-bezier(.36, .11, .89, .32);
    }
 
    .vr-item 
    {
      z-index:100;
      padding: 5px;
    }
 
    .vr-item img 
    {
      width: 230px;
    }
    @keyframes scaleIn {
  from {
    transform: scale(.4, 1s);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}


/*FluentForms submit button*/

.ff-btn-submit 
{
background-color:#14B7EC !important;
  font-family: "Inter", Sans-serif;
  font-size: 16px  !important;;
  font-weight: 400;
  line-height: 100%;
  box-shadow: 0px 3px 4px 0px rgba(19.999999999999996, 183.0000000000001, 235.99999999999997, 0.3803921568627451);
  padding: 12px 16px 12px 16px  !important;
  margin-top: 10px;
}

.ff-btn-submit::before
{
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e949"; /* Replace with the Unicode of your desired icon */
    margin-right: 15px;
   
}

.ff-btn-submit:hover
{
    background-color:#063999 !important;
    background:#063999 !important;
}

