/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2021 | 11:20:47 */
/* 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 */ 

     #footer-bar .osf-text{

        margin-left:35%;
      }
      @media (max-width: 1024px) {
       #footer-bar .osf-text{

          margin-left2:0%;
        }
      }
      @media (max-width: 768px) {
        #footer-bar .osf-text{

          margin-left:8%;
        }
      }
      @media (max-width: 576px) {
        #footer-callout-wrap{
          padding-bottom:0 !important;
        }
      }
      @media (max-device-width:375px) {
      }