#et-pagehead {
    background-image: url(../images/pagahead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.img-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
#et-pagehead:before {
    background-color: rgba(0, 0, 0, 0.7);
}
#et-pagehead .breadcrumb {
    right: 0;
    left: 0;
    bottom: 2px;
}
#et-pagehead .box-heading {
    text-align: center;
}
#et-pagehead .box-heading:before {
    left: 0;
    right: 0;
    margin: 0 auto 0;
}
.box-heading.text-white::before, .box-heading.text-white::after {
    background-color: #fff !important;
}
.box-heading::before {
    content: '';
    width: 30px;
    height: 0.2rem;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#et-pagehead .box-heading:after {
    left: 40px;
    right: 0;
    margin: 0 auto 0;
}

.box-heading.text-white::before, .box-heading.text-white::after {
    background-color: #fff !important;
}
.box-heading::after {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    bottom: -15px;
    left: 34px;
    box-shadow: 7px 0px 0px 0px #fff;
}
.section-heading {
    text-align: center;
    margin-bottom: 25px;
}
.section-heading p, .section-heading h2 {
    display: inline-block;
    position: relative;
}
.section-heading p:before {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.section-heading h2:after {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}
.section-heading p:before, .section-heading h2:after {
    content: '';
    height: 0.2rem;
    border-radius: 100px;
    width: 20px;
    display: block;
    background:#e62f4c;
}
#et-latest-news .image-wrap .photocount {
    left: 10px;
    top: 10px;
}
#et-latest-news .image-wrap .author-avatar {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: -30px;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    overflow: hidden;
}
.content{
    background-color: #fff;
}
.boxhover:hover {
    transform: translateY(-10px);
}
.transition, .input-icon, .img-overlay:before, button.owl-prev, button.owl-next, #et-latest-news .owl-item, .et-navbar .nav-links a:before, .et-navbar .nav-links a:after, .et-navbar li.dropdown .submenu, .btn i:before, .btn i:after, .grid-categories a, .gallery-mason .image-box:after, .fake-file-upload, .post-tags a, .calendar .cells-row .cell, .post-nav a i {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.text-reset {
    color: inherit!important;
}

.readmore {
    width: 30px;
    height: 30px;
    font-size: 11px;
}
#et-subscribe-form {
    margin: 30px 0px -30px 0px;
    position: relative;
    z-index: 2;
}
#et-subscribe-form .box-wrap {
    background-image: url(../images/subscription-bg.jpg);
    background-size: cover;
    background-position: center;
}
 #et-subscribe-form .box-wrap.img-overlay:before {
    background: rgb(238,9,121) !important;
    background: linear-gradient(90deg, rgb(230 47 76) 0%, rgb(232 123 157) 100% ) !important;
}
#et-subscribe-form .box-wrap.img-overlay:before {
    opacity: 0.9;
}
.subinput {
    width: 75%;
}
.btn.bg-white i.btn-icon {
    text-shadow: 0 40px 0px #212529;
}

.btn i.btn-icon {
    font-size: 20px;
    vertical-align: middle;
    width: 40px;
    display: inline-flex;
    align-items: center;
    text-align: left;
    position: relative;
    margin-right: 1rem;
    height: 100%;
    text-shadow: 0 40px 0px #fff;
}
#et-subscribe-form input.form-control:not(.ticket-title) {
    height: 55px !important;
    padding: 15px 25px !important;
    color: #fff !important;
}
#et-subscribe-form input::placeholder{
    color: #000 !important;
}
#et-subscribe-form input.form-control:not(.ticket-title):focus {
    border-color: #fff !important;
}
#et-subscribe-form .btn, #timer {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#et-subscribe-form .btn {
    font-size: 14px;
    padding: 0 18px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}
.single-blog-wrapper {
    margin: 0;
    padding: 0;
}
.post-details__social-share {
    position: absolute;
    top: 0;
    left: -4.4rem;
}
@media (max-width: 1199px){
.post-details__social-share {
    position: static;
}
}

.social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.social-share__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.social-share li {
    margin-right: 1rem;
}
.social-share__vertical li {
    margin: 0 0 2rem;
}

