/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


@import url("../Divi/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* START EDITS TO THE DIVI CHILD THEME */
#logo, #main-header, #footer-bottom {display:none !important;}

.et_pb_text_inner a, .menu-item a {
    color: #0056b3 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: .9em !important;
}

.et_pb_text_inner a:hover, .menu-item a:hover {
text-decoration:underline;
}




/* MAIN FRAMEWORK */
.et_pb_section { 
  padding: 0 !important;
}
.et_pb_row {
  width: 100% !important;
  padding: 0 20px 0 0  !important;
}


/* SIDEBAR NAVIGATION LINKS */

.widget_nav_menu li a {
  color: #0056b3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: .9em !important;
}

.widget_nav_menu ul {
  list-style: disc !important;
  line-height: .9em !important;
  margin-left: 25px !important;
}



/* EDITS FOR THE AK DOT CODE AND STYLES */

.global-nav-menu a {
    color: #FFF !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    /* font-size: 15px !important; */
    line-height: 1em !important;
}



.breadcrumb a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0056b3 !important;
}

.breadcrumb {
  font-size: 13px !important;
}

.breadcrumb a:hover {
  text-decoration:underline !important;
}


.banner {max-height: 160px;}