/*
Theme Name: Responsive Child Theme
Description: Responsive Child Theme
Author: DelilahAnn
Author URI: http://delilahann.com
Template: responsive
Version: 1.0.0
*/

@import url("../responsive/style.css");

/* Child theme customization starts here */


#container {
    padding: 0;
    background: white;
    /* box shadow */
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
}

#logo {
    padding-bottom: 20px;
    padding-left: 10px;
}

.top-widget {
    width: auto;
}

.top-middle-widget {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    clear: right;
    float: none;
    min-height: 0;
    padding: 0 3px 0 0;
    text-align: center;
    display:inline-block;
}

#header {
    text-align: center;
}

.top-middle-widget .widget-wrapper {
    background-color: #FFFFFF;
    border: 0;
    padding: 0px;
    padding-top: 7px;
}

#phone-number {
    color: black;
    font-family: arial;
    font-size: 25pt;
    font-style: italic;
    font-weight: 700;
}

#pledge-declare, #pledge-statement {
    color: #f47a1f;
    font-family: times new roman;
    font-size: 15pt;
    font-weight: bold;
    padding-top: 10px;
}

#pledge-statement {
    color: #000;
    padding-top: 0px;
}

.orange-bold {
    color: #f47a1f;
    font-size: 15pt;
    font-weight: bold;
}

div#header .widget_search {
    padding-top: 10px;
}

#searchsubmit {
    line-height: 1.6em;
}

.menu {
    background-color: #f47a1f;
    background-image: none;

-webkit-box-shadow: 0px -1px 15px #888888;
-moz-box-shadow: 0px -1px 15px #888888;
box-shadow: 0px -1px 15px #888888;
}

.menu, .menu ul {
    height: 55px;
}

.menu a, .menu a:hover { 
    text-shadow: none;
    text-transform: uppercase;
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
    line-height: 55px;
    height: 55px;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {

	.top-widget,
	.front-page  .top-widget, .top-middle-widget {
		margin-top: 0 !important;
	}

}
/**** added responsiveness just for the header to accommodate top middle widget ****/
@media screen and (max-width: 850px) {

	.top-widget, .top-middle-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3, .top-middle-widget .widget-title h3 {
		text-align: center;
	}

        .top-middle-widget {
                float: right;
                display: block;
	}
	
}

@media screen and (max-width: 650px) {

	.top-widget, .top-middle-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
		display: block;
	}

	.top-widget .widget-title h3, .top-middle-widget .widget-title h3 {
		text-align: center;
	}
	
}

@media screen and (max-width: 480px) {
        .top-middle-widget {
                float: none;
		display: block;
	}
}

@media screen and (max-width: 320px) {

	
	
}

@media screen and (max-width: 240px) {


	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"],
        .top-middle-widget area,
	.top-middle-widget select,
	.top-middle-widget textarea,
	.top-middle-widget input[type="text"],
	.top-middle-widget input[type="password"],
	.top-middle-widget input[type="email"]
 	{
		width: 75%;
	}

}


