/*
 Theme Name:     Vladivi-1.6.4
 Theme URI:      _
 Description:    Vladicamp Divi Child Theme
 Author:         Vladimir Campos
 Author URI:     https://vladicamp.com/
 Template:       Divi
 Version:        1.6.4
*/
/*************************************
=common
*************************************/
/*************************************
=elements
*************************************/
:root {
  --btn-border-radius: 6px;
  --border-radius: 20px;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/*************************************
=plugins
*************************************/
/*************************************
=modules
*************************************/
/*************************************
=acf-shortcodes
*************************************/
/*************************************
=components
*************************************/
/*************************************
=header
*************************************/
#top-menu-nav #top-menu li li {
  padding: 0 15px;
}
#top-menu-nav #top-menu li li,
#top-menu-nav #top-menu li li a {
  display: block;
  width: 100%;
}
#top-menu-nav .sub-menu {
  width: 320px;
}

@media (max-width: 980px) {
  .et_fixed_nav #main-header {
    position: fixed;
  }
}
.et_fixed_nav #main-header #et-top-navigation {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

/*************************************
=scroll top
*************************************/
.et_pb_scroll_top {
  right: 30px !important;
  bottom: 80px !important;
  padding: 10px !important;
  background: #003299 !important;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #003299;
  border-radius: 50% !important;
  font-weight: normal;
  font-size: 22px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out 0s;
}
.et_pb_scroll_top:hover {
  background-color: #003299 !important;
  border: 1px solid #003299;
  color: #fff !important;
}
.et_pb_scroll_top::before {
  position: relative;
  top: -1px;
  left: -1px;
}/*# sourceMappingURL=style.css.map */