/*
Theme Name: Auditor
Theme URI: https://divicrafts.com
Description: Auditor and Financial Consultant Child theme
Author: DiviCrafts
Author URI: https://divicrafts.com
Author Email: help@divicrafts.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, one-column, two-columns, theme-options, translation-ready
Text Domain: auditor
*/

.quote-button > a{
   border: 2px solid #5D8C1F;
    padding: 10px 20px!important;
    border-radius: 3px;
  background-color:#5D8C1F;
  cursor: pointer;
  color:#fff!important;
  -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.quote-button > a:hover{
    -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
  background-color:#86C344;
   border: 2px solid #86C344;
  opacity: 1!important;
}
.et-fixed-header #top-menu .quote-button a{
  color:#fff!important;
}
.et-pb-controllers a {
    display: inline-block;
    width: 16px;
    height: 8px;
}
.et_mobile_menu {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 5%;
    border-top: 2px solid #3d69b2!important;
    opacity: 1;
    background: #f0f0f0!important;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.mobile_menu_bar:before{
  color: #3d69b2;
    position: relative;
    top: 0;
    left: 0;
    font-size: 36px;
    font-weight: 600;
    content: "\61";
    cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
  }
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }
  .logo_container {
    padding-left: 30px;
  }
  #et-top-navigation {
    padding-right: 30px;
  }
  #mobile_menu {
    display: block !important;
    right: 0;
    left: 0;
    top: 80px;
    min-height: calc( 100vh - 80px );
    transition: all .2s ease-in-out;
    transform-origin: center;
  }
  .mobile_nav.closed #mobile_menu {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .mobile_nav.opened #mobile_menu {
    transform: rotateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 980px) {
.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0,0,0,.3)!important;
}
}

@media only screen and (max-width: 1080px) {
#top-menu li {
    display: inline-block;
    padding-right: 18px!important;
    font-size: 13px!important;
}
}