/*
Theme Name: Dolphin Delivery
*/
.mets{width: 100%;float: left;border: 1px solid whitesmoke;border-left: 0;border-right: 0; margin: 10px 0;}
.mets span{width: 33%;float: left;padding: 2px 5px;font-size: 14px;}
.mets span:last-child{background: whitesmoke; text-align: center;}
.single-content, .comment-sec{width:100%; float:left;}

#commentform{background:whitesmoke; padding: 10px;}
#commentform, #commentform .comment-form-comment, #commentform .form-submit, .comment-form-cookies-consent{width:100%; float:left}
#commentform .comment-form-comment textarea{width:100%; float:left; height:100px!important; padding:10px; border: 1px solid #979898; background: #f7f8f9;}
#commentform .form-submit input[type=submit]{padding: 8px 10px; color: #ffffff; text-align: center; display: inline-block; font-size: 14px; font-weight: 500; cursor: pointer; background: #d89100; text-transform: uppercase; border: 2px solid #d89100; font-family: 'Poppins', sans-serif; letter-spacing: 0; }
.comment-form-author, .comment-form-email, .comment-form-url{width: 32%;float: left;margin-right: 2%;}
.comment-form-url{margin:0; float:right}
.comment-form-author input, .comment-form-email input, .comment-form-url input{padding: 5px;box-sizing: border-box!important;width: 100%;float: left; border: 1px solid #979898; background: #f7f8f9;}

.sidebar .category-widget li a:hover, .services-block-one .inner-box .lower-content .upper-box h3 a:hover, .services-block-one .inner-box .lower-content .text a {color: #253573!important;}

.comment-sec{}
.comment-sec .comments{}
.comment-sec h2{}
.comment-sec ul{width: 100%;float: left;background: whitesmoke;padding: 10px;}
.comment-sec ul li{width: 100%;float: left;}
.comment-sec .comment-body{}
.comment-sec .comment-author{width: auto;display: inline-block;margin-bottom: 10px;}
.comment-sec .comment-author img{width: 50px;height: 50px;border-radius: 50%;}
.comment-sec .comment-author cite{}
.comment-sec .comment-author .says{}
.comment-sec .comment-awaiting-moderation{color: red;float: right;font-size: 12px;}
.comment-sec .comment-meta{border: 1px solid #253573;border-left: 0;border-right: 0;font-size: 12px;}
.comment-sec .comment-meta a{}
.comment-sec p{}
.comment-sec ul .reply{display:none}
.comment-respond{width:100%; float:left}
#cancel-comment-reply-link{font-size: 12px; float: right; color: red; text-transform:capitalize}

.main-header .nav-outer{margin-left:0}

@media(max-width:767px){
	.comment-form-author, .comment-form-email, .comment-form-url{width:100%; float:left}
	.mets span { width: 100%; float: left; text-align:left!important}
}