/*
 Theme Name:   Feather Child
 Description:  Feather Child Theme
 Template:     Feather
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */

/*----------Header----------*/
/* Change header background color */
#top {
background-color:#;
}
/* Adjust logo if needed*/
#logo{
margin-top:0px;
}
/*----------Nav----------*/
/* Area targeted for CSS */
#menu {
float: left;
margin-bottom: 55px;
padding-left: 12px;
}

/*----------Body----------*/
/* Change background of content-area/body */
#content {
  text-shadow:none;
background-color:#fff;
background-image:none!important;
}

/*---------Sub-Pages----------*/


/*----------Footer----------*/
/* Change background color of footer area*/
#footer{
background-image:none!important;
  background-color:#;
}

/*----------Do not edit below this line----------*/
@media screen and (max-width: 1024px) {
  .container {
  width:98%;
  }
	#content-area{
	background-image: none;
	}
	#left-area, .post {
	width:98%;
	padding: 0!important;  
	}
	#menu{
	display: none;
	}
  }
  
  #menu{
  display: block;
  }