@charset "utf-8";


 /*~~~BASIC NEEDED~~~*/



/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
 @import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
 @import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

/* Basic Stuff */
 html {
  font-family: sans-serif;
	overflow-x:hidden;
  scroll-behavior: smooth;
 }

 * {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:inherit;
}

.clear {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}


mark {
	color:unset;
	background-color:unset;
}

.homepage mark {
	display:none;
}

img {
	border: 0;
	outline: none;
}


a {
	text-decoration:none;
	color: #016db1;
}

body {
font-family: "Droid Sans",sans-serif;	
}

body button {
	font-family: "play", sans-serif;
}



h1 {
    font-family: 'Montserrat', sans-serif;
}

 ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.boldtxt, .boldtxt h1 {
font-weight:bold;
}



.italictxt {
font-style: italic;}


.woocommerce-shipping-methods small {
display:none;
}


.nlo {min-height:63vh;}


.clickdesk-ultra .click-desk-closed-container .click-desk-visitor img, .clickdesk-ultra .cdw-chat-header .cdw-chat-header-avatar img {
  display:none!important;
}

/*-------Footer-area-design-----*/



.footer_out {
	background-color:#f1f1f1;
	padding-top: 40px;
padding-bottom:25px;
}
.footer_out .footer_in {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.footer_in .foot_bottom {
	padding-top: 30px;
}
/*-------Footer-menu-top-part-----*/



.menu_t {
}
.menu_t ul {
	padding: 0;
	margin: 0 auto;
	display: table;
}
.menu_t ul li {
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	font-weight: 400; /*display:inline-block;*/
	float: left;
}
.menu_t ul li a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	border-right: 1px solid #000;
	padding: 0 30px;
	color: #000;
}

.menu_t ul li:last-child a {
	border-right: 0;
}
/*-------Footer-menu-image-section-----*/



.lg_pt {
	padding: 0;
	margin: 0 auto;
	display: table;
}
.lg_pt ul {
	padding: 0;
	margin: 0;
}
.lg_pt ul li {
	display: inline-block;
}
.lg_pt ul li a {
	padding: 0 30px;
	display: block;
}

/*-------Footer-menu-copyright-section-----*/



.copy_pt { /*padding-top: 24px;*/ /*padding-top:30px;*/
	padding: 30px 0;
}
.copy_pt ul {
	padding: 0;
	margin: 0 auto;
	display: table;
}
.copy_pt ul li {
	font-family: 'Droid Sans', sans-serif; /*font-size:14px;*/
	font-size: .9em;
	font-weight: 400; /*display:inline-block;*/
	float: left;
}
.copy_pt ul li a {
	font-family: 'Droid Sans', sans-serif; /*font-size:14px;*/
	font-size: 1em;
	font-weight: 400;
	color: #000;
}

.copy_pt ul li:last-child a {
	border-right: 0;
}
.copy_pt ul li span {
	padding: 0 15px;
	border-right: 1px solid #000;
}
.copy_pt ul li:last-child span {
	border-right: 0;
}


.pagecon {
	/* overflow:hidden; */
}



@media (max-width: 809px) {
.lg_pt ul li{ display:block; text-align: center; margin-bottom: 4px;}
.copy_pt ul li span{ border-right:0;}
.menu_t ul li{ float:none; margin:0 auto; display:block; text-align:center; line-height:22px; }
.menu_t ul li a{ border-right:0; font-size: 15px; padding:0;}
.menu_b ul li a{ padding:0; font-size: 13px; border-right:0;}
.menu_b ul li{ float:none; margin:0 auto; display:block; text-align:center;}
.lg_pt ul li a{ outline:none;}
.lg_pt ul li:first-child img{ padding-bottom:15px;}
.footer_out { padding-bottom:80px;}
}






.nlo ul {
	list-style-type:initial;
	margin-left:25px;
}





/** NEW STUFF **/


 .con{
	max-width: 1300px;
    margin: auto;
    padding: 0px 15px;
}


.pagetitle {
    text-align: left;
    font-size: 40px;
    margin-left: 2%;
    font-weight: bold;
    line-height: 40px;
    font-variant: small-caps;
    color: white;
    font-family: 'Montserrat', sans-serif;
}


