/*
Theme Name: Wiwe
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

/* Dropdown Menu */

li.current-dropdown>.nav-dropdown {}

li.ppe-menu-bg.current-dropdown>.nav-dropdown {
  background: url(images/bg-menu-ppe.jpg) left bottom no-repeat #fff;
}

.nav-dropdown-default .nav-column li.green>a,
.nav-dropdown.nav-dropdown-default>li.green>a {
	color: #a1c53a;
    border: 1px solid #a1c53a;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-dropdown li.image-column.green img {
  max-height: 137px;
}
.nav-dropdown-default .nav-column li.green>a, 
.nav-dropdown.nav-dropdown-default>li.green>a {}

.nav-dropdown-default li.image-column:first-child>a {
  margin: 10px !important;
}

.social-icons .button.icon:not(.is-outline) {
	background-color: #a1c53a !important;
    border-color: #a1c53a !important;
}

/* Product Categories */
body.archive.term-conti-suits .term-description p {
  text-align: center;
}

/* Brands Product Category */
body.archive.tax-product_cat.term-brands .category-page-row .col.large-3 {
  display: none;
}
body.archive.tax-product_cat.term-brands .category-page-row .col.large-9 {
  margin: 0 auto;
}

/* Gravity Forms
------------------------------ */
.gform_wrapper li.hidden_label input {
  margin-top: 0;
  margin-bottom: 0;
}
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium,
.gform_wrapper textarea.medium {
  font-size: 14px;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-block-block-2 {
      text-align: center;
    }

}

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}