/*
Theme Name: Publikumskonferenz Theme
Description: Ein schönes Childtheme
Template: responsive
Version: 1.0
Tags:
*/


.menu-widget{
    list-style-type: none;
    padding-left: 0!important;
    margin: 0;
}

#widgets,#content-blog{
    margin-top: 20px;
}

.menu a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    background: #f76c1e; /* Old browsers */
    background: -moz-linear-gradient(top, #f9c667 0%, #f76c1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9c667 0%,#f76c1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9c667 0%,#f76c1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f76c1e',GradientType=0 ); /* IE6-9 */
    text-shadow: none;
}


.menu .current_page_item a, .menu .current-menu-item a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    background: #f76c1e; /* Old browsers */
    background: -moz-linear-gradient(top, #f9c667 0%, #f76c1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9c667 0%,#f76c1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9c667 0%,#f76c1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f76c1e',GradientType=0 ); /* IE6-9 */

    text-shadow: none;
}

#menu-hauptmenue{
    border-radius: 4px;
    overflow: hidden;
}

.post-title {
    font-size: 1.9em;
}

.post:first-of-type .post-title{
    margin-top: 0;
}

.post .wp-post-image{
    border-radius: 4px;
}

.post .author-gravtar{
    display: none;
}

a{
    color: #f76c1e;
}

a:hover{
    color: #e4671e;
    transition: color 0.1s;
}

.post:first-of-type .wp-post-image{
    margin-top: 0;
    border-radius: 4px;
}


.post-meta a {
    color: #555555;
}

#menu-blogroll a{
    color: #555555;
}


#menu-blogroll a:hover{
    color: #e4671e;
}

.brand-button{
    display: inline-block!important;
}

.brand-button a{
    color: #FFFFFF!important;
    display: block!important;
    padding: 10px 30px!important;
    background: #f76c1e!important;
    cursor: pointer;
}

.brand-button a:hover{
    background: #e4671e!important;
}


.form-button{

    margin-bottom: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.form-button a{
    color: #FFFFFF!important;
    display: block!important;
    padding: 10px 10px!important;
    background: #f76c1e!important;
    cursor: pointer;
}

.form-button a:hover{
    background: #e4671e!important;
}



#wp-admin-bar-updates{
display:none!important;
}