/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* THERE IS A CHANGE TO THE FILE: /templates/yoo_aurora\warp\systems\joomla\layouts\article.php
THAT ADDS class="uk-button" TO LINE 72 TO THE READ MORE A LINKS */



a.tm-sidebar-logo p, a.tm-logo-small p {
	padding: 0;
	margin: 0;
}

.tmlinks { 
    text-indent: -2999px; /* sends the text off-screen */
    font-size: 11px;
    /* white-space: nowrap; /* because only the first line is indented */
}

.uk-navbar-nav > li > a {
    text-transform: none;
}

/* <hr> on frontpage */
.tm-section-divider section + .tm-grid-divider, .tm-section-divider .tm-middle + .tm-grid-divider {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Calendar table */
table.events tr {
	border-bottom: 1px solid #F5F5F6;
}
table.events td {
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Spotlight on frontpage */
.uk-notouch section.tm-bottom-b div.uk-scrollspy-init-inview figure.tm-caption img {
	width: 100%;
}


/* sub sub menu items (i højre side) */
.tm-sidebar-a ul li ul.uk-nav-sub li a {
	color: #6a6c6f;
	font-size: 14px;
	padding-left: 15px;
}
.tm-sidebar-a ul li ul.uk-nav-sub li a:hover {
	color: #005EB8;
}
.tm-sidebar-a ul li ul.uk-nav-sub {
	padding-top: 10px;
}



/* Responsivt */
@media (max-width: 450px){
	/* overskrifter i slider */
	.uk-slidenav-position ul.uk-slideshow.uk-overlay-active li.uk-active .uk-overlay-panel div h3 {
		font-size: 1.1em;
    }
}


/* Ipad landscape skal ændre logo lidt */
@media (min-width: 960px) and (max-width: 1200px){
	.tm-sidebar-wrapper .uk-sticky-placeholder > div > a > img {
		padding-left: 15px;
		padding-right: 15px;
	}
}
