.mce-container .hub2word_loading {
    max-width: 100%;
    width: 300px;
    margin: 50px auto 0;
    text-align: center;
}

.mce-container .hub2word_loading img {
    display: inline-block;
    max-width: 100% !important;
}

.hub_field label {
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}

.hub_field textarea {
    display: block;
    min-height: 200px;
    width: 100%;
}

.hub_field small {
    display: block;
    margin: 10px 0;
}

/**recent post widget**/

.Hub2Word-recent-post{
    width:100%;
    display:block;
    min-height:50px;
}
.Hub2Word-feat-img{
    display: block;
    width:100px;
    float:left;
}
.Hub2Word-post-body{
    width: calc(100% - 100px);
    float: left;
}
.Hub2Word-meta-categories{
    width: 100%;
}
li.Hub2Word-meta-date{
    width: 20%;
}

/** update style **/

#hub2wordForm .hbs_form_container, #hub2wordLink .hbs_form_container, #hub2wordCTA .hbs_form_container {
    padding: 5px 16px;
    position: relative;
    font-size: 14px;
}

.hbs_form_container .hbs_block:before, .hbs_form_container .hbs_block:after {
    display: table;
    content: " ";
    clear: both;
}

.hbs_form_container .hbs_link_options {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}

.hbs_form_container .hbs_text_italic {
    font-style: italic;
}

.hbs_form_container .hbs_opts {
    position: relative;
    padding-top: 10px;
}

.hbs_form_container .hbs_label {
    display: block;
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
}

.hbs_form_container .hbs_label_text {
    display: inline-block;
    width: 80px;
    text-align: right;
    word-wrap: break-word;
    position: absolute;
    left: 0;
    top: 1px;
}

.hbs_form_container .hbs_input {
    width: 100%;
    max-width: 370px;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ddd;
}

.hbs_form_container .hbs_search {
    margin-bottom: 5px;
    display: block;
}

.hbs_form_container .hbs_text {
    margin-bottom: 10px;
    display: block;
}

.hbs_form_container .hbs_query_block {
    position: relative;
    display: block;
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
}

.hbs_form_container .hbs_query_notice {
    padding: 6px 6px 6px 10px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 4px solid #00a0d2;
}

.hbs_form_container .hbs_query_results table tbody, .hbs_form_container .hbs_query_results table {
    padding: 0;
    margin: 0;
    width: 100%;
}

.hbs_form_container .hbs_query_results .hbs_alternate {
    cursor: pointer;
}

.hbs_form_container .hbs_query_results .hbs_alternate.selected {
    background: #ddd;
    color: #32373c;
}

.hbs_form_container .hbs_query_results .hbs_alternate .item_info, .hbs_form_container .hbs_query_results .hbs_alternate .item_title {
    vertical-align: middle;
    color: #32373c;
    padding: 5px 10px 6px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}
.hbs_form_container .hbs_query_results .hbs_alternate .item_info, .hbs_form_container .hbs_query_results .hbs_alternate .item_type {
    vertical-align: left;
    color: #aaa;
    padding: 5px 10px 6px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}
.hbs_form_container .hbs_query_results .hbs_alternate .item_info {
    text-align: right;
}

.hbs_form_container .hbs_form_title {
    display: block;
    margin: 15px 0 20px;
}

