/* CHANGES TO WORDPRESS STYLES */
body{
    background-color: transparent;
}
    
#wpfooter{
    display:none;
}
#wpbody-content{
    padding-bottom: 0;
}
/* EDITOR Admin Panel */
body.folded .sola-content-fixed {
   left: 36px;
}
.sola-content-fixed{
    position: fixed;
    width: 100%;
}
.sola-header-content{
    height: 69px;
    
    background: #fff;
    display: block; 
    border-bottom: 1px solid #cecece;
}
.sola-content-fixed .sola-header-content .sola-sidebar-header{
    float:left;
    width: 350px;
    text-align: center;
    border-right: 1px solid #cecece;
    z-index: 999;
     
}
.wp-content{
    padding-left: 0;
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul{
    display: inline-block;
    width: 100%;
    height: 69%;
    margin-bottom: 0;
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul li{
    width: 50%;
    height: 100%;
    line-height: 58px;
    margin:0;
    list-style: none;
    float: left;  
    padding: 5px 20px;
    border-right:0;
    cursor: pointer;
}

#editor-automatic {
    height: 100%;
    background: #f4f4f4;
    margin: 0 !important;
    overflow-x: overlay;
}

.sola_nl_beta_error {
    text-align: center;
    border: solid 1px red;
    margin: 5px;
}

.sola_nl_beta_message {
    font-weight: 400;
}

.sidebar .content .active {
    box-shadow: none;
    border: solid 1px #0000008f;
}

.automatic-layouts {
    font-size: 13px;
}

#auto_options {
    margin: 21px;
}

.add-box img {
    height: 100%;
    max-width: 100%;
}

.sola_auto_layout {
    opacity: 0.7;
} 

.sola-content-fixed .sola-header-content .sola-sidebar-header.sola_nl_autocamp ul li {
    width: 33.3%;
}

.sola-content-fixed .sola-header-content .sola-sidebar-header ul li:hover{
    background: #e9e9e9;
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul li:last-child{
    
    
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul li:first-child{
    
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul  .active{
    background: #0085ba;
    cursor: default;
    color: #ffffff;
}
.sola-content-fixed .sola-header-content .sola-sidebar-header ul  .active:hover {
    background: #0085ba;
}
.sola-content-fixed .sola-header-content .header-right{
    padding: 20px;
    left: 510px;
    position: fixed;
    text-align: center;
    right: 0;
    height: 69px;
}

.folded .sola-content-fixed .sola-header-content .header-right {
    left: 385px;
}

.sidebar{
    position: fixed;
    width:350px;
    top: 100px;
    bottom: 48px;
    background-color:#ffffff;
    border-right: 1px solid #cecece;
    box-sizing:border-box;
    -moz-box-sizing:border-box;  
}
.sidebar #editor_options, #editor-styles{
    overflow: hidden;
    overflow-y: scroll;
    height:100%;
    background: #f4f4f4;
    /* padding: 7px; */
    
}
::-webkit-scrollbar { 
    display: none; 
}
#wpcontent {
    padding-left: 0px !important;
}

.sidebar .content{
    width: unset;
    margin-left: 0;
    text-align: center;
    padding-top: 10px;
}

.sidebar .content .add-box{
    display: inline-block;
    height: 100px;
    width: 40%;
    padding: 10px;
    background: #ffffff;
    margin: 10px;
    /* margin: 13px 9px 0 0; */
    transition: box-shadow 0.3s ease;
}
.add-box:hover {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.add-box-title h3 {
    font-size:16px;
}
.add-box h5 { margin-top: 4px !important; }
.sidebar .content .expandable-div .add-box-title{
    line-height: 40px;
}
#sola_newsletter_preview{   
    padding-left: 330px;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 69px;
}
.sidebar .content .expandable-div{
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 10px 0 ;
    height: auto;
    min-height: 150px
}
.sola-extra-content{
    display:none;
    text-align: left;
}
.sola_addable_item{
    cursor:  all-scroll;
}
.sola_addable_item td{
    width:150px;
}
.sola_sub_addable_item {
    
    line-height: 40px;
    border-bottom: solid 1px #42424263;
}
.sola-extra-content .sola_addable_item{
    text-align: center;
}
.style{
    border-bottom: 1px solid #e7e7e7;
    padding: 18px;
    color: #7b7a7a;
    background-color: #f4f4f4;
}
.style-name{
    text-align: center;
    cursor: pointer;
}

.style-name h4 {
    margin-bottom: 0;
}

.colorpicker {
    width: 100%;
    height: 30px;
    border:1px solid #ccc;
}
#sola_nl_send_test{
    height: 48px;
    position: fixed;
    bottom: 0;
    /*padding: 10px;*/
    background: #fff;
    width: 350px;
}
#sola_nl_send_test input{
    width: 244px
}
.next-button{
    float: right;
}

