/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 15 2022 | 11:55:06 */
/* Cookie bar */
#cookie-law-info-bar {
  padding: 5% 5% !important;
  opacity:0.9;
}
@media (max-width: 981px) {
#cookie-law-info-bar {
  padding: 3% 2% 12% 2% !important;
}
}
@media (max-width: 981px) {
#cookie-law-info-again {
  bottom:40px !important;
}
}
.cli-style-v2 .cli-bar-message {
    line-height: 2em;
}


#printservicestable td.pst-r1 {
  width:25%;
}
/* round borders on buttons */
input, select, .wp-block-button .wp-block-button__link, a.button, a.button:visited, button, html input[type=button], input[type=reset], input[type=submit],.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 5px;
}
/* CF7 fix*/
.cf7field {
  width:90%;
}
.smallinput {
  width:60px;
}
/* margin on recaptcha */
.wpcf7-form-control-wrap .g-recaptcha div {
  margin: 15px 0;
}

/* position header phone widget */
.header-widget {
    overflow: hidden;
    max-width: 50%;
    left: 60%;
    top: 35%;
    position: absolute;
  font-size:30px;
}

@media (max-width: 768px) {
    .header-widget {
      overflow: hidden;
      left: 0; 
      right: 0; 
      margin-left: auto; 
      margin-right: auto; 
      position: absolute;
      top:55%;
    }
}
/*
.widget-title {
    background: yellow;
  padding:5px;
}*/
