/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2022 | 13:01:52 */
/* 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;
}
/* Cookie Modal font and margin */
.cli-modal .cli-modal-dialog  {
    font-family: verdana, arial;
}
.cli-modal-body .cli-tab-header a.cli-nav-link {
	margin-top: 0;
  	margin-bottom:0;
}

/* IE8 uses \0 */
@media all\0 { 
    .katb_widget_form input.katb_input, .katb_widget_form textarea {
        padding-right: 0 !important;
    }
} 


/* header text */
.site-branding {
	margin-left: 25px;
}

.main-title {
	font-size: ;
}
.site-description {
	font-style: italic;
	font-size: 20px;
}

/* smart slider remove space */
.widget_smartslider3 {
  padding:0 !important;
}


/* CF7 fix*/
.cf7field {
  width:90%;
}
.smallinput {
  width:60px;
}
.align-right {
  text-align:right;
  margin-right: 10% !important;
}
/* margin on recaptcha */
.wpcf7-form-control-wrap .g-recaptcha div {
  margin: 15px 0;
}


/* Breadcrumbs elements */
.breadcrumbs {
	font-size: 12px;
}


/* testimonial error message background 
.katb_error {
    background: transparent;
}
.katb_schema_summary_wrap {
    font-size: 10px;
}
*/
/* page specific */


/* recaptcha */
div .grecaptcha-badge {
  opacity:0 !important;
}
.page-id-16 div .grecaptcha-badge, .page-id-22 div .grecaptcha-badge {
  opacity:100 !important;
}

/* Rounded buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
	border-radius:5px;
}

