/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



ul.uk-subnav.uk-subnav-pill.uk-text-center {display: none;}

img.uk-responsive-height {
    margin-top: -48px;
}

/* left background image */


.tm-sidebar-wrapper {
    background: none;
    background-color: #c9cba6;
}


/* flexible sidebar home text center */
h3.uk-h4 {
    display: none;
}

.uk-panel > :not(.uk-panel-title):last-child {
    margin-top: -9px;
}

.tm-section-divider section + .tm-grid-divider, .tm-section-divider .tm-middle + .tm-grid-divider {
    margin-top: 39px;
    margin-bottom: 35px;
}

.uk-margin-large{
  margin-bottom: 36px;
  margin-top: 28px;
}

@media (max-width: 700px) {
  .uk-width-1-2 {
    width: 100%;
  }
}

p{
  letter-spacing: 0.5px;
}

a.uk-button{
  background: none;
    color: black;
}

.uk-button-primary {
    border-color: black;
}

a.uk-button.uk-button-large.uk-button-primary.tm-button-wide:hover{
  background-color: #cbdfcd;
}

a.uk-button:hover{
  background-color: #cbdfcd;
}