.social-share li a {
    font-size: 2rem;
    color: #ddd;
}
.social-share__with-bg li a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background: #20273f;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #fff;
    text-align: center;
}
.post-details figure {
    margin-bottom: 3rem;
}
.post-details p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #20273f;
    margin-bottom: 3rem;
}
.post-details figure img {
    width: 100%;
    margin: 0;
}
figcaption {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #20273f;
    margin: 2rem 0 0;
}
blockquote p, .blockquote p {
    position: relative;
    padding: 0;
    margin: 0;
}
blockquote, blockquote p, .blockquote, .blockquote p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #20273f;
}
blockquote, .blockquote {
    padding: 2rem 5.5rem;
    background: #fff;
    margin: 3rem 0;
}
blockquote p::before, .blockquote p::before {
    content: '"';
    position: absolute;
    top: -0.2rem;
    left: -1rem;
    font-size: 1.8rem;
    line-height: 1rem;
    color: #fd1e50;
    font-weight: 900;
}
ul.gallery {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
blockquote__with-image, .blockquote__with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
}
@media (max-width: 767px){
blockquote__with-image, .blockquote__with-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}
blockquote__with-image img, .blockquote__with-image img {
    padding-right: 2.5rem;
    margin: 0;
}
blockquote img, .blockquote img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

