/*APCF Version 1.0.3*/
/*******Tabs**************************************************************************************/
        .apcf-container{
            width: 100%;
            margin: 0 auto;
        }

        ul.apcf-tabs{
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
        ul.apcf-tabs li{
            background: none;
            color: #fff;
            display: inline-block;
            padding: 12px 15px;
            cursor: pointer;
        }

        ul.apcf-tabs li.current{
            background: #ededed;
            color: #222;
        }

        .apcf-tab-content{
            display: none;
            /*background: #ededed;*/
            padding: 15px;
        }

        .apcf-tab-content.current{
            display: inherit;
        }
/*******End of Tabs**************************************************************************************/


.apcf-contact .apcf-field-wrap-inner{
    display: none;
}
/*new css*/
.apcf-contact .apcf-meta-box-sortables .postbox{
    min-width: 0;
    width: 70%;
    float: left;
}
/*#post-body.columns-2 #postbox-container-1*/
.apcf-contact #poststuff #post-body.metabox-holder .postbox-container{
    width: 28%;
    float: right;
    margin-right: 0;
}
.apcf-contact #poststuff #post-body.metabox-holder{
    margin-right: 0;
}

/*form*/
.apcf-contact .apcf-form-wrap input[type="text"], 
.apcf-contact .apcf-form-wrap select, 
.apcf-contact .apcf-form-wrap input[type=number], 
.apcf-contact .apcf-form-wrap input[type="url"] {
    width: 200px;
    height: 31px;
    background: #f1f1f1;
    border-collapse: separate;
    border: solid 2px transparent;
    border-radius: 3px;
    box-shadow: 0 0 0 1px transparent;
    color: inherit;
    font-size: inherit;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    margin: 0;
    -moz-transition: border 0.05s linear, box-shadow 0.05s linear;
    -webkit-transition: border 0.05s linear, box-shadow 0.05s linear;
    transition: border 0.05s linear, box-shadow 0.05s linear;
    vertical-align: baseline;
}
.apcf-contact .apcf-form-wrap .apcf-captcha-wrapper-inner input[type="text"]{
    width: 350px;
}
.apcf-contact .apcf-field-title h4{
    /*background-color: rgb(0, 210, 161);*/
    background: #eee;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    border: 1px solid rgb(0, 210, 161);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    border: 0;
    position: relative;
    cursor: pointer;
}
.apcf-contact .apcf-field-title h4:after{
    content:"\f107";
    font-family: "FontAwesome";
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 20px;
}
.apcf-contact .apcf-field label,
.apcf-contact .apcf-field h4 {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    font-weight: 600;
    margin:0;
}
.apcf-contact div.apcf-field-wrap + div.apcf-field-wrap{
   padding-top: 8px;
}
.apcf-contact .apcf-field-wrap .apcf-field-wrap-inner{
    padding: 0 15px;
}
.apcf-contact .apcf-field/*,
.apcf-contact .apcf-form-wrap .apcf-field input*/{
    position: relative;
    padding-left: 200px;
    margin: 20px 0;
}
.apcf-contact .apcf-save{
    padding-left:15px;
}
/*.apcf-contact .apcf-form-wrap .apcf-field input{
    position: relative;
    padding-left: 200px;
    margin: 20px 0;
}
*/
.apcf-contact ul.apcf-tabs{
    /*background-color: #22678a;*/
    background-color: #00a4f9;
}
.apcf-contact ul.apcf-tabs li{
    margin-bottom: 0;
}
.apcf-contact ul.apcf-tabs li.current{
    /*background-color: #115475;*/
    color: #fff;
    background-color: #0073aa;
}

#poststuff .inside{
    margin: 11px 0;
}
.wp-core-ui .apcf-contact .button-primary{
    background: #00a4f9;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-color: #00a4f9;
    box-shadow: none;
    text-shadow: none;
}
.wp-core-ui .apcf-contact .button-primary:hover{
    background: #00a0d2;
}
.apcf-contact .apcf-info-wrap ul{
    list-style: disc;
    margin-left: 15px;
}

.apcf-contact .email-format-message{
    position: relative;
    padding-left: 200px;
    margin: 20px 0;
}
.apcf-contact .email-format-message .apcf-email-wrap {
    padding: 15px 15px;
    /*border: 1px solid #222;*/
    display: block;
    margin-top: 15px;
    font-size: 16px;
    background: #f1f1f1;
}
.apcf-contact .apcf-info-block{
    position: relative;
    padding-left: 25px;
}
.apcf-contact .apcf-info-block:before{
    content: "\f05a";
    font-family: "FontAwesome";
    font-size:18px;
    color: #fea100;
    position: absolute;
    left: 0px;
}
.apcf-contact .apcf-textarea{
    width: 100%;
}
.apcf-sub-section {
    box-shadow: 0 0 4px 0;
    padding: 10px;
    float: left;
    width: 305px;
    text-align: center;
    margin: 10px 20px;
}
.apcf-clear:after{
    content: "";
    display: block;
    clear: both;
}

/*Backend Sidebar*/
.apcf-backend-sidebar-header a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.apcf-backend-sidebar-header {
    background: #00a4f9;
    padding: 5px;
}
.apcf-aside .inside > ul > li,
.apcf-aside .inside > ul > li ul{
    margin-bottom: 20px;
}
.apcf-aside .inside  a{
    background: #00a4f9;
    padding:  5px 7px;
    display:inline-block;
    color:#fff;
    text-decoration: none;
    border: #00a4f9;
    border-radius: 4px;
}
.apcf-aside .postbox{
margin-bottom:0px;
}

ul.apcf-tabs a {
    text-decoration: none;
    color: #fff;
}

.apcf_rate_plugin_invite {
    padding: 15px;
    text-align: center;
    background: #f1f1f1;
    margin-top: 50px;
}