/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*  Smugmug social icon
    ===================================================================== */

/* Icon */
#top #wrap_all .av-social-link-smugmug a:before{
    content: "";
    width: 15px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/smugmug-hover.png) no-repeat center center;
    background-size: contain;
}

#top #wrap_all #header .av-social-link-smugmug a:before{
    margin-bottom: 2px;
}

/* Hover */
#top #wrap_all .av-social-link-smugmug:hover a {
    background: #6db800;
}

#top #wrap_all .av-social-link-smugmug:hover a:before {
    background: url(images/smugmug-hover.png) no-repeat center center;
    background-size: contain;
}

/* Socket */
#top #wrap_all #socket .av-social-link-smugmug a:before {
    width: 9px;
    height: 11px;
    background: url(images/smugmug-hover.png) no-repeat center center;
    background-size: contain;
}

/* Contact Form 7 */
.wpcf7-mail-sent-ok {
	color: green;
}

.additional-cf7-response {
	display: none;
	margin-top: 0;
}

/* Enfold forms */
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    background-color: #fff;
    color: #000;
}