/*
 Theme Name:   Wolverine Child Theme
 Theme URI:    http://themes.g5plus.net/wolverine
 Description:  Wolverine Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     wolverine
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:    g5plus-framework

-----------------------------------------------------------------------------------

    1.  Document Setup
    2.  Header
    3.  Buttons
    4.  Homepage
    5.  Footer
    6.  Menu
    7.  Ninja Forms
    8.  Page
    9.  Portfolio
    10. Mobile & Responsive

----------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*  10.  Mobile & Responsive
/* -------------------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
  header.main-header .menu-wrapper .x-nav-menu>li.x-menu-item>a:hover {
      color: #D18A4E;
  }
}


@media screen and (max-width: 991px) {
    .x-nav-menu li.x-menu-item > a.x-menu-a-text {
        display: inline-block;
        position: static;
        padding: 5px 15px;
        border-bottom: none;
        text-transform: none;
        font-family: 'Fira sans', arial;
        color: #444;
    }
}

@media screen and (max-width: 991px) {
    .x-nav-menu li.x-menu-item > a.x-menu-a-text:hover {
        color: #003d82;
    }
}

  .x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover {
    background-color: #fff;
  }

.header-mobile-nav.menu-drop-fly {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 280px;
    left: -280px;
    border-right: solid 0px #995958;
    z-index: 9999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 991px) {
    .x-nav-menu ul.x-sub-menu > li.x-menu-item > a.x-menu-a-text {
        font-size: 15px;
        text-transform: none;
    }
}

@media screen and (max-width: 991px) {
    .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile {
        display: none;
        background-color: white;
        padding: 15px;
        position: relative;
    }
}

.header-mobile-nav {
    background: #fff;
    display: none;
    margin-bottom: 15px;
}

header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span,
header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after {
    background-color: #fff;
}

.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #D18A4E;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}

.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #D18A4E;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}

header.header-mobile-2 .header-container-wrapper {
    background-color: #fff;
}

header.header-mobile-2 .header-mobile-inner .header-customize {
    color: #333;
    right: 0;
}

@media screen and (max-width: 991px) {
    .x-nav-menu ul.x-sub-menu {
        background-color: #fff;
        padding-left: 0;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .x-nav-menu li.x-menu-item {
        border-bottom: solid 0px #4c4c4c;
    }
}

.x-nav-menu li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,
.x-nav-menu li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,
.x-nav-menu li.current-menu-item > a.x-menu-a-text > b.x-caret:before,
.x-nav-menu li.menu-current > a.x-menu-a-text > b.x-caret:before,
.x-nav-menu li > a.x-menu-a-text:hover > b.x-caret:before,
.x-nav-menu li:hover > a > b.x-caret:before,
.x-nav-menu li ul.x-sub-menu li:hover > a > b.x-caret:before {
    color: #CCC;
}

@media (max-width: 700px) {
    .logo-footer {
        padding-top: 0px;
    }

     footer.main-footer-wrapper .main-footer {
        padding: 0 0;
        background-color: #333;
        color: #5b5b5b;
    }

}

@media (max-width: 991px) {
    footer.main-footer-wrapper .main-footer .sidebar + .sidebar {
        margin-top: 20px;
        float: right;
        width: 30%;
    }
}

@media (max-width: 991px) {
    .col-sm-12 {
        width: 30% !important;
    }

    .col-md-4 {
        margin: 0;
    }
}

@media (max-width: 455px) {
  .col-sm-12 {
      width: 100% !important;
  }

  footer.main-footer-wrapper .main-footer .sidebar + .sidebar {
      margin-top: 20px;
      float: none;;
      width: 100%;
  }

    .wolverine-quotes.style1 p {
        font-size: 17px !important;
    }
    .keurmerk-display {
        display: none;
    }
    .folder-donker {
        display: none;
    }
    .tekst-interesse {
        margin-top: -120px;
    }
}

@media (max-width: 800px ) {
    .fullwidth {
        overflow: visible;
    }

    .wpb_single_image img {
        vertical-align: top;
        /*height: 70px !important;*/
        max-width: 100%;
        padding-top: 0px;
    }
    .margin-bottom-100 {
        margin-top: 20px!important;
    }
}