.hbs_form_container .hbs_form_title h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.hbs_form_container select.hbs_select {
    width: 100%;
    max-width: 370px;
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.hbs_form_container select.hbs_select option {
    padding: 2px 10px;
}


/*
    hub2word file managers 
*/

.h2w-file-img {
    width: 100px !important;
    height: 100px !important;
}

.file_manager_modal {}

.h2w_file .hbs_folder_container, 
.file_manager_modal .hbs_folder_container {
    position: relative;
    padding: 15px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file_manager_modal .hbs_folder_container{
    height: 100%;
    /*max-height: 385px;*/
}

.h2w_file .hbs_folder_container *, .file_manager_modal .hbs_folder_container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h2w_file .hbs_folder_container ul, .file_manager_modal .hbs_folder_container .hbs_folder_list {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    margin: 0;
    list-style: none;
}

.hbs_folder_container .hbs_folder_list:after, .hbs_folder_container .hbs_folder_list:before {
    content: " ";
    display: table;
    clear: both;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item {
    float: left;
    width: 20%;
    position: relative;
    padding: 5px 10px 0;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item a {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 5px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item a .dashicons {
    height: 70px;
    width: 70px;
    margin-bottom: 5px;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item a .dashicons:before {
    font-size: 70px;
    line-height: 1;
    color: #f6f6f6;
    width: auto;
    height: auto;
    text-shadow: 0px 0px 2px #aaa;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item a .hbs_folder_name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.hbs_folder_container .hbs_folder_list .hbs_folder_list_item a .hbs_folder_date {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #ababab;
    text-align: center;
}

.hbs_folder_container .hbs_img_item {
    float: left;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 171px;
    height: 171px;
    position: relative;
}

.hbs_folder_container .hbs_img_item a {
    display: block;
    outline: none !important;
}

.hbs_folder_container .hbs_img_item a:active, .hbs_folder_container .hbs_img_item a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hbs_folder_container .hbs_img_item a img {
    display: block;
    max-width: 160px;
    max-height: 100px;
    width: auto !important;
    height: auto !important;

    margin: 0;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.hbs_folder_container .hbs_img_item a .h2w-file-type{
    display: block;
    width: auto;
    height: auto !important;
    background: #eee;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 3px 11px;
    color: #000;
    font-size:12px;
}

.hbs_folder_container .hbs_img_item a .h2w-file-name{
    display: block;
    width: 170px;
    height: auto !important;
    background: rgba(240,240,240,0.5);
    margin: 0;
    position: absolute;
    color: #000;
    font-size: 10px;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding: 10px 4px;
    overflow: hidden;
}

.hbs_folder_container .media-modal-icon {
    background-image: url(uploader-icons.png);
    background-repeat: no-repeat;
    display: block;
    background-position: -17px 3px;
    height: 20px;
    width: 20px;
}

.hbs_img_item .check {
    display: none;
    height: 24px;
    width: 24px;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: -8px;
    right: -8px;
    outline: 0;
    background: #eee;
    background-color: rgb(238, 238, 238);
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.hbs_img_item .button-link {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
}

.hbs_img_item .button-link:hover .media-modal-icon {
    background-position: -56px 3px;
}

.hbs_img_item.selected .check:focus, .hbs_img_item.selected .check {
    background-color: #0073aa;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
}

.hbs_img_item.selected .button-link, .hbs_img_item.selected .check {
    display: block;
}

.hbs_folder_container .hbs_img_item.selected {
    border-bottom: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #0073aa;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #0073aa;
    box-shadow: 0 0 0 1px #fff, 0 0 0 4px #0073aa;
}

.post-file {}

.avoid-clicks {
    pointer-events: none !important;
}


.h2w_file .hbs_breadcrumb{
    display: block;
    padding: 5px 16px 0;
    text-align: left;
}
.h2w_file .hbs_breadcrumb ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.hbs_breadcrumb ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}
.hbs_breadcrumb ul li:after{
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #454545;
}
.hbs_breadcrumb ul li:last-child:after{
    display: none;
}
.hbs_breadcrumb ul li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
}
.hbs_breadcrumb ul li a:hover{
    text-decoration: none;
}

/*hubspot setting's css*/ 
.hbs_settings input[type=text], select {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-sizing: border-box;
}

.hbs_settings input[type=submit] {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 6px 6px;
    margin: 8px 0;
    border: none;
    /*border-radius: 4px;*/
    cursor: pointer;
    float:right !important;

}

.hbs-title {
/*    border-bottom: 2px solid grey;
    padding-bottom: 5px !important;
    margin-bottom: 10px;*/
}

.hbs_settings input[type=submit]:hover {
    background-color: #45a049;
}

.hbs_settings {
    border-radius: 2px;
    padding: 15px 15px 15px 15px;
    margin-top:20px;
    /*border: 1px solid grey;*/
    height: auto;
    float:left;
    margin-right: 20px;
}
.hbs_settings h3{
    margin-top: 0px !important;
    border-bottom: 2px solid grey;
    padding-bottom: 5px !important;
}
.hbs_settings_error{
    width: 96%;
    padding: 6px 6px;
    /*margin: 8px 0;*/
    background-color: gainsboro;
    border-left: 5px solid brown;
    color : brown;
}
.hbs_settings_success{
    width: 96%;
    height: auto;
    padding: 6px 6px;
    /*margin: 8px 0;*/
    background-color: gainsboro;
    border-left: 5px solid green;
    /*color : red;*/
}
.avoid_click{
    pointer-events: none;
}
.bbs_custom_css{
    border-radius: 2px;
    background-color: #fff;
    padding: 15px 15px 13px 15px;
    width: 45%;
    margin-top:20px;
    height: auto;
    float:left;
}
.bbs_custom_css h3{
    margin-top: 0px !important;
    border-bottom: 2px solid grey;
    padding-bottom: 5px !important;
}
.bbs_custom_css textarea[type=text] {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-sizing: border-box;
}
.bbs_custom_css input[type=submit] {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 6px 6px;
    margin: 8px 0;
    border: none;
    /*border-radius: 4px;*/
    cursor: pointer;
    float:right !important;

}

.bbs_custom_css input[type=submit]:hover {
    background-color: #45a049;
}
.hbs_optn{
    width: 100%;
    overflow: hidden;
}
.hbs_settings_heading h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top:0px;
    margin-bottom:5px; 
}
.hbs_settings_desc p {
    margin-left: 5px;
}
.hbs_settings_auth{
    width: 100%;
}
.hbs_settings_auth label{
    margin-left: 5px;
    font-weight: 600;
    width: 20%;
    float:left;
}
.hbs_settings_auth button{
    font-weight: 600;
    width: 250px;
    max-width: 100%;
    display: block;
    cursor: pointer;
    padding: 10px 6px;
    border-radius: 3px;
    border: none;
    background-color: #F5762F;
    color: #FFF;
}
.hbs_settings_auth button:hover{
    box-shadow: 0 0 4px 0 #000;
}
.hbs_update_settings {
    margin-top: 25px;
    margin-left: 5px;
}
.hbs_update_settings textarea[type=text] {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-sizing: border-box;
}
.hbs_update_settings button{
    width: 150px;
    max-width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 6px 6px;
    margin: 8px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    /*float:right !important;*/
}

.h2wloader{
    display: inline-block;
    max-width: 30px;
    width: 17px;
    height: 15px;
    background: url(setting_loader.gif);
    background-position: center center;
    background-size: cover;
    padding-left: 5px;
}

.h2wsuccess{
    color: green;
    font-weight: bold;
}