#sola_nl_send_test .sola_send_preview {
    color: #000;
    text-decoration: none;
    height: 50px;
    width: 102px;
    background: #dddddd;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin: -4px;
    width: 106px;
    border-radius: 0;
}

#sola_nl_send_test .sola_send_preview:hover {
    background: #f4f4f4;
}

#sola_nl_next_temp_btn {
    color: #000;
    text-decoration: none;
    height: 50px;
    background: #dddddd;
    border: none;
    line-height: 50px;
    box-shadow: none;
    float: right;
    text-shadow: none;
    padding: 0 10px 1px;
    margin: -10px;
    width: 106px;
}

#sola_nl_next_temp_btn:hover {
    background: #f4f4f4;
}

.header-right .sola_nl_open_export_dialog {
    color: #000;
    text-decoration: none;
    height: 50px;
    width: 102px;
    background: #dddddd;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin: -10px;
    width: 106px;
}



.sola-input {

}


#sola_nl_to_mail_test {
    height: 100%; 
}


.button-primary .sola_send_preview {
    background: #f4f4f4;
    color: #000;
    width: 106px;
    height: 50px;
    text-decoration: none;
    height: 50px;
    width: 102px;
}


.add-box-title h3 {
    color: #585757;
}

.fa {
    color: #b5b5b5
}

.style:hover {
    background: #e7e7e7;
    transition: 0.3s;
}

/* CUSTOM Styles */
#my_sortable, #my_dropable{
    list-style-type: none;
    margin: 0px;
    float: left;
    margin-right: 10px;
    background: #eee;
    padding: 5px;
    width: 143px;
}
.sortable-list{
    min-height: 100px;
}
.sortable-item {
    vertical-align: top;
    clear:both;
    max-width:595px;
}
.sortable-item:hover {
    opacity: 0.9;
    border:1px solid #f7f7f7;
}
td.sortable-item:hover {
    //border:1px dashed red;
    opacity: 0.9;
    //background-color:#efefef;
    border:1px solid #ccc;
}
.sortable-item img { max-width:595px; }
.sola_input {
    width:580px;
    height:20px;
    
}
h1 { padding-top:0 !important; margin-top:0 !important; }
h2 { padding-top:0 !important; margin-top:0 !important; }
h3 { padding-top:0 !important; margin-top:0 !important; }
h4 { padding-top:0 !important; margin-top:0 !important; }

#sola_newsletter_outer_wrapper:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}
.editHover{  
    background-color: transparent;
}  
  
.editBox{  
    width: 326px;  
    min-height: 20px;  
    padding: 10px 15px;  
    background-color: #fff;  
    border: 2px solid #E8F3FF;  
}  
.editable a { font-size:11px; }
.btnSave, .btnCancel{  
    padding: 6px 30px 6px 75px;  
}  
li.noPad{  
    padding: 0;  
    width: 360px;  
}  
.placeholder {
    background-color: #EEE !important;
    border:1px dotted #ccc;
    height: 50px;
    margin-bottom: 5px;
        width:100%;
}
.placeholder_td {
    background-color: #EEE !important;
        border:1px dotted #ccc;
    height: 50px;
    margin-bottom: 5px;
        width:50px;
}
.right_box_style {
    
    height: 25px;
    line-height: 25px;
    margin-bottom:15px;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #f9f9f9, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ececec');
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
    border: 1px solid #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 7px;
    color: #222;
    text-shadow: 0 1px 0 #FFFFFF;
    }
