/*--
	Theme Name: theme1887_childtheme
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
	Template: theme1887 
	Version: 1.0 
--*/

@import url("../theme1887/style.css");

.bg-top {/*background:url(images/bg-top.png) center top no-repeat;*/}
	.top-line {/*background:url(images/row-top.png) 0 0 repeat-x;*/}

/* Menu */
nav.primary {
    position: relative;
    padding: 29px 3px 0px;
    background: transparent none repeat scroll 0% 0%;
    z-index: 99;
    display: inline-block;
    float: left;
	background-color:#222222;
}
.primary_content_wrap {
    position: relative;
    z-index: 1;
    padding: 23px 25px 20px;
    background: #222 none repeat scroll 0% 0%  !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home .primary_content_wrap
{ 
	 position: relative;
    z-index: 1;
    padding: 0px 0px 0px;
    background: none repeat scroll 0% 0%  !important;
    margin-top: 20px;
    margin-bottom: 20px; 
}
h2
{
	line-height: 40px !important;
}
.before-content-area .grid_4
{
	margin-bottom:20px !important; 
} 
.row-logo {
    position: relative;
     min-height: 29px;
    background: #222222;
    border-radius: 7px 7px 0 0;
}
.sf-menu > li:first-child
{
	border-left:none 0 !important;
}
header
{
    background: #222 none repeat scroll 0% 0% !important;
}
.widget {
    background: #222 none repeat scroll 0% 0%;
}
.media .box
{
	padding: 0px 00px 00px !important;
}
.before-content-area
{
	margin-bottom:20px;
}
.before-content-area .box
{
	padding: 0px 00px 00px !important;
	
}
.sf-menu > li > a {
    font-size: 14px;
       padding: 12px 25px 16px;
  }
input[type="email"] {
    background: #2D2D2D none repeat scroll 0% 0%;
    border: 1px solid #2D2D2D;
    padding: 6px 8px;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}
.top_right
{
	position: relative;
padding: 29px 10px 0px;
background: #222 none repeat scroll 0% 0%;
z-index: 99;
display: inline-block;
float: right;
}
#widget-header {
    text-align: right;
    border-right:none 0px;
    height: 50px;
}
.widget-header ul li {
    vertical-align: top;
    list-style-type: none;
    color: #FFF;
    background: transparent none repeat scroll 0% 0%;
    padding:10px 5px 0px;
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
    border: none !important;
}
.widget-header ul li a {
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #FFF;
    padding: 0px !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}
.widget-header ul li h1 a {
    font-size: 24px;
   
}
@media all and (min-width:700px) and (max-width:1124px)

{
.sf-menu>li>a {
    font-size: 14px;
    padding: 12px 18px 16px !important;
}
}