/* lazyest-stylesheet

Thank you for using Lazyest Stylesheet. 

Enter your style rule changes below.

*/

.et_fixed_nav #logo {
    max-height: 180px;
}

#logo {
    max-height: 180px;
}

/*
#et-info-phone, #et-info-email {
    color: rgba(255,255,255, 1.0);
}
*/

#main-header {
    background: url('http://ailimconsulting.com/wp-content/uploads/2014/12/header-bg.jpg') no-repeat center top;
}
#et-top-navigation {
   padding-top: 100px;
}
@media screen {
/* Float Shadow */
#top-menu-nav .nav .menu-item  {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#top-menu-nav .nav .menu-item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 0%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
#top-menu-nav .nav .menu-item:hover, #top-menu-nav .nav .menu-item:focus, #top-menu-nav .nav .menu-item:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
#top-menu-nav .nav .menu-item:hover:before, #top-menu-nav .nav .menu-item:focus:before, #top-menu-nav .nav .menu-item:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
}


#top-menu-nav .nav .current-menu-item > a {
    background-color: #48cde0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff !important;
    padding: 0 5px 5px 5px;
}


/*
#top-menu .current-menu-item > a {
   color: #ffffff !important;
   padding: 0;
   text-align: center !important;
}
*/

.et_pb_slider {
    max-height: 400px;
}

.bottom-nav .menu-item {
   margin-right: 10px;
   width: 75px;
}

#footer-info {
    color: #fff;
}

#footer-info span {
    margin: 0 20px;
}

#footer-info a {
    color: #76c8de;
}

/*** FORM STYLING *******************************************************************/

.page-id-41 #ns_widget_mailchimp-2 {
    background: #76c8de;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px;
    border-top: 5px #48c0e2 solid;
    border-bottom: 5px #48c0e2 solid;
    
}

.page-id-41 #ns_widget_mailchimp-2 .widgettitle {
    color: #ffffff;
    text-align: center;
}

.page-id-41 #ns_widget_mailchimp-2 label {
    color: #ffffff;
    margin: 10px 15px 20px 0;
}

.page-id-41 #ns_widget_mailchimp-2 input[type=text] {
    width: 100%;
}

.page-id-41 #ns_widget_mailchimp-2 input[type=submit] {
padding: 5px 10px;
    background-color: #ee7d31;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.page-id-41 #ns_widget_mailchimp-2 .button {
    margin: 20px 25%;
} 

/*** FORM STYLING WITHOUT PAGE DESIGNATION ******************/
 #ns_widget_mailchimp-2 {
    background: #76c8de;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px;
    border-top: 5px #48c0e2 solid;
    border-bottom: 5px #48c0e2 solid;
    
}

 #ns_widget_mailchimp-2 .widgettitle {
    color: #ffffff;
    text-align: center;
}

 #ns_widget_mailchimp-2 label {
    color: #ffffff;
    margin: 10px 15px 20px 0;
}

 #ns_widget_mailchimp-2 input[type=text] {
    width: 100%;
}

 #ns_widget_mailchimp-2 input[type=submit] {
padding: 5px 10px;
    background-color: #ee7d31;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

 #ns_widget_mailchimp-2 .button {
    margin: 20px 25%;
}

.sub-menu {
    margin-top: 35px;
}

