/*
 Theme Name:    Freedom Lifestyle Parks
 Author:        Matthew Olding
 Author URI:    http://matthewolding.com
 Template:      Divi
 Version:       2.0
 Description:   Customised theme for Freedom Lifestyle Parks
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


/* Main nav customisation */

.nav li ul {
  padding: 10px 0;
  width: auto;
}

#top-menu li li {
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
}

#top-menu li li a {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
}

#top-menu .menu-item-has-children > a:first-child:after /*, #et-secondary-nav .menu-item-has-children > a:first-child:after */ {
  position: relative;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: inherit;
  font-weight: 800;
  content: "";
  display: none;
}

#top-menu .menu-item-has-children > a:first-child /*, #et-secondary-nav .menu-item-has-children > a:first-child */ {
  padding-right: 0;
}

.nav li li ul {
  left: 200px;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Contact forms */

.et_pb_contact_submit, .et_pb_contact_reset {
    margin: 0 0 0 20px;
}

.et_contact_bottom_container {
    float: left;
}

/* default WP Sidebar */

#sidebar .widgettitle {
  font-size: 18px;
  letter-spacing: 0;
}