/* Post Page Tab*/

.tabs-menu {
    margin-top: 30px;
    margin-bottom: 0;
    height: 39px;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
    background-color: #e4e4e4;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-bottom: 0;
    padding: 4px 7px;
    font-weight: 700;
    font-size: 15px;
}

.tabs-menu a:active, .tabs-menu a:focus, .tabs-menu .current a:active, .tabs-menu .current a:focus {
    box-shadow: none;
}

.tabs-menu li a {
    padding: 10px;
    color: #555;
    text-decoration: none;
}

.tabs-menu li:hover {
    background-color: #fff;
    color: #464646;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu .current a {
    color: #000;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.aps_shortcode {
    box-sizing: border-box;
    background-color: #1a8bc1;
    color: #ffffff;
    padding: 8px 8px;
    text-align: center;
}

#poststuff .aps_shortcode h2 {
    color: #ffffff;
    text-align: center;
    margin-top: 0!important;
    line-height: normal;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0 0 3px;
}

.aps_shortcode textarea {
    text-align: center;
    background: #ffffff;
    resize: none;
    color: #000;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.aps_shortcode textarea:focus,
.aps_shortcode textarea:active,
.aps_shortcode textarea:hover{
    background: #a6e1fd;
    cursor: copy;
}

.aps_shortcode p {
    margin-bottom: 8px;
    font-size: 15px;
}

.aps_shortcode textarea {
    padding: 6px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wrap .aps-admin-extra {
    padding: 25px;
}

.wrap h2.aps-admin-htwo {
    padding-bottom: 15px;
}

.wrap h3.aps-admin-hthree {
    margin-top: 0;
}

.woocarousel_page_upgrade .aps-admin-extra ul {
    margin: 0 0 0 2.5em;
    font-size: 14px;
    list-style: disc;
}

.aps-admin-extra p {
    font-size: 14px;
}

.aps-admin-extra li {
    margin-bottom: 12px;
}


/*Slider Custom Columns*/

 th#title{
     width: 20%;
}
th#shortcode{
    width: 20%;
}
th#shortcode_2{
    width: 40%;
}

/*Featured column on post edit screen*/

th#featured {
    width: 82px;
}
a.aps-featured-post-toggle {
    box-sizing: border-box;
    margin-left: 20px;
    color: #F39F03;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;

}
a.aps-featured-post-toggle:hover,
a.aps-featured-post-toggle:active,
p#aps-featured-post-filter{
    color: #f37a07;
}

/* Toggle button */

.checkbox__switch, .checkbox__switch:after {
    display: block;
    height: 2em;
    border: 2px solid rgba(247, 29, 29, 0.74);
    border-radius: 2em;
}

.checkbox__input {
    display: none !important;
}
.checkbox__input:checked + .checkbox__switch:after {
    left: 1em;
}
.checkbox__input:checked + .checkbox__switch:before {
    left: 0;
}
.checkbox__input:checked + .checkbox__switch {
    border-color: #4cd964;
    background-color: #4cd964;
}
.checkbox__switch {
    -webkit-transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    position: relative;
    /*margin: 100px auto;*/
    width: 3em;
    /*background-color: rgba(142, 142, 147, 0.07);*/
    background-color: rgba(247, 29, 29, 0.74);
}
.checkbox__switch:after {
    content: "";
    -webkit-transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    content: "";
    width: 2em;
    background-color: white;
    border: none;
    position: absolute;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
}

#aps_posts_bycategory, #aps_posts_byID, #aps_posts_byTag, #aps_posts_by_year {
    margin-left: 26px;
    margin-bottom: 5px;
    width: 205px;
}

#aps_posts_from_month {
    margin-left: 26px;
}

#aps_posts_from_month_year {
    margin-left: 6px;
}

.aps-disabled {
 opacity: .3;
}

/* Support Page */
.wrap .aps-admin-extra { 
    padding: 25px;
}

.wrap h2.aps-admin-htwo {
    padding-bottom: 15px;
}

.woocarousel_page_upgrade .aps-admin-extra ul {
    margin: 0 0 0 2.5em;
    font-size: 14px;
    list-style: disc;
}

.aps-admin-extra p {
    font-size: 14px;
}

.aps-admin-extra li {
    margin-bottom: 12px;
}
.adl_support_wrapper .wrap.wrap_left {
    width: 60%;
}
.adl_support_wrapper .wrap {
    float: left;
    margin-right: 20px;
}
.adl_support_wrapper .wrap.wrap_right {
    width: 30%;
}
.adl_support_wrapper .wrap.wrap_right .postbox {
    background: #f0f9dc;
    padding: 0 0 10px;
}
ul.adl_pro_features {
    padding: 0 23px;
}
.adl_pro_features li {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    position: relative;
    margin-bottom: 6px;
}
.adl_pro_features li:before {
    content: "\f522";
    font-family: 'dashicons', 'sans-serif';
    margin-right: 4px;
    display: inline-block;
    vertical-align: -1.9px;
}
.adl-upgrade-content-wrapper-right h3 {
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: #0085ba;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}
.adl_support_wrapper .wrap.wrap_right .text-center {
    margin-left: 23px;
}