/*
Theme Name: Hope After Abortion
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: Jeff Campbell, jeff@digitalinlet.com
Author URI: https://digitalinlet.com/
Description: Hope After Abortion theme.
Version: 1.0
Template:     responsive


https://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
*/
@import url("../responsive/style.css");
@import 'https://fonts.googleapis.com/css?family=Droid+Serif';
@import 'https://fonts.googleapis.com/css?family=Droid+Sans';

body {
    background: #fff2e0;
    font-family: "Droid Serif";
    color: #5a5a5a;
    font-size: 14px;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    border-top: 5px solid #D87CD8;
}
a {
    color: #7193b2;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 12px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    color: #000;
}
.widget-title h3 {
    font-weight: normal;
    font-size: 20px;
}

h1{
    font-size: 22px;
}

.post h1 {
    font-size:18px;
}

h4 {
    font-size: 18px;
}

.page-title-tophead {
    border-bottom: 1px dashed #d3dad9;
    border-top: 1px dashed#d3dad9;
    overflow:hidden;
}

.page-title-tophead h1, .page h1 {
    float: left;
    padding-bottom: 0;
}

.page-title-link {
    float:right;
    margin-top: 10px;
}

#home-blurb {
    text-align: center;
    font-size: 20px;
}
#wrapper{
    background: none;
    border:none;
}

.home #content-full {
    margin-top: 0;
}

.main-nav{
    clear:none;
    float:right;
}
.copyright {
    width:100%;
    font-style: italic;
}
.home .post-title {
    display:none;
}
.slide-title {
    display:none;
}

.blog_block {
    clear:both;
    padding-top:10px;
}

.post {
    background: #fff;
    padding: 16px 25px 0px 25px;
    font-size: 12px;
}

.blog_grid {
    width: 210px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #fff;
}

.portfolio_grid_item p, .blog_grid p {
    font-size: 13px;
    line-height: 16px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    padding: 10px 15px 10px 15px;
}
.hr h4 {
    float: left;
    margin: 0;
    padding: 0;
    font-size:16px;
}
.hr_line {
    overflow: hidden;
    display: inline;
    float: right;
    margin: 5px 0 0 15px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #d3dad9;
    width: 710px;
}

.blog_grid p {
    font-size: 13px;
    line-height: 16px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    margin: 0;
}

.blog_grid p a {
    color: #000;
    padding: 0 1px;
}
.blog_grid.last {
    margin-right: 0;
}

.menu {
    background:none;
}
ul.menu > li:hover {
    background: none;
}
.menu a {
    color: #717171;
    text-shadow:none;
    border:none;
}
.menu a:hover {
    background: none;
    color: #000;
}
#respond {
    display:none !important;
}

.breadcrumb-list, .post-meta {
    display:none;
}
.page-title-topper{
    display:none;
}

#content{
    margin-top:15px;
}

blockquote {
    padding: 5px 0 15px 75px;
    background: url(images-light/quotation.png) 25px top no-repeat;
    color: #717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    border: none;
}

blockquote p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
}

area:focus{
    border:none;
}

.menu .current_page_item a, .menu .current-menu-item a{
    background: none;
}

/*Find Help*/
#stateSelect {
    display:none;
}
#helpPickerDiv {
    width:690px;
    float:left;
    height:100%;
}
#helpResultsDiv {
    float:right;width:200px;
}

@media screen and (max-width: 1000px) {
    #helpMap {
        display:none;
    }
    #stateSelect {
        display:block;
        width:100%;
    }
    #helpPickerDiv, #helpResultsDiv {
        width:100%;
        float:none;
    }
}

/* Mobile view */
@media screen and (max-width: 400px) {
    .blog_grid {
        float: none;
        text-align:center;
        margin: 0;
    }
    .home_content .hr h4  {
        float: none;
        text-align: center;
    }
    #wrapper {
        padding:0;
        margin: 0;
    }
    #home-blurb {
        font-size: 16px;
    }
    .js .main-nav {
        float:none;
        background-image: none;
        background-color: #b29169;
    }
}