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

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

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

/* Primary Block Styling */
.uk-block-primary {
	color:rgba(255,255,255,0.62);
}
.uk-block-primary h1,
.uk-block-primary h2,
.uk-block-primary h3,
.uk-block-primary h4,
.uk-block-primary h5,
.uk-block-primary h6 {
	color:rgba(255,255,255,0.9);
}
.uk-block-primary {
    border-top: 6px solid rgba(0, 0, 0, 0.25);
    border-bottom: 6px solid rgba(0, 0, 0, 0.25);
}
/* END */



.uk-block-secondary,
.tm-block-footer {
    border-top: 6px solid rgba(0, 0, 0, 0.10);
}


.uk-block-secondary a,
.tm-block-footer a,
.uk-panel-box-secondary a {
	color:#FC5556!important;
}
.uk-block-secondary a:hover,
.tm-block-footer a:hover,
.uk-panel-box-secondary a:hover {
	color:#ffffff!important;
}
.dp-padding-lr {
	padding:60px;
}
/*.dp-widget-panel img {
	float:right;
}
.dp-widget-panel h3 {
	text-align: center;
}*/
.mceContentBody {
	background:#FAF8F8;
	min-height:inherit;
	height:initial;
}
.nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    background-color: rgb(64, 64, 65);
    color: white;
}
.nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner p:first-of-type {
    margin-top:0px;
}