/**
 * Theme Name: YonkersWP Child
 * Description: Child theme for the YonkersWP theme
 * Author: DS
 * Template: yonkerswp
 */

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


body{
    line-height: 1.5;
}

#main-nav .current_page_item a{
    color: #c39f76;
}
/***** text with image background ******/
.absolute {
    padding: 14%;
}

.image_simple .overlay{
    display:none;
}

.full-bg .overlay{
	display: none;
}

/******** post tag *******/
.custom-tag{
	display: none;
}

/***** footer *******/
.content-wrapper {
    padding-bottom: 200px;
}
#footer {
    margin-top: -200px;
    min-height: 200px;
}

footer p, footer p a {
    font-size: 10px;
    margin-bottom: 18px;
}

#footer-bottom {
    padding-top: 90px;
}
