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



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

#breadcrumbs {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 21px 0 21px 20px;
    border-bottom: 1px solid #f0f0e5;
}

#logo-area {
float: left; 
margin-bottom: 0px;
}

#container {
width: 1020px;
}

h1.page_title {
margin: 0 auto;
text-align: center;
}

header.clearfix {
padding: 1.5rem 0px .5rem 1rem;
margin-bottom: 10px;
box-shadow: 2px 2px 6px black, inset 2px 2px 6px white;
}

#top-menu > ul > li.current-menu-item > a, #top-menu li a {
padding: .5rem 1rem;
border-radius: 15px;
margin-right: 10rem;
box-shadow: 2px 2px 1px black, inset 2px 2px 1px white;
text-shadow: 1px 1px 1px black;
}

/*================================
==================================
====Do not edit the code above====
==================================
================================*/



/*----------Header----------*/

/*=======Change the background of the header=====*/
header.clearfix {
background: ;
}


/*----------Nav----------*/

/*=====Change the properties of the menu tags=====*/
#top-menu > ul > li.current-menu-item > a, #top-menu li a {
background: #827073;
color: white;
}

/*----------Body----------*/

/*========Change the attributes of the H1 tag=====*/
h1.page_title {
color: ;
font-size: ;
}

/*=======Change color of the background========*/
body {
background-color: #556f6a;
}

/*======Change the attributes of links and titles=======*/
h2.et_pt_title a {
color: ;
font-size: ;
text-decoration: ;
}

p.et_pt_blogmeta {
    
} 

p.et_pt_blogmeta a {
color: ;
font-size: ;
text-decoration: ;
}

p.et_pt_blogmeta a:hover {
color: ;
text-decoration: ;
font-size: ;
}

a, a:hover, a:visited {
color: ;
font-size: ;
text-decoration: ;
}

p.meta-info, p.meta-info a, p.meta-info a:hover {
color: ;
font-size: ;
text-decoration: ;
}


/*========Change the attributes of the content=========*/
p {
color: ;
text-decoration: ;
font-size: ;
}


/*======Change the attributes of the "read more" button=====*/
.et_pt_blogentry a.readmore {
color: ;
background-color: ;

}

/*=========Change the attributes of the widgets======*/
h4.widgettitle {
color: ;
font-size: ;
text-decoration: ;
}

.widget a, .widget a:hover{
color: ;
font-size: ;
text-decoration: ;
}


/*=======Change the attributes of the page navigation on the bottom========*/
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
color: ;
font-size: ;
text-decoration: ;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
color
}



/*----------Sub-pages----------*/


/*----------Footer----------*/


/*----------Do not edit below this line----------*/


@media screen and (min-width: 976px){
#left-area{
  width: 640px;
  float: left;
  margin: auto;
  padding: auto;		
  } 
  #sidebar{
  width: 320px;
  float: left;	
  }
  .post-content, .widget{
  padding: auto;
	  }
	#container{
	width: 1020px;
	}

}

@media screen and (max-width: 975px){

#left-area, #sidebar{
  width: 96%;
  float: none;
  margin: 2%;
  padding: 0;		
  } 
  .post-content, .widget{
  padding: 0;
	  }
	#container{
	width: 96%;
	}
#content-area:before {
border-right: none;
}
}

/*End of Mobile styles*/