.titlecontainer {
	display: block;
    width: 100%;
    padding: .5% 2%;
    background-image: linear-gradient(90deg, #00294b, #016db1, #4896d1,white);
	box-shadow: #00294b 0px 2px 6px;
    border-width: 4px 0 4px 0;
    border-top-style:groove ;
    border-bottom-style: ridge;
	border-color: #016db1;
	margin-bottom:15px;
}

.pagenotfound .titlecontainer {
    background-image: linear-gradient(90deg, #00294b, #016db1, #4896d1,#91caf3);
}



.distquotebutton {    
    font-size: 2em;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}



	
.distquotebutton a {	
	color: white;
	background-color: #006db1;
	background-image: linear-gradient(180deg, #016db1ad, transparent),radial-gradient( #016db1, #125580);
    margin-bottom: 20px;
	border: #4896d1 outset 3px;
	border-radius: 10px;
    height: auto;
    display: block;
    padding: 20px 10px;
    width: 100%;
}



#order_review_heading {
	font-family:"Montserrat",sans-serif;
	font-size:1.7em;
	border-bottom:2px solid #016db1;
	margin-bottom:10px;
font-weight:700;
}

.leadtimes {
	font-size:.9em;
	margin-bottom:20px;
	background-image: linear-gradient(90deg, #bce1fb, transparent);
	padding:10px;
}

.leadtimes p {
	margin: 5px 0;
}




.productshome {
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-image: linear-gradient(0deg, #c6e7ff 24%, #edf8ff);
    margin-bottom:50px;
    border-bottom: double #c6e7ff 6px;
    border-top: double #edf8ff 6px;
    background-clip: padding-box;
}



.distquotebuttonpco a {
    color: white;
    background-color: #006db1;
    background-image: linear-gradient(180deg, #016db1ad, transparent),radial-gradient( #016db1, #125580);
    border-radius: 5px;
    display: block;
    padding: 20px 10px;
 	font-weight:bold;
	font-size:1.2em;
}








input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    font-size: 1em;
    color: #454545;
    /* border-radius: 3px; */
    vertical-align: middle;
    box-shadow: none;
    border: none;
    border-bottom: #006db1 solid 1px;
    border-radius: 3px;
    width: 100%;
    max-width: 400px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}











/* This is for the category listings on the very front page */


.woocommerce-page.columns-7 ul.products li.product, .woocommerce.columns-7 ul.products li.product {
    width: 13.5%;
	margin-right:.9%;
}

.woocommerce.columns-7 ul.products li.last, .woocommerce-page.columns-7 ul.products li.last {
    margin-right: 0;
}


@media only screen and (max-width: 1150px) and (min-width:768px) {

.homepage ul.products.columns-7 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.homepage .woocommerce-page.columns-7 ul.products li.product, .homepage .woocommerce.columns-7 ul.products li.product {
    max-width: 25%;
	width:auto;
    padding: 10px;
	margin-right: 0;
	margin:0;
}
.homepage .woocommerce .products ul::after, .homepage .woocommerce ul.products::after {
display:none!important;
}

}

/* quote inquiry page */


.mwrq-product-subtotal, .product-subtotal {
color:transparent!important;
}

.product-subtotal bdi {
	display:none;
}


#motif-mwrq-form .quantity input {
	min-height:40px;
	line-height: 2.5em;
}

#motif-mwrq-form img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 100px;
}


.raq-totals {
	color:transparent;
	display:none;
}

.woocommerce .motif-request-form-wrapper form .form-row input.input-text, .woocommerce .motif-request-form-wrapper form .form-row textarea {

    line-height: 1.75em;
}







/* OVERVIEW PAGES */




.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
	font-weight:600;
    border-radius: 100px;
    background-color: #016db1;
background-image: linear-gradient(180deg, #047cd7, transparent),radial-gradient(ellipse at top, #0063a1, #00294b);
    color: white;
    border: none;
}


.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	    background-color: #016db1;
	border:none;
    background-image: linear-gradient(0, #3ea6ff94 10%, #0575c7),linear-gradient(0deg, #16a0f7d1, #31a6ff 80%);
}


.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus {
	border:none;
}


/* --------------- Search Page ----------------- */

/* SEARCH PAGE TEMPLATE */

.searchtitle h1, .page404 h1 {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

.results {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d0d0d0 ;
}

.results h3 {
	margin-bottom:5px;
	font-size:1.3em;
	font-family:montserrat, sans-serif;
	font-weight: bold;
}

.results p, .results>a {
	font-size:.95em;
	color:black;
}


.searchpage .tooltipster-content {
	display:none;
}


.nlo.page404 {	
min-height: 50vh;
}


.page404 .searchform .screen-reader-text {
	font-size:1.2em;
	font-weight:bold;
	line-height:2em;
	font-family:play, sans-serif;
	display:block;
}

.page404 .searchform input#s {
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	font-family:play, sans-serif;
	display:inline;
	width:50%;
	vertical-align: initial;
}
.paraspace p, .paraspace .wpb_wrapper p {
    margin-bottom: 15px;
}

.page404 .searchform .top_label {
	width:10%;
	display:inline;
	height:auto;
	line-height:2em;
}

.page404 .searchform .top_label button#searchsubmit\ gform_submit_button_2 {
	line-height:2em;
	height:auto;
	width:40px;
	border-style: solid;
    border-width: 2px;
    border-color: #ed1c24;
    border-left: none;
	margin-left:-1px;
}


.configbutton {
	     padding: 20px 10px 0;
    z-index: 999;
    text-align: center;
}

.configbutton a {
	    background: #f0cc06;
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    display: block;
    padding: 10px 5px;
    border: outset 2px #ffd800;
    border-radius: 5px;
}


.distquotebuttonpco a {
    margin-bottom: 15px;
}