/*
Theme Name:     Scrollider Child Theme
Template:       scrollider
Version:        0.1.0
*/

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


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


/*Change the color of the header*/
#content-top {
background: #adee9e!important;
}


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

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


/*Change the color of the background for the body and the text color*/
body {
color: #;
background: #dbe3da;
}

/*Change the color of the links in the posts*/
section#main a{
color: #;
}

/*Change the color of the link in the archives*/
.widget ul li a{
color: #!important;
}

/*Change the color of the next and previous buttons*/  
.woo-pagination .page-numbers.current {
background: #adee9e;
color: #000;
}
  
.woo-pagination .page-numbers:hover {
background: #adee9e;
color: #000;
}  

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


/*Change the color of the footer background and copyright*/  
#footer {
background: #73bd62;
color: #fff;
}  

/*Change the color of the link in the footer*/
#footer a {
color: #fff;
} 

  

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

#featured-image {
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#content-top {
    background: #0F4C74;
    padding: 0;
}

#wrapper {
    background: #FFFFFF;
}

#content {
    background: #FFFFFF;
    padding: 1.244em 0 2.244em;
}

.post .post-meta .post-comments a,
.type-page .post-meta .post-comments a,
.type-features .post-meta .post-comments a,
.search-results .features .post-meta .post-comments a,
.search-results .page .post-meta .post-comments a,
.search-results .type-product .post-meta .post-comments a,
.search-results .type-portfolio .post-meta .post-comments a,
.type-project .post-meta .post-comments a {
    background: #007EF3;
}

img.profile {
    width: 100px;
    height: auto;
    float: left;
    padding: 5px;
}

#page-title {
    background: #fff;
}

#page-title h1 {
    text-align: center;
    padding: 15px 0;
    font-size: 36px;
    margin: 0;
}