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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.uk-panel-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
    color: #5c5c5c;
    overflow: hidden;
    padding: 25px;
}

div.uk-sticky-placeholder {
	height: 30px;
}

h3, .uk-h3 {
    font-size: 22px;
    line-height: 28px;
}

h4, .uk-h4 {
    font-size: 22px;
    line-height: 28px;
    color: #1cabde;
}

h5, .uk-h5 {
    font-size: 22px;
    line-height: 28px;
    color: #9FC331;
}

.uk-thumbnail {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #dddddd;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 40px 0px 0px;
    max-width: 100%;
    padding: 0px;
}

.uk-panel-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 20px;
}
.tm-button-arrow {
    color: #ffffff;
}

.tm-button-arrow::before {
    content: "";
    font-family: "Monday";
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
}