/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-panel-subtitle {
    margin: 30px auto;
        margin-bottom: 30px;
    text-transform: none;
    font-size: 25px;
    line-height: 33px;
}
.chronoform { display:none; }
input[type="text"], textarea {border: 1px solid #cccccc;
}
textarea {height: auto;
}
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 50px;
    line-height: 60px;
  }
}
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #444444;
}