/*
Theme Name:     Urwahl3000 Childtheme
Theme URI:      http://kre8tiv.de/urwahl3000/
Description:    Child-Theme für Urwahl3000
Author:         Benjamin Jopen
Author URI:     http://kre8tiv.de/
Template:       urwahl3000                           
Version:        1.0.1
*/

/* Ab hier die eigenen Anpassungen... */
$e=2;
/*SMALLER LAPTOPS */
@media screen {
	
	a.post-edit-link{
		    display: inline-block;
    padding: 0.5em 1em;
   
        text-align: center;
    margin-bottom: 0.5em;
    font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    font-size: 0.8em;
    background: #f44336;
	}

}

/*SMALLER LAPTOPS */
@media only screen and (min-width: 770px) {

	
}