@media (max-width: 900px) {
    .wolverine-quotes.style1 {
        text-align: left;
        margin-left: 0px !important;
    }
}


/*
@media screen and (max-width: 991px) {
    header.mobile-header .header-mobile-inner .toggle-icon-wrapper {
        position: absolute;
        top: -30px;
        bottom: 0;
        left: 0;
    }
}
*/

@media screen and (max-width: 991px) {
    header.mobile-header .header-mobile-inner {
        height: 70px;
        position: relative;
    }
}



/* -------------------------------------------------------------------------------- */
/*  1.  Document setup
/* -------------------------------------------------------------------------------- */


body {
    line-height: 1.5;
    color: #555;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-family: "Fira Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

@media (max-width: 767px) {
    h2.tweede-box {
        padding-top: 80px;
    }
}

.wolverine-feature.style1 .wolverine-feature-content h5 a {
    font-size: 15px;
    font-weight: 400;
    color: #d18a4e;
    text-transform: uppercase;
    font-family: 'Fira sans', sans-serif;
}

.wolverine-heading.style1 h2 {
    font-size: 36px;
    color: #003d82;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: -130px !important;
}

.fullwidth {
    overflow: hidden;
    padding-bottom: 80px !important;
}

.margin-top-90 {
    margin-top: 30px!important;
}

.vc_custom_1458049943696 {
    margin-bottom: 5px !important;
}

.vc_custom_1458036152233 {
    margin-top: 35px !important;
    margin-bottom: 5px !important;
}

.secondary-font {
    font-family: 'Fira sans';
    color: #333333;
}

.entry-content a, .comment-text a {
    color: #003d82;
}

.entry-content a:hover, .comment-text a:hover {
    color: #d18a4e;
}

.entry-thumbnail .entry-thumbnail-hover {
    background-color: rgba(255,255,255,0) !important;
}

.fc-white {
    color: #003d82;
}

.icon-fs-34 {
    font-size: 34px;
    text-align: center;
}

.button-mobile {
    color: #ffffff;
    background-color: #d18a4e;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.ngg-gallery-thumbnail img {
    background-color: #fff;
    border: 0px solid #a9a9a9 !important;
    display: block;
    margin: 4px 0 4px 4px;
    padding: 4px;
    position: relative;
}

.textarea-wrap textarea {
    height: 100px !important;
}

div.light_rounded .pp_description, div.light_square .pp_description {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: none !important;
}

.pp_gallery {
    display: none !important;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

/*a.pp_next, a.pp_previous {
    display: none;
}*/

a.pp_expand {
  display: none !important;
}

.portfolio-item .entry-thumbnail.icon .separate {
    display: none !important;
}

.icon-outline-vector-icons-pack-135 {
  display: none !important;
}

.container .portfolio-wrapper.wolverine-col-md-3 .entry-title-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    display: none;
}

.wolverine-feature.style1 .wolverine-feature-content p {
    font-family: 'Fira sans';
    font-size: 13px;
    line-height: 2.2;
    font-weight: 400;
    color: #535353;
    margin: 23px 0 0;
}

.color, .primary-border-color:after, .primary-border-color-hover:hover {
    border-color: #d18a4e;
}
.primary-bg-color, .primary-bg-color-hover:hover {
    background-color: #d18a4e;
}


/* -------------------------------------------------------------------------------- */
/*  2.  Header
/* -------------------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
    header.main-header .header-logo > a > img {
        max-height: 100px;
        padding-top: 35px;
        padding-bottom: 15px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: none;
    }
}

@media screen and (min-width: 992px) {
    header.header-3 .header-nav-wrapper {
    background: transparent;
    }
}

@media screen and (min-width: 992px) {
    header.header-float .menu-wrapper .x-nav-menu > li > a {
        color: #ffffff;
    }
}

@media screen and (min-width: 992px) {
    header.header-float {
        position: absolute !important;
        z-index: 997;
        left: 0;
        right: 0;
        background: transparent;
    }
}

@media screen and (min-width: 992px) {
    header.main-header .menu-wrapper {
    font-family: 'Fira sans';
    display: inline-block;
    vertical-align: middle;
    }
}

@media screen and (min-width: 992px) {
    header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu {
        border: none;
        border-bottom: solid 0px #ffffff;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

@media screen and (min-width: 992px) {
    .x-nav-menu > li.x-menu-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding-right: 4px;
        background-color: transparent;
    }
}

.wpb_single_image .wpb_content_element .vc_align_left .dark-header::before {
    background: rgba( 0, 0, 0, 0.7 );
}

@media screen and (min-width: 992px) {
  span.x-nav-separate {
      border-left: solid 1px #fff;
      display: none !important;
  }
}


/* -------------------------------------------------------------------------------- */
/*  3.  Buttons
/* -------------------------------------------------------------------------------- */

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #ffffff;
    background-color: #d18a4e;
}

