/*
 Theme Name:     Divi Child
 Theme URI:      https://imax.tw
 Description:    Divi Child Theme
 Author:         max
 Author URI:     https://imax.tw
 Template:       Divi
 Version:        1.0.0
*/

/*-----Single Post Template----*/
h1.entry-title {text-align:center;
font-family: Microsoft JhengHei;
font-size: 48px;
font-weight: 600;
letter-spacing: 1px;
color: #20292f;
padding-top: 40px;
}
 
.single-post #main-content {
background: #f7f9fb;
}
 
.post-meta {
font-family: Microsoft JhengHei;
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 {
font-family: Microsoft JhengHei;
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;
}

/*---------------post link effects---------------*/
.et_pb_post .entry-content a{
color:#e91e63;
  -o-transition:color 2s ease-out, background 2s ease-in;
  -ms-transition:color 2s ease-out, background 2s ease-in;
  -moz-transition:color 2s ease-out, background 2s ease-in;
  -webkit-transition:color 2s ease-out, background 2s ease-in;
  transition:color 2s ease-out, background 2s ease-in;
}
.et_pb_post .entry-content a:hover { 
color:#e91e63; background:#fff79d;
}
/*---------------post link effects end---------------*/

.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;
}
 
.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;
}
/*-----Single Post Template End----*/