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


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


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

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

/*==Change the header background color==*/
header#main {
  background: ;
  
}

/*==Change the header color==*/
h1.main_title {
color: ;
}

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

/*==Change the navigation background color==*/
div#navigation {
  background: ;
  
}

/*==Change the menu link color==*/
#top-menu > ul > li.current-menu-item > a {
  color: ;
}

/*==Remove the breadcrumbs on the nav==*/
div#breadcrumbs {
display: none;
}

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

/*==Change the main content background color==*/
div#main-area {
  background: ;
}

p.et_pt_blogmeta a, p.meta-info, p.meta-info a, .entry p a {
  color: black;
}


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


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

/*==Change the footer background color==*/
footer#main-footer {
background: ;
}

/*==Change footer widget position==*/
#footer-widgets {
  padding-top: 20px;
}

.f_widget {
margin: 0 auto;
padding: 10px;
}

/*==Edit the size of About Me image==*/
img.profilepic {
float: left;
position: relative;
width: 25%;
padding-right: 10px;
}

/*==Change the navigation background color==*/
.footer-widget.footer-col1 {
float: left;
margin-right: 52px;
width: 70%;
margin-bottom: 20px;
padding: 15px;
}

/*==About me title==*/
h4.widgettitle {
font-size: 30px;
font-weight: 900;
text-decoration: underline;
padding-left: 30px;
padding-bottom: 20px;
}

/*==Display copyright in footer==*/
p#copyright {
display: ;
}


/*==Fixed the captcha submit button==*/
#commentform input#submit, #elist_submit_form input#submit {
padding: 9px 0;
}



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