/*!
Theme Name: Divi-Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Theme overrides for Providence DIG site.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.container.no-separator:before {
    display: none;
}

.page-header {
    background: #398930 url(images/inside-bg-green.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.page-header > .et_pb_row {
    padding: 54px 0;
}

.page-header h1,
.page-header .title {
    color: #fff;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.1em;
    padding: 0;
    margin: 0 0 20px 0;
}

.page-header a {
    color: #fff;
}

.page-header .back {
    display: inline-block;
    padding: 12px 20px;
    background: #07418C;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    font-size: 15px;
    line-height: normal;
}

.page-header .back:focus,
.page-header .back:hover {
    background: #000;
}

.posts {
    margin: 0 0 50px 0;
}

.posts article {
    display: flex;
    flex-wrap: wrap;
    color: #555;
}

.posts article + article {
    border-top: solid 2px #ECECEC;
    margin-top: 40px;
    padding-top: 40px;
}

.posts article .thumb {
    width: 30%;
}

.posts article .content {
    width: 70%;
    padding: 0 0 0 30px;
}

.posts article .category {
    font-size: 13px;
    line-height: 17px;
    color: #398930;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.posts article .meta {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 17px;
}

.posts article h2 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 10px 0;
    padding: 0;
}

#post h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 10px 0;
    padding: 0;
}

#post h2 {
    font-size: 30px;
    line-height: 34px;
}

#post p + h2 {
    margin-top: 20px;
}

#post .container:before {
    display: none;
}

#post .category {
    font-size: 14px;
    color: #398930;
    text-transform: uppercase;
    font-weight: bold;
}

#post .meta {
    margin: 0 0 30px 0;
    font-size: 14px;
}

#post .categories {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: solid 1px #D7D7D7;
}

#post .categories a {
    display: inline-block;
    margin: 0 10px 15px 0;
    background: #F5F4F0;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #888888;
    text-decoration: none;
    text-transform: uppercase;
}

#post .categories a:focus,
#post .categories a:hover {
    background: #003f8e;
    color: #fff;
}

#sidebar .et_pb_widget {
    margin-bottom: 40px;
}

.widgettitle {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #D7D7D7;
    font-weight: bold;
}

.search-form input[type="text"] {
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    background: #F5F4F0 url(images/search.svg) no-repeat 15px center;
    font-size: 14px;
    border: none;
}

[name="archive-dropdown"] {
    display: block;
    width: calc(100% - 20px);
    border-radius: 20px;
    border: none;
    padding: 0;
    font-size: 14px;
    position: relative;
    background: #F5F4F0 url(images/down-arrow.svg) no-repeat calc(100% - 15px) center;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

[name="archive-dropdown"] option {
    padding: 10px;
}

.widget_categories a {
    text-transform: uppercase;
}

.widget_categories li.cat-item-26,
.widget_categories li.cat-item-23,
.author-block {
    margin-bottom: 20px;
}

.author-block .name {
    font-weight: bold;
    font-size: 16px;
}

.author-block.with-photo > .photo {
    width: 110px;
}

.author-block.with-photo > .content {
    width: calc(100% - 110px);
}

.widget_custom_html .blog-signup {
    font-size: 15px;
    line-height: 20px;

}

.widget_custom_html .blog-signup input[type="email"] {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 20px;
    background: #F5F4F0;
    border-radius: 20px;
    margin: 15px 0;
}

.widget_custom_html .blog-signup input[type="submit"] {
    background: #398930;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}