/*
Theme Name:     Divi Child
Description:    Child Theme of Divi
Author:         rwkadmin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Divi/style.css");
@import url("css/anttix-custom.css");
@import url("css/flexy-menu.css");

.header-login {
  display: none;
}

@media all and (min-width: 981px) {
  .header-login {
    display: block;
  }
  
  .header-login {
    text-align: right;
    padding-bottom: 20px;
  }

  .header-login a i {
    padding-right: 10px;
  }

  #main-header #et-top-navigation #top-menu-nav {
    padding-top: 13px!important;
  }

  #main-header #et-top-navigation #top-menu-nav #top-menu > li > a {
    padding-bottom: 12px!important;
  }
  
  .bottom-nav {
    float: left;
  }
  
  .searchform-upper {
    padding-top: 15px;
  }
  
  .footer-extra {
    display: none;
  }
}

@media all and (max-width: 980px) {
  .searchform-upper {
    display: none;
  }
  
  .footer-extra {
    display: block;
  }
}

/** Header Padding Fix **/
#et-top-navigation {
  padding-top: 5px !important;
  padding-left: 0 !important;
}

/** Custom Toggle Styles **/
h3.et_pb_toggle_title {
  font-size: 1.0em;
}
.et_pb_toggle_content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted rgba(255,255,255,0.5);
}
.et_pb_toggle_content h4 {
  font-size: 1.0em;
  line-height: 1.2em;
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
}
.et_pb_toggle_content ul li,
.et_pb_toggle_content ol li {
  padding: 0 0 10px 0;
}
.fa-ul .fa-li {
  color: #b6ffa2;
}
.et_pb_toggle_content a {
  color: #b6ffa2;
}
.et_pb_toggle_content a:hover,
.et_pb_toggle_content a:focus {
  color: #2e410f;
}
