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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Social Bar menu */
ul.social-bar {
	list-style: none;
   	padding-left: 20px;
}

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.tm-navbar {
    background-color: rgba(181, 132, 132, 0.4);
}

.tm-navbar-center .tm-nav {
    margin-top: 0;
}

.uk-navbar-nav > li > a {
	color: rgba(199, 213, 227, 0.3);
}

#tm-footer {
	background-color: rgba(181, 132, 132, 0.5);
}

#tm-footer .uk-panel .h4, #tm-footer .uk-panel .h5{
	color: #fff;
}

.uk-navbar-nav > li > a:hover {
    color: #fff;
}
.uk-modal-caption {
	background: rgba(0,0,0,0.8);
	bottom: -21px;
    margin-bottom: 20px;
	overflow: visible;
	white-space: unset;
    word-wrap: break-word;
}