/*
Theme Name: Zella Child Theme
Theme URI: https://zella.nasatheme.com/demo/
Description: This is a child theme for Zella Theme
Author: NasaTheme
Author URI: https://nasatheme.com
Template: zella-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.wide-nav .nav-wrapper .header-nav .root-item > a {
    margin: 0px 20px;
}

.bo-dropdown {
  position: relative;
  display: inline-block;
}

.bo-hover-container {
  position: relative;
  display: inline-block;
}


.bo-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.bo-hover-container:hover .bo-dropdown-content {
    display: block;
    left: -50px;
width: max-content;
}

/* .bo-dropdown:hover .bo-dropbtn {
  background-color: #ccc;
} */

.bo-dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.bo-dropbtn:focus {
  outline: none;
}

.bo-dropdown-content a {
    padding: 15px;
}
.bo-dropdown-content a:not(:last-child) {
      border-bottom: 1px solid #000;
}

div.wpcf7-response-output {
    margin: 0.5em 0em 1em;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 0.4375em;
    color: #a0a0a0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-submit-newsletters.button:HOVER {
    background: #c60f13 !important;
}
