/* To remove label and have placeholder*/
.comment-respond label {
	display: none;
}

/* To remove author name in posts also disable Avatar in discussion*/
.post-author{ display: none !important; }

/* To remove date time from comment section General settings blank custom selected for post datetime*/
.comment-metadata { 
display:none; 
}

/* To remove time icon*/
.nmicon-clock-o { 
display:none; 
}

/* To remove folder icon*/
.nmicon-folder-o { 
display:none; 
}

/* To remove separator bar*/
.sep { 
display:none; 
}

/* Copy function-php ans style-css from cpanel before upgrading theme - To replace ugly blockquote of theme*/
blockquote {
max-width: 550px;
text-align: center;
line-height: 1.5;
margin: 20px;
padding: 20px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 20px;
color: #8b8b8b;
border-left: 4px solid #8b8b8b;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-right: 4px solid #8b8b8b;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

/* To control line spacing between lines*/
.post p { 
line-height: 1.8em;
padding-bottom: 15px;
}

/* To control bullet points font size*/
.entry-content ul,ol {
font-size: 18px !important;
list-style:square;
}

/* To control bullet points line height space between bulleted sentences*/
.entry-content ul li { padding: 5px 0px; }

/* Mobile page title */

@media (max-width: 767px) {
.page-title {
    font-size: 30px;
    height: auto !important;
}

/* Middle aignment and reduced size of contact form 7 */

.wpcf7 input, .wpcf7 form, .wpcf7 textarea {
	width: 95%;
	font-family:poppins;
}

.wpcf7 label {
	display: block;
}

div.wpcf7 {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

/* entire contact form 7 font family stlying */

.wpcf7, .wpcf7 textarea {
 font-family:poppins;
}
	

/* contact form 7 phone field country code */

.country-name {
	color: #000;
}
	
/* horizontal post footer contact */
.ekline{float:left;}
	
/* Removing floating addtoany share button from pages, category */

body.home .a2a_floating_style,
body.page .a2a_floating_style,
body.category .a2a_floating_style { display: none; }
	
/* Validation and thankyou message styling contact form 7 */
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}