/*
 Theme Name:     Interlock Design
 Theme URI:      http://druff.co.za/
 Description:    Design, digitise, embroider, and deliver. We believe in providing best-in-class embroidery service through cutting-edge technology and a personal touch with 12 years of experience behind it.
 Author:         Druff Intrective
 Author URI:     http://druff.co.za/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Form */
.custom_form input[type='text'], 
.custom_form input[type='email'], 
.custom_form input[type='tel'], 
.custom_form select {
    background: transparent;
    border: 1px solid #edededab !important;
    padding: 15px !important;
	color:#fff;
}
.custom_form input::placeholder {
    color: #fff;
    opacity: 0.8;
}
.custom_form select#input_1_10 option,
.custom_form select#input_1_11 option {
    color: #000;
}
.custom_form select{
	 color: #fff;
	 opacity: 0.8;
}
.custom_form fieldset#field_1_3,
.custom_form  div#field_1_14 {
    color: #fff;
}
.custom_form input[type='submit'] {
    background: #c78e32;
    border: none;
    color: #fff;
    padding: 15px 2em;
    font-size: 18px;
    cursor: pointer;
}
.custom_form input[type='submit']:hover {
    background: #fff;
	color: #0E4C38;
}
.custom_form #gfield_upload_rules_1_14 {
    display: none;
}
div#gform_confirmation_message_1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

@media (max-width:980px){
	.mobile_menu_bar:before{
		color: #cb8e33 !important;
	}
	ul#mobile_menu {
    	background: #0e4c38;
		border-top: 3px solid #cb8e33;
	}
	ul#mobile_menu li a {
		color: #fff;
	}
	ul#mobile_menu1{
		border-top: 3px solid #cb8e33;
	}
}