/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Hover transparent über Bild entfernen*/ 
.image-overlay {
      background: none;
}

/* Partner Logo Element links mit tranparentem Hintergrund einstellen */ 
#top .avia-logo-element-container .slide-image { background: transparent !important; }

/* Sortierleiste mit 1% Rand */ 
.sort_width_container, #js_sort_items {
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}

/*Button Textfarbe Contact Form 7 */
.wpcf7-form input[type="submit"] {
    color: #000000 !important;
}

/*Textfarbe Portfolioraster Textauszug*/
.grid-entry-excerpt {
    color: #888888;
}