/*
 Theme Name: Devansh Eye Clinic
 Author: Devansh Eye Clinic
 Template: twentyseventeen
 Description: Child theme for Devansh Eye Clinic.
 Version: 0.1
 License: GNU General Public License v2 or later
 Tags:
 Text Domain: twentyseventeen-child
 */
 

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}
/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}
/*******************************/
.dropdown-menu {
    min-width: 300px;
}
.carousel-inner>.item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.home .intro .intro-content {
    box-shadow: 0 1px 6px rgba(0,0,0,.2) !important;
}

/* .carousel-caption p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 870px;
    text-shadow: 0 0 BLACK;
    background: #0d8ebd;
    margin: 10px auto 0 auto;
    padding: 10px 25px;
    letter-spacing: 2px;
} */

.slogan {
    width: 100%;
    margin: 0;
    margin-top: 30px;
    text-align: center;
    display: block;
    position: relative;
    padding: 40px 40px;
    background: #f3fafc;
    border-radius: 20px;
    box-shadow: 5px 5px 45px 0px rgb(0 0 0 / 15%);
}

.slogan p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #0d8ebd;
    margin: 0;
    white-space: pre-line;
}

.slogan p span {
    color: #000000;
    padding: 0 5px;
}

