/*** RESTTING ***/
ul#cmed-filter, ul#cmed-filter li, ul.cmed-expert, li.cmed-single-expert, ul.cmed-expert-details, ul.cmed-expert-details li {
  margin: 0;
  padding: 0;
}

/****************/

ul#cmed-filter {
  display: block;
  list-style: none;
}

ul#cmed-filter li {
  display: inline-block;
  padding-right: 20px;
}

ul.cmed-expert {
  display: block;
  list-style: none;
  min-width: 1000px;
}

li.cmed-single-expert {
  float: left;
  padding: 10px;
}

ul.cmed-expert-details {
  display: block;
  list-style: none;
  font-size: 18px;
  margin-top: 5px;
}

.cmed-active-cat {
  font-weight: bold;
}

.img-link-initial {
  box-shadow: rgb(0, 0, 0) 0 0 10px;
}

.cmed-clear {
  clear: both;
}

.cmed-editlink {
  position: absolute;
  right: 5px;
  bottom: 1px;
  z-index: 500;
  font-size: 0.7em;
}

/*** ML - fix a grey bar that appear on Android devices (use to be- overflow:auto) ***/
.expert-container .cmed_content_block {
  overflow: hidden;
}

/*
Category
*/

.cmed-category {
  text-align: center;
  background: #78AB46;
  display: block;
  font-weight: bold;
  color: white;
}

.cmed_image {
  width: 500px;
  height: 500px;
}

.cmed-discount {
  text-align: center;
  background: #7F0000;
  display: block;
  font-weight: bold;
  color: white;
  font-size: 9px;
}

/*** Box Design ***/
.cmed-container .clear {
  clear: both;
}

.add1-link, .add2-link, .add3-link, .add4-link {
  margin-left: 0.3em;
  font-size: 8pt;
}


.cmed-module-found-posts {
  margin: 5px 0 5px 0;
}

.cmbbd_uner_map {
  max-width: 100%;
  width: 100%;
}

.cmbbd_uner_related {
  max-width: 100%;
  margin: 30px 15px;
  display: inline-block;
  width: 100%;

}

/*
ALL VIEWS
*/

.cmed-module-buttons-firstrow {
  margin-bottom: 0;
}

.expert_options {
  max-width: 30%;
  float: left;
}

/*
IMAGE TILES VIEW
*/
.cmed-container.image-tiles .cmed-module {
  position: relative;
  float: left;
  width: 280px;
  margin: 0 0 15px 15px;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 0 20px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, inset 0 0 20px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #fff, inset 0 0 20px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  overflow: hidden;
}

.cmed-container.image-tiles .cmed-module h3.cmed-expert-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.cmed-container.image-tiles .cmed-module h3.cmed-expert-title a.cmed-editlink {
  font-size: 10pt;
}

.cmed-container.image-tiles .cmed-module p {
  margin: 0;
  padding: 0
}

.cmed-container.image-tiles .cmed-module.featured {
  background: lightyellow !important;
}

.cmed-container.image-tiles .cmed-module div.module-image {
  height: 70%;
  margin-bottom: 0;
  position: relative;
}

.cmed-expert-title {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 60px;
}

.cmed-container.image-tiles .cmed-module div.module-image img.default-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
}

.cmed-container.image-tiles .cmed-module span.cmed-category-tiles {
  word-break: break-all;
}

.cmed-container.image-tiles .cmed-module-description {
  padding: 2px;
}

.cmed-container.image-tiles .button:hover {
  color: #298cba !important;
  border-color: #69acce !important;
  -moz-box-shadow: 0 0 2px rgba(105, 172, 206, 1);
  -webkit-box-shadow: 0 0 2px rgba(105, 172, 206, 1);
  box-shadow: 0 0 2px rgba(105, 172, 206, 1);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
}

.cmed-container a.button, a.button-primary, a.button-secondary {
  line-height: 15px;
  padding: 3px 10px;
  white-space: nowrap;
  -webkit-border-radius: 10px;
}

.cmed-container.image-tiles .button, .submit input, .button-secondary, input[type=submit] {
  background: #f2f2f2;
}

