/* Additional CSS */


/*GLOBAL*/

img{
max-width: 100%;
}


/*HEADER*/

/*NAV*/

html header .header-bottom .header-right .navigation .menu-primary-container .menu {
    display: flex;
}

.bar1, .bar2, .bar3 {
    background-color: #aea276;
}


/*Childheader*/
.breadcrumbs-container
a{
color: #aea276;
}

.breadcrumbs-container span, .breadcrumb_last{
    color: #aea276!important;
}

.breadcrumb_last{
    font-weight: 500;
}

/*SLIDER*/

@media only screen and (min-width: 1400px){

.slick-dots {
     display:none!important;
}
}

@media only screen and (max-width: 1399px){

.slick-dots {
     display:flex;
}
}




/*Products Search Page*/

.page-id-168
 .body-content{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-search {
    display: flex;
    margin: 0 0 2vw;
}



html body .body-container .child-1 .site-content .body-content .product-search .product-category-select select{
border-radius: 0px!important;
}



/*CHILD PAGES*/

html body .body-container .child-2 .site-content .body-content .container .child-page-section-1 {
    margin-bottom: 30px;
}


/*industries page*/
.child-1
.wpb_wrapper
li{
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1001px){
.child-1
.location-pictures
img {
    height: auto;
    max-width: 12vw;
    vertical-align: top;
}
}





/*Visual Composer*/

.vc_row.vc_row-flex {
    width: 75vw;
    margin: auto;
}


/*FOOTER*/

@media only screen and (max-width: 1000px){
footer
html body .body-container footer .footer-top {
    display: flex;
    margin: 33.33%;
}
}

footer
.gform_wrapper .validation_message {
    display: none;
}



footer
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 2vw;
    width: 10vw;
    border: 0px;
}



@media only screen and (min-width: 641px){
footer
.gform_wrapper .gform_body {
    width: 10vw!important;
}

footer
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border: 0px;
    height: 2vw;
    color: white;
    background: #aea276;
    cursor: pointer;
}

}



@media only screen and (max-width: 1000px) {

footer
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 3vw;
}


footer
 .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    height: 3vw;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
  }
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px!important;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
      margin: 0 0 0px!important;
  }
}




@media only screen and (max-width: 641px){
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1!important;
}

footer
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 62vw;
}


footer
 .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border: 0px;
    color: white;
    background: #aea276;
    cursor: pointer;
}



}







/*industries page*/
.child-1
.wpb_wrapper
li{
  margin-bottom: 0.5rem;
}


.wpb_image_grid .wpb_image_grid_ul {
    width: 65vw!important;
    margin: auto!important;
}


.wpb_image_grid .wpb_image_grid_ul img {
    max-width: 95%!important;
}