blockquote figure, .blockquote figure {
    max-width: 40%;
}
blockquote__with-image figure, .blockquote__with-image figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}
@media (max-width: 767px){
blockquote__with-image figure, .blockquote__with-image figure {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width: 767px){
blockquote__with-image figure img, .blockquote__with-image figure img {
    padding-right: 0;
    padding-bottom: 2.5rem;
}
}
.social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.post-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-shares li {
    margin: 0 1rem 1rem 0;
}
.post-shares li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.1rem;
    font-weight: var(--p-bold);
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 0;
    z-index: 1;
    font-size: 1.4rem;
    color: #fff;
    padding: 0.4rem 2rem 0.35rem;
}
.post-shares .title {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 900;
    margin: 0 3rem 1rem 0;
}
.bg-color-facebook {
    background-color: #3b5997;
}
.bg-color-twitter {
    background-color: #1ba1f2;
}
.post-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}
.post-navigation-wrapper .post-navigation {
    position: relative;
    background: url(../images/post-nav-bg.jpg);
    background-size: calc(100% - 0.4rem) 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.post-navigation-wrapper .post-navigation>div {
    position: relative;
    z-index: 2;
}
.post-navigation-wrapper .post-navigation .post-nav-content {
    height: 100%;
    padding: 2rem;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.post-navigation-wrapper .post-navigation::after {
    content: " ";
    width: calc(100% - 0.4rem);
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: -webkit-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
    position: absolute;
    top: 0;
    left: 0.2rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.post-navigation-wrapper .post-navigation i {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.post-navigation-wrapper .prev-post i {
    margin-right: 0.5rem;
}
.post-navigation-wrapper .next-post i {
    margin-left: 0.5rem;
}
.post-navigation-wrapper h3 {
    font-size: 1.4rem;
    text-align: left;
    margin: 0.5rem 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-navigation-wrapper .post-navigation h3 a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}
.post-navigation-wrapper .post-navigation a {
    color: #20273f;
}
.post-navigation-wrapper .post-navigation:hover .post-nav-content {
    background: transparent;
}
.post-navigation-wrapper .post-navigation:hover a {
    color: #fff;
}
.post-navigation-wrapper .post-navigation:hover i {
    background: #fd1e50;
    color: #fff;
}
.post-navigation-wrapper .post-navigation:hover::after {
    opacity: 1;
}
.post-navigation-wrapper .post-navigation h3 a:hover {
    background-size: 100% 2px;
}
@media (max-width: 767px){
.post-navigation-wrapper .post-navigation {
    width: 100%;
    margin: 0 0 1rem;
}
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about-author a img {
    max-width: 5.5rem;
    margin: 0 2rem 1rem 0;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.about-author {
    margin-bottom: 1rem;
}
.about-author h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.related-post {
    margin-top: 1rem;
}
.content-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 2rem;
}
.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn-link{
    position: relative;
    font-size: 1rem;
    line-height: 2.2rem;
    color: #20273f;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.content-block>a {
    display: block;
    width: 100%;
}
.content-block>a img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content-block .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grad-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: -webkit-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
}
.content-block .media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 2rem 3rem;
}
.content-block .caption-content {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.axil-post-title {
    font-size: 3.6rem;
}
.content-block .media-caption .axil-post-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-block .media-caption .axil-post-title a{
    color: #fff;
}
.content-block .media-caption .caption-meta {
    font-size: 1rem;
    line-height: 2.1rem;
    color: #c0c0c0;
    margin-top: 1rem;
}
.content-block .media-caption .caption-meta a{
    font-size: 1rem;
    line-height: 2.1rem;
    color: #c0c0c0;
    margin-top: 1rem;
}
.hover-line a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}
.btn-link::before, .btn-link::after {
    content: " ";
    width: 100%;
    height: 0.2rem;
    background-color: currentColor;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.content-block:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.content-block:hover .caption-content {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.hover-line a:hover {
    background-size: 100% 2px;
}

.hover-line a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}
@media (max-width: 1199px){
    .post-details__social-share .social-share__vertical {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1rem;
    }
    }
    @media (max-width: 1199px){
.post-details__social-share .social-share__vertical li {
    margin: 0 0.5rem 0.5rem 0;
}
    }
/*comments*/
.comments-title {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.comments-title {
		margin-bottom: 21px;
	}
}

.comments-area {
	margin-top: 83px;
}

@media (max-width: 767px) {
	.comments-area {
		margin-top: 40px;
	}
}

.comments-area h5.comment-reply-title {
	margin-bottom: 0;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
}

@media (max-width: 991px) {
	.comments-area .comment-list {
		margin-top: 40px;
	}
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 80px;
	}
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comments-area .comment-list ol.children .comment-body {
	margin-bottom: 3px;
	margin-left: 22px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-body {
		margin-left: 10px;
	}
}

.comments-area .comment-list .like {
	margin-right: 45px;
}

@media (max-width: 767px) {
	.comments-area .comment-list .like {
		margin-right: 10px;
	}
}

.comments-area .like-count i,
.comments-area .comment-count i {
	margin-right: 10px;
}

.comments-area .like-count {
	margin-right: 32px;
}

@media (max-width: 767px) {
	.comments-area .like-count {
		margin-right: 15px;
	}
}

.comment-body {
	border-bottom: 1px solid #d8efdb;
	margin-top: 20px;
	padding: 10px 0 24px;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

.comment-meta {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: -3px;
}

.comment-meta img {
	border-radius: 50%;
}

.comment-meta .comment-name {
	margin-top: 7px;
}

.comment-meta .comment-author {
	margin-right: 20px;
}

.comment-meta .comment-metadata {
	margin-top: 8px;
}

.comment-meta .comment-metadata a {
	color: #768292;
}

.comment-meta .comment-metadata a:hover {
	color: #5caf01;
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-bottom: 0;
		margin-left: 20px;
	}

	.comment-meta img {
		left: -34px;
		max-width: 65px;
	}
}

.reply a i:hover {
	color: #6fcd07;
}

.comment-content {
	margin-bottom: 38px;
	margin-top: 25px;
}

.comment-content p {
	margin-bottom: 0.5em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.comments-area > .comment-respond {
		margin-top: 20px;
	}
}

.comment-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.comment-form {
		display: block;
		margin-left: 10px;
	}
}

.comment-form p {
	margin-bottom: 10px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.comment-form p.form-submit {
		margin-top: 0;
	}
}

.comment-form label {
	display: none;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media (min-width: 768px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: 50%;
	}

	.comment-form .comment-form-author {
		padding-right: 10px;
	}
}

.comment-form .form-group {
	margin-bottom: 10px;
}

.comment-form .form-control {
	border-radius: 5px;
}

.comment-form textarea {
	max-height: 147px;
}
