/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
portfolio-entry-media {
	border: 1px solid lightgray;
}
.alle-nyheder-knap a {
    display: block;
    margin: 0 3px 3px 0;
    font-size: .923em;
    padding: .385em .769em;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    color: #787878;
    transition: 0.15s all ease;
    text-decoration: none;
}

.alle-nyheder-knap a:hover {
    text-decoration: none;
    color: #fff;
    border-color: transparent;
    background: #2c87f0;
    color: #fff;
    text-decoration: none;
}
