/*-- Enter your custom CSS Here --*/
/*
.post-content .wp-playlist{
border:none;
border-radius:1px;
}
.post-content .wp-playlist-light{
background-color:#3e3e3e;
color:#aaa9a9
}

.post-content .wp-playlist-light .wp-playlist-playing {
    background: none repeat scroll 0 0 #1b1b1b;
    color: #aaa9a9;
}
.post-content .wp-playlist-light .wp-playlist-item, .post-content .wp-playlist-light .wp-playlist-item .wp-playlist-caption {
    color: #aaa9a9;
}
.post-content .wp-playlist-playing {
    background: none repeat scroll 0 0 #1b1b1b;
    font-weight: bold;
}
.post-content .wp-playlist-item {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 0 3px;
    position: relative;
  
.wp-playlist-item .wp-playlist-caption {
    color: #aaa9a9!important;
    max-width: calc(100% - 40px);
    text-decoration: none;
}*/

/* VISUAL FORM BUILDER CUSTOM CSS */


.vfb-item-file-upload.vfb-right-half {
    padding: 0 !important;
}


.visual-form-builder fieldset {
    background-color: #362f2d;
    border: 1px solid #df7f28;
}

input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea {
    background: none repeat scroll 0 0 #1e1e1e;
    border: 0 solid #ddd;
}

input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea {
    color: #f9e7d3;
  	padding:5px;
}

input.vfb-text:focus, input.vfb-text[type="text"]:focus, input.vfb-text[type="tel"]:focus, input.vfb-text[type="email"]:focus, input.vfb-text[type="url"]:focus, textarea.vfb-textarea:focus {
    background-color: #f9e7d3;
  	color: #112937;
}

.visual-form-builder label, label.vfb-desc {
    color: #ffffff;
}


.vfb-submit, input.vfb-submit[type="submit"] {
    background: none repeat scroll 0 0 #949494;
    border: medium none;
    border-radius: 3px;
    color: #060606 !important;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    margin-top: 50px;
    outline: medium none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

input.vfb-small[type="file"], input.vfb-medium[type="file"], input.vfb-large[type="file"] {
    height: auto;
    line-height: normal;
}

.vfb-text-wide{
width:100% !important;
}

.visual-form-builder .vfb-legend h3 {
color: #f9e7d3;
}

.visual-form-builder ul li {
color: #f9e7d3;
}
.visual-form-builder ul li a {
color: #df7f28;
}

.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
    width: 33% !important;
}
.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
    width: 49% !important;
}