/*
Theme Name: Philanthropy Child
Description: Philanthropy is created by <a href="http://themefuse.com">ThemeFuse</a>. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: philanthropy-parent
Version: 2.0
Text Domain: philanthropy
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url("../philanthropy-parent/style.css");


/*  Contact Form Customizations  */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea { 
	background:#; 
	padding: 6px; 
	border:1px solid lightgrey; 
        color: #707070;
	border-radius:4px;
}
.wpcf7 input[type=submit] {
    background-color: #996633;
    border: 2px solid #996633;
    color: white;
    font-style: italic;
    font-weight: bold;
    padding: 16px 32px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.wpcf7 input[type=submit]:hover {
    background-color: white;
    color: #996633;
}

/* Side by Side Mobile Menu*/
@media all and (max-width: 768px){
    .header-1.fw-top-logo-left .fw-wrap-logo,
    .header-1.fw-top-logo-right .fw-wrap-logo{
        float: left;
        width: auto;
    }

    .fw-logo-retina.header-1 .mmenu-link{
        float:right;
        width:auto;
    }
}

/* Sticky Menu */
.fw-sticky-menu .fw-site-navigation > ul > li > a {
    color: #ebebeb;
}

.header-1 .fw-sticky-menu .fw-header-main .fw-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Main Menu */
.header-1 .fw-header-main .fw-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
