/*Customizer Buttons*/
.wp-core-ui .robojob-buttons .btn-customize
{
    font-size: 13px;

    display: block;

    width: 90%;
    height: auto;
    margin: 5px auto 5px auto;
    margin-bottom: 10px;
    padding: 5px;

    transition: all .5s ease;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 50px;
    background-color: #3ebef1;
    box-shadow: none;
}
.wp-core-ui .robojob-buttons .btn-customize:hover
{
    box-shadow: 0 -3px 0 0 rgba(0,0,0,.3) inset;
}
.robojob-buttons .btn-customize .dashicons
{
    line-height: inherit;

    position: relative;

    margin-right: 5px;
}
.wp-core-ui .robojob-buttons .btn-request .dashicons:before
{
    position: absolute;
    top: 4px;
    left: 0;

    width: 22px;
    height: 22px;

    content: ''!important;
    /*text-indent: -9999px;*/

    background-image: url(wparmy.png);
    background-repeat: no-repeat;
}

li#accordion-section-robojob_lite_upgrade_to_pro {
    display: block !important;
}
li#accordion-section-robojob_lite_upgrade_to_pro .accordion-section-title{
    background: none !important;
}
.robojob-lite-upgrade-to-pro {
    font-size: 13px;
    display: block;
    width: 90%;
    margin: 5px auto 14px auto;
    transition: all .5s ease;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 50px;
    background-color: #3ebef1;
    box-shadow: none;
    line-height: 23px;
    padding: 9px 10px;
    text-decoration: none;
}
.robojob-lite-upgrade-to-pro span {
    position: relative;
    line-height: inherit;
    margin-right: 9px;
}
.robojob-lite-upgrade-to-pro:hover {
    box-shadow: 0 -3px 0 0 rgba(0,0,0,.3) inset;
    color: #fff;
}
.control-section-robojob_lite_upgrade_to_pro h2{
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    color: #444;
}
.control-section-robojob_lite_upgrade_to_pro h3{
    padding: 0 !important;
    border: none !important;
}
.control-section-robojob_lite_upgrade_to_pro{
    text-align: center;
    padding: 20px 10px;
    border: none !important;
}