.cmed-container.image-tiles .button, .button-secondary, .submit input, input[type=button], input[type=submit] {
  color: #464646;
  -moz-box-shadow: inset 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cmed-container.image-tiles .cmed-module a.button.checkprice {
  color: white;
  background-color: #458B00;
  line-height: 13px;
  padding: 3px 8px;
  cursor: pointer;
}

.cmed-container.image-tiles .cmed-module .cmed-module-actions a {
  position: relative;
  float: right;
  margin-right: 18px;
  font-weight: bold;
  color: #888;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

.cmed-container.image-tiles .cmed-module-actions {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
}

.cmed-container.image-tiles .cmed-module-actions-top {
  display: block;
}

.cmed-container.image-tiles .cmed-expert-price {
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  color: #1BA1E1;
  cursor: auto;
  display: inline;
  font-family: OpenSans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 28px;
  margin: 5px 0;
  outline: #1BA1E1 none 0;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: auto;
}

.cmed-container.image-tiles .cmed-expert-featured {
  color: #999;
  cursor: pointer;
  display: inline;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 21px;
  margin: 5px 0;
  text-align: right;
  width: auto;
}

.cmed-container.image-tiles .cmed-expert-new {
  color: #53B50A;
  cursor: pointer;
  display: inline;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 21px;
  width: auto;
}

.cmed-container.image-tiles .cmed-col1, .cmed-container.image-tiles .cmed-col2 {
  display: table-cell
}

.cmed-container.image-tiles .cmed-col1 {
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  width: 62.5% !important;
}

.cmed-container.image-tiles .cmed-col2 {
  float: none;
  vertical-align: top;
  width: 10000px !important;
}

.cmed-container.image-tiles .module-discount {
  background-color: rgba(83, 181, 10, 0.701961);
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  height: 28px;
  left: 0;
  line-height: 21px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

/*** END - Box Design ***/

/*
Filters
*/
.cmed-module-actions-top {
  margin: 10px 0 20px;
}

.cmed-module-actions-top .active-cat {
  border: 4px solid #ADD8E6;
}

/*
Search
*/
.cmed-module-search-top {
  margin: 10px 10px 10px 0;
  float: left;
}

.cmed-module-search-button {
  background-color: #ADD8E6 !important;
}

/*
Pagination
*/
.cmed-module-pagination {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.cmed-module-pagination-top {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.cmed-module-pagination-bottom {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}

.cmed-module-pagination .current, .cmed-module-pagination-bottom .current, .cmed-module-pagination-top .current {
  border: 1px solid #ADD8E6;
}

.cmed-module-actions-top a {
  margin-left: 0;
}

.cmed-module-actions-top a:first-child {
  margin-left: 0;
}

.cmed-button {
  border-radius: 0.25em;
  font-family: Arial, serif;
  color: #2e252e;
  font-size: 12px;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  border: solid #ababab 1px;
  text-decoration: none;
}

.cmed-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*
Add to Cart form
*/
.cmed-container form.upsale {
  display: inline
}

.cmed-container .cmed_filters select.cmed_input_xmini,
.cmed-container .cmed_filters select.cmed_input_mini {
  width: auto;
  max-width: 200px !important;
}

/*
Add link icon
*/
.cmed-add-link-icon {
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
}

.cmed-add-link-container {
  display: block;
}

.cmed-add-link-expert {
  float: left;
  width: 49%;
  overflow: hidden;
  margin-bottom: 3px;
}

.cmed-border-left {
  padding-left: 3px;
}

.cmed-paypal-button {
  padding: 5px 0 5px 0;
  text-align: left;
}

.cmed-expert-options {
  margin-right: 5px;
}

.cmed-add_google_map-label {
  width: 100%;
  height: 400px;
}

.cmed_label {
  float: left;
  line-height: 45px;
  margin-right: 10px;
}

.cmed_filters {
  margin-right: 10px;
  white-space: nowrap !important;
  display: inline-block;
  height: 58px;
  width: 100%;
}

.cmed_single_filter {
  display: block;
  margin: 0;
  padding: 0;
}

.cmed_filters2 {
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.cmed_tags {
  margin-right: 10px;
  margin-left: 0;
  float: left;
  line-height: 42px;
}

.cmed_cat {
  line-height: 45px;
  margin-right: 10px;
  float: left;
}

.cmed_input {
  float: left;
  max-width: 240px;
  width: 180px !important;
  padding: 10px !important;
  margin-right: 10px !important;
  margin-top: 3px !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  line-height: 18px !important;
  height: 20px !important;
  box-sizing: content-box;
}

.cmed_input_mini, .expert_options {
  float: left;
  font-size: 14px;
  line-height: 18px !important;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 3px !important;
  max-width: 100px !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  height: 40px !important;
}

.cmed_input_xmini {
  font-size: 14px;
  line-height: 18px !important;
  margin-right: 20px;
  margin-left: 0;
  margin-top: 3px !important;
  max-width: 70px !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  height: 40px !important;
}

.cmed-container .display_none {
  display: none;
}

.cmed-container input[type="radio"].display_none:checked + label {
  background-image: linear-gradient(to top, #969696, #727272);
  box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),
  0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: default;
  color: #E6E6E6;
  border-color: transparent;
  text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
}

.cmed-container.image-tiles .cmed-module {
  min-width: 19% !important;
  margin: 0 1% 10px 0 !important;
  height: 250px !important;
}

.cmed-container.image-tiles .cmed-module:nth-child(5n + 5) {
  margin: 0 0 10px 0 !important;
}

.cmed-container.image-tiles .cmed-module div.module-image {
  overflow: hidden;
}

.cmed-container .cmed-expert-title {
  position: relative !important;
  bottom: 0 !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cmed-container.image-tiles .cmed-module h3.cmed-expert-title {
  padding: 0 10px;
}

.cmed-container.image-tiles .cmed-module-actions {
  position: relative !important;
  bottom: 0 !important;
}

.cmed-container.image-tiles .cmed-module .cmed-module-actions a {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px !important;
}

.cmed-container .cmed_filters {
  height: auto;
}

.cmed-container .widget select {
  margin-bottom: 0;
}

.cmed-container .cmed-module-search-button {
  position: relative;
}

.entry-content {
  margin-bottom: 20px;
}

.entry-content .cmed-container select {
  width: 100%;
}

.cmloc-ed-index-map-wrapper {
  width: 100%;
  display: inline-block;
}

.cmloc-ed-index-map-wrapper > .cmloc-btn {
  height: 30px;
  line-height: 16px;
}

.cmed-info-box {
  padding: 0.75em;
  color: #fff;
}

.cmed-info-box a, .cmed-info-box h4 {
  color: inherit;
}

.cmed-info-box ul {
  padding: 0;
  margin: 0 0 1em;
}

.cmed-info-box ul li {
  margin: 0.5em 0;
}

.cmed-info-box .cmed-box-taxonomy {
  margin-bottom: 0.5em;
}

.cmed-info-box .cmed-box-taxonomy li {
  display: inline-block;
  margin: 0 0.25em;
}

.cmed-info-box .cmed-box-taxonomy li:after {
  content: ',';
}

.cmed-info-box .cmed-box-taxonomy li:first-child {
  font-weight: bold;
}

.cmed-info-box .cmed-box-taxonomy li:first-child:after {
  content: '';
}

.cmed-info-box .cmed-box-taxonomy li:last-child:after {
  content: '';
}

.cmed-info-box .cmed-box-taxonomy li a:hover {
  text-decoration: underline;
}

.cmed-info-box {
  margin: 0 0 0.5em;
}

li a.cmed_purchase_link {
  width: 100px;
  color: #fff;
  margin: auto auto 1.5em;
  border-radius: 0.25em;
  padding: 1.5em;
  font-weight: bold;
  text-align: center;
  display: block;
}

.cmed-filters-panel form {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  float: none;
}

.cmed-filters-panel {
  width: 100%;
  display: block;
  padding: 0;
  float: left;
}

.cmed-filters-panel .cmed-single-filter {
  display: inline-block;
  margin: auto 0.5em 1.2em auto;
}

.cmed-filters-panel form.one_below_each_other .cmed-single-filter {
  float: left;
  clear: both;
  width: 100%;
}

.cmed-filters-panel form.one_below_each_other .cmed-single-filter input {
  display: inline-block;
  width: auto;
}

.cmed-filters-panel form.one_below_each_other .cmed-single-filter select {
  display: inline-block;
  width: auto;
}

.cmed-filter-input,
.cmed-filter-input-select,
.cmed-filter-submit,
.cmed-filter-label,
.cmed-filter-tag {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  border: 1px solid #cecece;
  border-radius: 0.25em;
  background: #fff;
  font-size: 1em;
}

.cmed-filter-input,
.cmed-filter-tag,
.cmed-filter-submit {
  padding: 0.5em;
  cursor: pointer;
}

.cmed-filter-input-select,
.cmed-filter-input-select option {
  padding: 0.25em;
}

input[type="submit"].cmed-filter-submit {
  border: none;
  font-weight: bold;
  color: #fff;
  background: #2ecc71;
}

input[type="submit"].cmed-filter-submit:hover,
input[type="submit"].cmed-filter-submit:focus {
  background: #27ae60;
}

label.cmed-filter-label {
  text-align: left;
  display: inline-block;
}

.cmed-filter-label {
  border: none;
  margin-right: 0.25em;
}

.cmed-filter-input,
.cmed-filter-submit,
.cmed-filter-input-select,
.cmed-filter-input-select option,
.cmed-filter-label,
.cmed-filters-panel .cmed-single-filter,
li a.cmed_purchase_link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.list-unstyled li {
  list-style-type: none !important;
}

.cmed-additionallinks li {
  display: block;
  padding-right: 0.5em;
}

.cmed-additionallinks li a:hover {
  text-decoration: underline;
}

.cmed-additionallinks li:last-child {
  padding-right: 0;
}

div.cmed-gallery {
  margin-top: 1.5em;
}

div.cmed-gallery div.cmed-gallery-item {
  display: inline-block;
  margin: 0.25em;
}

div.cmed_lightbox_gallery_container {
  margin: 1.5em auto;
  display: block;
}

div.cmed_lightbox_gallery_container a.cmed_lightbox_gallery {
  margin: 0.25em;
}


.cmed-expert .cmed-tiles-style {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cmed-expert .cmed-tile {
  margin: 0;
  padding: 0.5em;
  width: calc(100% / 3);
  float: left;
}

.cmed-expert .cmed-tile:after {
  clear: both;
  display: table;
}

.cmed-expert .cmed-tile-label {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}


/* Views */

.cmed_cube_style, .cmed_cube_title_label, .cmed_cube_item,
.cmed_tiles_style, .cmed_tiles_title_label, .cmed_tiles_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cmed_cube_style,
.cmed_tiles_style,
.cmed_cube_style .cmed_cube_item,
.cmed_tiles_style .cmed_tiles_item {
  display: inline-block;
}

/* Cube view */
.cmed_cube_style {
  float: left;
  display: block;
  margin: 0;
  border: none;
  background: none;
}

.cmed_cube_style .cmed_expert_logo {
  margin-top: -32px;
}

.cmed_cube_style .cmed_cube_item {
  background: #eeffee;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cmed_cube_style .cmed_cube_item a {
  padding: 0;
  margin: 0;
}

.cmed_cube_style:before {
  display: table;
  clear: both;
  content: '';
}

.cmed_cube_title_label {
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  top: 6px;
}

h5.cmed_cube_title_label_header {
  font-size: 1em;
  text-align: center;
  font-weight: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-indent: 0;
}

/* General */
.cmed_expert_logo {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.cmed_expert_logo,
.cmed_expert_logo img {
  width: 100%;
  margin: auto;
  padding: 0;
  display: block;
  height: auto;
}

/* Content */
.cmed_content_box {
  display: block;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cecece;
  float: left;
  width: 100%;
  padding-top: 20px;
}

.cmed_content_box h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.cmed_content_box_images h3 {
  margin-top: 20px;
}

.cmed-info-box-link {
  text-decoration: underline;
}

.expert-position-company {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}

div.cmed_position {
  display: inline-block;
  margin: auto;
  text-align: center;
}

div.cmed_position p span {
  font-weight: bold;
}

div.cmed_company {
  display: inline-block;
  margin: auto;
  text-align: center;
}

div.cmed_company p span {
  font-weight: bold;
}

/* Shortcode: Category List */
.cmed_center {
  text-align: center;
}

.cmed_featured_image {
  margin-bottom: 0.5em;
}

/* NEW VIEWS */
/* Tiles View */
.cmed_tiles_view_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}

.cmed_tiles_view_item {
  display: inline-block;
  padding: 0;
}

.cmed_tiles_view_inner_container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.cmed_tiles_view_title,
.cmed_tiles_view_position {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  text-align: center;
}

.cmed_tiles_view_company {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  text-align: center;
}

.cmed_tiles_view_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  text-align: center;
}

.cmed_tiles_view_fax {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  text-align: center;
}

.cmed_tiles_view_email {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  text-align: center;
}

.cmed_tiles_view_title h5 {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
}

.cmed_tiles_view_item_image_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmed_tiles_view_item_image_container img {
  border-radius: 0.25em;
  width: 100% !important;
  margin: 0;
  display: block;
}

.cmed_view_details_button {
  text-align: center;
  border-radius: 0.25em;
  display: block;
  color: #fff;
  margin: 0.5em 0.25em 0.25em;
  background: #2ecc71;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.cmed_view_details_button:hover {
  background: #27ae60;
}

/* Directory View */
.cmed_directory_view_item {
  width: 100%;
  display: inline-block;
  padding: 0;
}

.cmed_directory_view_col_5a,
.cmed_directory_view_col_5b,
.cmed_directory_view_col_5c {
  float: left;
  margin: 0;
  padding: 0.5em;
  display: inline-block;
}

/* Image */
.cmed_directory_view_image_container {
  display: block;
  width: 100%;
  text-align: left;
}

.cmed_directory_view_image_container img {
  width: 100%;
  display: block;
  margin: auto;
}

.cmed_directory_view_item {
  border: 1px solid #cecece;
  padding: 1em;
  margin-bottom: 1em;
}

.cmed_directory_view_item:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Promoted */
.cmed_directory_view_promoted {
  border-radius: 0.25em;
  color: #fff;
  background: #2ecc71;
  font-size: 8pt;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 0.5em;
}

/* Position / Category */
.cmed_directory_view_category,
.cmed_directory_view_position {
  margin: 0;
  padding: 0;
}

.cmed_directory_view_company {
  margin: 0;
  padding: 0;
}

/* Category */
.cmed_directory_view_category a:after {
  content: ', ';
}

.cmed_directory_view_category a:last-child:after {
  content: '';
}

/* Rating */
.cmed_directory_view_item .cm_star_rating_average,
.cmed_directory_view_item .cm_star_rating_count,
.cmed_directory_view_item .cm_star_rating_stars {
  text-align: right !important;
}

.cmed_directory_view_address span {
  margin-right: 5px;
}

/* RWD */
.cmed_directory_view_col_5a,
.cmed_directory_view_col_5b,
.cmed_directory_view_col_5c {
  width: 100%;
}

@media all and (min-width: 641px) {
  .cmed_directory_view_col_5a {
    width: calc(100% / 3);
  }

  .cmed_directory_view_col_5b {
    width: calc((100% / 3) * 2);
  }

  .cmed_directory_view_col_5c {
    width: 100%;
  }
}

@media all and (min-width: 961px) {
  .cmed_directory_view_col_5a {
    width: calc(100% / 5);
  }

  .cmed_directory_view_col_5b {
    width: calc((100% / 5) * 3);
  }

  .cmed_directory_view_col_5c {
    width: calc(100% / 5);
  }
}

/* List View */
.cmed_list_view_container {
  margin: 0;
  padding: 0 !important;
}

.cmed_list_view_container li.listNavShow,
.cmed_list_view_item {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  display: inline-block;
}

.cmed_list_view_item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.cmed_list_view_promoted {
  border-radius: 0.25em;
  color: #fff;
  background: #2ecc71;
  font-size: 8pt;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 0.5em;
}

.cmed_list_view_position {
}

.cmed_list_view_position:before {
  content: ', ';
}

.cmed_list_view_pitch {
}

.cmed_list_view_content,
.cmed_list_view_rating {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}

.cmed_list_view_rating {
  text-align: right;
}

.cmed_list_view_rating .cm_star_rating_container {
  margin: 0;
}

#cmedListview-nav {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto auto 15px auto;
}


/* Border-Box */

.cmed_tiles_view_container,
.cmed_tiles_view_item,
.cmed_tiles_view_inner_container,
.cmed_tiles_view_title,
.cmed_tiles_view_position,
.cmed_tiles_view_company,
.cmed_tiles_view_phone,
.cmed_tiles_view_fax,
.cmed_tiles_view_email,
.cmed_tiles_view_item_image_container,
.cmed_directory_view_item,
.cmed_directory_view_col_5,
.cmed_directory_view_col_5c,
.cmed_directory_view_image_container,
.cmed_list_view_container,
.cmed_list_view_item {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* Editlink */
.cmed_editlink {
  font-size: 0.75em;
  color: #2e252e;
  margin-left: 0.5em;
}

/* Displaying logo */
.cmed_logo_container img {
  width: 100%;
}

.cmed_image_container_aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Big Button */
.cmed_single_expert_container a.cmed_big_button,
.cmed_directory_view_item a.cmed_big_button,
a.cmed_big_button {
  color: #fff;
  margin: auto auto 0;
  border-radius: 5px;
  padding: 0.75em 0;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #2ecc71;
  font-size: 1.1em;
}

.cmed_single_expert_container a.cmed_big_button:hover,
.cmed_directory_view_item a.cmed_big_button:hover,
a.cmed_big_button:hover {
  background: #27ae60;
}

a.cmed_big_button span {
  margin-right: 0.5em;
}

.cmed_single_expert_container a.cmed_big_button,
.cmed_directory_view_item a.cmed_big_button,
a.cmed_big_button,
.cmed_single_expert_container a.cmed_big_button:hover,
.cmed_directory_view_item a.cmed_big_button:hover,
a.cmed_big_button:hover {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.cmed_list_view_item p.cmed_list_view_title {
  margin: 0
}

#TB_secondLine {
  float: right;
  margin-left: 10px;
}

.cmed-info-box .cmed-box-taxonomy li {
  width: 100% !important;
  padding-left: 0;
  line-height: 15px;
}

.cmed-info-box .cmed-box-taxonomy li::after {
  content: '' !important;
}

.cmed-info-box .cmed-box-taxonomy li p {
  margin-bottom: 0 !important;
  float: left;
}

.cmed-info-box .cmed-box-taxonomy li div {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.cmed-info-box .cmed-box-taxonomy li:first-child {
  padding-left: 0;
}

.cmed-info-box .cmed-box-taxonomy li:last-child {
  font-weight: normal;
  padding-left: 0;
}

.cmed-info-box a b {
  font-weight: normal;
}

.cmed-info-box a {
  text-decoration: none !important;
}

.cmed-info-box a:hover {
  text-decoration: none !important;
}

.cmed_level_icon_large {
  width: 64px !important;
  padding: 0 !important;
  position: absolute;
  height: 64px !important;
}

.cmed_level_icon_small {
  width: 48px !important;
  padding: 0 !important;
  position: absolute;
  height: 48px !important;
}

.cmed_tiles_view_item_image_container {
  position: relative;
}

.cmed_tiles_view_item_image_container .cmed_level_icon_small {
  width: 48px !important;
  left: 0;
  top: 0;
}

.cmed_modern_view_item_image_container {
  position: relative;
}

.cmed_modern_view_item_image_container .cmed_level_icon_small {
  width: 48px !important;
  left: 0;
  top: 0;
}

.cmed_modern_view_item_promoted {
  position: relative;
}

.cmed_modern_view_item_promoted .cmed_level_icon_small {
  width: 48px !important;
  left: 0;
  top: 0;
}

.cmed_expert_advanced_searchbox_shortcode_div {
  clear: both;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span1 {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span2 {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span2 .cmed_asf_optional {
  display: none;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span3 {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span4 {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
}

.cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span5 {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
}

.cmed_expert_advanced_searchbox_shortcode_div input[type="text"] {
  width: 100%;
  height: 30px;
  border-radius: 0;
}

.cmed_expert_advanced_searchbox_shortcode_div input[type="search"] {
  width: 100%;
  height: 30px;
  border-radius: 0;
}

.cmed_expert_advanced_searchbox_shortcode_div input[type="submit"] {
  cursor: pointer;
  padding: 5px 10px;
  height: 30px;
  width: 100%;
}

.cmed_expert_advanced_searchbox_shortcode_div input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
  height: 30px;
  width: 100%;
  margin-top: 10px;
}

.cmed_expert_advanced_searchbox_shortcode_div select {
  width: 100%;
  height: 30px;
}

.cmed_expert_advanced_searchbox_shortcode_div label {
  display: block;
  text-align: center;
  width: 100%;
}

.cmed_expert_advanced_searchbox_shortcode_div label.bold {
  font-weight: bold;
}

.cmed_expert_advanced_searchbox_results {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.keywordResultsMainContainer {
  clear: both;
  margin-bottom: 10px;
}

.keywordResultsMainContainer strong {
  display: block;
  font-weight: bold;
}

.keywordResultsMainContainer span {
  display: block;
}

.keywordResultsMainContainer span strong {
  font-weight: bold;
}


.filter_by_taxonomies .cmed-filters-panel form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.filter_by_taxonomies .cmed-filters-panel form > * {
  margin: 0;
}

.filter_by_taxonomies .cmed-filters-panel form select {
  color: #2e252e;
}

.filter_by_taxonomies .cmed-filters-panel {
  margin-bottom: 30px;
}

.filter_by_taxonomies .cmed-filters-panel form .cmed-single-filter,
.filter_by_taxonomies .cmed-filters-panel form button,
.filter_by_taxonomies .cmed-filters-panel form [type=submit],
.filter_by_taxonomies .cmed-filters-panel form select,
.cmed-under-taxonomy-filter,
.cmed-under-taxonomy-filter a,
.cmed-under-taxonomy-filter select {
  height: 35px;
}

.cmed-expert {
  min-height: 100px;
}

.cmed-expert.loading {
  position: relative;
}

.cmed-expert.loading .cmed_tiles_view_container {
  opacity: 0.5;
}

.cmed-expert.loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 680px) {
  .filter_by_taxonomies .cmed-filters-panel form {
    display: block;
  }

  .filter_by_taxonomies .cmed-filters-panel form .cmed-single-filter {
    width: 100%;
    margin-bottom: 15px;
  }
}


.cmed_tiles_view_inner_container {
  padding: 15px;
}

.cmed_tiles_view_item .cmed_tiles_view_title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.cmed_tiles_view_item .cmed_tiles_view_title a:not(.cmed_editlink) {
  font-size: 14px;
  font-weight: bold;
}


.gm-style .gm-style-iw-c {
  border-radius: 5px;
  padding: 15px !important;
}

.gm-style .gm-style-iw-c > button {
  background: #ddd !important;
  border-radius: 5px;
  top: 9px !important;
  right: 15px !important;
  width: 25px !important;
  height: 25px !important;
}

.gm-style .gm-style-iw-c > button img {
  margin: 6px !important;
}

.gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
}

.expert-infowindow {
  position: relative;
  width: 100%;
  height: auto;
}

.expert-infowindow .cmed_tiles_view_item {
  width: 100% !important;
}

.expert-infowindow .avatar {
  height: 50px;
  width: 50px;
  margin-right: 20px;
}

.expert-infowindow .avatar img {
  height: 100%;
  width: 100%;
  max-width: 50px !important;
  min-width: 50px !important;
}

.expert-infowindow .description {
  margin-bottom: 15px;
  margin-right: 15px;
}

.expert-infowindow .title {
  font-weight: bold;
  margin-bottom: 20px;
}

.expert-infowindow .cmed_view_details_button {
  font-weight: bold !important;
  display: inline-block !important;
  padding: 5px 10px !important;
}


.expert-infowindow .cmed_tiles_view_inner_container {
  border: none;
  padding: 0;
  display: flex;
}

.expert-infowindow .cmed_tiles_view_inner_container .part1 img {
  max-width: 120px !important;
  min-width: 50px;
  width: auto;
}

.expert-infowindow .cmed_tiles_view_inner_container .part2 {
  margin-left: 18px;
  text-align: left !important;
  margin-right: 15px;
}

.expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_title {
  margin-top: 0;
}

.expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_title * {
  text-align: left !important;
}

.expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_price {
  margin-top: 24px;
}

.expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_short_description,
.expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_categories {
  color: #656d78;
  font-size: 14px;
}

.expert-infowindow .tags .tag {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 3px;
  background: #eee;
  font-weight: bold;
  color: #848484;
  padding: 8px;
  border-radius: 5px;
}

.show-button-wrapper {
  display: inline-block;
}

.show-button-wrapper a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cecece;
  background: #fff;
  color: #2e252e;
}

.show-button-wrapper a span,
.cmed-under-taxonomy-filter .view-buttons .view-button span {
  position: relative;
  top: -3px;
}

.show-button-wrapper a img {

}

.cmed-under-taxonomy-filter {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cmed-under-taxonomy-filter * {
  color: #2e252e;
}

.cmed-under-taxonomy-filter .cmed-module-found-posts {
  display: flex;
  align-items: center;
}

.cmed-under-taxonomy-filter .cmed-module-found-posts > * {
  margin-right: 10px;
}

.cmed-under-taxonomy-filter .cmed-module-found-posts {
  margin: 0;
}

.cmed-under-taxonomy-filter .right {
  display: flex;
  align-items: center;
}

.cmed-under-taxonomy-filter .right > * {
  margin-left: 10px;
}

.cmed-under-taxonomy-filter .right .cmed-module-pagination {
  padding: 0;
  margin: 0 0 0 10px;
}

.cmed-under-taxonomy-filter .view-buttons,
.cmed-under-taxonomy-filter .view-buttons .view-button {
  height: 35px;
}

.cmed-under-taxonomy-filter .view-buttons .view-button {
  margin-top: 0;
  cursor: pointer;
}

.cmed-under-taxonomy-filter .view-buttons .view-button:hover {
  background: inherit;
}

.cmed-under-taxonomy-filter .view-buttons .view-button:hover span {
  color: #2e252e;
}

.cmed-under-taxonomy-filter .right .view-buttons .view-button.active {
  border-color: #ADD8E6;
}

.cmed-under-taxonomy-filter .right .view-buttons .view-button.active span {
  color: #ADD8E6;
}

.cmed-under-taxonomy-filter .page-label {
  display: none;
}

.cmed-under-taxonomy-filter .next,
.cmed-under-taxonomy-filter .prev {
  border: none;
}

.cmed_tiles_view_item .cmed_tiles_view_title {
  margin-bottom: 0 !important;
}

.cmed_tiles_view_item .cmed_tiles_view_short_description {
  margin-bottom: 15px;
}

.cmed_tiles_view_item .cmed_tiles_view_categories {
  margin-bottom: 15px;
}

.cmed_tiles_view_item .cmed_tiles_view_categories .pre-text {
  margin-top: 15px;
  font-weight: bold;
}

.cmed_tiles_view_item .cmed_tiles_view_price {
  font-weight: bold;
  margin-bottom: 15px;
}

.cmed-sorting {
  display: inline-block;
}

.cmloc-show-hide-map-btn {
  border-radius: 0.25em;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span1 {
    float: left;
    width: 100%;
  }

  .cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span2 {
    float: left;
    width: 100%;
  }

  .cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span3 {
    float: left;
    width: 100%;
  }

  .cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span4 {
    float: left;
    width: 100%;
  }

  .cmed_expert_advanced_searchbox_shortcode_div .cmed_expert_advanced_searchbox_shortcode_span5 {
    float: left;
    width: 100%;
  }

  .expert-infowindow .cmed_tiles_view_inner_container {
    flex-direction: column;
  }

  .expert-infowindow .cmed_tiles_view_inner_container .cmed_tiles_view_item_image_container {
    margin-bottom: 10px;
  }

  .expert-infowindow .cmed_tiles_view_inner_container .part1 img {
    max-width: 160px !important;
  }

  .expert-infowindow .cmed_tiles_view_inner_container .part2 *,
  .expert-infowindow .cmed_tiles_view_inner_container .part2 .cmed_tiles_view_title * {
    text-align: center !important;
  }
}

@media only screen and (max-width: 600px) {
  .gm-style-iw.gm-style-iw-c {
    max-width: 86vw !important;
  }
}

#cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom {
  display: none;
}


@media only screen and (max-width: 889px) {
  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 10px 0 0;
    height: 35px;
    align-items: center;
    justify-content: center;
  }

  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom > * {
    display: inline-block;
    height: 35px;
    line-height: 16px;
    margin: 10px 5px 0;
    padding: 10px;
  }

  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom > .prev,
  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom > .next,
  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination-bottom > .page-label {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }

  #cmed-main-content-wrapper.use-taxonomy-filter .cmed-module-pagination {
    display: none;
  }

}
