/* Editor Header */
#eplaces-widget-box-header {
    border-bottom: 10px solid;
    border-color: #344146;
    background-color: #3F4F55;
    padding-top: 40px;
    padding-bottom: 25px;
}
#eplaces-widget-box-header p {
    margin-bottom: 10px;
    color: #fff
}
#eplaces-widget-box-header .col-md-1 .fa {
    color: #fff;
    font-size:50px;
}
#eplaces-widget-box-header input {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    height: 46px;
    margin-bottom: 5px;
    box-shadow: none;
}
#eplaces-widget-box-header button {
    -webkit-border-radius: 54;
    -moz-border-radius: 54;
    border-radius: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    background-color: #78C292;
    padding: 6px 10% 6px 10%;
    border: 6px solid;
    border-color: #50947c;
    text-decoration: none;
}

/* Editor Sidebar */
#eplaces-widget-box-sidebar {
    border-bottom: 10px solid;
    border-color: #344146;
    background-color: #FFFFFF;
    padding: 40px 20px;
    padding-bottom: 25px;
    -moz-box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
}
#eplaces-widget-box-sidebar p {

}
#eplaces-widget-box-sidebar .col-md-12.icon .fa {
    font-size:50px;
}
#eplaces-widget-box-sidebar input {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    height: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
}
#eplaces-widget-box-sidebar button {
    -webkit-border-radius: 54;
    -moz-border-radius: 54;
    border-radius: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    background-color: #78C292;
    padding: 6px 10% 6px 10%;
    border: 6px solid;
    border-color: #50947c;
    text-decoration: none;
}
#eplaces-widget-box-sidebar.fixed {
    z-index: 9999;
    position: fixed;
    bottom: 11px;
}


/* Editor Modal */
.modal {
    background: rgba(0,0,0,0.5);
}
#eplaces-widget-box-modal {
    background-color: #FFFFFF;
    padding: 2px 20px 40px 20px;
    padding-bottom: 25px;
}
#eplaces-widget-box-modal p {

}
#eplaces-widget-box-modal .col-md-12.icon .fa {
    font-size:50px;
}
#eplaces-widget-box-modal input {
    border: 1px solid;
    border-color: #cccccc;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    height: 46px;
    margin-bottom:8px;
    box-shadow: none;
}
#eplaces-widget-box-modal button {
    -webkit-border-radius: 54;
    -moz-border-radius: 54;
    border-radius: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    background-color: #78C292;
    padding: 6px 10% 6px 10%;
    border: 6px solid;
    border-color: #50947c;
    text-decoration: none;
}
.modal-content .close {
    z-index: 1104;
    background: #000 !important; /* Old browsers */
    border-radius: 15px;
    width:30px;
    height:30px;
    position:absolute; 
    right: -12px; 
    top: -12px; 
    opacity: 1.0; 
    color: #FFF !important
}



/* Editor Post Capture */
#eplaces-widget-box-post {
    border: 1px solid;
    border-color: #eee;
    background-color: #FFFFFF;
    margin-bottom: 11px;
}
#eplaces-widget-box-post .box-call-to-action {
    color:#fff; 
    text-align: center;
    font-size: 20px;
    padding: 10px 0 1px 0;
    background-color: #333;
    margin-bottom: 15px;
}
#eplaces-widget-box-post .box-footer {
    margin-top:11px;
    height: 10px;
    background: repeating-linear-gradient(
        45deg,
        #F8EE7F,
        #F8EE7F 5px,
        #FFF 5px,
        #FFF 10px,
        #ACCA8F 10px,
        #ACCA8F 15px,
        #FFF 15px,
        #FFF 20px
        );
}
#eplaces-widget-box-post p {

}
#eplaces-widget-box-post .col-md-12.icon .fa {
    font-size:50px;
}
#eplaces-widget-box-post input {
    border: 1px solid;
    border-color: #cccccc;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    height: 40px;
    margin-bottom:8px;
    background-color: #fff;
    box-shadow: none;
}
#eplaces-widget-box-post button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -khtml-border-radius: 50px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    background-color: #78C292;
    padding: 5px 10% 5px 10%;
    text-decoration: none;
    border: 6px solid;
    border-color: #50947c;
}