
* Diveworks Theme Main CSS File
*/

/* Table of CSS Contents
==================================================
	#Site Styles
	#Page Styles

	#Font-Face

*/

/*
YELLOW 1: #efbf21
*/
/*
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*/

/*  #Theme Pre-installed Styles ============================================================================= */

a {
   /*-webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;*/
}
a.black,
a.black:visited {
  color: #222 !IMPORTANT;
}
img {
  max-width: 100%;
  height: auto;
}
#slideSearch {
  float: right;
  /*margin-top: 18px;*/
  overflow: hidden;
  /*width: 0;*/
  -webkit-transition:0.4s;
  -moz-transition:0.4s;
  -ms-transition:0.4s;
  -o-transition:0.4s;
  transition:0.4s;
  margin-right: 0.7rem;
}
#slideSearch input.search-field {
  font-size: 0.8rem !IMPORTANT;
  padding: 7px 1rem !IMPORTANT;
  width: 140px;
  margin: 0 !IMPORTANT;
  background: transparent;
  color: #ddd;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-color: #fff;
  -webkit-transition:0.4s;
  -moz-transition:0.4s;
  -ms-transition:0.4s;
  -o-transition:0.4s;
  transition:0.4s;
}
/*#slideSearch input.search-field:focus {
  width: 300px;
}*/
#slideSearch.expand {
  width: 193px !IMPORTANT;
  -webkit-transition:0.4s;
  -moz-transition:0.4s;
  -ms-transition:0.4s;
  -o-transition:0.4s;
  transition:0.4s;
}
#mobile-search {
  display: none;
  margin-top: 4px;
  margin-right: 0;
  font-size: 1.5rem;
}

.navSearchIcon {
  float: right;
  margin-top: 26px;
  color: #fff;
  cursor: pointer;
}
.navSearchIcon.desktop {
  display: block;
}
.navSearchIcon.mobile {
  display: none;
  font-size: 1.3rem;
  margin-top: 23px;
  margin-right: 5rem;
}
.navDivider {
  width: 1px;
  height: 25px;
  border-left: 1px solid #404040;
  margin: 21px 0.8rem 0 1rem;
  float: right;
}
#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 99999999999;
    height: 100%;
    height: 100vh;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../img/ajax-loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
     z-index: 9999999999999;
 }
.mobileLogo {
  /*display: none;*/
  float: left;
  margin-top: 20px;
}

.header_spacer {
  height: 40px;
}

.navLogo {
  width: 215px;
  float: left;
  /*margin-top: 18px;*/
  margin-left: -8px;
}















/* #Styleguide CSS Styles  ============================================================================= */

.styleguide-page {

}











/* #General CSS Styles  ============================================================================= */

.loading_results {
  height: 200px;
}
.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.child-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#heroSlider .parent-element {
  height: 350px;
}
/*h2.line1 {
  position: absolute;
  left: -100%;
  top: 0;
}
h2.line2 {
  position: absolute;
  left: -100%;
  top: 5rem;
}*/
slide-image {
  display: block;
}
img.home_slide_image {
  margin-left: -100px;
}
h1.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
h2.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
h3.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
h4.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
h5.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
h6.border {
  border: 1px solid #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.border.black {
  color: #000;
  border-color: #000;
}
.border.white {
  color: #fff;
  border-color: #fff;
}
.left-border {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 1rem;
  margin: 2rem 0;
  /*max-width: 75%;*/
}


/* SLIDE UP BUTTONS =================== */
.slide-link-wrap {
  width: auto;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
  box-sizing: border-box;
  display: inline-block;
  min-width: 150px;
}
.slide-link-wrap p.black {
  color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 15%;
}
a.read-more-link {
  color: #fff;
  padding: 0.8rem 1rem;
  font-family: "Gotham-Bold", sans-serif;
  text-align: center;
  display: inline-block;
    box-sizing: border-box;
}
.slide-link-wrap p:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 5px;
}
.project_wrap a.read-more-link {
  float: left;
}

