.abcde{
    display: none;
}
.play_blog_hide{
    margin-top: 120px;
}
.soical_fb{
    display: none;
}
/*comment*/
.tz_comment{

    padding: 20px 30px
}
.TzCommentTitle{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 37px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}
.tz_comment #comments ol {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

ol.commentlist li {
    padding-bottom: 15px;

}
ol.commentlist li article.comment {
    position: relative;
}
ol.commentlist li article header{
    float: left;
    background: none;
}
ol.commentlist li article header img.avatar {
    width: 70px;
    height: auto;
    margin-top: 0px;
}
cite.fn{
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 5px;
}
ol.commentlist li article.comment a{
    margin: 0;
    padding: 0;
}
ol.commentlist li article.comment a:hover{
    text-decoration: none;
}
ol.commentlist li article.comment .comments-datetime time {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
}
ol.commentlist li article.comment .comment-reply-link {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
}
ol.commentlist li article.comment .comment-reply-link span{
    display: inline-block;
    padding: 0px 8px 0px 5px;
}
ol.commentlist li article.comment .comment-edit-link {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 25px;
}
ol.commentlist li article.comment .comment-edit-link span{
    display: inline-block;
    padding: 0px 8px 0px 5px;
}
ol.commentlist li .comment-awaiting-moderation {
    color: #FF0000 !important;
    left: 60%;
    padding: 0 !important;
    position: absolute;
    top: -10%;
}
ol.commentlist li p {
    color: #3E3F3F;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    padding: 0 10px 10px 0;
}

ol.commentlist li article.comment section.comment {
    padding-left: 14%;
}

ol.commentlist li p {

    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0 0;
    line-height: 22px;
}
#reply-title a,
#reply-title small a{
    color: #007D78;
}
/*form*/

.tz_comment h3#reply-title {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 11px;
    padding-top: 0;
    line-height: 25px;
}
.tz_comment .comment-notes{
    margin: 18px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}
.required{
    color: red;
}
.tz_comment p{
    margin: 0px 0px 18px 0px;
}
.tz_comment p.comment-form-author input#author, .tz_comment p.comment-form-email input#email {
    background: #111111;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    height: 27px;
    width: 46%;
    border: 1px solid #424242;
    padding: 5px 10px;
}

.tz_comment p.comment-form-comment textarea#comment {
    background: #111111;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 58%;
    border: 1px solid #424242;
    height: 170px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 5px 10px;
}
.logged-in-as a{
   color: #007D78;
}
.tz_comment p.form-submit input#submit {
    background-color: #007D78;
    background-image: none !important;
    border: 0 none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: none !important;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    padding: 10px 15px !important;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;

}
.tz_comment #comments ol.children{
    margin-left: 97px;
}
.tz_comment #comments ol.children li:last-child{
    padding-bottom:0;
}
.tz_audio iframe{
    width: 100%;
    height: 150px;
}
.tz_portfolio_video iframe{
    width: 100%;
    height: 350px;
}