.vc_btn3.vc_btn3-color-blue:hover,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus {
  color: #fff;
  background-color: #53371f;
}

.entry-content input[type="submit"], .comment-text input[type="submit"] {
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Fira sans';
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    border: 2px solid #926036;
    background-color: #D18A4E;
    min-width: 170px;
    padding: 13px 20px;
    border-radius: 3px;
}

.entry-content input[type="submit"]:hover, .comment-text input[type="submit"]:hover {
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Fira sans';
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    border: 2px solid #926036;
    background-color: #926036;
    min-width: 170px;
    padding: 13px 20px;
}

/* -------------------------------------------------------------------------------- */
/*  4.  Homepage
/* -------------------------------------------------------------------------------- */

#white-home {
  margin-top: -130px;
}

.wolverine-quotes.style1 p {
    margin: 0;
    font-family: 'Playfair Display';
    font-size: 24px;
    font-style: italic;
    line-height: 2.2;
    color: #FFFFFF;
    text-align: left;
    padding-left: 90px;
}

.wolverine-feature.style1 .wolverine-feature-content h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #333;
    text-transform: none;
}

.wolverine-heading h2 {
    font-family: 'Fira sans';
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.6;
    color: #333;
    margin: 0;
    text-transform: none;
}

.wolverine-feature.style1 .wolverine-feature-content h4 {
    font-family: 'Fira sans';
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 30px 0px;
}

footer.main-footer-wrapper .main-footer {
    padding: 0px 0 30px 0;
    background-color: transparent !important;
    color: #fff !important;
}

.wolverine-feature.style1 .wolverine-feature-content h5 {
    font-family: 'Fira sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 -6px 27px;
}

.wolverine-quotes.style1 {
    text-align: left;
    margin-left: -130px;
}

@media(max-width: 992px) {
  .wolverine-feature.style1 .wolverine-feature-content .memoriam h4 {
      font-family: 'Fira sans';
      font-size: 18px;
      font-weight: 500;
  }

  .wolverine-feature.style1 .wolverine-feature-content .memoriam h5 {
      font-family: 'Fira sans', sans-serif;;
      font-size: 14px;
      font-weight: 400;
  }
}

@media(max-width: 767px) {
  .wolverine-feature.style1 .wolverine-feature-content h4 {
      font-family: 'Fira sans';
      font-size: 18px;
      font-weight: 500;
  }

  .wolverine-feature.style1 .wolverine-feature-content h5 {
      font-family: 'Fira sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
  }
}

@media(max-width: 500px) {
  .wolverine-feature.style1 .wolverine-feature-content h4 {
      font-family: 'Fira sans';
      font-size: 18px;
      font-weight: 500;
  }

  .wolverine-feature.style1 .wolverine-feature-content h5 {
      font-family: 'Fira sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
  }
}

.wolverine-testimonial.style2 .testimonial-avatar, .wolverine-testimonial.style3 .testimonial-avatar {
    width: 170px;
    height: 0px;
    position: absolute;
    top: 0;
}

.wpb_single_image img {
    vertical-align: top;
    height: auto;
    max-width: 100%;
    padding-top: 0px;
}


.wolverine-heading p {
    font-family: 'Fira sans';
    color: #535353;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.8;
    max-width: 970px;
}

.wolverine-feature.style1 .wolverine-feature-content p {
    font-family: 'Fira sans';
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #535353;
    margin: -28px 0 0;
}

.wolverine-testimonial.style2 .testimonial-item, .wolverine-testimonial.style3 .testimonial-item {
    position: relative;
    min-height: 0px;
}

