:root {
    --ch-mobile-container-padding: 15px;
}
/* Layout and container */
div.ch-main, div.ch-sidebar{ margin: 10px 0px; }
.modal-fluid{ width:90%!important; max-width:1024px; }
.ch-container {margin-right: auto;margin-left: auto;word-wrap:break-word;}
.ch-margins{ margin-left: 15px; margin-right: 15px; }
.ch-container-basic{background: #FFF; word-wrap:break-word; }
.ch-container-basic > .row {padding: 0px 15px!important;}
.ch-resolution{ margin: 0px auto; }
.ch-main > .ch-title-container > .ch-resolution{ max-width: 100%; }
.ch-title-container > .ch-resolution > .hub-layout-page-description{ font-weight: normal; font-size: 14px; }
body.ets .ch-container{ border:1px solid #CCC; border-radius: 4px; }
.ch-container, .ch-resolution { max-width: 1024px; }
@media (max-width: 1024px) {
  .ch-container,.ch-resolution{max-width: 98%;}
}
@media (max-width: 767px) {
    .ch-resolution { width: 100%; }
    div#ch-default-content-container {margin-left: 15px;margin-right: 15px;}
  .ch-container, .ch-resolution {max-width: 100%;}
  body.ets .ch-container{border-radius: 0px;border: none;border-bottom:1px solid #CCC;}
}
@media (min-width: 768px){
  body.smartnav{ padding-top: 10px!important; }
}
.ch-container:before,.ch-container:after {content: " ";display: table;}
.ch-container:after{clear: both;}
.ch-ajax-symbol-modal {display: none;position: fixed;z-index: 10000;top: 0;left: 0;height: 100%;width: 100%;background: rgba( 255, 255, 255, .8 ) url('/wp-content/plugins/carehubs-core/Public/images/ajax-symbol.gif') 50% 50% no-repeat;}
.ch-loading-symbol, .ch-loading-symbol .ch-ajax-symbol-modal, .ch-override-loading-symbol .ch-ajax-symbol-modal {z-index: 9999999999;overflow: hidden;display: block;}
span.ch-btn-group-dropdown-item {display: block;padding: 3px 20px;line-height: 1.42857143;white-space: nowrap;}
table.column-50 td{ width:50%; }
.ch-login-container, .ch-register-container, .ch-onboarding-container {max-width:375px;margin:0px auto;}
.ch-login-container h4, .ch-register-container h4, .ch-onboarding-container h4{border-color: #ddd;}
#ch-login, #ch-pwreset, #ch-register, #ch-onboarding {padding: 20px;border: 1px solid #ddd;border-radius: 4px;}
.btn.login-registration-button, .btn.login-registration-button:hover, .btn.login-registration-button:active, .btn.login-registration-button:focus, .btn.login-registration-button:active:focus {background-image: none;background-color: #eaeaea;box-shadow: none;-webkit-box-shadow: none;color: #333;border-color:#eaeaea;}
body img{ max-width: 100%; height: auto; }

.bg-white{ background: #FFF!important; }
.overflow-hide{ overflow:hidden; }
.img100x100{ max-width: 100px; max-height: 100px; }
.btn-100{ width: 100%;}
.btn-text-left{ text-align: left; }
.btn-white{ color: #333; background-color: #fff; border-color: #ccc; }
.btn-white:hover{ background: #F0F0F0; }
.modal{ margin-top:25px!important; }
.border-width-0{ border-width: 0px; padding: 0px; box-shadow: none; }
.border-width-1{ border-width: 1px; padding: 1px; }
.border-width-2{ border-width: 2px; padding: 2px; }
table {width: 100%;margin-bottom: 20px;}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {padding: 8px;line-height: 1.42857143;vertical-align: top;}
.overflow-hidden{ overflow:hidden; }

/* Margins */
.margin-top-50{ margin-top:50px!important; }
.margin-top-25{ margin-top:25px!important; }
.margin-top-23{ margin-top:23px!important; }
.margin-top-0{ margin-top:0px!important; }
.margin-left-35{ margin-left: 35px; }
.margin-bottom-0{ margin-bottom: 0px !important; }.margin-0{ margin: 0px 0px 0px 0px!important; }.margin-right-5{ margin-right: 5px; }.margin-right-10{ margin-right: 10px; }.margin-right-20{ margin-right: 20px; }.margin-right-30{ margin-right: 30px; }.margin-left-10{ margin-left: 10px; }.margin-left-20{ margin-left: 20px; }.margin-left-30{ margin-left: 30px; }.margin-bottom-0{ margin-bottom: 0px; }.margin-bottom-5{ margin-bottom: 5px; }.margin-bottom-10{ margin-bottom: 10px; }.margin-bottom-20{ margin-bottom: 20px; }.margin-bottom-30{ margin-bottom: 30px; }.margin-top-5{ margin-top: 5px; }.margin-top-10{ margin-top: 10px; }.margin-bottom-15{ margin-bottom: 15px; }.margin-top-20{ margin-top: 20px; }.margin-top-30{ margin-top: 30px; }.nomargin{ margin-top: 0px; margin-bottom:0px; margin-left: 0px; margin-right: 0px; }.margin-right-3{ margin-right: 3%; }
.margin-top-1{ margin-top: 1px; }.margin-left-1{ margin-left: 1px; }.margin-bottom-1{ margin-bottom: 1px; }.margin-right-1{ margin-right: 1px; }

div.basic-form-container{ padding: 10px 0px; overflow:hidden; max-width: 500px; margin:0px auto; }
div.basic-form-container-700{ max-width: 700px; }
div.basic-form-container-align-left{ margin:0px!important; }
div.basic-form-container-select-half select, div.basic-form-select-half select, div.basic-form-input-half input{ max-width: 50%!important; width: 50%!important; }
div.basic-form-container form input:not([type="checkbox"]):not([type="radio"]),div.basic-form-container form textarea, div.basic-form-container select,div.basic-form form input:not([type="checkbox"]):not([type="radio"]),div.basic-form form textarea, div.basic-form select{ max-width: 100%; width: 100%; }
div.basic-form-container form label,div.basic-form form label{font-weight:bold;font-size:16px;}
div.basic-form-container form button:not(.dropdown-toggle),div.basic-form form button{min-width: 150px;font-weight:bold;font-size:16px;}
div.basic-form-container-submit-left form button{ float: left!important; }
div.basic-form-container form .wp-editor-wrap button,div.basic-form form .wp-editor-wrap button{min-width: 0px;}
div.basic-form-container form label.checkbox{ font-size: 14px; font-weight: normal; }
div.basic-form-container form .label-normal label{ font-weight: normal; }
div.basic-form-container-select-half .field-full select, div.basic-form-select-half .field-full select, div.basic-form-input-half .field-full input{ max-width: 100%!important; width: 100%!important; }
.form-fluid-100{ width: 100%!important; }.form-fluid-90{ width: 90%; }.form-fluid-80{ width: 80%; }.form-fluid-70{ width: 70%; }.form-fluid-60{ width: 60%; }.form-fluid-50{ width: 50%; }.form-fluid-45{ width: 45%; }.form-fluid-40{ width: 40%; }.form-fluid-30{ width: 30%; }.form-fluid-20{ width: 20%; }.form-fluid-10{ width: 10%; }
.textarea-lg{ height: 300px; }.textarea-md{ height: 200px; }.textarea-150{ height: 150px; }.textarea-50{ height: 50px; }
.tbl-10{width:10%;}.tbl-20{width:20%;}.tbl-30{width:30%;}.tbl-40{width:40%;}.tbl-50{width:50%;}.tbl-60{width:60%;}.tbl-70{width:70%;}.tbl-80{width:80%;}.tbl-90{width:90%;}
@media (max-width: 767px){
  div.basic-form-container-select-half select, div.basic-form-select-half select{ max-width: 100%!important; width: 100%!important; }
}

.wp-media-buttons .button{ margin-bottom: 10px!important; }
.ch-code-editor + .CodeMirror-wrap {border: 1px solid #ddd;}
div.wp-editor-container{ overflow: hidden; }
i.mce-i-icon {font: 400 20px/1 dashicons;padding: 0;vertical-align: top;speak: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-left: -2px;padding-right: 2px}
.mce-container input.mce-textbox{height:34px!important;padding:0px 4px!important;}
@media (max-width: 767px){
	.nav-tabs > li {float:none;border:1px solid #dddddd;}
    .nav-tabs > li.active > a{border:1px solid transparent;font-style: italic;}
    .nav-tabs > li.active{background: #EAEAEA;}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background:none;border:1px solid transparent;}
	.wp-media-buttons .button{ display:none;}
}

/* Generic styling */
p:empty::before {content: none !important;}
.h1,.h2,.h3,.h4,.h5,.h6 {display: block;}
.fluidEmbed {position: relative;padding-bottom:56.25%;height:0;overflow: hidden;-ms-overflow-style: none;margin-bottom: 15px;}
.fluidEmbed iframe,.fluidEmbed object, .fluidEmbed video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Helpers */
.fontsize14px{font-size:14px;}
.fontsize12px{font-size:12px;}
span.separator {margin-left: 10px;margin-right: 10px;}
.ch-center-separated-row {display: flex;align-items: center;justify-content: space-between;}
.ch-dropdown-align-right {left:unset !important;right: 0px;}
.ch-disabled {cursor: not-allowed;}
.btn-block a {width: 100%;}
.clear{ clear: both; }
.hide{ display: none; }
.clearfix {zoom:1; /* For IE */}
.position-relative {position: relative;}

.text-ital{ font-style:italic; }
.text-strike{ text-decoration: line-through; }
.text-bold{ font-weight: bold; }
.text-normal{ font-weight: normal; }
.text-24{ font-size: 24px; }
.text-20{ font-size: 20px; }
.text-16{ font-size: 16px; }
.text-12{ font-size: 12px; }
.text-large{ font-size: 20px!important; line-height: 1.50em; }
.text-medium{ font-size: 16px!important; line-height: 1.50em; }
.text-super{ font-size: 24px!important; line-height: 1.60em; }
.text-small{ font-size: 12px!important; }
.text-medium li{ line-height: 1.50em; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-center{ text-align: center; }
.text-underline{ text-decoration: underline; }
.max-width{ width: 100%; }.fluid-100{ width: 100%; }.fluid-90{ width: 90%; }.fluid-80{ width: 80%; }.fluid-70{ width: 70%; }.fluid-60{ width: 60%; }.fluid-50{ width: 50%; }.fluid-40{ width: 40%; }.fluid-30{ max-width: 30%; }.fluid-20{ width: 20%; }.fluid-10{ width: 10%; }
.input-max-320{ max-width:320px; }
.input-max-200{ max-width:200px; }
.input-max-275{ max-width:275px; }
.fa-2x, .fa-stack-2x {font-size: 2em;}
.fa-stack {position: relative;display: inline-block;width: 2em;height: 2em;line-height: 2em;vertical-align: middle;}
.fa-stack-1x, .fa-stack-2x {position: absolute;left: 0;width: 100%;text-align: center;}
@media (max-width: 767px) {
    .ch-center-separated-row {display: block;}
    .ch-center-separated-row.mobile-flex{display: flex;}
}
/* hides an element without removing it completely with display: none */
.ch-visually-hidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;text-align: center;}

/* Buttons */
.btn-skel-generic.more,.btn-skel-generic.more-disabled{ float: left; margin-right: 20px; }
.btn-skel-generic.less,.btn-skel-generic.less-disabled{ float: left; }
.btn-skel-generic {background: #54585A!important;border: 1px solid #54585A;border-radius: 5px;color: #fff;text-shadow: none;font-size: 13px;line-height: 17px;padding-left: 15px;padding-right: 15px;}
.btn-skel-generic:hover, .btn-skel-generic:focus, .btn-skel-generic:active, .btn-skel-generic.active, .open .dropdown-toggle.btn-skel-generic {color: #fff!important;border-color: none;}
.btn-skel-generic.disabled, .btn-skel-generic[disabled], fieldset[disabled] .btn-skel-generic {background: #fff!important;border: 1px solid #BABBB1;color: #BABBB1;}

.ch-toggle-collapse-text.collapsed .btn-show {display: block;}
.ch-toggle-collapse-text.collapsed .btn-hide {display: none;}

.ch-toggle-collapse-text:not(.collapsed) .btn-show {display: none;}
.ch-toggle-collapse-text:not(.collapsed) .btn-hide {display: block;}

/* CareHubs Custom Block Styling */
/* styled content */
.ch-styled-content-block {padding: 15px;border: 1px solid #ddd;border-radius: 10px;}
.ch-styled-content-block > :first-child {margin-top: 0px;}
.ch-styled-content-block > :last-child {margin-bottom: 0px;}

@media only print {
    .post-edit-link {display:none;}
    .wp-block-audio {display: none;}
}

.hub-snippet-card2-container {border: 2px solid #EAEAEA;height: 550px;overflow: hidden;}
.hub-snippet-card2-container div.snippet-card2-image {height: 280px;overflow: hidden;}
.hub-snippet-card2-container div.snippet-card2-itemAsset {padding: 15px;}
.hub-snippet-card2-container .snippet-card2-title {font-weight: bold;font-size: 18px !important;}
.hub-snippet-card2-container .snippet-card2-content {font-size: 18px;}
.hub-snippet-card2-container .snippet-card2-content img.flush-top {margin-top: -15px;}
.hub-snippet-card2-container .full-width-img img {margin-left: -15px;width: calc(100% + 30px);max-width: none;}

/* Membership banner */
.chv3-member-avatar-wrap {position: relative;}
.chv3-membership-banner {text-align: center;position: absolute;left: 0;right: 0;bottom: -5px;white-space: nowrap;}
.chv3-membership-banner span {padding: .2em .45em;background-color: #e1e1e1;color: #333;}

/* IE 11 grid fix for Media & Text block */
.wp-block-media-text {display: -ms-grid;-ms-grid-columns: 50% auto;}
/* default media on the left */
.wp-block-media-text .wp-block-media-text__media {-ms-grid-column: 1;}
.wp-block-media-text .wp-block-media-text__content {-ms-grid-column: 2;}
/* media on the right */
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {-ms-grid-column: 2;}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {-ms-grid-column: 1;}

/* Google Recaptcha */
.grecaptcha-badge {visibility: hidden;}

/* Accessibility */
.ch-aria-skip-link {width: 100%;display: block;background: #000;height: 0px;text-align: center;font-size: 16px;line-height: 22px;overflow: hidden;border: none;padding: 0;}
.ch-aria-skip-link:focus {height: 42px;padding: 10px;color: #fff;}
.ch-hide-text {opacity: 0;height: 1px;width:0px;display: block;margin: -1px 0px 0px !important;overflow:hidden;}
.ch-link-btn {color: #337ab7;}
.ch-link-btn, .ch-link-btn.active, .ch-link-btn:active, .ch-link-btn[disabled], fieldset[disabled] .ch-link-btn {
    font-weight: 400;border-radius: 0;padding: 0px; border: none;background-color: transparent;-webkit-box-shadow: none;box-shadow: none;
}
.ch-link-btn:focus, .ch-link-btn:hover {color: #23527c;text-decoration: underline;background-color: transparent;}
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}

/* Dynamic Cache Loading indicator */
.hubcache-loader, .ch-loading-spinner {display: block !important;border: 2px solid #eaeaea;border-top: 2px solid #003da5;border-radius: 50%;width: 60px;height: 60px;animation: spin 1s linear infinite;color: transparent;margin: 0 auto;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Translation */
div.translated-text{ border-left: 6px solid #EAEAEA; padding-left: 10px; margin: 10px 0px 10px 25px!important; }
div.translated-text p:last-child{ margin-bottom: 0px!important; }
/*
a.translation-toggle:not(.collapsed) span.view-transl{display:none}
a.translation-toggle.collapsed span.close-transl{display:none}
*/

/* Breadcrumbs */
ol.breadcrumb { font-size: 12px; padding:6px 10px!important; margin-bottom: 15px!important; }
ol.breadcrumb + hr { margin: 2px 0px 7px!important; }
.ch-one-level-breadcrumb {margin-bottom: 15px;display: block;}

div.chv4-basic-post-options { border: 1px solid #ccc; border-radius: 5px; margin-bottom: 15px; padding: 4px 4px 0px 4px; }
div.chv4-basic-post-options a { background: #e2e2e2 none repeat scroll 0 0;margin-bottom: 5px;border-bottom: 1px solid #c8c8c8;border-radius: 3px;color: #54585a;padding: 5px 9px;}
div.chv4-basic-post-options a:hover { background-color: #e2e2e2;}
div.bordered-shadow-well{position: relative;border-radius: 3px; border: 1px solid #D5D5D5; -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 6%); box-shadow: 0px 2px 4px rgb(0 0 0 / 6%); padding: 20px;line-height: 24px; margin-bottom: 10px;}
div.multiple-shadow-wells > div.bordered-shadow-well:nth-child(2n-1) {background-color: #f7f7f7;}
div.borderless-well{position: relative;padding: 20px;background:#fff;}
div.multiple-borderless-wells > div.borderless-well:nth-child(2n-1) {background-color: #f7f7f7;}
/* Nested Wells */

.nested-wells-outer-container .outer-well {padding: 0 15px 5px;-webkit-box-shadow: none;box-shadow: none;}
/*
 * In outer-wells that don't use inner-wells, we have to make up for the fact
 * that the .nested-wells-inner-container has a min-height of 6px, so we're
 * missing out on these 6px of height. Adjust the padding-bottom to accommodate.
 */
.nested-wells-outer-container .outer-well-without-inner-container {padding-bottom: 11px;}
.nested-wells-outer-container .well-title {display: inline-block;margin-top: 16px;}
.nested-wells-outer-container .well-title .well-title-details {font-style: italic;display: block;padding-left: 12px;}
.nested-wells-outer-container .drag-grab {cursor: move;}
.outer-well > .well-title {font-size: 16px;margin-top: 15px;}
.nested-wells-outer-container .sort-highlight {height: 100px;background-color: #ddd;border: 3px dashed #bbb;}

.nested-wells-item-right-buttons {float: right;margin-top: 10px;}
.nested-wells-item-right-buttons .btn {margin-left: 4px !important;}
.nested-wells-item-right-buttons .dropdown-menu {right: 0;left: auto;min-width: 160px !important;}

.nested-wells-manage-button {margin-left: 5px;}

.nested-wells-inner-container {
    margin-bottom: 0 !important;
    min-height: 6px;
    /*
     * This needs to have dimensions to be able to accept dragged (sortable) inner
     * well items. When the list is empty, this container doesn't have a height,
     * so we need to give it one.
     */
}

.nested-wells-inner-container .inner-well {
    background-color: white;
    padding: 0px 15px 10px;
    margin-top: 15px;
    margin-bottom: 0;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nested-wells-inner-container > .inner-well:first-of-type {margin-top: 15px;}
.nested-wells-inner-container > .inner-well:last-of-type {margin-bottom: 10px;}
.inner-well .nested-wells-item-right-buttons {margin-top: 13px;}
.inner-well .nested-wells-item-right-buttons .btn {margin-top: -2px;}
.inner-well.inner-well-visible {border-left: 6px solid green;}
.inner-well.inner-well-draft {border-left: 6px solid goldenrod;}
.nested-wells-above-buttons {margin-bottom: 20px;}

.ch-shadow-box {padding:24px 32px; background-color: #fff;border:none;border-radius: 8px;box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);height:100%;}
.ch-shadow-box > *:last-child {margin-bottom: 0 !important;}

/* COMMENTS */
div.post-undergoing-moderation{ max-width: 600px; margin:0px auto; }
.chv4-loggedout-reply-box {
    margin: 10px 0px 20px 0px;
    padding: 20px;
    box-shadow: -3px 4px 6px 2px #c2c2c2;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #464646 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center;
}

/* Smart nav */
ul.smartnav-icons .notification-count { background-color: #d9534f;border-radius: 10px;position: absolute;left: 25px;top: 10px;font-size: 10px;font-weight: normal; }
ul.smartnav-icons .navbar-nav > li > a { text-align:center;}
ul.smartnav-icons ul li a.img-avatar {padding:10px;}
ul.smartnav-icons a:focus {outline:0;}
ul.smartnav-icons.navbar-right {position:relative;}
ul.smartnav-icons{ font-size: 16px!important; }
.ch-link-notification-badge {background-color: #d9534f;border-radius: 10px;position: absolute;top: 10px;font-size: 10px; font-weight: normal;display: inline;padding: .2em .6em .3em;line-height: 1;color: #fff;text-align: center;white-space: nowrap;}

/* Search filter bubbles */
.ch-search-badge-container .badge {border-radius: 100px;padding: 7px 15px;margin: 12px 12px 0px 0px;font-size: 14px;}
.ch-search-badge-container .badge svg {fill: #fff;height:16px;vertical-align: middle;margin-left:8px;}
.ch-search-badge-clear {padding: 7px 15px;margin: 15px 12px 0px 0px;font-size: 14px;vertical-align: middle;display: inline-block;line-height: 1;}
.button-container .ch-search-badge-container .badge {margin-top: 5px;margin-bottom: 5px;}
.ch-search-badge-container + .search-results-container {margin-top: 10px;}
@media (max-width: 767px) {
    .button-container .ch-search-badge-container {margin-bottom: 15px;}
}
/* interest filter */
#interest-filter-container {padding: 20px; background: #f7f7f7;}
#interest-filter-container .button-container {display: flex;justify-content: flex-end;align-items: center;}
#interest-filter-container .button-container form + .interest-toggle {margin-left: 15px;}
#interest-filter-container #interest-filter .checkbox {margin-top: 15px !important;margin-bottom: 10px;}
#interest-filter-container #interest-filter button {clear: both;float: right;margin-top: 20px;text-transform: none;}
@media (max-width: 999px) {
    #interest-filter-container #interest-filter .checkbox {width: 100%;float:none;}
}
@media (max-width: 767px) {
    #interest-filter-container {margin-top: 10px;}
    #interest-filter-container .button-container {display: block;}
    #interest-filter-container .button-container form + .interest-toggle {margin-top: 10px;margin-left: 0px;}
    #interest-filter-container .interest-toggle {width: 100%; float: none;}
    #interest-filter-container #interest-filter button {width: 100%;float:none;}
}

/* Link reference */
.ch-link-reference:hover {cursor: pointer;}

/* Media */
.avatar-img img{ margin: 0px 5px 5px 0px; border: 1px solid #E6E6E6; background: #F8F8F8; background: rgba(255, 255, 255, 0.7); padding: 3px; vertical-align: middle; }

/* WP Media Modal */
.ch-media-uploader-wrap .open-uploader {border: 4px dashed #dadada;background-color: #f7f7f7;color: #7a7a7a;padding: 20px;width: auto;display: inline-block;}
.ch-media-uploader-wrap .file-display img {max-height: 120px;}

/* Notifications */
.notifications-count { background-color: #d9534f;border-radius: 10px;position: absolute;left: 27px;top: 10px;font-size: 8px;font-weight: normal; }

/* Entity actions */
.ch-action-reaction-row {margin-top: 10px;margin-bottom: 20px;font-size: 14px;}
.ch-action-reaction-row .ch-notification-settings-button span.level-description {display:none;}
.entity-interactions button {height: auto;}
.entity-interactions .dropdown-menu li {font-size: 14px;}
.parent-entity-summary {border-left: 5px solid #CCC;padding:10px 0px 10px 15px;margin-bottom: 10px;}
.subthread-comment {border-bottom: 1px solid #eee;padding-top:20px; padding-bottom: 20px;}
.subthread-comment .ch-comment-meta {margin-bottom: 10px;}
div.post-undergoing-moderation{ max-width: 600px; margin:0px auto; }
.ch-notification-settings-button {font-size: 10px !important;}
@media (max-width:500px) {
    .ch-action-reaction-row {align-items: flex-start;}
}

/* Search */
.ch-search-field {margin-bottom: 24px;margin-top:24px;}
.ch-search-field .form-control {border-radius: 50px;border:1px solid #080808 !important;border-left: none !important;color: #000;-webkit-box-shadow: none;box-shadow: none;height:48px;font-size:20px;padding-left:12px;z-index:1 !important;background:#fff !important;}
.ch-search-field .form-control:focus {border-color:inherit;-webkit-box-shadow: none;box-shadow: none;}
.ch-search-field .input-group .btn {z-index:1 !important;}
.ch-search-field .input-group .btn-default {border-radius: 50px 0px 0px 50px;border:1px solid #080808;border-right:none;background: #fff !important;-webkit-box-shadow: none;box-shadow: none;height: 48px;padding-left:18px;padding-right: 6px;}
.ch-search-field .input-group .ch-link-reference {border-radius: 0px 50px 50px 0px;border:1px solid #080808;border-left:none;background: #fff !important;-webkit-box-shadow: none;box-shadow: none;height: 48px;padding-right:18px;padding-top: 11px;}
.ch-search-field .input-group .btn img {max-width:none;}
.searchbox .search-sort-by {float:right;}
@media (max-width: 767px) {
    .searchbox .search-sort-by {width: 100%; margin-top: 16px;}
    .searchbox .search-sort-by select {width: 100%;}
}

/* Archive listing */
.ch-archive-list-default .media {border-bottom: 1px solid #b3b3b3;padding: 30px 0px;}
.ch-archive-list-default .media-left, .ch-archive-list-default .media > .pull-left {width: 280px; margin-right:30px; padding:0;}
.ch-archive-list-default .list-item-content a {color: #333}
.ch-archive-list-default .media-heading {margin-bottom: 10px;}
.ch-post-archive-block-filter {max-width: 66%;margin: 0 auto;}
.ch-post-archive-block-filter select {width: 100%;height: 40px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;border-radius: 0px;text-indent: 0px;margin-bottom: 10px;}
@media (max-width: 767px) {
    .ch-archive-list-default .media-left, .ch-archive-list-default .media > .pull-left {width: 100%; float: none !important; display: block; margin-bottom: 15px;}
    .ch-archive-list-default .media-body {margin-top: 20px;}
    .ch-post-archive-block-filter {max-width: 100%;margin: 0 auto;}
}

/* Summary Info Box **/
.ch-summary-info-box {border-radius: 4px;border: 1px solid #ddd;padding: 20px;margin-bottom: 40px;}
.ch-summary-info-box .row {display:flex;}
.ch-summary-info-box .col {padding-left: 15px;padding-right: 15px;flex: 1 0 0%;border-left: 1px solid #ddd;}
.ch-summary-info-box .col:first-of-type {border: none !important;padding-top: 0px !important}
.ch-summary-info-box .col h4 {margin-top: 0px;}
@media (max-width: 991px) {
    .ch-summary-info-box .row {display: block;}
    .ch-summary-info-box .col {border-left: none;border-top: 1px solid #ddd;padding-top: 15px;}
}

/* Background-image avatars */
.ch-background-avatar {background-size: cover;border-radius: 200px;background-position: center;}
.ch-background-avatar img {visibility: hidden;}

/* pagination */
.chPagination {margin: 20px 0px;}
.chPagination ul.pagination {margin: 0px;}
.chPagination .btn-skel-generic.more, .chPagination .btn-skel-generic.more-disabled {float: right !important;margin-right: 0px;}
.chPagination .btn-skel-generic.less, .chPagination .btn-skel-generic.less-disabled {float: right !important;margin-right: 10px;}
.ch-pagination-header {margin: 0px 0px 20px;background-color: #f1f1ef;padding: 0px 10px 1px;border-top: #cbcbcb 1px solid;border-bottom: #cbcbcb 1px solid;}
.ch-infinite-scroll-container {max-height: 700px;min-height: 577px; overflow-y: scroll;overflow-x: hidden;}

/* person autocomplete field */
input.user-autocomplete {padding-left: 30px !important; position: relative;background: white url('/wp-content/plugins/carehubs-core/Public/images/fa-user-icon.png') 5px center no-repeat; background-size: 18px;}
input.user-autocomplete.ui-autocomplete-loading {background: white url('/wp-content/plugins/carehubs-core/Public/images/ajax-loader.gif') 10px center no-repeat;}

/****************************************
* Entity lists
****************************************/
.ch-entity-list .search-container {padding: 20px 0px;margin:10px 0 0 !important;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.ch-entity-list .search-result-summary {padding: 10px 0px;margin:0 !important;border-bottom: 1px solid #eaeaea;}

@media (min-width: 768px) {
    .ch-entity-list-action {max-width: 250px; margin-left: 20px; text-align:right;}
}
@media (max-width:767px) {
    .ch-entity-list-action {margin-top: 10px;}
}