a.more-link,
a.more-link:visited {
  color: #fff;
  padding: 0.8rem 1rem;
  /*border-bottom: 1px solid #efbf21;*/
  font-family: "Gotham-Bold", sans-serif;
  display: inline-block;
  text-align: center;
  /*-webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;*/
}
a.more-link:after,
a.more-link:visited:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 5px;
}
a.more-link.black,
a.more-link.black:visited {
  color: #111;
}
.button_slideup {
  width: 100%;
  height: 100px;
  background: #efbf21;
  position: absolute;
  bottom: -98px;
  box-sizing: border-box;
  left: 0;
   transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s; 
   z-index: 9;
}
/*a.more-link:hover {
  color: #111;
}*/
a.read-more-link:hover .button_slideup {
  /*opacity: 0.6;
  filter: alpha(opacity=0.6);*/
  transform: translateY(-50%);
}
.container.white {
  background: #fff;
  color: #222;
}
.container.gold {
  background: #efbf21;
  color: #222;
  z-index: 99;
}
.container.full-width .sixteen.columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.container.gold.bar {
  padding-right: 2rem;
  box-sizing: border-box;
}
.container.black {
  background: #282828;
  box-sizing: border-box;
  padding: 2rem;
}
.container.black.contact {
  color: #c2c2c2;
}
.container.black.contact .border,
.container.black.contact .left-border {
  border-color: #555;
}
.container.contact .fa {
    margin-right: 1rem;
    float: left;
    height: 2rem;
    box-sizing: border-box;
    padding-top: 5px;
}

.small_box_wrap {
  box-sizing: border-box;
  padding: 4rem;
}
.small_box_wrap.black {
  color: #000000;
}
.small_box_wrap.white {
  color: #ffffff;
}
.small_box_wrap.black h3.border {
  border-color: #000;
}
.small_box_wrap h6 {
  line-height: 1.5rem;
  /*min-height: 4.5rem;*/
  margin-bottom: 1rem;
}

a.previous {
  position: absolute;
  bottom: -31px;
  font-family: FontAwesome;
  content: "\f078";
  /*border: 1px solid #fff;*/
  /*border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  right: 30px;
  color: #fff !IMPORTANT;
}
a.next {
  position: absolute;
  bottom: -31px;
  font-family: FontAwesome;
  content: "\f078";
  /*border: 1px solid #fff;*/
  /*border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  right: 0px;
  color: #fff !IMPORTANT;
}

a.previous:hover,
a.previous:hover {
  color: #efbf21 !IMPORTANT;
}
.project_wrap {
  height: 350px;
  overflow: hidden;
  background: #fff;
  color: #222;
}
.project_wrap h6 {
  border: 1px solid #222;
  display: table;
  padding: 5px 10px;
  max-width: 75%;
  text-align: left;
}
.project_wrap .parent-element {
  height: 100%;
}
.project_wrap .child-element {
  padding: 4rem;
  box-sizing: border-box;
}
.project_wrap .left-border {
  border-left: 1px solid #222;
  box-sizing: border-box;
  padding-left: 1rem;
  margin-left: 0;
  margin-top: 1rem;
  text-align: left;
  max-width: 75%;
  margin-bottom: 1rem;
}
.project_wrap a.more-link {
  float: left;
}
.image-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image-wrap img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer_map_wrap {
  width: 100%;
  height: 230px;
  margin-bottom: 2rem;
}
.footer_left_content a,
.footer_left_content a:visited {
  color: #fff;
}
.footer_left_content a:hover {
  color: #efbf21;
}



.footer_left_content {
  float: left;
}
.footer_right_content {
  float: right;
}
.footer_right_content a,
.footer_right_content a:visited {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.footer_right_content a:hover {
  color: #efbf21;
}

.pf_left {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  float: left;

}
.pf_right {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  float: right;
}


.hp_client_logo {
  float: left;
  width: 110px;
  margin: 0 0.5rem 0.5rem 0;
}


.breadcrumb {
  list-style: none;
  text-align: left;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #111;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #111;
  text-decoration: none;
  font-family: "Gotham-Bold", sans-serif;
}
.breadcrumb .fa {
  margin: 0 5px;
  font-size: 0.8rem;
}

.left-border-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1rem;
  border-left: 1px solid;
}



.gallery_wrapper {
  margin: 0;
}
a.image_gallery {
  display: inline-block;
  /*max-width: 200px;*/
  float: left;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.5s ease;
}
a.image_gallery:hover {
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}
a.image_gallery.thirds {
  width: 33.33333%;
  height: 220px;
}
a.image_gallery.quarters {
  width: 25%;
  height: 180px;
}
.video_wrapper {
  margin: 3rem auto;
  width: 95%;
}