.wolverine-testimonial.style3 .testimonial-info {
    padding-right: 0px;
}

@media screen and (min-width: 992px) {
    .margin-bottom-100 {
        margin-bottom: 40px!important;
    }
}

.subtitle {
   color: #d18a4e;
   font-size: 13px;
   padding: 0px 0 0 26px;
}

.title {
   font-size: 18px;
   font-weight: 500;
   padding: 0px 0 30px 26px;
}

.title a {
   color: #555;
}

.owl-item a {
    color: #fff;
}

.owl-item a:hover {
    color: #d18a4e;
}

/* -------------------------------------------------------------------------------- */
/*  5.  Footer
/* -------------------------------------------------------------------------------- */

footer.main-footer-wrapper .main-footer {
    padding: 0px 0 30px 0;
    background-color: #333;
    color: #848484;
}

footer.main-footer-wrapper .bottom-bar-wrapper {
    background-color: #333;
    color: #5b5b5b;
}

.keurmerk {
    padding-top: 30px;
    padding-left: 0px
}

.logo-footer {
    padding-top: 0px;
}

footer.main-footer-wrapper h4.widget-title {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #333;
    display: none;
}

.textwidget {
    padding-top: 40px;
}

@media (max-width: 764px) {
  .textwidget {
      padding-top: 0px;
  }
}

@media(max-width: 993px) {
  footer.main-footer-wrapper h4.widget-title {
      font-family: 'Montserrat';
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.05em;
      color: #333;
      display: none;
  }

  .widget-text {
      padding-top: 10px;
  }

  .textwidget {
      font-size: 13px;
  }
}

@media(max-width: 455px) {
  .textwidget {
      font-size: 15px;
      text-align: center;
  }
}

@media (max-width: 993px) {
    .keurmerk {
        padding-top: 0px;
        padding-left: 0px;
    }

    .logo-footer {
        padding-top: 0px;
        float: left;
    }
}


/* -------------------------------------------------------------------------------- */
/*  6.  Menu
/* -------------------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text, .nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text, .nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text, .nav-hover-primary .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text, .nav-hover-primary .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover, .nav-hover-primary .menu-wrapper .x-nav-menu li.x-menu-item:hover > a, .nav-hover-primary .menu-wrapper .x-nav-menu li.x-menu-item ul.x-sub-menu li:hover > a {
    color: #d18a4e !important;
}

::selection {
    background: #D18A4E;
    color: #ffffff;
}

header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 100px;
    text-transform: none;
    font-family: 'Fira sans', arial;
}

header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu li > a {
    color: #333333;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    font-family: 'Fira sans', arial;
}

header.main-header .menu-wrapper .x-nav-menu li.x-header-column > a.x-menu-a-text,
header.main-header .menu-wrapper .x-nav-menu li.x-header-column:hover > a.x-menu-a-text {
    color: #333 !important;
}

header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu > li:hover {
    background-color: transparent;
}


@media screen and (min-width: 992px) {
    header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu li > a:hover {
        color: #d18a4e !important;
    }
}

@media screen and (min-width: 992px) {
    .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.current-menu-ancestor > a.x-menu-a-text, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.current-menu-parent > a.x-menu-a-text, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.current-menu-item > a.x-menu-a-text, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.menu-current > a.x-menu-a-text, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li > a.x-menu-a-text:hover, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.x-menu-item:hover > a, .nav-hover-bolder .menu-wrapper .x-nav-menu ul li.x-menu-item ul.x-sub-menu li:hover > a {
        color: #d18a4e !important;
    }
}

.x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover {
    background-color: transparent;
}

.wolverine-feature-content {
    padding: 10px 0 0 0px;
}

@media (max-width: 991px ) {
  .wolverine-feature-content {
      padding: 10px 0 0 0px;
  }
}

.wolverine-feature.style1 .wolverine-feature-content h4 a:hover {
    color: #d18a4e;
}

/* -------------------------------------------------------------------------------- */
/*  7.  Ninja Forms
/* -------------------------------------------------------------------------------- */

input[type="text"], textarea {
    width: 100%;
    padding: 16px;
    margin: 0px;
    border-radius: 3px;
    background: #F1F1F1 none repeat scroll 0% 0%;
    border: medium none;
}

