/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    margin-top: 0px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #513f3b;
    text-transform: uppercase;
	}
	
	
.tm-panel-header > .uk-panel-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-family: 'Allura';
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    color: #6c5d57;
    font-style: normal;
    letter-spacing: 0;
	}
	
.tm-panel-header > .uk-panel-title::before {
    position: absolute;
    content: "\e608";
    bottom: -6.5px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    font-family: 'lykka';
	color: #6c5d57;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uk-panel-header .uk-panel-title::before {
    position: absolute;
    content: "\e608";
    bottom: -6.5px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    color: #6c5d57;
    font-family: 'lykka';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-panel-header > .uk-panel-title2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-family: 'Allura';
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    letter-spacing: 0;
	}
	
.uk-panel-header .uk-panel-title2::before {
    position: absolute;
    content: "\e608";
    bottom: -6.5px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    color: #FFFFFF;
    font-family: 'lykka';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 56px;
    color: #6e5a52;
    border-bottom: 1px solid #F5F5F5;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    line-height: 22px;
    color: #6e5a52;
    border-color: #F5F5F5;
}

.form-actions {
    padding: 27px 20px 28px;
    margin-top: 28px;
    margin-bottom: 28px;
    background-color: transparent;
    border-top: transparent;
    *zoom: 1;
}

.tm-block-padding-collapse .tm-panel-header {
    padding-top: 0px;
}

.tm-block {
    padding-top: 0px;
    padding-bottom: 20px;
}

.uk-navbar-content::before, .uk-navbar-brand::before, .uk-navbar-toggle::before {
    content: '';
    display: inline;
    height: 100%;
    vertical-align: middle;
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
	height: 43px;
	padding: 0px;
	float: left;
}

.uk-panel-box-primary {
    background-color: transparent;
    color: #836963;
    border-bottom: 4px solid #795a4e;
}

.uk-panel-box {
    padding: 25px;
}

.uk-form input[type="text"],.uk-form input[type="email"],.uk-form select{
    height: 38px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid rgba(90, 67, 58, 1);
    background: rgba(0, 0, 0, 0);
    color: rgba(131, 105, 99, 1);
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
        transition-property: all;
    transition-property: border, background, color, box-shadow, padding;
    margin: 5px;
}

.uk-button-mini {
    min-height: 20px;
    padding: 8px 6px;
    line-height: 20px;
    font-size: 8px;
}

.uk-text-success {
    color: #795a4e !important;
    font-weight: bold;
}

a:hover, .uk-link:hover {
    color: #795a4e;
    text-decoration: underline;
}

.uk-nav-navbar > li > a {
  color: #6c5d57;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #6c5d57;
  /* 2 */
  outline: none;
  text-decoration: underline;
}