/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
  
/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
  font-family: Srinthile Script;
  src: url(srinthile-Script.otf);
}
/******
 ************ GENERAL
******/

body, body p{
	font-family: 'Sen', sans-serif;
	color:#ffffff;
	line-height: 1.5em;
}
h1,h2,h3,h4,h5{
	color:#ffffff;
	font-weight: 500 !important;
}
.home h1.et_pb_module_header {
    line-height: 1.25em;
}
h1,h2,h4,h5{
	text-transform: uppercase;
}
h2{
	font-size: 75px;
}
h3{
	font-family:'Srinthile Script',sans-serif !important;
}
.et_pb_section {
    background-color: #010101;
}
.et_pb_contact .et_pb_contact_field_half {
    width: 33%;
    clear: none !important;
    float: left;
}
.et_contact_bottom_container {
    margin-top: 30px;
}

#footer-info{
	width: 100%;
    text-align: center;

}
.et_pb_fullwidth_header_scroll {
    border-bottom: 2px solid #010101;
}
.et-pb-contact-message p {
    color: #010101;
    font-size: 20px;
    padding: 5px 20px 5px 20px !important;
    border: 2px solid #398f14;
}
/******
 ************ INNER PAGES
******/

span.h1-style {
    font-family: 'Srinthile Script',Helvetica,Arial,Lucida,sans-serif;
    text-transform: capitalize;
    font-size: 150px;
    line-height: 1em;
}

.center-items{
	align-items: center;
}
.job-desc {
	margin-top:1.3em;
    margin-left: 50px;
    font-size: 25px;
}
.job-desc li {
    margin-bottom: 0.7em;
    line-height: 1.2em;
}

/******
 ************ CONTACT FORM
******/
.application .wpcf7-form-control-wrap {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 10px;
}
.application input {
    width: 100%;
    padding: 16px;
	font-size:20px;
    color: #010101;
    border: 0px;
    border-bottom: 1px solid #010101;
}
.application input::placeholder {
    color: #010101;
    font-size: 20px;
}
.application .wpcf7-form-control-wrap.your-phone {
    margin-right: 0px !important;
}
.application .wpcf7-form-control-wrap.your-cover {
    width: 100%;
}
.application textarea {
    border: 1px solid #010101;
    padding: 16px;
    font-size: 20px;
	width:100%;
}
.upload-label{
    color: #010101;
    font-size: 20px;
}
span.label-mini {
	color:#010101;
    font-size: 15px;
}
.application input[type="file"] {
    border: 0px;
}
.apply-end {
    width: 100%;
    display: block;
}
.apply-end label {
    color: #010101;
	padding-top:0px;
	font-size: 20px;
}
.apply-end label .wpcf7-quiz-label {
    font-size: 30px;
}

.apply-end .wpcf7-form-control-wrap {
    width: auto;
}
.apply-end input[type=text] {
    width: 75px;
}
.apply-end input[type=submit] {
    width: auto;
    padding: 20px;
    margin-right: 0px;	
    background: none;
    border: 2px solid #010101;
    text-transform: uppercase;
	transition: 0.2s;
}
.apply-end input[type=submit]:hover {
    cursor: pointer;
    background: rgba(0,0,0,.05);
}

.application span.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 20px;
    color: #bd0000;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-mail-sent-ok {
    color: #010101;
    font-size: 20px;
    width: 100%;

}

/******
 ************ WHITE INNER PAGES
*****

.page-id-340 p {
	color:#000000;
}
.page-id-340  .et_pb_section{
	background-color: #ffffff;
}
.page-id-340 #footer-bottom {
    background-color: #010101;
}
.page-id-340 #footer-info, #footer-info a {
    color: #ffffff !important;
}*/


/******
 ************ RESPONSIVE
******/

@media only screen and (max-width: 980px) {
	h1 {
    font-size: 60px !important;
}
	span.h1-style {
    font-size: 120px;
}
}
@media only screen and (max-width: 710px) {
	h1,h2 {
    font-size: 50px !important;
}
	span.h1-style {
    font-size: 100px;
}
	p {
    font-size: 25px;
}
	.application .wpcf7-form-control-wrap{
		width:100%;
	}
	.apply-end .wpcf7-form-control-wrap{
		width:auto;
	}
	.application span.wpcf7-not-valid-tip{
		font-size:15px;
	}
}
@media only screen and (max-width: 550px) {
	h1 {
    font-size: 40px !important;
}
		span.h1-style {
    font-size: 80px;
}
.job-desc {
    margin-top: 1.3em;
    margin-left: 1.3em;
    font-size: 20px;
}
}