/*
Theme Name:     Elliott-Rec
Description:    
Author:         ssgadmin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
#footer-bottom {
    padding: 15px 0 5px;
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.32);
    display: none;
}
#responsive-form{
	max-width:900px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.25em;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-half-wht, .column-full-wht{
	float: left;
	position: relative;
	padding: 0.25em;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color: #fff;
}

/*input[type=textarea],
select {
	padding: 0.25em;
	width: 100%;
}*/

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



.wpcf7-file {margin-left: 10px;}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #FFFFFF !important;
border: 1px solid #E8E8E9 !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #444 !important;
padding: 15px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #FFFFFF !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #08c6d2;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #ccc; 
border-color:#eee; 
padding: 6px 20px !important; 
}
@media only screen and (max-width: 767px){
.et_pb_slide_image, .et_pb_slide_video {display: block !important;}}
@media only screen and (max-width: 479px){
.et_pb_slide_image, .et_pb_slide_video {display: block !important;}}

#top-menu li.current-menu-item>a {
    color: #08c6d2; }

.single_job_listing .meta .job-type {
    color: #fff;
    background-color: #08c6d2;
}
.job_listing .job-type {
    color: #08c6d2;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}
.sjb-page .sjb-detail .jobpost-form {
    float: left;
    width: 100%;
    display: none;
}
.sjb-page .sjb-detail .job-features {
    float: left;
    width: 100%;
    display: none;
}
.feedzy-rss .rss_item .title {
    font-weight: 700;
    font-size: 20px;
}