h1.entry-title {text-align:center;
font-size: 58px;
font-weight: 600;
letter-spacing: 1px;
color: #20292f;
padding-top: 40px;
}

.single-post #main-content {
background: #f7f9fb;
}

.post-meta {
text-align:center;
margin-bottom: 80px;

}

p.post-meta, .post-meta a {
color: #71818c !important;
font-size: 20px !important;
}

.single .et_pb_post {
margin-bottom: 27px;
box-shadow: 0px 20px 150px #d6dee4;
}

.et_pb_post .entry-content {
padding: 40px;
line-height: 26px;
}

.et_pb_post .entry-content p:first-of-type {
padding-top: 40px;
}
.et_pb_post .entry-content p {
padding-bottom: 40px;
}

.with-border {
border-radius: 4px;
box-shadow: 0px 20px 150px #d6dee4;
}

ol.commentlist > li.comment, #respond{
background-color: #fff !important;
padding: 40px !important;
box-shadow: 0px 20px 150px #d6dee4;
margin-bottom: 80px;
}

h1#comments {
margin-bottom: 40px;
}

h3#reply-title {
    font-size: 35px;
    letter-spacing: 0px;
}

.comment_area .comment-reply-link, .form-submit .et_pb_button {
font-size: 14px;
color: #71818c;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
float: right;
display: inline-block;
padding: 8px 16px;
border-radius: 60px;
background-color: #f7f9fb;
border: 2px solid #e9eff5;
position: inherit;
float: right;
}

.form-submit .et_pb_button:hover {
padding: 8px 16px;
}

.comment-reply-link.et_pb_button:hover:after {
opacity: 0;
}

#commentform textarea {
background-color: #f7f9fb;
border: 2px solid #eff1f3;
font-size: 18px;
padding: 20px;
color: #20292f;
}

.comment-body {
padding: 0 0 0 100px;
}

@media only screen and (max-width: 768px) {
h1.entry-title {
    font-size: 48px;
}
}

/* Additional: Style the Read More button */
.post-content a.more-link {
    background: #fff;
    color: #ca22b7;
    padding: 5px 10px;
    display: block;
    border-radius: 50px;
    margin-top: 10px;
    text-align: center;
	border: 2px #ca22b7 solid;
	transition: all 0.4s ease;
}

.post-content a.more-link:hover {
    background: #ca22b7;
    color: #fff;
}

/* Box-shadow on hovering over an item */
.et_pb_blog_grid .et_pb_post {
	transition: all 0.4s ease;
  box-shadow: 0 0px 30px rgba(0,0,0,0.2);
}

.et_pb_blog_grid .et_pb_post:hover {
	box-shadow: 0 0px 30px rgba(202,34,184,0.6);
}


/*If you want to use the Divi Builder for your post content, you can also add the following CSS:*/

.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
max-width: 960px;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
width: 100%;
padding-top: 0px;
}
.et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content {
padding: 0 0 0;
}


body.single-post .entry-content .et_pb_section {
  padding-left: 10px;
  padding-right: 10px;
}

.et_pb_blog_grid .et_pb_post .post-content p {
    height: 10em;
    overflow: hidden;
}

/*Reduce the post meta font size on archive pages*/

.et_pb_post .post-meta, .et_pb_post .post-meta span, .et_pb_post .post-meta a {
    font-size: 12px !important;
    color: #5d5d5d!important;
}


/*Add margin to the post meta elements and prevent breaking*/
.post-meta .author,
.post-meta .published,
.post-meta a[rel~="category"],
.post-meta .comments-number {
    display: inline-block;
    margin: 0 10px 0 15px;
}


/*Style the post meta icons*/

.post-meta .author a:before,
.post-meta .published:before,
.post-meta a[rel~="category"]:before,
.post-meta .comments-number a:before
{
    font-family: 'ETModules';
    color: #35363f;
    margin-right: 5px;
    margin-left: -20px;
    display: inline-block;
}


/*Add the post meta icons*/
.post-meta .author a:before {
    content: '\e08a';
}

.post-meta .published:before {
    content: '\e023';
}

.post-meta a[rel~="category"]:before {
    content: '\e07c';
}

.post-meta .comments-number a:before {
    content: '\77';
}

.et_pb_post .post-meta {

}


.et_pb_blog_grid h2.entry-title {
    height: 4em;
    line-height: 1.3em;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

.et_pb_blog_grid .et_pb_post .et_pb_image_container img {
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px;
    width: calc(100% - 20px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.search article, .archive article {
    width: 29%;
    float: left;
    margin: 1% 1%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 0px 10px;
}

div#sidebar div.et_pb_widget {
    margin-bottom: 15px;
    padding: 11px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    border-radius: 25px 0;
    border-width: 2px 0;
    border-color: #CA22B7;
    border-style: solid;
}
