/**
* Theme Name: Diteck Child
* Description: This is a child theme of Diteck, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: diteck
* Version: 1.1.1
*/

.cc-form222 label {
    font-size: 15px;
}

.cc-form222 input[type=text], .cc-form222 input[type=email]{
	background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 25px !important;
	color: #fff;
	border-radius: 10px;
}

.cc-form222 input[type=submit]{
    padding-top: 8px !important;
	padding-bottom: 8px !important;
	border-radius: 10px;
}

p.ctct-form-field.ctct-form-field-submit {
    text-align: right;
}

.awsm-jobs-single-title{
	font-size: 1.7rem;
}

.awsm-job-form-inner h2{
	font-size: 2rem;
	font-weight: 600;
	color: #3a3a3a;
}

@media only screen and (max-width: 767px){
	.cc-form222 .ctct-label-left{
		width: 100% !important;
	}
	.cc-form222 input[type=text], .cc-form222 input[type=email]{
		width: 100%;
	}
}