/*
 Theme Name:   LoyLap
 Theme URI:    https://localhost
 Description:  LoyLap's main theme based off Themetrust Create theme
 Author:       Conor O'Toole
 Template:     themetrust-create
 Version:      2.1.2
 Text Domain:  loylap
*/

/*NOTE: Changes won't take effect until uploaded by W3 to CDN */

/*
You can add your own CSS here.
*/

/* #site-header {
  background: rgba(0, 0, 0, 0.7);
} */

/* body #site-header.transparent.light .main-nav ul li {
  color: white;
}

body #site-header.transparent.light .main-nav ul li.header-button:hover {
  color: #33cc66;
  background-color: #fff;
}

.main-nav ul li.menu-item,
.secondary-nav span {
  color: white;
}

#site-header.sticky .inside .nav-holder {
  height: 100px !important;
  line-height: 100px !important;
}

.sticky .main-nav,
.sticky .nav-holder,
.inline-header #site-header.sticky .nav-holder,
.stacked-header #site-header.sticky .nav-holder {
  height: 70px !important;
  line-height: 0px !important;
}

.sticky .mega-menu > .sub-menu {
  margin-top: 60px !important;
}

.main-nav ul.sf-menu li ul {
  top: 70px;
}

Header buttons
.header-button span {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0.5em;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}

.header-button span:hover {
  background: #fff;
  border: 2px solid #33cc66;
  border-radius: 0.5em;
  color: #33cc66 !important;
}

Header dropdown menu
.main-nav ul .sub-menu {
  background: white !important;
}

.main-nav ul .sub-menu li.menu-item {
  color: #33cc66 !important;
  padding-top: 10px !important;
}

.main-nav ul .sub-menu li.menu-item:after {
  content: '';
  position: absolute;
  width: 80% !important;
  left: 10% !important;
  border-bottom: 1px solid #33cc66 !important;
}

.main-nav ul .sub-menu li.menu-item a {
  font-weight: bolder !important;
} */