@media (max-width: 992px) {
    input[type="text"], textarea {
        width: 100%;
        padding: 16px;
        margin: 0px;
        border-radius: 3px;
        background: #F1F1F1 none repeat scroll 0% 0%;
        border: medium none;
    }
}

#nf_submit_5 input[type="submit"] {
    display: inline-block;
    margin: 40px 0 0;
    padding: 20px 26px;
    border-radius: 3px;
    border: medium none;
    background: #cd1719 none repeat scroll 0% 0%;
    font-size: 1.3em;
    line-height: 1;
    font-weight: 500;
    color: #FFF;
}

input, select, textarea {
    width: 100%;
    padding: 16px;
    margin: 0px;
    border-radius: 3px;
    background: #F1F1F1 none repeat scroll 0% 0%;
    border: medium none;
}

input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
    font-size: 15px;
}

@media (max-width: 992px) {
    input, select, textarea {
        width: 100%;
        padding: 16px;
        margin: 0px;
        border-radius: 3px;
        background: #F1F1F1 none repeat scroll 0% 0%;
        border: medium none;
    }

    input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
        font-size: 15px;
    }

    input, select, textarea {
        width: 100%;
        padding: 16px;
        margin: 0px;
        border-radius: 3px;
        background: #F1F1F1 none repeat scroll 0% 0%;
        border: medium none;
    }
}


.ninja-forms-required-items {
    padding: 0 0 30px 0;
    display: none;
}

#ninja_forms_form_5_response_msg.ninja-forms-response-msg.ninja-forms-error-msg {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    background: #cb604f;
    padding: 9px 14px;
    border: 2px solid #bc321d;
    border-radius: 3px;
    margin: 40px;
}

.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select {
    width: 100%;
    background: #f1f1f1;
}




/* -------------------------------------------------------------------------------- */
/*  8.  Page
/* -------------------------------------------------------------------------------- */

.wolverine-testimonial.style2 .testimonial-item, .wolverine-testimonial.style3 .testimonial-item {
    position: relative;
    min-height: 0px;
}

.wolverine-feature.style1 .wolverine-feature-content h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #d18a4e;
    text-transform: none;
    font-family: 'Fira sans';
}

/* -------------------------------------------------------------------------------- */
/*  9.  Portfolio
/* -------------------------------------------------------------------------------- */

.container .portfolio-wrapper.wolverine-col-md-3 .entry-title-wrapper a, .container .portfolio-wrapper.wolverine-col-md-3 .entry-title-wrapper span.category {
    font-size: 15px;
}

.portfolio .portfolio-tabs ul li > a, .breadcrumb-wrap .portfolio-tabs ul li > a {
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0;
    color: #D18A4E;
    font-weight: 400;
}

@media (max-width:991px ) {
  .portfolio .portfolio-tabs ul li > a, .breadcrumb-wrap .portfolio-tabs ul li > a {
      font-size: 16px;
      text-decoration: none;
      letter-spacing: 0;
      color: #D18A4E;
      font-weight: 400;
  }
}

.primary-color {
    color: #D18A4E;
}

.portfolio-item .entry-title-wrapper {
    border: 0px;
}

@media (max-width: 991px ) {
  .portfolio-item .entry-title-wrapper {
      border: 0px !important;
  }
}

.portfolio-item .entry-title-wrapper {
    text-align: center;
    border: solid 0px #ddd;
    border-top: none;
}

.portfolio-item .entry-title-wrapper span.category {
    padding-top: 16px;
    font-style: normal;
}

.category .other-font .primary-color .display-inline-block {
    font-family: 'Fira sans';
}

.portfolio-item .entry-title-wrapper a {
    text-transform: none;
}

.other-font {
    font-family: 'Fira sans';
}

.portfolio-full h2.portfolio-title {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
    font-family: 'Fira sans';
}

/* -------------------------------------------------------------------------------- */
/*  10.  Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 767px) {
  .vc_custom_1458920981998 {
    margin-top: 10px !important;
  }
}


.entry-content a, .comment-text a {
    color: #d18a4e !important;
}

.entry-content a:hover, .comment-text a:hover {
    color: #d18a4e !important;
    text-decoration: underline;
}
