<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
.uk-button-sc{
	
	
	  color: #fff;
	background: #c93530;
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    
  
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
	
    vertical-align: middle;
    line-height: 35px;
    min-height: 35px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
	border: 1px solid #c93530;}



.uk-button-sc:hover,
.uk-button-sc:focus {
 color: #c93530;
    background: #fff;

  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}


.contact-form textarea { width: 100% !important; height: auto !important;}

#jform_contact_emailmsg { width: 100% !important; }


</pre></body></html>