.hero_header {
  box-sizing: border-box;
  padding: 4rem;
}
















/* TEAM ROWS  ============================================================================= */


.team_member_wrapper {
  box-sizing: border-box;
  padding: 3rem;
}
.team_member_wrapper img {
  width: 100%;
}
.team_member_wrapper h3.border {
  color: #000;
  border-color: #000;
  margin: 1rem 0;
}
.team_member_wrapper .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 10px;
}
.team_member_wrapper .position {
  font-weight: bold;
}
a.team_sm_link,
a.team_sm_link:visited {
  display: inline-block;
  border-right: 2px solid #ccc;
  padding-right: 14px;
  margin-right: 14px;
  font-size: 25px;
  color: #000;
}
a.team_sm_link:last-of-type {
  border: none;
}
.profile_image {
  width: 100%;
  height: 260px;
}





/* SLIDER CSS  ============================================================================= */

#heroSlider {
  margin-bottom: 5rem;
}











/*   ============================================================================= */












/* Gravity forms styling */
label.gfield_label {
  display: none !IMPORTANT;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.8rem 1rem !IMPORTANT;
}
input.gform_button:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}
input.gform_button {
  text-decoration: none;
  /*color: #fff;*/
  display: inline-block;
  /*background: #ff0000;*/
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  -moz-outline: none;
}
input.gform_button:hover {
  background: #000000;
  color: #fff;
  border: none;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
  color: #fff;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #efbf21;
  font-family: "Gotham-Bold", sans-serif;
  display: inline-block;
  margin-right: 1rem;
  background: transparent;
}
input#gform_submit_button_1:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 5px;
}
.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container textarea {
  background: transparent;
  border-color: #555;
  color: #666;
  width: 100% !IMPORTANT;
}




/* Gravity forms error handling */

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !IMPORTANT;
  border: none !IMPORTANT;
}
.gform_wrapper .validation_message {
  color: #f00 !IMPORTANT;
}
.validation_error {
  display:none;
}
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #f00 !IMPORTANT;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !IMPORTANT;
}
.gform_wrapper .validation_message:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-weight: 100;
  margin-left: 0.5rem;
}





/* GRAVITY FORMS CUSTOM SELECT BOX STYLING ================================= */


 .styled-select .ginput_container {
  padding: 0;
     margin: 0;
     border: 1px solid #ccc;
     width: 270px;
     overflow: hidden;
     background-color: #fff;
     background: #fff;
     position: relative;
     margin-bottom: 1.5rem;
 }
 .styled-select .ginput_container:after {
  top: 48%;
     left: 90%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: rgba(0, 0, 0, 0);
     border-top-color: #999;
     border-width: 7px;
     margin-top: -2px;
     z-index: 100;
 }
 .styled-select .ginput_container select {
     padding: 1rem !IMPORTANT;
     width: 190% !IMPORTANT;
     border: none;
     box-shadow: none;
     background-color: transparent;
     background-image: none;
     -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
             margin-bottom: 0;
 }
 .styled-select .ginput_container select:focus {
  outline: none;
 }
















 /* GENERAL CUSTOM SELECT BOX STYLING ================================= */


  .styled-select {
   padding: 0;
      margin: 0;
      width: 160px;
      overflow: hidden;
      background-color: #fff;
      background: #fff;
      position: relative;
      margin-bottom: 1.5rem;
  }
  .styled-select:after {
   top: 48%;
      left: 90%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-top-color: #999;
      border-width: 7px;
      margin-top: -2px;
      z-index: 100;
  }
  .styled-select select {
      padding: 1rem !IMPORTANT;
      width: 190% !IMPORTANT;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
              margin-bottom: 0;
  }
  .styled-select select:focus {
   outline: none;
  }


.filter_type .styled-select {
  float: left;
  margin-right: 4px;
  background: transparent;
  border: 1px solid #222;
  cursor: pointer;
  width: 180px;
}
.filter_type .styled-select:after {
  border-top-color: #222;
}
.filter_type .styled-select select {
  padding: 11px 1rem 10px !IMPORTANT;
  color: #222;
}
#pf_all_reset {
  float: left;
  padding: 7px 10px 12px;
  background: #222;
  color: yellow;
  height: 17px;
  margin-right: 4px;
  cursor: pointer;
  vertical-align: top;
}
#filter_wrapper {
  margin-top: 20px;
}
#filter_wrapper form {
  margin-bottom: 0 !IMPORTANT;
}
h6.pad-top {
  margin-top: 25px;
}

