/*
	Author Name: Plugin-Silo
	Plugin Name: PSILO | Contact Form 7 Ascora Extension
	Plugin URI: http://pluginsilo.com/
*/

a.helping-hand {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
.cus-fields .ps_asc_error_msg{
	color: red;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 14px;
}
a.helping-hand:hover {
	text-decoration: underline;
}
.cus-fields .half-left .txt_field label{
	font-size: 15px;
    font-weight: 600;
}
.mail-fields .asc-custom-fields .wpcf7_cus_wrap .mail-field label,.mail-fields .asc-custom-fields .half-right .mail-field label{
	
	font-size: 14px;
	padding: 14px;
}
.cus-fields .cus_fields_note{ 
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
}
.bg-color input{
	width: 350px;
	border:1px solid #999;
	background-color:#ffffff;
	}
.mail-field.bg-color.txt_field {
    line-height: 1.8rem;
	padding: 12px;
}

#customers {
	font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%;margin-top: 20px;
}
#customers td, #customers th {
	border: 1px solid #ddd; padding: 8px;
}
#customers tr:nth-child(even){
	background-color: #f2f2f2;
}
#customers tr:hover {
	background-color: #ddd;
}
#customers th {
	padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #00bcd4; color: white;
}
.mce-required{
	color: red;
}

.wpcf7_cus_wrap {width:50%; float:left;}

.txt_json{
display: flow-root;
font-weight: bold;
margin-bottom: 10px;
}




main#primary {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}
main#primary article#post-92, article#post-88, article#post-46 {
    background: #f8f8f8;
    padding: 10px 50px;
}

main#primary header.entry-header h1 {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    text-transform: capitalize;
}
main#primary textarea.wpcf7-form-control.wpcf7-textarea {
    width: 334px;
    height: 97px;
}
main#primary span.wpcf7-list-item {
    margin: unset;
}
main#primary p {
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 1em;
}
main#primary input[type="submit"] {
    border: 2px solid #37009d;
    border-radius: 3px;
    background: #37009d;
    color: rgb(255 255 255);
    line-height: 1;
    padding: 0.6em 1em 0.6em;
    font-weight: 600;
    font-size: 17px;
	cursor:pointer;
	margin-top: 10px;

}

main#primary input[type="submit"]:hover {
    border: 2px solid #37009d;
    background: #f8f8f8;
    color: #37009d;
}
.cus-fields {
    margin-top: -10px;
	margin-bottom: 25px;
}