/* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
	font-style:normal;
	font-size:1rem;
	text-align:left;
	color: #666666; 
}
a {	
	color: #666666; 
}
a:hover {		font-style:normal;
	font-weight:normal;
	text-decoration:none;

	color: #666666; 
}
h2 {	
	font-family: "Public Sans";	font-weight:200;
 
}
h3 {	
	font-family: "Public Sans";	font-weight:200;
 
}
h4 {	
	font-family: "Public Sans";	font-weight:300;
 
}
h5 {		font-weight:100;
	text-transform:capitalize; 
}
h6 {	
	font-family: "Public Sans";	font-weight:100;
	font-size:40px;
	text-transform:capitalize; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;

	color: #666666; 
}
a {	
	color: #666666; 
}
a:hover {	
	color: #666666; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
	font-size:1.1rem;
	text-align:left; 
}
 }
/* Themify Custom CSS */
.comment {
    font-size: .9em;
	  opacity: .7;
    clear: both;
	 /* margin-top:-70px; */
	}

.list{
	line-height: 1.1em;
}

.list li{
	line-height: 1.5em;
	
}
/* Below code is for Desktop Mode */
@media screen and (min-width: 680px){
form.ptb-submission-form .ptb_module.ptb_custom_text .comment{
width:75%;
float:right;
/* margin-top:-70px; */
}
form.ptb-submission-form .ptb_module.ptb_custom_text .comment.list li {
    line-height: 18px;
}}