.gold-down-arrow {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #efbf21;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}





























/* #Font-Face  ============================================================================= */

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: 'Open-Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Light.woff') format('woff'),
       url('../fonts/OpenSans-Light.ttf') format('truetype'),
       url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Bold.woff') format('woff'),
       url('../fonts/OpenSans-Bold.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/








/* MEGAMENU CSS DEMO ==================================*/

/*
 nav.megamenu {
  position: relative;
  z-index: 999999;
  display: inline-block;
  margin-top: 18px;
 }

 .megamenu ul {
  list-style: none;
 }

 .megamenu li {
  display: inline-block;
 }

 .megamenu a,
 .megamenu :visited {
  display: block;
  padding: 5px 1rem;
 }

 .megamenu a:hover {

 }

 .megamenu a.topLevel,
 .megamenu a.topLevel:visited {
  display: block;
  padding: 5px 1rem;
  color: #fff;
  font-size: 0.8rem;
 }

 .megamenu li div {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background: #222;
 }

 .megamenu li:hover div {
  display: block;
 }

 .megamenu li div ul {
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: left;
  width: 45%;
  box-sizing: border-box;
 }

 .megamenu li div ul li {
  display: block;
 }

 .megamenu li div ul li a {
  font-size: 1em;
  color: white;
 }*/



/*.menu-megamenu-container {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin: 18px;
}*/
#top-navigation-primary,
#top-navigation-secondary {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 18px;
}
ul.menu-depth-0 li.main-menu-item {
  display: inline-block;
  padding: 0 0.3rem;
}
ul.menu-depth-0 a.main-menu-link,
ul.menu-depth-0 a.main-menu-link:visited {
  display: inline-block;
  padding: 0.5rem 3px;
  color: #fff;
}
ul.menu-depth-0 ul.menu-depth-1 {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background: #efbf21;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*margin-top: 1px;*/
  box-sizing: border-box;
  padding: 2rem 1rem;
  min-height: 140px;
  opacity: 0;
}
ul.menu-depth-0 ul.menu-depth-2 {
  display: block;
}
ul.menu-depth-0 li.menu-item-depth-1 {
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: left;
  width: 18%;
  box-sizing: border-box;
  margin-right: 2rem;
}
ul.menu-depth-0 li.main-menu-item:hover ul.menu-depth-1 {
  display: block;
  opacity: 1.0;
}
ul.menu-depth-0 li.menu-item-depth-1 > a,
ul.menu-depth-0 li.menu-item-depth-1 > a:visited {
  font-family: Gotham-Bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #111;
  padding: 0.5rem 0.8rem;
  border: 1px solid #111;
  display: block;
}
ul.menu-depth-0 li.menu-item-depth-2 > a,
ul.menu-depth-0 li.menu-item-depth-2 > a:visited {
  color: #111;
  font-size: 0.8rem;
  padding: 0.8rem 0.8rem 0.2rem 0.5rem;
  border-bottom: 1px solid #111;
  display: block;
}
ul.menu-depth-0 li.menu-item-depth-1:hover > a,
ul.menu-depth-0 li.menu-item-depth-2:hover > a {
  background: #111;
  color: #efbf21;
}
ul.menu-depth-0 li.menu-item-depth-0.menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
}
ul.menu-depth-0 li.menu-item-depth-0 {
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
ul.menu-depth-0 li.menu-item-depth-0:not(.menu-item-has-children):hover {
  background: transparent IMPORTANT;
  border-bottom: 1px solid #efbf21;
}
ul.menu-depth-0 li.menu-item-depth-0.menu-item-has-children:hover {
  background: #efbf21;
}
ul.menu-depth-0 li.menu-item-depth-0:not(.menu-item-has-children):hover > a {
  color: #fff;
}
ul.menu-depth-0 li.menu-item-depth-0:hover > a {
  /*border-bottom: 1px solid #efbf21;*/
  color: #111;
}

ul.menu-depth-0 li.menu-item-depth-0.current_page_item {
  border-bottom: 1px solid #efbf21;
}













/* END CSS