/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2022 | 04:29:14 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Breadcrumbs */
.fbc-page .fbc-wrap .fbc-items {
  font-family: Adamina, sans-serif;  }

/* Forms */
.forms-links-custom a {
  line-height: 2em;  }


/********* Responsiveness ********/

@media all and (max-width: 786px) {
  
  body {
    overflow-x: hidden;
    width: 100%; }
  
}