.sola_addable_image {
    
    margin-bottom:15px;
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    display: block;
    padding: 0 0 0 7px;
    cursor: move;
    color: #222;
    max-width:90px;
}
.sola_addable_hr{
    cursor: all-scroll;
}
li { list-style: disc; margin-left:30px; }
.block{height:100px!important;background:#bbb;margin-bottom:10px;width:500px;color:#000}
#sola_toolbar {
    top: 0;
    padding: 4px;
    display: inline-block;
    border-right: none;
    border-top: none;
    width: auto;
    background: none;
    height: 26px;
    float: right;
}

.sortable-item:hover #sola_toolbar {
    background: #f4f4f4;
    border-radius: 0px 0px 0px 6px;;
}

#sola_toolbar:hover {
    background: #0085ba !important;
}

#sola_toolbar:hover .fa {
    color: #ffffff;
 }

.toolbar_td {
    background-color: #eee !important;
}   
#sola_toolbar em { font-size:10px; }
.sola_tool_icon {
    float:right;
    cursor:pointer;
    display:block;
    width:15px;
    text-align: center;
    font-size: 13px;
    margin: 4px;   
}
.sola_nl_btn{
    cursor: all-scroll;
    text-align: center;
    height: 38px;
    line-height: 37px;
}
.style-open{
    background-color: #f2f2f2;
}

.blog_post_search input[type="text"] {
    width: 100%;
}

.blog_post_search {
    padding: 10px 20px;
    background: #f4f4f4;  
    border-bottom: solid 1px #42424263;
}

#blog_post_search {
    padding: 4px;
    border-radius: 3px;
}

// STYLE EDITOR 
/* MEDIA QUERIES */
@media only screen and (max-width: 900px) {
    
    
    .header-content{
        left:36px;     
    }
}
@media screen and ( max-width: 782px ) {
    .header-content{
        left:0px;     
    }
}
.sola_css_ai_text { cursor: move !important; }
.sola_table { position: relative; margin-top:10px; }
#sola_toolbar { opacity: 0.8; }
.colpick{
    z-index: 9999;
}

.sola_tool {
    width: auto;
}

#sola_nl_collapsable {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    border-radius: 80px;
    right: 20px;
    text-align: center;
    background: #f4f4f4;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

#sola_nl_collapsable i.fa {
    color: #6e6e6e;
}

#sola_nl_collapsable:hover {
    background: #eaeaea;
}


/* Media Queries 13/09/2019 Steve */ 

@media only screen and (max-width: 785px) {
    .sidebar {
    width: 100%;
    height: 30vh;
    border-bottom: solid 1px #afafaf
    }
    
    #sola_newsletter_preview {
        padding-left: 0;
        padding-top: 55px;
    }

    .sola-content-fixed .sola-header-content .sola-sidebar-header {
        width: 100%;
    }

    .sola-content-fixed .sola-header-content .sola-sidebar-header ul li {
        line-height: 46px;
    }

    .sola-header-content {
        height: 55px;
    }

    #sola_nl_send_test {
        width: 100%;
        height: 40px;
        background: #dddddd;
        bottom: 48px;
    }

    #sola_nl_send_test input {
        width: 70%;
        height: 40px;
    }

    #sola_nl_send_test .sola_send_preview {
        width: 28%;
        height: 37px;
        padding: 0;
    }

    .sola-content-fixed .sola-header-content .sola-sidebar-header ul li {
        height: 53px;
    }

    .sola-content-fixed .sola-header-content .header-right {
        left: 0;
        bottom: 0;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        width: 100%;
    }

    .header-right .sola_nl_open_export_dialog {
        width: 50%;
        margin: 0;
        border-right: solid 1px #cdcdcd;
        background: #f4f4f4;
    }

    #sola_nl_next_temp_btn {
        width: 50%;
        margin: 0;
        background: #f4f4f4;
    }

    #sola_nl_collapsable {
        bottom: 97px;
    }
    
}

