[data-theme="dark"],

:root {
  /** Font */
  --ds-laseme-main-font-family: 'Source Sans 3';
  --ds-laseme-title-font-family: 'Montserrat';
  --ds-laseme-icon-font-family: 'Font Awesome 5 Free';
  --ds-laseme-blockquote-font-family: 'Georgia', 'Times New Roman', Times, serif;

  /** Colors */
  --ds-laseme-primary-color: #782634;
  --ds-laseme-secondary-color: #A4C3C4;
  --ds-laseme-tertiary-color: #99283b;

  --ds-laseme-primary-color-hover: #ff9900;
  --ds-laseme-secondary-color-hover: #e6c800;
  --ds-laseme-tertiary-color-hover: #b32e45;

  --ds-laseme-link-color: #782634;
  --ds-laseme-link-hover-color: #ff9900;

  --ds-laseme-black: #000000;
  --ds-laseme-black-border: #1e1e1e;
  --ds-laseme-darker-grey: #282A32;
  --ds-laseme-grey-dark: #444444;
  --ds-laseme-medium-grey: #999999;
  --ds-laseme-grey: #aaaaaa;
  --ds-laseme-almost-white: #f0f0f0;
  --ds-laseme-white: #ffffff;

  --ds-laseme-text-on-light-color: #000000;
  --ds-laseme-text-on-dark-color: #ffffff;
  --ds-laseme-text-on-dark-color-lighter: #999999;

  --ds-laseme-footer-background-color: #1d1e23;
}


:root {
  --ds-html-body-background-color: #fcfcfc;
  --ds-laseme-themecolor-text: #782634;
  --ds-laseme-themecolor-text-hover: #ff9900;
  --ds-laseme-primary-color-soft: #edf2fc;
  --ds-laseme-background-color: #ffffff;

  --ds-laseme-pure-color: #ffffff;
  --ds-laseme-pure-color-border: #fefefe;
  --ds-laseme-pure-color-hover: #f5f5f5;
  --ds-laseme-pure-color-active: #f5f5f5;
  --ds-laseme-pure-color-active-hover: #f5f5f5;
  --ds-laseme-pure-color-background: #f8f9fa;

  --ds-laseme-opposite-pure-color: #1e1e1e;
  --ds-laseme-opposite-pure-color-border: #111111;
  --ds-laseme-opposite-pure-color-hover: #222222;
  --ds-laseme-opposite-pure-color-active: #1e1e1e;
  --ds-laseme-opposite-pure-color-active-hover: #1e1e1e;
  --ds-laseme-opposite-pure-color-background: #1e1e1e;

  --ds-laseme-secondary-pure-color: #f5f5f5;
  --ds-laseme-secondary-pure-color-hover: #eeeeee;
  --ds-laseme-secondary-pure-color-active: #eeeeee;
  --ds-laseme-secondary-pure-color-active-hover: #eeeeee;
  --ds-laseme-secondary-pure-color-background: #f1f3f5;

  --ds-laseme-border-color: #e9ecef;
  --ds-laseme-background-input-color: #e2e2e2;
  --ds-laseme-background-active-input-color: #dadada;
  --ds-laseme-input-color: #1b1b1b;
  --ds-laseme-disabled-input-color: #727272;

  --ds-laseme-background-disabled-input-color: #eeeeee;

  --ds-laseme-header-text-color: #1a1c1e;
  --ds-laseme-highlight-text-color: #444444;
  --ds-laseme-primary-text-color: #525966;
  --ds-laseme-primary-text-color-hover: #525966;
  --ds-laseme-primary-heading-color: #25272C;

  --ds-laseme-card-background-color: #ffffff;
  --ds-laseme-card-border-color: #eef1f5;
  --ds-laseme-card-hover-color: #f5f5f5;
  --ds-laseme-card-active-color: #f5f5f5;
  --ds-laseme-card-active-hover-color: #f5f5f5;
}


[data-theme="dark"] {
  --ds-laseme-primary-color: #a52a3e;
  --ds-laseme-link-color: #fd5d78;
  --ds-laseme-tertiary-color: #aa1d35;


  --ds-html-body-background-color: #212529;
  --ds-laseme-themecolor-text: #a52a3e;
  --ds-laseme-themecolor-text-hover: #ff9900;
  --ds-laseme-primary-color-soft: #1e1e1e;
  --ds-laseme-background-color: #1e1e1e;

  --ds-laseme-pure-color: #1e1e1e;
  --ds-laseme-pure-color-border: #111111;
  --ds-laseme-pure-color-hover: #222222;
  --ds-laseme-pure-color-active: #1e1e1e;
  --ds-laseme-pure-color-active-hover: #1e1e1e;
  --ds-laseme-pure-color-background: #1e1e1e;
  --ds-laseme-disabled-input-color: #a5a5a5;

  --ds-laseme-opposite-pure-color: #ffffff;
  --ds-laseme-opposite-pure-color-border: #fefefe;
  --ds-laseme-opposite-pure-color-hover: #f5f5f5;
  --ds-laseme-opposite-pure-color-active: #f5f5f5;
  --ds-laseme-opposite-pure-color-active-hover: #f5f5f5;
  --ds-laseme-opposite-pure-color-background: #f8f9fa;


  --ds-laseme-background-disabled-input-color: #141414;

  --ds-laseme-secondary-pure-color: #222222;
  --ds-laseme-secondary-pure-color-hover: #1b1b1b;
  --ds-laseme-secondary-pure-color-active: #1b1b1b;
  --ds-laseme-secondary-pure-color-active-hover: #1b1b1b;
  --ds-laseme-secondary-pure-color-background: #1b1b1b;

  --ds-laseme-border-color: #1e1e1e;
  --ds-laseme-background-input-color: #141414;
  --ds-laseme-background-active-input-color: #222222;
  --ds-laseme-input-color: #ececec;

  --ds-laseme-header-text-color: #ececec;
  --ds-laseme-highlight-text-color: #eeeeee;
  --ds-laseme-primary-text-color: #ececec;
  --ds-laseme-primary-text-color-hover: #ececec;
  --ds-laseme-primary-heading-color: #ffffff;

  --ds-laseme-card-background-color: #2e2e2e;
  --ds-laseme-card-border-color: #1e1e1e;
  --ds-laseme-card-hover-color: #1e1e1e;
  --ds-laseme-card-active-color: #1e1e1e;
  --ds-laseme-card-active-hover-color: #1e1e1e;
}

/** Bootstrap Override */
:root {
  --bs-primary: var(--ds-laseme-primary-color);
  --bs-primary-hover: var(--ds-laseme-primary-color-hover);
  --bs-secondary: var(--ds-laseme-secondary-color);
  --bs-secondary-hover: var(--ds-laseme-secondary-color-hover);
  --bs-text-color: var(--ds-laseme-primary-text-color);
  --bs-border-color: var(--ds-laseme-primary-color);
  --bs-border-color-hover: var(--ds-laseme-primary-color-hover);
}


html,
body {
  background-color: var(--ds-html-body-background-color) !important;
  overflow-x: hidden;
}

body {
  color: var(--ds-laseme-primary-text-color);
  font-family: var(--ds-laseme-main-font-family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}

p {
  margin: 0 0 25px;
  padding: 0;
}

.themecolor-text {
  color: var(--ds-laseme-themecolor-text);
}

body a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--ds-laseme-link-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--ds-laseme-link-hover-color);
}

a:focus {
  outline: none;
  text-decoration: none;
}

a.active {
  color: var(--ds-laseme-link-hover-color);
}

blockquote {
  margin: 40px;
  border-left: none;
  padding: 0;
  position: relative;
}

blockquote::before {
  content: "\f10d";
  display: block;
  font-size: 30px;
  left: -40px;
  top: 5px;
  position: absolute;
  font-family: var(--ds-laseme-icon-font-family);
  color: var(--ds-laseme-primary-color);
}

blockquote p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

p.blockquote {
  clear: both;
  font-family: var(--ds-laseme-blockquote-font-family);
  font-size: 18px;
  font-style: italic;
  padding: 30px 35px 10px;
}

img {
  height: auto;
  max-width: 100%;
}

/* #pre-header → components/header.css */

#bottom-content {
  color: var(--ds-laseme-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 500;
  font-family: var(--ds-laseme-title-font-family);
  color: var(--ds-laseme-primary-heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--ds-laseme-highlight-text-color);
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

/**
 * Bootstrap Override
 */
.user-register-form .form-item-name label::before {
  content: none;
  background-image: none;
}

.user-register-form .form-type-email label::before {
  content: none;
  background-image: none;
}

#main-wrapper {
  min-height: 80vh;
}


/* .site-branding-link → components/header.css */

ol.breadcrumb li:first-child a::before {
  display: none;
}

.highlighted.px-4.mt-4 {
  padding: 0 !important;
}

.user-pass .form-type-password label::before,
.user-register-form .form-type-password label::before,
.user-login-form .form-type-password label::before {
  content: none;
  background-image: none;
}

details>summary {
  margin-bottom: 16px;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  padding: 1rem;
  color: var(--ds-laseme-primary-heading-color);
  background: var(--ds-laseme-pure-color-hover);
  margin-bottom: 0;
}

summary::-webkit-details-marker {
  display: none
}

details[open]>.form-required::after,
details[open]>summary::after {
  color: var(--ds-laseme-themecolor-text);
  content: "\f078 ";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  border-bottom: 1px solid var(--ds-laseme-border-color);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

details>.form-required::after,
details>summary::after {
  color: var(--ds-laseme-themecolor-text);
  content: "\f054 ";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.5rem;
}

details>.form-required::after {
  background-image: none;
  vertical-align: baseline;
}

details>.form-required::before {
  content: "* ";
  color: #ff0000;
}

.hover-resize:hover {
  transform: scale(1.1);
}

.hover-resize {
  transition: transform 0.1s;
}

article h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ds-laseme-primary-heading-color);
}

article h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ds-laseme-primary-heading-color);
}

article h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ds-laseme-primary-heading-color);
}

article h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ds-laseme-primary-heading-color);
}

article h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ds-laseme-primary-heading-color);
}

.hover-shadow {
  transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

html .view-add-link .feather {
  width: 1.5rem;
  height: 1.5rem;
}

.view-add-link {
  font-size: 1rem;
}

.rounded-bottom-start {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bottom-end {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-top-start {
  border-top-left-radius: 0.5rem !important;
}

.rounded-top-end {
  border-top-right-radius: 0.5rem !important;
}

.form-select,
.datatable-selector {
  width: auto;
}

.form-item label,
.js-form-item label {
  color: var(--ds-laseme-primary-text-color);
  font-size: 1.1em;
  font-weight: 500;
}



/**
  * LASEME THEME
  *
  * IMPORTANTE: A partir de aquí sería interesante separar por módulos
  * Ahora mismo está simplemente copiado de la carpeta de demo.
  * @TODO: Modularizar CSS
  *
*/


.path-frontpage .highlighted.mt-4 {
  margin-top: 0 !important;
}


.path-frontpage .paragraph--type--custom-html {
  margin-top: 0 !important;
}


h1.page-header {
  font-size: 30px;
  color: var(--ds-laseme-header-text-color);
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2.home-block-title,
.node--type-full-width h1.page-header {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  text-align: center;
  color: var(--ds-laseme-header-text-color);
  position: relative;
}

h2.home-block-title:after,
h2.block-title:after,
.node--type-full-width h1.page-header:after {
  content: "";
  width: 60px;
  height: 2px;
  background: var(--ds-laseme-primary-color);
  float: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  display: none;
}

h2.home-hero-title {
  font-size: 3rem;
  font-weight: 300;
}

.rtecenter,
.text-center {
  text-align: center;
}

.clear-left {
  clear: left;
}

h2.block-title:after {
  left: 0%;
  margin-left: 0px;
}

.region-sidebar-second h2.block-title {
  text-transform: uppercase;
  font-weight: normal;
}

.background-color h2.home-block-title:after,
.background-image h2.home-block-title:after {
  background: #fff;
}

.background-color h2.home-block-title,
.background-image h2.home-block-title,
.background-color .home-block-description,
.background-image .home-block-description {
  color: #fff;
}

.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image p {
  color: #fff;
}

.home-block-description {
  font-size: 120%;
  padding-bottom: 30px;
}

h2.block-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #2B2B2B;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

#sidebar-first .block h2.block-title:after {
  background: none;
}

#sidebar-first .block h2.block-title {
  font-size: 110%;
  text-transform: none;
  margin-bottom: 0;
}

#sidebar-first .block ul {
  padding-left: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret;
}

.background-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.background-image-holder img {}

button#edit-preview {
  display: none;
}

ul.no-bullet {
  margin: 0;
  padding: 0;
}

ul.no-bullet li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}

ul.links {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ul.links li {
  margin: 0;
}

ul.links li a {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

body:not(.page-node-type-listing) .region-fullwidth {
  background: var(--ds-laseme-primary-color);
}

.breadcrumb {
  display: none;
}

.breadcrumb {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  padding: 14px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.breadcrumb>li {
  margin: 0 2px 0 0;
  display: inline;
}

div.messages {
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-position: 13px 15px;
}

div.messages a {
  font-weight: bold;
}

div.messages.status {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.messages.status a {
  color: #356635;
}

div.messages.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

div.messages.error a {
  color: #953b39;
}

div.messages.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.messages.warning a {
  color: #a47e3c;
}

.credits {
  margin-bottom: 0;
  font-size: 0.9em;
}

.path-forum li.action-links {
  list-style: none;
  float: right;
  margin-bottom: 10px;
}

ul.action-links {
  padding-left: 0;
}

.forums {
  width: 100%;
  border: none;
}

.forums thead {
  display: none;
}

.forums tbody tr {
  border-bottom: 1px solid #ddd;
  border-width: 1px;
  background: #fff;
}

.forums tbody tr>td {
  padding: 15px 0;
}

.forums td.forum-title-container {
  width: 47%;
}

.forums tr.forum-container-header td.forum-title-container {
  padding-top: 50px;
}

.forums tr.forum-container-header td.forum-title-container .forum-title-link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.forums tr.forum-container-header td.forum-title-container .forum-title-link a {
  color: #313131;
}

.forums td.forum-title-container .forum-title-link {
  margin-bottom: 10px;
}

.forums td.forum-title-container .forum-title-link a,
.forums td h3 {
  font-size: 110%;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: unset;
  color: #333;
}

.forums td.forum-title-container .forum-title-link a:hover {
  color: var(--ds-laseme-primary-color);
}

.forums td.forum-title-container .forum-description {
  line-height: 24px;
  color: #5f5f5f;
}

.forums td.forum-num-topics,
.forums td.forum-num-posts {
  text-align: center;
  width: 13%;
}

.path-forum .table-responsive {
  width: 100%;
}

.path-forum .table-responsive table th,
.path-forum .table-responsive table td {
  padding: 15px 10px;
}

.path-forum .table-responsive .table>tbody>tr>td,
.path-forum .table-responsive .table>tbody>tr>th,
.path-forum .table-responsive .table>thead>tr>td,
.path-forum .table-responsive .table>thead>tr>th {
  border-bottom: 1px solid #f3f3f3;
}

.path-forum .table-responsive .table-striped>tbody>tr:nth-of-type(2n+1) {
  background: none;
}

.path-forum .table-responsive .forum__title div:first-child a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.path-forum .table-responsive .forum__title div:first-child {
  margin-bottom: 10px;
}

.path-forum .table-responsive .forum__title div:nth-child(2) span {
  color: #5f5f5f;
  line-height: 24px;
}

.path-forum .table-responsive table thead th:nth-child(2),
.path-forum .table-responsive .forum__replies {
  text-align: center;
  width: 15%;
}

article.node--type-forum {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}

article.node--type-forum ul.links {
  text-align: right;
  padding-top: 20px;
}

h2.forum-title,
article.node--type-forum .field--name-taxonomy-forums {
  display: none;
}

article.node--type-forum .header-info {
  margin-bottom: 20px;
}

article.node--type-forum footer {
  position: relative;
}

article.node--type-forum .field--name-user-picture {
  position: absolute;
  left: -120px;
  top: 0;
}

article.node--type-forum .field--name-user-picture,
article.node--type-forum .field--name-user-picture img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100px;
}


ul li {
  list-style-type: square;
}

ol li {
  list-style-type: decimal;
}


.list-group-item {
  border: 1px solid var(--ds-laseme-border-color);
  background-color: var(--ds-laseme-background-input-color);
  color: var(--ds-laseme-input-color);
  padding: 8px !important;
}

.item-list ul li {
  border-bottom: 1px dashed var(--ds-laseme-border-color);
  margin-bottom: 0;
  padding: 15px 0;
}


.item-list ul li:last-child {
  border-bottom: none;
}

#block-user-login .item-list ul li {
  border-bottom: none;
  padding: 0 0 5px 0;
}

.item-list ul li.first {
  padding-top: 0;
}

.item-list ul li.last {
  border-bottom: none;
}

ul.pager {
  overflow: hidden;
  padding: 0;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 25px;
}

.item-list ul.pager li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

ul.pager li a,
ul.pager li.pager-current {
  background: #fff;
  border: 1px solid #eee;
  padding: 14px 20px;
  display: block;
  margin: 5px 3px 5px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

ul.pager li a:hover,
ul.pager li.pager-current {
  background-color: #444;
  border-color: #444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagination {
  clear: left;
}

.pagination>li {
  list-style: none;
}

.pagination>li>a,
.pagination>li>span {
  margin-right: 5px;
  color: var(--ds-laseme-primary-color);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: var(--ds-laseme-primary-color);
  border-color: var(--ds-laseme-primary-color);
}

input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.form-text,
textarea.form-textarea,
select {
  background-color: #eee;
  border: 2px solid #eaeaea;
  color: #999999;
  font-size: 14px;
  padding: 0 14px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: var(--ds-laseme-pure-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: var(--ds-laseme-text-color)
}

.search-form input.form-text {
  width: 70%;
}

.dark input.form-text {
  border: none;
}

select {
  -webkit-appearance: menulist;
}

fieldset {
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #eaeaea;
  clear: left;
}

legend {
  border-bottom: none;
  font-size: 14px;
  width: auto;
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 3px;
}

a.btn {
  padding: 10px 30px;
  border-radius: 12px;
}

.btn-default {
  border-color: var(--ds-laseme-primary-color);
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-text-on-light-color);
}

.btn-success a {
  color: var(--ds-laseme-text-on-light-color);
}

.btn-border {
  border-color: var(--ds-laseme-primary-color);
  background: #fff;
}

.btn-default:hover {
  background-color: var(--ds-laseme-primary-color);
  border-color: var(--ds-laseme-primary-color);
}

.btn-white,
.btn-white * {
  background: var(--ds-laseme-white);
  color: var(--ds-laseme-primary-heading-color) !important;
}

.btn-white:hover {
  background: var(--ds-laseme-medium-grey);
  color: var(--ds-laseme-primary-heading-color) !important;
}

.btn-outline-secondary {
  --bs-btn-color: var(--ds-laseme-opposite-pure-color);
  --bs-btn-border-color: var(--ds-laseme-opposite-pure-color);
  --bs-btn-hover-color: var(--ds-laseme-text-on-dark-color);
  --bs-btn-hover-bg: var(--ds-laseme-primary-color);
  --bs-btn-hover-border-color: var(--ds-laseme-primary-color);
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 5px 5px 10px 0;
  background-color: var(--ds-laseme-grey-dark);
  border: none;
  box-shadow: none;
  color: var(--ds-laseme-text-on-dark-color);
  padding: 15px 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.highlighted-block .btn:hover,
.highlighted-block .btn:focus {
  color: var(--ds-laseme-text-on-light-color);
  background-color: var(--ds-laseme-medium-grey);
}

form.user-form input:not(.form-checkbox),
form.user-form textarea,
form.user-pass input,
form.user-login-form input {
  padding: 15px 20px;
}

.nav-tabs {
  margin: 25px 0 15px;
}

ul.nav-tabs {
  padding-left: 0 !important;
}

ul.nav-tabs li {
  list-style: none;
}

.panel-group {
  margin: 25px 0;
}

.panel-heading a:hover {
  text-decoration: none;
}

.accordion-header {
  margin-top: 0;
}

.toggle-control {
  width: 100%;
  position: relative;
  z-index: 13;
}

.toggle-control a,
.toggle-control a:hover {
  color: var(--ds-laseme-white);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 18px 19px;
  line-height: 14px;
  cursor: pointer;
  height: 52px;
}

.gm-style img {
  max-width: none;
}

ul.primary {
  margin: 15px 0 15px 0;
  padding-left: 40px;
}

ul.primary,
ul.primary li a,
ul.primary li.active a {
  border-color: var(--ds-laseme-white);
}

ul.primary li.active a {
  border-bottom: 1px solid var(--ds-laseme-white);
}

#toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#toolbar ul.menu {
  width: auto;
}

#toolbar ul.menu li {
  background: none;
}

.not-logged-in .block-forum .contextual-links-wrapper {
  display: none;
}

a.contextual-links-trigger,
#toolbar a,
textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

body.path-user .main-content-inner,
.price-comparison table {
  border-collapse: separate;
  margin: 0 auto;
  padding: 35px 10px;
  width: 100%;
  border: none;
}

.price-comparison table thead {
  background-color: #2f4255;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.price-comparison table thead th {
  color: #fff;
  text-align: center;
  width: 33.333%;
  font-size: 18px;
  padding: 24px 18px;
  width: auto;
}

.price-comparison table tbody tr td:first-child {
  border-left: 2px solid #dededa;
  text-align: left;
}

.price-comparison table tbody tr td {
  border-bottom: 1px solid #e5e5e1;
  border-right: 1px solid #e5e5e1;
  color: #555;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  width: 20%;
}

.sep-boxed-pricing {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.sep-boxed-pricing .column {
  float: left;
  margin-top: 30px;
  overflow: hidden;
  min-width: 300px;
  flex-grow: 1;
}

.sep-boxed-pricing ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 !important;
}

.sep-boxed-pricing ul li {
  list-style: none;
  background: #fff;
  border-color: #EDEEF1;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 99%;
}

.sep-boxed-pricing ul li.pricing-row {
  padding: 30px 0;
}

.sep-boxed-pricing ul li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sep-boxed-pricing .column ul li.title-row {
  background: var(--ds-laseme-primary-color-soft);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 24px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sep-boxed-pricing .column-middle ul li.title-row {
  background-color: var(--ds-laseme-primary-color);
  color: #fff;
}

.sep-boxed-pricing ul li.pricing-row .price {
  line-height: 1;
  font-size: 1.5rem;
}

.sep-boxed-pricing ul li.footer-row {
  padding: 30px 0;
  border-bottom-style: solid;
}

.sep-boxed-pricing ul li.footer-row a.button {
  padding: 10px 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  color: var(--ds-laseme-primary-color);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 120%;
  font-weight: bold;
}

.sep-boxed-pricing ul li.footer-row a.button:hover {
  background: var(--ds-laseme-primary-color);
  color: #fafafa;
  border: 1px solid var(--ds-laseme-primary-color);
}

.sep-boxed-pricing .price strong {
  color: #000;
  font-size: 28px;
  position: relative;
  top: -20px;
}

.sep-boxed-pricing .price em.exact_price {
  display: inline;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  color: #000;
}

.sep-boxed-pricing .price sup {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  top: -24px;
  color: #000;
}

.sep-boxed-pricing .price em.time {
  font-size: 26px;
  margin-left: 0;
  position: relative;
  top: -2px;
}

.sep-boxed-pricing .price-with-decimal em.time {
  margin-left: -18px;
}

.ui-accordion .ui-accordion-header {
  margin-top: 3px;
}

.accordion .card {
  margin-bottom: 20px;
}

.accordion .card-header {
  background: var(--ds-laseme-primary-color);
  border: 1px solid #1896b8;
  font-weight: 500;
}

.accordion .card-header h5 {
  margin: 0;
  padding: 5px 0;
}

.accordion .card-header .btn-link {
  color: #FFF;
  font-weight: bold;
}

.accordion .card-body {
  border: 1px solid #ddd;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow: visible;
  padding: 20px;
}

#block-bizreview-content {
  margin-bottom: 0;
}

section {
  padding: 3.5rem 0;
}

section.paragraph {
  position: relative;
}

section.padding0,
section.space-0 {
  padding: 0;
}

section.pb0 {
  padding-bottom: 0;
}

section.pt0 {
  padding-top: 0;
}

section.image-bg,
section.image-bg h2,
section.bg-image,
section.bg-image h2 {
  color: #fff;
}

section>.container {
  position: relative;
  z-index: 2;
}

/* #pre-header, #pre-header-inside → components/header.css */

/* #header-top, #header → components/header.css */

#banner-inside {
  padding-top: 60px;
  margin-bottom: 40px;
}

/* #search-wrapper → components/header.css */

#preface {
  background: #fff;
  padding: 40px 0 20px;
}

#top-content {
  background-color: #ffffff;
  padding: 40px 0 20px 0;
}

/* #main-menu-wrapper → components/header.css */

#main {
  padding: 0;
}

#main-container {
  padding: 40px 0;
}

body.path-forum .main-content-inner,
body.path-user .main-content-inner,
body.path-node .main-content-inner,
body.path-latest-reviews .main-content-inner,
body.path-my-reviews .main-content-inner {
  background: #fff;
}

.main-content {
  padding-bottom: 60px;
}

.path-frontpage .main-content {
  padding-bottom: 0;
}

.main-content-bottom {
  padding-top: 60px;
}

@media (min-width:1200px) {
  #sidebar-second {
    padding-left: 40px;
  }
}

#sidebar-second .block {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
}

#sidebar-second .block.block-adv {
  padding: 0;
  background-color: transparent;
}

#sidebar-second .block h2.block-title {
  margin-top: 0;
  font-weight: 600;
}

.background-color,
.bg-primary {
  background: var(--ds-laseme-primary-color);
}

.background-grey,
.bg-grey {
  background: #f3f3f3;
}

.background-image,
.bg-image {
  position: relative;
  overflow: hidden;
}

section.postscript {
  background: var(--ds-laseme-footer-background-color);
  color: var(--ds-laseme-text-on-dark-color-lighter);
  padding: 0;
}

.postscript-first {
  padding: 64px;
}

.postscript-second {
  border-top: 1px solid #282A32;
}

.bg--dark {
  background: var(--ds-laseme-footer-background-color);
  color: var(--ds-laseme-text-on-dark-color-lighter);
  padding: 20px 0 0px;
}

@media (min-width:1200px) {
  section {
    padding: 3.5rem 0;
  }

  section.paragraph {
    padding: 5rem 0;
  }

  section.space-0 {
    padding: 0;
  }

  section.space-xs {
    padding: 1rem 0;
  }

  section.space-sm {
    padding: 2rem 0;
  }

  section.space-md {
    padding: 3.5rem 0;
  }

  section.space-lg {
    padding: 7rem 0;
  }

  section.space-xl {
    padding: 10rem 0;
  }

  section.space-xxl {
    padding: 15rem 0;
  }
}

.postscript .block h2.block-title {
  font-weight: 400;
  font-size: 150%;
  color: #fff;
  padding-bottom: 10px;
}

.postscript .block h2.block-title:after {
  background: none;
}

.postscript .block h2.home-block-title {
  color: #fff;
  text-transform: none;
  margin-bottom: 40px;
}

.block {
  margin-bottom: 20px;
}

/* #header-top .block margin reset → components/header.css */

#footer h2.block-title {
  color: #fff;
}

body.node-type-faq .region-content,
body.page-cart .region-content,
body.page-cart .region-content,
body.page-checkout-review .region-content {
  background: #fff;
  padding: 25px;
}

/* #logo, #site-name, #site-slogan, nav.navbar → components/header.css + components/navigation.css */

/* #main-navigation → components/navigation.css */

/* Resto de #main-navigation → components/navigation.css */

/* #main-navigation submenus → components/navigation.css */

/* .nav-mobile-toggle → components/navigation.css */

/* #main-navigation media queries → components/navigation.css */

/* #header-top nav, ul.menu--account → components/navigation.css */

/* Resto de #header-top ul.menu--account → components/navigation.css */

/* #header-top account menu remaining → components/navigation.css */

.page-node-type-full-width h1.page-header,
.page-node-type-full-width h1.title,
.path-listing-search .block-page-title-block,
.page-node-type-full-width .block-page-title-block,
.page-node-type-article h1.page-header,
.page-node-type-article .block-page-title-block {
  display: none;
}

.node header h2 a:hover {
  text-decoration: none;
}

.node .content,
#comments,
.page-contact #content-wrapper {
  padding: 0px;
}

.node header {
  padding: 0px;
}

.node.node-article footer ul.link {
  float: right;
}

.field-name-field-image {
  margin: 0px;
}

.node .user-signature {
  font-size: 12px;
  padding: 0;
}

.submitted .glyphicon {
  top: 0;
}

.node--type-article .article-image img {
  border-radius: 12px;
}

.node--type-article .article-header .blog-post__author {
  color: #aaa;
}

.node--type-article .inline__links {
  clear: left;
  float: right;
}

.node--type-article .article-comments {
  padding-top: 30px;
  clear: left;
}

.node--type-article .article-comments h6 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #2B2B2B;
  font-size: 20px;
  text-transform: uppercase;
}

.node--type-listing article.comment .field {
  padding: 0;
  border: none;
}

.node--type-listing article.comment .field--name-user-picture img {
  border-radius: 5px;
}

.block-views-blocklisting-detail-comment-block-1 {
  padding-top: 20px;
  border-top: 1px dotted #eee;
}

#comments {
  margin: 1.5em 0;
}

#comments h2.title {
  margin-bottom: 1.3333em;
  margin-top: 30px;
}

.comment {
  padding: 0px 0 30px;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px dotted #eee;
}

article.comment footer time {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px;
}

article.comment footer span.comment-author a {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

.comment-preview {
  background-color: #ffffea;
}

article.comment h3 {
  margin: 0px 10px 10px 0;
  float: left;
  font-size: 110%;
  font-weight: bold;
}

article.comment h3 a {
  color: #333;
}

article.comment h3 a:hover {
  color: #e6624d;
}

.new {
  color: #fff;
  background: #ccc;
  margin-right: 10px;
  text-transform: none;
}

.comments div.indented {
  margin-left: 70px;
}

.comment-author {
  position: absolute;
  top: 0px;
  left: -120px;
  float: left;
  width: 100px;
  text-align: center;
}

article.comment {
  position: relative;
  padding-left: 120px;
}

.comment-author-col {
  text-align: center;
  float: left;
  width: 100px;
  position: absolute;
  left: 0;
}

.comment .user-picture {
  float: left;
  width: 100px;
  margin: 0;
  max-width: 100px;
  padding: 0px 0 10px;
}

.comment .user-picture img {
  width: 100px;
}

.comment .comment-link {
  float: right;
  padding-right: 10px;
}

.comment .comment-created {
  color: #999;
}

.comment nav.links .nav-link {
  padding: 0;
}

.comment nav.links-inline .nav-link {
  padding-right: 10px;
}

.comment .comment-rating,
.comment .field--name-comment-body {
  padding-top: 15px;
  clear: left;
}

.comment .field--name-field-photos .field--item {
  display: inline-block;
  margin-right: 10px;
}

.comment .field--name-field-photos .field--item img {
  width: 100px;
}

.comment .comment-body {
  margin-top: 0px;
}

.view-reviews .views-field-field-photos,
.comment-content .field-name-field-photos {
  padding-top: 20px;
}

.comment nav.comment-links {
  text-align: right;
}

.comment ul.links {
  margin: 10px 0;
  text-align: right;
}

.comment-links ul li a {
  background: none;
  color: #aaa;
  border: none;
  border-right: 1px solid #e8e8e8;
  line-height: 1.2;
  padding: 0 10px;
  margin: 0;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: right;
  font-weight: normal;
  font-size: 100%;
}

.comment-links ul li a:hover {
  color: #e6624d;
  background: none;
}

.comment-links ul li span {
  padding-bottom: 10px;
  float: right;
  color: #aaa;
  font-size: 100%;
}

.comment-links ul li span a {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1.714;
  display: inline;
  color: #e6624d;
  vertical-align: top;
}

.indented {
  margin-left: 90px;
}

#comment-form label {
  top: 5px;
  left: 10px;
  font-weight: normal;
}

#comment-form #edit-author--2 label {
  position: relative;
  top: 0;
  left: 0;
}

.comment .submitted {
  float: left;
  margin: 0 0 10px;
}

#comment-form .form-item-field-photos-und-0 button {
  margin-top: 20px;
}

@media (max-width:767px) {
  .comment-author {
    display: none;
  }

  .comment {
    margin-left: 0;
  }
}

.node-listing-form .panel-heading {
  background: var(--ds-laseme-primary-color);
}

.node-listing-form .panel-heading a {
  color: white;
  font-weight: bold;
}

.node-listing-form button.link-edit-summary {
  display: none;
}

.node-listing-form .field-group-tabs-wrapper {
  margin-bottom: 20px;
}

span.stars,
span.stars span {
  display: block;
  background: url(/sites/bizreview/themes/bizreview/img/stars.png) 0 -24px repeat-x;
  width: 120px;
  height: 24px;
}

.stars-sm span.stars,
.stars-sm span.stars span,
span.stars-small,
span.stars-small span,
.starrating,
.starrating span {
  display: block;
  background: url(/sites/bizreview/themes/bizreview/img/stars-small.png) 0 -18px repeat-x;
  width: 90px;
  height: 18px;
}

.stars-sm span.stars span,
span.stars-small span,
span.stars span,
.starrating span {
  background-position: 0 0;
}

.starrating {
  float: left;
  margin-top: 3px;
}

body.page-reviews #content-wrapper {
  background: #fff;
  padding: 20px;
}

.page-my-reviews .view-reviews {
  background: #fff;
  padding: 20px;
}

#block-views-reviews-block-1 {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.view-reviews .views-row {
  margin-bottom: 20px;
}

.view-reviews .views-row-inner {
  position: relative;
  min-height: 120px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 20px 120px;
  border-bottom: 1px solid #eee;
}

.view-reviews .views-row-last .views-row-inner {
  border-bottom: none;
  padding-bottom: 0;
}

.view-reviews .views-row-inner .views-field-name {
  padding-bottom: 10px;
  font-weight: 500;
  color: #444;
}

.view-reviews .views-row-inner .views-field-name a.username {
  text-transform: uppercase;
}

.view-reviews .views-row-inner .views-field-user-picture,
.view-reviews .views-row-inner .views-field-field-image,
.view-reviews .views-row-inner .views-field-field-image-thumbnail {
  position: absolute;
  left: 0px;
  top: 10px;
  float: left;
  width: 100px;
  max-width: 100px;
}

.view-reviews .views-row-inner .views-field-user-picture img,
.view-reviews .views-row-inner .views-field-field-image img,
.view-reviews .views-row-inner .views-field-field-image-thumbnail img {
  width: 100px;
  border-radius: 8px;
}

.view-reviews .views-row-inner .views-field-field-comment-rate {
  padding-top: 10px;
}

.view-reviews .views-row-inner .views-field-field-comment-rate .fivestar-average-text .description {
  display: none;
}

.view-reviews .views-row-inner .views-field-field-comment-rate .fivestar-average-text .fivestar-basic {
  padding-top: 5px;
}

.view-reviews .views-row-inner .views-field-field-photos img {
  display: inline;
}

@media (max-width:767px) {
  .view-reviews .views-row-inner {
    padding-left: 0;
  }

  .view-reviews .views-row-inner .views-field-user-picture,
  .view-reviews .views-row-inner .views-field-field-image {
    display: none;
  }
}

.view-reviews.view-reviews-grid .grid.list-group-item {
  padding: 16px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.view-reviews.view-reviews-grid .list-group-item .grid__content .views-field-nothing-1 .field-content {
  display: flex;
  flex-direction: column;
}

.view-reviews.view-reviews-grid .review-header {
  padding-bottom: 20px;
}

.view-reviews.view-reviews-grid .review-header img {
  border-radius: 8px;
}

.view-reviews.view-reviews-grid .review-image-thumbnail {
  margin-left: -24px;
  margin-right: -24px;
}

.view-reviews.view-reviews-grid .review-image-thumbnail img {
  width: 100%;
}

.view-reviews.view-reviews-grid .review-rating {
  margin-top: 15px;
}

.view-reviews.view-reviews-grid .review-rating .description {
  display: none;
}

.view-reviews ul.pager {
  margin-top: 30px;
}

.view-reviews ul.pager li a {
  text-align: center;
  border: none;
}

.view-reviews ul.pager li a::before {
  font-family: 'Font Awesome 5 Free';
  color: var(--ds-laseme-primary-color);
  font-weight: 900;
  margin-right: 10px;
  content: '\f078';
}

.path-listing-search #header-top,
.path-listing-search h1.page-header {
  display: none;
}

.block-listing-search-filters,
#block-exposedformlisting-searchpage-1 {
  padding: 20px 0px;
  margin: 0;
}

.block-listing-search-filters h2.block-title,
#block-exposedformlisting-searchpage-1 h2.block-title {
  float: left;
  color: #fff;
  margin: 0px 20px 0px 0;
  padding: 8px 0;
  position: relative;
  border-right: 1px solid #fff;
}

.filters-inline .block-listing-search-filters h2.block-title {
  display: none;
}

.block-listing-search-filters h2.block-title:after,
.block-listing-search-filters h2.block-title:before,
#block-exposedformlisting-searchpage-1 h2.block-title:after,
#block-exposedformlisting-searchpage-1 h2.block-title:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  background: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.block-listing-search-filters h2.block-title:after,
#block-exposedformlisting-searchpage-1 h2.block-title:after {
  border-color: rgba(0, 191, 243, 0);
  border-left-color: var(--ds-laseme-primary-color);
  border-width: 4px;
  margin-top: -4px;
}

.block-listing-search-filters h2.block-title:before,
#block-exposedformlisting-searchpage-1 h2.block-title:before {
  border-color: rgba(110, 219, 248, 0);
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

@media (max-width:991px) {
  .block-listing-search-filters h2.block-title {
    display: none;
  }
}

#listing-search-results #block-exposedformlisting-searchpage-1 {
  background: none;
}

#listing-search-results #block-exposedformlisting-searchpage-1 h2.block-title {
  display: none;
}

#listing-search-results #block-exposedformlisting-searchpage-1 .container {
  width: 100%;
  padding: 0;
}

#listing-search-results #block-exposedformlisting-searchpage-1 #edit-secondary {
  display: block;
}

.block-listing-search-filters .form-group,
#block-exposedformlisting-searchpage-1 .form-group {
  float: left;
  margin: 7px 10px 7px 0;
}

.block-listing-search-filters .form-actions,
#block-exposedformlisting-searchpage-1 .form-actions {
  margin: 0 !important;
}

.block-listing-search-filters .form-search-listing,
#block-exposedformlisting-searchpage-1 .form-search-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
}

.filters-inline .block-listing-search-filters .form-search-listing {
  column-gap: 10px;
}

.block-listing-search-filters .form-search-listing>*,
#block-exposedformlisting-searchpage-1 .form-search-listing>* {
  flex-grow: 1;
}

.block-listing-search-filters .form-item-title:before,
.block-listing-search-filters .form-item-field-category:before,
.block-listing-search-filters .form-item-field-locations:before,
#block-exposedformlisting-searchpage-1 .form-item-title:before,
#block-exposedformlisting-searchpage-1 .form-item-field-category-target-id:before,
#block-exposedformlisting-searchpage-1 .form-item-field-locations-target-id:before {
  font-family: 'Font Awesome 5 Free';
  color: #666;
  position: absolute;
  top: 9px;
  left: 14px;
  font-weight: 900;
  display: inline-block;
  z-index: 3;
}

.block-listing-search-filters .form-item-title:before,
#block-exposedformlisting-searchpage-1 .form-item-title:before {
  content: "\f002";
}

.block-listing-search-filters .form-item-field-category:before,
#block-exposedformlisting-searchpage-1 .form-item-field-category-target-id:before {
  content: "\f0c9";
}

.block-listing-search-filters .form-item-field-locations:before,
#block-exposedformlisting-searchpage-1 .form-item-field-locations-target-id:before {
  content: "\f3c5";
}

.block-listing-search-filters .form-item-field-category,
.block-listing-search-filters .form-item-field-locations,
#block-exposedformlisting-searchpage-1 .form-item-field-category-target-id,
#block-exposedformlisting-searchpage-1 .form-item-field-locations-target-id {
  background: #fff;
  border: 1px solid #ccc;
}

.block-listing-search-filters .form-item-title .input-group-addon,
#block-exposedformlisting-searchpage-1 .form-item-title .input-group-addon {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
  border: none;
}

.block-listing-search-filters .form-item-title,
.block-listing-search-filters .form-item-field-category,
.block-listing-search-filters .form-item-field-locations,
#block-exposedformlisting-searchpage-1 .form-item-title,
#block-exposedformlisting-searchpage-1 .form-item-field-category-target-id,
#block-exposedformlisting-searchpage-1 .form-item-field-locations-target-id {
  position: relative;
}

.block-listing-search-filters .form-item-title input,
#block-exposedformlisting-searchpage-1 .form-item-title input {
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  background: #fff;
}

.block-listing-search-filters .form-item-title .input-group-addon,
#block-exposedformlisting-searchpage-1 .form-item-title .input-group-addon {
  background: none;
}

#block-exposedformlisting-searchpage-1 .form-item-title .form-autocomplete .glyphicon {
  font-size: 100%;
}

.block-listing-search-filters .form-select,
#block-exposedformlisting-searchpage-1 .form-select {
  padding: 0px;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-indent: 0px;
  border: none;
  border-radius: 12px;
  width: 100% !important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.block-listing-search-filters .form-type-select,
.block-listing-search-filters .form-item-title input,
.block-listing-search-filters .form-submit,
#block-exposedformlisting-searchpage-1 .form-type-select,
#block-exposedformlisting-searchpage-1 .form-item-title input,
#block-exposedformlisting-searchpage-1 .form-submit {
  border-radius: 12px;
  margin-bottom: 0 !important;
}

.block-listing-search-filters .form-select option,
.block-listing-search-filters .form-select option,
#block-exposedformlisting-searchpage-1 .form-select option,
#block-exposedformlisting-searchpage-1 .form-select option {
  padding: 3px 0 3px 30px;
}

.block-listing-search-filters .select-wrapper,
#block-exposedformlisting-searchpage-1 .select-wrapper {
  position: relative;
}

.block-listing-search-filters .select-wrapper:after,
#block-exposedformlisting-searchpage-1 .select-wrapper:after {
  background: #fff;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 22px;
}

.block-listing-search-filters a.chosen-single,
#block-exposedformlisting-searchpage-1 a.chosen-single {
  background: none;
  border: none;
  -webkit-box-shadow: 0 0 0px 0px #fff;
  -moz-box-shadow: 0 0 0px 0px #fff;
  box-shadow: 0 0 0px 0px #fff;
  display: block;
  padding: 0 0 0 40px;
  line-height: 40px;
  height: 40px;
}

.block-listing-search-filters a.chosen-single>div,
#block-exposedformlisting-searchpage-1 a.chosen-single>div {
  display: none;
}

.block-listing-search-filters a.chosen-single div b,
#block-exposedformlisting-searchpage-1 a.chosen-single div b {
  background-position: 0px 10px;
}

.block-listing-search-filters .views-submit-button,
#block-exposedformlisting-searchpage-1 .views-submit-button {
  padding-right: 0;
}

.block-listing-search-filters .form-submit,
#block-exposedformlisting-searchpage-1 .form-submit {
  margin: 0;
  padding: 9px 30px;
  background: var(--ds-laseme-secondary-color);
  border-color: var(--ds-laseme-secondary-color);
  color: var(--ds-laseme-text-on-light-color);
}

.block-listing-search-filters .form-submit:hover,
#block-exposedformlisting-searchpage-1 .form-submit:hover {
  background: var(--ds-laseme-secondary-color-hover);
  border-color: var(--ds-laseme-secondary-color-hover);
  color: var(--ds-laseme-text-on-dark-color);
}

#block-exposedformlisting-searchpage-1 #edit-secondary {
  float: left;
  clear: left;
  display: none;
  margin: 7px 10px 7px 0;
}

#block-exposedformlisting-searchpage-1 #edit-secondary .panel-heading {
  padding: 8px 10px;
}

#block-exposedformlisting-searchpage-1 .bef--secondary {
  display: none;
}

.block-listing-search-filters .form-item-title,
#block-exposedformlisting-searchpage-1 .form-item-title {
  margin-bottom: 0 !important;
}

@media (max-width:991px) {
  .block-listing-search-filters h2.block-title #block-exposedformlisting-searchpage-1 h2.block-title {
    display: none;
  }
}

#listing-search-results {
  overflow: scroll;
  background: #eee;
}

#listing-search-results-map {
  padding: 0;
}

@media (min-width:768px) {
  #listing-search-results-map .leaflet-container {
    height: 100% !important;
  }

  #listing-search-results-map .views-element-container,
  #listing-search-results-map .view,
  #listing-search-results-map .view-content {
    height: 100%;
  }

  #listing-search-results .form-search-listing {
    position: relative;
    padding-right: 160px;
  }

  #listing-search-results .form-search-listing .form-actions {
    position: absolute;
    top: 0;
    right: 40px;
  }

  #listing-search-results .search-main-content,
  .list-listing .search-main-content {
    border-right: 1px dotted #aaa;
  }
}

.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}

#listing-search-results header {
  margin: 20px 0;
}

#listing-search-results .views-row,
.list-listing .views-row {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#listing-search-results .views-row .views-row-inner,
.list-listing .views-row .views-row-inner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

#listing-search-results .views-row .views-row-inner:hover,
.list-listing .views-row .views-row-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
}

#listing-search-results .views-row .views-row-inner .views-field.views-field-field-rating {
  margin-bottom: 10px;
}

#listing-search-results .views-row .views-row-inner .field-image img,
.list-listing .views-row .views-row-inner .field-image img {
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  border-radius: 8px;
}

#listing-search-results .views-row .views-row-inner .field-title,
.list-listing .views-row .views-row-inner .field-title {
  font-size: 120%;
  padding-bottom: 10px;
  font-family: var(--ds-laseme-main-font-family), sans-serif;
  font-weight: 500;
}

#listing-search-results .field-rating .fivestar-widget-static,
.stars-nostatic .fivestar-widget-static,
.list-listing .fivestar-widget-static,
.view-blocks-category .fivestar-widget-static,
.stars-notext .average-rating,
.stars-notext .total-votes,
.view-blocks-category .fivestar-summary .average-rating,
.view-blocks-category .fivestar-summary .total-votes {
  display: none;
}

#listing-search-results .views-row .views-row-inner .field-title a,
.list-listing .views-row .views-row-inner .field-title a {
  color: var(--ds-laseme-primary-heading-color);
}

#listing-search-results .views-row .views-row-inner .field-rating,
.list-listing .views-row .views-row-inner .field-rating {}

#listing-search-results .field-content i,
.list-listing .field-content i {
  padding-right: 10px;
}

#listing-search-results .field-content .field-category,
#listing-search-results .field-content .field-price {
  padding-bottom: 10px;
}

.page-view-listing-search-facets .block-page-title-block,
.page-vocabulary-category .block-page-title-block,
.page-vocabulary-locations .block-page-title-block {
  display: none;
}

.page-view-listing-search-facets .main-container-fullwidth>.container-fluid>.row {
  align-items: flex-start;
}

.page-view-listing-search-facets aside {
  position: sticky;
  position: -webkit-sticky;
  padding-top: 20px;
  padding-left: 20px;
  top: 0;
}

.listing-search-facet-container {
  align-items: flex-start;
}

#listing-search-facet-results {
  padding-top: 30px;
  padding-right: 30px;
}

#listing-search-facet-results header {
  padding-bottom: 20px;
}

#listing-search-facet-results-map {
  position: sticky;
  top: 0;
}

.block-facets {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.block-facets h2.block-title {
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0;
}

ul.item-list__checkbox {
  padding-left: 0;
  list-style: none;
}

ul.item-list__checkbox li {
  list-style: none;
}

ul.item-list__checkbox li.facet-item input.facets-checkbox {
  margin-right: 10px;
}

#listing-search-facet-results .views-row {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.listing-search-results-item .field-title a {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}

.listing-search-results-item .field-image img {
  border-radius: 8px;
}

.listing-search-results-item i {
  margin-right: 10px;
}

.listing-search-results-item .field-rating {
  padding-top: 10px;
}

.listing-search-results-item .field-rating .fivestar-widget-static {
  display: none;
}

.listing-search-results-item .field-category,
.listing-search-results-item .field-price {
  padding-top: 3px;
}

.listing-search-results-item .field-buttons {
  padding: 30px 0;
  text-align: right;
}

.listing-search-results-item .field-buttons a {
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  color: #333;
}

.listing-search-results-item .field-buttons a:hover {
  background: var(--ds-laseme-primary-color);
  color: white;
}

.listing-search-results-item .field-buttons .field-phone a::before {
  font-family: 'Font Awesome 5 Free';
  color: #666;
  font-weight: 900;
  margin-right: 10px;
  content: "\f879";
}

.page-node-type-listing .block-page-title-block {
  display: none;
}

#block-bizreview-views-block-listing-detail-header-block-1 {
  margin: 0;
}

#block-system-main article.node--type-listing {
  background: #fff;
  padding: 25px;
}

.view-business-detail-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.view-listing-detail-header .view-content .views-row {
  padding: 0;
}

.business-detail-header {
  min-height: 300px;
  position: relative;
}

.business-detail-header .business-detail-header-text {}

.business-detail-header .field-photo {
  text-align: center;
}

.business-detail-header .field-photo img {
  display: inline;
}

.business-detail-header-text .container .row {
  position: relative;
}

.business-detail-header-text .field-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
  line-height: 1.2;
}

.business-detail-header-text .field-address {
  padding-bottom: 10px;
}

.business-detail-header-text .field-phone {
  margin-bottom: 30px;
}

.business-detail-header-text .field-phone,
.business-detail-header-text .field-website {
  display: inline-block;
}

.business-detail-header-text .field-website {
  padding-left: 25px;
}

.business-detail-header-text span.glyphicon {
  width: 20px;
}

.business-detail-header-text .field-map {
  z-index: 1;
  border: 1px solid #aaa;
  background: #fff;
  padding: 5px;
}

.business-detail-header-text .field-map .leaflet-container {
  height: 300px;
}

@media (max-width:767px) {
  .business-detail-header-text .leaflet-container {
    max-height: 200px;
  }
}

@media (min-width:992px) {
  .business-detail-header-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
  }

  .business-detail-header-text .field-website a {
    color: #fff;
  }

  .business-detail-header-text-inner {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }

  .business-detail-header-text .field-phone {
    margin-bottom: 0px;
  }

  .business-detail-header-text .row {
    position: relative;
  }

  .business-detail-header-text .field-map {
    position: absolute;
    bottom: -80px;
    right: 0;
    float: right;
  }

  .business-detail-header-text .leaflet-container {
    width: 100%;
    height: 250px;
  }
}

.business-detail-review {
  padding-top: 20px;
  background: #fff;
}

.business-detail-review .container {
  display: flex;
}

.business-detail-review .fivestar-basic .fivestar-widget-static,
.business-detail-header .fivestar-basic .fivestar-widget-static {
  display: none;
}

.fivestar-summary {
  display: flex;
  gap: 5px;
}

.business-detail-review .fivestar-average-text {
  padding-top: 8px;
}

.view-listing-review {
  padding-top: 15px;
}

.view-listing-review .field-rating {
  float: left;
  margin-top: 8px;
}

.business-detail-review .field-rating-count {
  color: #999;
  margin-left: 20px;
}

.business-detail-review .field-write-comment {
  padding-top: 0px;
  margin-left: 25px;
}

.node--type-listing .content>.field {
  padding: 20px 0 20px 90px;
  border-bottom: 1px solid #F8F8F8;
  position: relative;
  clear: left;
}

.node--type-listing .content .inline__links,
.node--type-listing .content .reviews {
  clear: left;
}

.node--type-listing .content .field .field--label {
  font-weight: 500;
  padding-bottom: 15px;
  color: var(--ds-laseme-primary-color);
}

.node--type-listing .content .field.field-name-field-share-this {
  padding-left: 0px;
}

.node--type-listing .content .field.field-name-field-share-this .field--label {
  color: #2b2b2b;
  padding: 0;
}

.node--type-listing .review {
  padding-bottom: 0;
}

.node--type-listing article.review .field.field--name-field-comment-rate {
  padding-top: 10px;
}

.node--type-listing .links-inline {
  margin-top: 20px;
  justify-content: flex-end;
}

.node--type-listing .reviews .block-title {
  margin-bottom: 20px;
}

.views-field-field-listing-tags .field-content a {
  padding: 7px 10px;
  border: 1px solid #dddddd;
  color: #333;
  margin: 0 10px 10px 0;
  display: inline-block;
  border-radius: 8px;
}

.views-field-field-listing-tags .field-content a:hover {
  border: 1px solid var(--ds-laseme-primary-color);
  background-color: var(--ds-laseme-primary-color);
  color: white !important;
}

.node--type-listing.teaser h2 {
  text-transform: none;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.node--type-listing.teaser .content .field {
  padding: 5px 0;
  border-bottom: none;
  font-size: 13px;
  text-align: left;
}

.node--type-listing.teaser .field--name-title {
  color: var(--ds-laseme-primary-color);
}

.node--type-listing.teaser .content .field.field--name-field-image-thumbnail {
  padding-left: 0;
}

.node--type-listing.teaser .content .field.field--name-field-image-thumbnail img {
  width: 100%;
}

.node--type-listing.teaser .field.field--name-field-price-range::before,
.node--type-listing.teaser .field.field--name-field-phone::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  width: auto;
  font-size: 14px;
  background: none;
  margin-right: 5px;
  padding: 0;
  color: #000;
}

.node--type-listing.teaser .field.field--name-field-price-range::before {
  content: "\f155";
}

.office-hours-status {
  font-size: 120%;
  font-weight: bold;
}

.office-hours-status.office-hours-status--open {
  color: green;
}

.office-hours-status.office-hours-status--closed {
  color: red;
}

span.office-hours__item-slots {
  margin-left: 20px;
}

.leaflet-clickable {
  position: absolute;
}

.leaflet-tagged-marker i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666;
  top: -67px;
  font-size: 20px;
}

.leaflet-popup-content {
  text-align: center;
  min-width: 200px;
}

.leaflet-popup-content h2 {
  margin: 0;
  font-size: 120%;
}

.leaflet-popup-content img {
  margin: 5px 0;
  width: 100%;
  float: left;
}

.leaflet-popup-content br {
  line-height: 0;
}

.node--type-listing:not(.teaser) .content>.field.field--name-body:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-website:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-open-time:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-price-range:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-phone:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-highlights:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-locations:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-photos:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-tags:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-category:before,
.node--type-listing:not(.teaser) .content>.field.field--name-field-video:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  background: var(--ds-laseme-primary-color);
  color: #fff;
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 8px;
}

.node--type-listing .content>.field.field--name-body:before {
  content: "\f303";
}

.node--type-listing .content>.field.field--name-field-website:before {
  content: "\f03e";
}

.node--type-listing .content>.field.field--name-field-open-time:before {
  content: "\f017";
}

.node--type-listing .content>.field.field--name-field-phone:before {
  content: "\f095";
}

.node--type-listing .content>.field.field--name-field-price-range:before {
  content: "\f155";
}

.node--type-listing .content>.field.field--name-field-highlights:before {
  content: "\f0eb";
}

.node--type-listing .content>.field.field--name-field-locations:before {
  content: "\f015";
}

.node--type-listing .content>.field.field--name-field-photos:before {
  content: "\f03e";
}

.node--type-listing .content>.field.field--name-field-tags:before {
  content: "\f02c";
}

.node--type-listing .content>.field.field--name-field-category:before {
  content: "\f02d";
}

.node--type-listing .content>.field.field--name-field-video:before {
  content: "\f03d";
}

.field--name-field-highlights .field__items .field--item,
.field--name-field-photos .field__items .field--item,
.field--name-field-tags .field__items .field--item {
  display: inline-block;
  padding: 0px 20px 0 0;
}

.field--name-field-highlights .field__items .field--item {
  position: relative;
  padding-left: 20px;
}

.field--name-field-highlights .field__items .field--item:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline;
  content: "\f00c";
  color: #8ac249;
}

.field--name-field-photos .field__items .field--item {
  padding: 0px 20px 0 0;
}

.field--name-field-photos .field__items .field--item img {
  width: 100px;
}

.node--type-listing footer {
  padding-top: 20px;
}

.block-similar-listing .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #eee;
  margin-bottom: 20px;
  min-height: 100px;
}

.block-similar-listing .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.block-similar-listing .views-row .views-row-inner {
  padding: 0 0 0 115px;
  position: relative;
}

.block-similar-listing .views-row .views-row-inner:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.block-similar-listing .views-row .views-row-inner .views-field-field-image-thumbnail {
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100px;
}

.block-similar-listing .views-row .views-row-inner .views-field-field-image-thumbnail img {
  border-radius: 12px;
}

.block-similar-listing .views-row .views-row-inner .views-field-title {
  padding-bottom: 10px;
}

.block-similar-listing .views-row .views-row-inner .views-field-title a {
  font-weight: 500;
}

.block-similar-listing .views-row .views-row-inner .views-field-field-locations {
  color: #999;
}

.node--type-listing .field-name-field-events>.field--label:after {
  background: none repeat scroll 0 0 var(--ds-laseme-primary-color);
  bottom: 0;
  content: "";
  float: left;
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}

.node--type-listing .content .field.field-name-field-events>.field--label {
  color: #2b2b2b;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.node--type-listing .content .field-collection-container .field-collection-view {
  margin: 0;
  border-bottom: 1px solid #f8f8f8;
}

.node--type-listing .content .field-collection-container .field {
  border: none;
  padding: 0;
}

.node--type-listing .content .field-collection-container .entity-field-collection-item {
  position: relative;
}

.node--type-listing .content .field-collection-container .field.field-name-field-event-subtitle,
.views-field-field-event-subtitle {
  position: absolute;
  z-index: 1;
  left: -5px;
  top: 10px;
  background: url(/sites/bizreview/themes/bizreview/images/event-subtitle-bg.png) 0 100% no-repeat;
  color: #fff;
  padding: 5px 20px 8px;
}

.views-field-field-event-subtitle {
  left: 10px;
}

.node--type-listing .content .field-collection-container .field.field-name-field-event-image {
  float: left;
  padding-right: 20px;
}

.node--type-listing .content .field-collection-container .field.field-name-field-event-title {
  color: var(--ds-laseme-primary-color);
  font-family: "Raleway", sans-serif;
  font-size: 150%;
  font-weight: 500;
  padding-bottom: 10px;
}

.node--type-listing .content .field-collection-container .field.field-name-field-event-date .field-items {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}

.views-field-field-event-date .date-display-range {
  display: inline;
}

@media (max-width:767px) {
  .node--type-listing .content .field-collection-container .field.field-name-field-event-image {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .node--type-listing .content .field-collection-container .field.field-name-field-event-image {
    width: 100px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .node--type-listing .content .field-collection-container .field.field-name-field-event-image {
    width: 220px;
  }
}

@media (min-width:1200px) {
  .node--type-listing .content .field-collection-container .field.field-name-field-event-image {
    width: 280px;
  }
}

.view-events .view-filters {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.view-events #views-exposed-form-events-page {
  float: right;
  width: auto;
}

.view-events .views-exposed-form label {
  padding-right: 10px;
  padding-top: 5px;
}

.view-events .views-exposed-form label,
.view-events .views-widget {
  float: left;
}

.view-events .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 5px 10px;
}

.view-events .views-row {
  margin: 0 0px 20px;
  float: left;
}

.view-events .views-row:nth-child(4n+1) {
  clear: left;
}

.view-events .views-row .views-row-inner {
  background: #fff;
}

.view-events .views-field-field-event-title {
  padding: 20px 15px 20px;
  font-size: 120%;
  border-bottom: 1px solid #f3f3f3;
}

.view-events .views-field-field-event-date {
  padding: 10px 15px 10px;
  border-bottom: 1px solid #f3f3f3;
}

.view-events .views-field-title {
  padding: 10px 15px 10px;
}

.view-events .extra-content:before {
  display: none;
}

.view-events .extra-content:after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.view-events .views-field-field-event-image {
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.view-events .views-field-field-event-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

.view-events .views-field-field-event-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

.view-events .views-field-field-event-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  padding: 0 15px;
}

.view-events .views-field-field-event-image.hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-events .views-field-field-event-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-events .views-field-field-event-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.block-events .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 80px 0 0;
  height: 680px;
  width: 100%;
}

.block-events .jcarousel-skin-default .jcarousel-item {
  height: 600px;
  width: 290px;
  border: none;
  margin: 0;
  position: relative;
  margin: 0 15px 0 5px;
  background: none;
  overflow: visible;
}

.block-events .jcarousel-skin-default .jcarousel-prev-horizontal:before,
.block-events .jcarousel-skin-default .jcarousel-next-horizontal:before {
  line-height: 42px;
}

.block-events .jcarousel-skin-default .jcarousel-prev-horizontal {
  top: 0px;
  left: 50%;
  margin-left: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px;
}

.block-events .jcarousel-skin-default .jcarousel-next-horizontal {
  top: 0px;
  left: 50%;
  margin-right: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px;
}

.block-events .row-item {
  position: relative;
  margin-bottom: 20px;
}

.block-events.view-events .views-field-field-event-subtitle {
  left: -5px;
}

.block-events.view-events .views-field-field-event-title {
  font-family: 'Raleway', sans-serif;
  padding: 10px 0;
  font-weight: 500;
  font-size: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 191, 243, 0.8);
  width: 100%;
}

.block-events.view-events .views-field-field-event-title a {
  color: #fff;
}

@media (min-width:992px) and (max-width:1199px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 540px;
  }

  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 460px;
    width: 220px;
  }
}

@media (min-width:1200px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 640px;
  }

  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 560px;
    width: 270px;
  }
}

.path-taxonomy h1.page-header {
  display: none;
}

.list-categories h5,
.list-categories p {
  padding-left: 55px;
}

.list-categories .icon {
  font-size: 120%;
  left: 15px;
  position: absolute;
  top: 20px;
  padding: 10px;
  background: var(--ds-laseme-primary-color);
  color: #fff;
}

.view-categories .views-row {
  margin-bottom: 30px;
}

.view-categories ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.view-categories li.views-row {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

.view-categories.block-sub-categories li.views-row {
  float: right;
  margin-left: 20px;
}

.view-categories.block-sub-categories li.views-row a {
  color: var(--ds-laseme-highlight-text-color);
}

.view-categories .views-row .views-row-inner {
  position: relative;
  background: var(--ds-laseme-card-background-color);
  padding: 8px 8px 24px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.04), 0px 4px 6px -2px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  text-align: center;
  height: 100%;
}

.view-categories .views-row .views-row-inner:hover,
.view-categories.view-categories-style-3 .views-row .views-row-inner:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.view-categories.view-categories-style-3 .views-row .views-row-inner {
  box-shadow: none;
  border: 1px solid #e3e3e3;
  padding: 30px;
}

.view-categories .views-field {
  padding: 10px 20px;
}

.view-categories .views-field-field-category-image {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.view-categories .views-field-field-category-image img {
  text-decoration: none;
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 12px;
}

.view-categories .views-field-nid {
  padding: 8px 15px;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
  float: left;
  background: rgba(0, 191, 243, 0.8);
  color: #fff;
  border-radius: 12px;
}

.view-categories .views-field-name {
  font-size: 130%;
  font-weight: 700;
  position: relative;
}

.view-categories .views-field-name:after {
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--ds-laseme-primary-color);
  bottom: 0;
  left: 20px;
  content: "";
  display: none;
}

.view-categories .views-field-name a {
  color: var(--ds-laseme-primary-heading-color);
}

.view-categories .views-field-name a:hover {
  color: var(--ds-laseme-primary-color);
}

.taxonomy-term-description {
  margin-bottom: 30px;
}

.view-categories.view-categories-style-2 .views-row .views-row-inner,
.view-categories.view-categories-style-2 .category-item {
  padding: 0;
  position: relative;
}

.view-categories.view-categories-style-2 .category-item .field-image img {
  border-radius: 12px;
  width: 100%;
}

.view-categories.view-categories-style-2 .category-item .field-text {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  bottom: 3%;
  left: 4%;
  width: 92%;
  padding: 12px;
}

.view-categories.view-categories-style-2 .category-item .field-text .field-category-name {
  padding-bottom: 5px;
}

.view-categories.view-categories-style-2 .category-item .field-text .field-category-name a {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ds-laseme-primary-heading-color);
}

.view-categories.view-categories-style-2 .category-item .field-text .field-category-count {
  padding: 4px 8px;
  border-radius: 8px;
  color: var(--ds-laseme-primary-color);
  background: var(--ds-laseme-primary-color-soft);
  font-size: 0.9rem;
}

.view-categories.view-categories-style-2 .slick .slick__arrow {
  text-align: center;
  margin-top: 20px;
}

.block-category .block-inner {
  background: #fff;
  border-radius: 12px;
}

.view-blocks-category .views-field-nothing {
  position: relative;
}

.listing-by-category-header .field-icon,
.listing-by-category-header .field-category {
  display: inline-block;
}

.listing-by-category-header {
  position: relative;
  border-bottom: 1px dotted #c9c9c9;
  margin-bottom: 20px;
}

.listing-by-category-header .field-category {
  padding: 16px 15px 16px 70px;
  color: #2B2B2B;
  font-size: 24px;
  text-transform: uppercase;
}

.listing-by-category-header .field-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 60px;
  width: 60px;
}

.listing-by-category-header .field-icon img {
  width: 40px;
}

.listing-by-category-img {
  padding: 0 15px;
}

.listing-by-category-info {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5)
}

.listing-by-category-info .field-title {
  float: left;
}

.listing-by-category-info .field-title a {
  color: #fff;
}

.listing-by-category-info .field-rating {
  float: right;
}

.listing-by-category-info .field-rating .form-item-vote,
.listing-by-category-info .field-rating .form-item-vote .form-type-item {
  margin-bottom: 0 !important;
}

.view-blocks-category .attachment {
  padding: 5px 15px;
}

.view-blocks-category .attachment .views-row-inner {
  margin: 10px 0 10px 100px;
  border-bottom: 1px dotted #c9c9c9;
  min-height: 80px;
  position: relative;
}

.view-blocks-category .attachment .views-row:last-child .views-row-inner {
  border-bottom: none;
}

.view-blocks-category .attachment .views-field-field-image-thumbnail {
  float: left;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: -100px;
  width: 80px;
}

.view-blocks-category .attachment .views-field-field-image-thumbnail img {
  border-radius: 8px;
}

.view-blocks-category .attachment .views-field-title {
  padding-bottom: 5px;
}

#listing-featured {
  position: relative;
  padding-top: 80px;
}

#listing-featured .slick__arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -50px;
}

#listing-featured .slick__arrow button.slick-prev {
  margin-right: 10px
}

#listing-featured-slider .field-category-icon img {
  display: inline;
}

#listing-featured-slider .row-item {
  margin: 10px;
  padding: 8px 8px 24px;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.04), 0px 4px 6px -2px rgba(0, 0, 0, 0.02);
  text-align: center;
  border-radius: 16px;
  border: 1px solid #EDEEF1;
}

#listing-featured-slider .row-item .field-title {
  margin: 10px 0;
}

#listing-featured-slider .row-item .field-title a {
  color: var(--ds-laseme-primary-heading-color);
  font-weight: 500;
}

#listing-featured-slider .row-item .stars-small {
  display: inline-block;
}

#listing-featured-slider .field-image {
  padding: 5px;
}

#listing-featured-slider .field-rating .fivestar-average-stars .fivestar-summary {
  justify-content: center;
}

.extra-content {
  background: rgba(0, 191, 243, 0.8);
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.extra-content:before {
  content: "";
  display: inline-block;
  height: 30%;
  vertical-align: middle;
}

#listing-featured-slider .extra-content:before {
  height: 100%;
}

.extra-content-inner {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}

#listing-featured-slider .field-image {
  padding: 0px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

#listing-featured-slider .field-image img {
  border-radius: 12px;
  width: 100%;
}

#listing-featured-slider .field-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

#listing-featured-slider .field-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

#listing-featured-slider .field-image:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

#listing-featured-slider .field-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

#listing-featured-slider .field-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#listing-featured-slider .field-category-icon {
  margin-top: -52px;
  position: relative;
  z-index: 20;
}

#block-views-block-listing-featured-block-2 .block-inner {
  padding: 0 10px 20px;
}

#block-views-block-listing-featured-block-2 h2.block-title {
  margin-left: 10px;
}

#block-views-block-listing-featured-block-2 #listing-featured-slider .row-item {
  margin: 0 10px;
}

#block-views-block-listing-featured-block-2 #listing-featured {
  padding-top: 0;
}

#block-views-block-listing-featured-block-2 #listing-featured .slick__arrow {
  top: -50px;
  left: auto;
  right: 10px;
  width: 65px;
}

#block-views-block-listing-featured-block-2 #listing-featured .slick__arrow button {
  width: 30px;
  height: 30px;
  display: inline;
}

#block-views-block-listing-featured-block-2 #listing-featured .slick__arrow button:before {
  font-size: 14px;
  margin: -6px 0 0 -4px;
}

#block-views-block-listing-featured-block-2 #listing-featured .slick__arrow button.slick-prev {
  margin-right: 5px
}

.view-list-news.view-list-modern .views-row:nth-child(2n+1) {
  clear: left;
}

.view-list-news .views-row {
  margin-bottom: 30px;
}

.view-list-news .views-row-inner {
  background: #fff;
  height: 100%;
}

.view-list-news .views-field-title {
  padding: 20px 0;
}

.view-list-news.view-list-classic .views-field-title {
  padding-bottom: 10px;
}

.view-list-news .views-field-title a {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2b2b2b;
}

.view-list-news .views-field-field-image img {
  border-radius: 12px;
}

.view-list-news .views-field-title a:hover {
  color: var(--ds-laseme-primary-color);
}

.view-list-news .views-field-comment-count {
  padding-right: 20px;
}

.view-list-news .views-field-name,
.view-list-news .views-field-created,
.view-list-news .views-field-field-tags-news,
.view-list-news .views-field-comment-count {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 30px;
  color: #555;
}

.view-list-news .views-field-name {
  padding-left: 0;
}

.view-list-news.view-list-classic .views-field-name,
.view-list-news.view-list-classic .views-field-created,
.view-list-news.view-list-classic .views-field-field-tags-news,
.view-list-news.view-list-classic .views-field-comment-count,
.view-list-news .views-field-body {
  padding-bottom: 20px;
}

.view-list-news .views-field-view-node {
  padding-bottom: 20px;
  text-align: right;
}

.view-list-news .views-field-view-node a {
  color: #fff;
}

.view-blog.view-blog-medium .views-row {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width:992px) {
  .view-blog.view-blog-medium .views-field-field-image {
    width: 40%;
  }

  .view-blog.view-blog-medium .views-field-title:before {
    border-color: rgba(251, 251, 251, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    left: -24px;
    top: 35px;
  }

  .view-blog.view-blog-medium .views-field-title,
  .view-blog.view-blog-medium .views-field-name,
  .view-blog.view-blog-medium .views-field-body,
  .view-blog.view-blog-medium .views-field-created {
    float: left;
    width: 60%;
  }

  .view-blog.view-blog-medium .view-row-blog-footer {
    width: 60%;
    right: 0;
    left: auto;
  }
}

.view-blog.view-blog-large .views-row {
  width: 100%;
  margin: 0 0 20px;
}

#block-system-main article.node-article {
  background: #fff;
  padding: 0 25px;
}

.submitted {
  margin: 1.5em 0;
}

.share-link ul {
  margin: 0;
  padding: 0;
}

.share-link ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.share-link ul li a {
  padding: 15px 20px;
  display: block;
  width: 100%;
  color: #2b2b2b;
}

.share-link ul li a:hover {
  background: #f8f8f8;
}

.share-link ul li a span.fa-stack {
  margin-right: 20px;
}

.article-submitted {
  float: left;
}

article.node--article ul.links {
  float: right;
  clear: right;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-title,
.field--name-field-tags .field-label {
  text-transform: uppercase;
  display: block;
}

article.node--type-article .article-header {
  margin-bottom: 20px;
}

article.node--type-article .addtoany_list {
  margin-top: 20px;
  width: 100%;
  float: left;
}

article.node--type-article ul.links {
  float: right;
}

.block-latest-news .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #f3f3f3;
}

.block-latest-news .views-row:last-child {
  margin-bottom: 0;
}

.block-latest-news .views-row-inner {
  padding-left: 75px;
  position: relative;
}

.block-latest-news .views-row .views-field-field-image {
  float: left;
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}

.block-latest-news .views-row .views-field-field-image img {
  border-radius: 8px;
}

@media (min-width:1200px) {
  .block-latest-news .views-row-inner {
    padding-left: 115px;
    min-height: 85px;
  }

  .block-latest-news .views-row .views-field-field-image {
    width: 100px;
  }
}

.block-latest-news .views-row .views-field-title {
  padding-bottom: 10px;
  font-weight: normal;
}

.block-latest-news .views-row .views-field-title a {
  color: var(--ds-laseme-primary-heading-color);
}

.block-latest-news .views-row .views-field-created {
  font-style: italic;
  color: #aaa;
  font-size: 0.9rem;
}

form.user-register-form .field--name-user-picture {
  float: left;
  width: 100%;
}

form.user-register-form textarea {
  background: #fff;
}

body.path-user .region-content article .form-no-label {
  float: right;
  clear: right;
}

body.path-user .region-content article .form-no-label h4.label {
  color: #000;
}

.field--name-user-picture {
  float: right;
  width: 100px;
}

.field--name-user-picture img {
  border-radius: 12px;
}

.field--name-field-name .field--label,
.field--name-field-name .field--item,
.field--name-field-website .field--label,
.field--name-field-website .field--item {
  display: inline-block;
  padding-bottom: 10px;
}

.field--name-field-about .field--label {
  padding-bottom: 10px;
}

aside .menu--account .nav {
  flex-direction: column;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
}

aside .menu--account a {
  color: var(--ds-laseme-primary-heading-color);
}

aside .menu--account a.active {
  color: var(--ds-laseme-primary-color);
}

aside .menu--account a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

aside .menu--account a.nav-link--user::before {
  content: "\f3fd";
}

aside .menu--account a.nav-link--user-logout::before {
  content: "\f2f5";
}

aside .menu--account a.nav-link--my-listing::before {
  content: "\f07c";
}

aside .menu--account a#item-menu-user-myaccount:before {
  content: "\f007";
}

aside .menu--account a#item-menu-user-register:before {
  content: "\f040";
}

aside .menu--account a.nav-link--my-reviews:before {
  content: "\f5c0";
}

.view-user-listing {
  background: #fff;
  padding: 20px;
}

.view-my-listing .views-row .views-row-inner {
  background: #fafafa;
}

.view-member .view-content {
  background: var(--ds-laseme-primary-color);
  padding: 3px;
  float: left;
  width: 100%;
}

.view-member .views-row {
  float: left;
  padding: 3px;
}

@media (min-width:992px) and (max-width:1199px) {
  .view-member .views-row {
    width: 50%;
  }
}

@media (min-width:1200px) {
  .view-member .views-row {
    width: 33.3%;
  }
}

.view-member .views-field-user-picture {
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.view-member .views-field-user-picture .extra-content .field-title a {
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

.view-member .views-field-user-picture img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

.view-member .views-field-user-picture .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

.view-member .views-field-user-picture .extra-content .field-title,
.view-member .views-field-user-picture .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.view-member .views-field-user-picture.hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-member .views-field-user-picture.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-member .views-field-user-picture.hover .extra-content .field-title,
.view-member .views-field-user-picture.hover .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.region-content-bottom .block {
  margin-top: 30px;
  background: #fff;
}

.region-content-bottom .block .block-inner {
  padding: 0 20px 20px;
}

@media (min-width:992px) {

  #slideshow .slide__caption h2,
  #slideshow .slide__caption p {
    color: #fff;
  }
}

.views-slideshow #slideshow-slider {
  margin-bottom: 0;
}

.views-slideshow .slide__constrained {
  position: initial;
}

.views-slideshow .slide__constrained .slide__description {
  padding: 100px 0;
}

.views-slideshow ul.slick-dots {
  bottom: 10px;
}

.views-slideshow ul.slick-dots li,
.views-slideshow ul.slick-dots li button {
  width: 50px;
}

.views-slideshow ul.slick-dots li button {
  background: rgba(255, 255, 255, .5);
}

.views-slideshow ul.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}

.views-slideshow ul.slick-dots li button::before {
  display: none;
}

#block-views-block-slide-show-block-1 {
  margin: 0;
}

#block-promotionsbox {
  background: url(/sites/bizreview/themes/bizreview/img/image-background-region.jpg) center center no-repeat;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 0;
}

.poll .vote-form {
  text-align: left;
}

.poll .vote-form .choices {
  display: block;
}

.poll .bar .foreground {
  background-color: #444444;
}

.view-meet-our-team .views-row {
  margin-bottom: 30px;
  text-align: center;
}

.view-meet-our-team .views-field-field-image {
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.view-meet-our-team .views-field-field-image img {
  display: inline;
  max-width: 150px;
  border-radius: 50%;
}

.view-meet-our-team .views-field-title {
  font-weight: 600;
  padding-top: 10px;
  font-size: 110%;
}

#testimonial-slider .field-image {
  width: 80px;
  margin: 0 auto;
}

#testimonial-slider .field-image img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#testimonial-slider .field-body {
  margin-top: 10px;
  margin-bottom: 30px;
}

#testimonial-slider .field-title {
  font-weight: bold;
}

#testimonial-slider .field-body i {
  float: left;
  margin-right: 30px;
}

#testimonial-slider .field-title,
#testimonial-slider .field-position {
  margin-top: 10px;
}

#testimonial-slider .slick-dots {
  padding-left: 0;
  margin-top: 0;
}

.slide__caption {
  padding: 0 !important;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: var(--ds-laseme-primary-color);
}

.slick__arrow button {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #EDEEF1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 24px;
  position: relative;
  font-size: 0;
}

.slick__arrow button:before {
  font-family: 'Font Awesome 5 Free';
  color: var(--ds-laseme-primary-heading-color);
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -9px 0 0 -5px;
}

.slick__arrow button.slick-prev:before {
  content: "\f053";
}

.slick__arrow button.slick-next:before {
  content: "\f054";
}

#slideshow-slider .slick-list {
  height: 500px;
}

.block.block-simplenews {
  margin: 50px 0;
}

.block-simplenews p {
  text-align: center;
  color: #fff;
  font-size: 180%;
}

.simplenews-subscribe {
  position: relative;
  text-align: center;
}

.simplenews-subscribe label {
  display: none;
}

.simplenews-subscribe #edit-submit {
  border: none;
}

.not-logged-in .simplenews-subscribe #edit-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.simplenews-subscribe #edit-submit,
.simplenews-subscribe #edit-mail {
  height: 50px;
}

@media (min-width:992px) {
  .simplenews-subscribe {
    width: 70%;
    margin-left: 15%;
  }
}

.block-connect-with-biz {
  color: #fff;
}

.connect-with-biz-icon {
  margin-right: 10px;
}

.connect-with-biz-icon .fa-circle {
  color: #15171c;
}

.connect-with-biz-icon .fa-inverse {
  color: #c2c8db;
}

.connect-with-biz-content h3 {
  margin: 20px 0 0;
  font-size: 20px;
  color: #fff;
}

@media (max-width:991px) {

  .connect-with-biz-icon,
  .connect-with-biz-content {
    display: inline-block;
  }
}

@media (min-width:992px) {
  .connect-with-biz-icon {
    float: left;
  }
}

.path-contact .main-content-inner {
  background: #fff;
  padding: 25px;
}

#contact-message-feedback-form input,
#contact-message-feedback-form textarea {
  background: #f5f5f5;
  border: none;
}

.background-grey #contact-message-feedback-form input,
.background-grey #contact-message-feedback-form textarea,
.bg-light #contact-message-feedback-form input,
.bg-light #contact-message-feedback-form textarea {
  background: #fff;
}

@media (min-width:767px) {

  #contact-message-feedback-form .form-item-name,
  #contact-message-feedback-form .form-item-mail {
    width: 48%;
    float: left;
  }

  #contact-message-feedback-form .form-item-name {
    margin-right: 4%;
  }
}

#contact-message-feedback-form input#edit-submit {
  background: var(--ds-laseme-primary-color);
}

.contact-information h3 {
  font-size: 110%;
  font-weight: bold;
}

.contact-information ul {
  margin: 0;
  padding: 0;
}

.contact-information ul li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}

.contact-information ul li i {
  width: 30px;
  color: var(--ds-laseme-primary-color);
}

.authorcontact-desc {
  margin-bottom: 20px;
}

.block-social-icon-footer {
  margin-top: -85px;
  text-align: center;
}

.block-social-icon-footer .social-icon-item {
  display: inline-block;
}

.block-transparent {
  padding: 0 !important;
  background: none !important;
}

.social-sidebar-item {
  float: left;
  width: 33.3%;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.social-facebook {
  background: #5888f5;
}

.social-twitter {
  background: #58cdf5;
}

.social-google-plus {
  background: #d72525;
}

.social-tiktok {
  background: #EE1D52;
}

.list-social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.list-social-icons li {
  display: inline-block;
  padding: 7px 10px;
  list-style: none;
  border-left: 1px solid #ebebeb;
  font-size: 90%;
}

.list-social-icons li a {
  color: #666;
}

@media (max-width:767px) {
  .list-social-icons {
    display: none;
  }
}

@media (min-width:991px) {
  .list-social-icons {
    text-align: right;
    border: none;
  }
}

.box-promotions-content i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}

.box-promotions-content {
  float: left;
  font-size: 150%;
  font-weight: normal;
  padding: 10px 0;
}

.box-promotions-button {
  float: right;
}

.block-list ul {
  padding-left: 0px;
}

.block-list ul li {
  list-style: none;
  padding: 10px 0;
}

.list-advertise {
  position: relative;
}

.list-advertise .icon {
  left: 0px;
  position: absolute;
  top: 0px;
}

.front h1.page-header {
  display: none;
}

.bg-primary {
  background: var(--ds-laseme-primary-color);
}

.bg-soft-primary {
  background: var(--ds-laseme-primary-color-soft);
}

.bg-light {
  background: #494848;
}

.bg-white {
  background: #fff;
}

section.bg-overlay:before,
section.bg-gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.bg-overlay:before {
  background: rgba(30, 34, 40, 0.5);
}

section.bg-gradient:before {
  background: linear-gradient(247.38deg, rgba(59, 130, 246, 0.32) 14.7%, var(--ds-laseme-primary-color) 86.22%);
}

.section.border-top {
  border-top: 1px solid #ebebeb;
}

.section.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-12 {
  border-radius: 12px;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.icon-circle {
  padding: 20px;
  border-radius: 50%;
}

.icon-square {
  padding: 20px;
  border-radius: 8px;
}

.color-primary {
  color: var(--ds-laseme-primary-color);
}

.color-white {
  color: white;
}

.color-soft-primary {
  color: var(--ds-laseme-primary-color-soft);
}

.path-latest-reviews section.header-wrapper {
  padding-top: 60px;
}

.block-theme-colors {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 100;
}

.block-theme-colors h4.block-title {
  float: left;
  width: 100%;
}

.block-theme-color-content {
  width: 240px;
  float: left;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  padding: 20px 0 40px 20px;
  display: none;
}

.block-theme-colors .block-theme-color-content ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 250px;
  text-align: left;
}

.block-theme-colors .block-theme-color-content ul li {
  margin: 0;
  width: 120px;
  padding: 5px 0;
  list-style: none;
  float: left;
}

.block-theme-colors .block-theme-color-content ul li a {
  color: #000;
}

.block-theme-colors .block-theme-color-content ul li p {
  padding-left: 25px;
  margin-bottom: 0px;
}

.block-theme-colors .close,
.block-theme-colors .open {
  width: 42px;
  height: 300px;
  position: absolute;
  right: -40px;
  top: 0px;
  background: url(/sites/bizreview/themes/bizreview/images/theme-color-button.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 1;
}

.text-center {
  text-align: center;
}

ul.footer-list {
  margin: 0;
  padding: 0;
}

ul.footer-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.view-commerce-cart-summary table {
  border: 0;
}

#edit-commerce-payment-payment-method input {
  top: 3px;
}

.commerce-paypal-icons .label {
  color: #333;
  padding-left: 0;
  padding-top: 10px;
  float: left;
}

#edit-commerce-payment-payment-method .commerce-paypal-icons img {
  display: inline;
  float: left;
}

.control-label .commerce-paypal-icon {
  display: inline;
  top: -3px;
}

.commerce-paypal-icons {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.control-label .commerce-paypal-icons .commerce-paypal-icon {
  top: 6px;
}

.checkout-help {
  padding-bottom: 10px;
}

#fb-root {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/sites/bizreview/themes/bizreview/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

#edit-map-parameters .form-submit {
  margin-top: 25px;
}

#toTop {
  position: fixed;
  background: #fff;
  width: 50px;
  height: 50px;
  bottom: 75px;
  right: 35px;
  cursor: pointer;
  color: #000;
  font-size: 22px;
  text-align: center;
  display: none;
  padding: 10px 0px 0 2px;
  z-index: 14;
}

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.full-background {
  width: 100%;
  height: 380px;
  background-image: url('mapa-portada.png');
  background-position: center;
  /* Centra la imagen para que no se corte solo de un lado */
  background-repeat: no-repeat;
  /* Evita que la imagen se duplique */
  background-size: cover;
}

.js-form-type-select {
  max-width: 240px;
  padding-left: 40px;
}


.topnav .navbar-brand img {
  height: 100%;
}


.btn-primary {
  background-image: none;
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-text-on-dark-color);
  border: none;
}

.btn-secondary {
  background-image: none;
  background-color: var(--ds-laseme-secondary-color);
  color: var(--ds-laseme-text-on-light-color);
  border: none;
}

.btn-primary:hover {
  background-image: none;
  background-color: var(--ds-laseme-primary-color-hover);
  color: var(--ds-laseme-text-on-dark-color);
}

.btn-secondary:hover {
  background-image: none;
  background-color: var(--ds-laseme-secondary-color-hover);
  color: var(--ds-laseme-text-on-dark-color);
}

.btn-primary:active,
.btn-primary:focus {
  background-image: none;
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-text-on-dark-color);
}

.btn-secondary:active,
.btn-secondary:focus {
  background-image: none;
  background-color: var(--ds-laseme-secondary-color);
  color: var(--ds-laseme-text-on-dark-color);
}

li.progress-step {
  list-style: none;
}

.node--view-mode-full .field--name-body {
  padding: 0 4rem !important;
}

ul.list-unstyled>li {
  list-style: none;
}

li.list-unstyled {
  list-style: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.75em !important;
  font-size: 0.8em;
}

.badge.badge-primary {
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-text-on-dark-color);
}

.badge.badge-secondary {
  background-color: var(--ds-laseme-secondary-color);
  color: var(--ds-laseme-text-on-dark-color);
}

a.badge {
  color: var(--ds-laseme-text-on-dark-color) !important;
}

.open-maps::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon:hover::before {
  background: var(--ds-laseme-opposite-pure-color-hover) !important;
}

/**
 * @file
 * Visual styles for comments in Bootstrap.
 */

.alert-wrapper {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.alert-wrapper .alert {
  overflow-y: auto;
  margin-bottom: 0;
}

.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.alert svg {
  max-width: 2rem;
}

.alert-wrapper .alert {
  padding: 0 20px;
}

.node--type-page .featured-top .featured-top__inner {
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
  min-height: 0;
  background-color: var(--ds-laseme-border-color);
  margin-top: -1em;
  margin-bottom: 2em;
}



.node--type-page .featured-top .featured-top__inner #block-laseme-page-title h1.title {
  font-size: 2.5em;
}


.featured-top .featured-top__inner .row.region.region-featured-top {
  padding: 00px 0;
  margin: 0;
}



#block-laseme-page-title {
  margin: 0;
  padding: 0;
}

#block-laseme-page-title h1.title {
  color: var(--ds-laseme-primary-color);
  font-size: 1.8em;
}

.hidden {
  display: none !important;
}

/* Tabs de administración (Ver / Editar / Eliminar / Revisiones) */
nav.tabs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================
   /incidencias: título y bloque de tráfico en la misma fila
   ================================================================ */
.path-incidencias .region-featured-top {
  align-items: center;
  flex-wrap: nowrap;
}

.path-incidencias .region-featured-top #block-laseme-page-title {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.path-incidencias .region-featured-top #block-laseme-incidenciasdetrafico {
  flex: 0 0 auto;
  width: auto !important;
  max-width: none !important;
  text-align: right;
}


.path-incidencias .region-featured-top #block-laseme-incidenciasdetrafico .field--name-body {
  border: 1px solid var(--ds-laseme-border-color);
  padding: 0.5rem;
  background-color: var(--ds-laseme-pure-color);
  border-radius: 0.5rem;
}

.path-incidencias .region-featured-top #block-laseme-incidenciasdetrafico .field--name-body:hover {
  border-color: var(--ds-laseme-primary-color);
  transition: border-color 0.3s ease-in-out;
}

.path-incidencias .region-featured-top #block-laseme-incidenciasdetrafico img {
  max-height: 70px;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.path-incidencias .region-featured-top #block-laseme-incidenciasdetrafico p {
  margin: 0;
  font-size: 0.78rem;
  text-align: center;
  line-height: 1em;
}

ul.nav.primary.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin: 1rem auto;
  background-color: var(--ds-laseme-primary-color-soft);
  border: 1px solid var(--ds-laseme-primary-color);
  border-radius: 0.5rem;
  list-style: none;
}

ul.nav.primary.nav-tabs .nav-item {
  list-style: none;
}

ul.nav.primary.nav-tabs .nav-link {
  display: inline-block;
  padding: 0.45rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--ds-laseme-primary-color);
  color: var(--ds-laseme-primary-color);
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s;
}

ul.nav.primary.nav-tabs .nav-link:hover {
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-white);
}

ul.nav.primary.nav-tabs .nav-item.active .nav-link,
ul.nav.primary.nav-tabs .nav-link.active {
  background-color: var(--ds-laseme-primary-color);
  color: var(--ds-laseme-white);
  border-color: var(--ds-laseme-primary-color);
}

/* ================================================================
   Webform incidencias: botones Anterior / Siguiente / Enviar
   ================================================================ */
.webform-submission-incidencias-form .form-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.webform-submission-incidencias-form .form-actions .webform-button--previous,
.webform-submission-incidencias-form .form-actions .webform-button--next,
.webform-submission-incidencias-form .form-actions .webform-button--submit {
  width: auto !important;
  min-width: 130px;
  padding: 0.6rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  line-height: 1.5;
}

.webform-submission-incidencias-form .form-actions .webform-button--previous {
  background-color: transparent;
  color: var(--ds-laseme-primary-color, #782634);
  border: 2px solid var(--ds-laseme-primary-color, #782634);
}

.webform-submission-incidencias-form .form-actions .webform-button--previous:hover {
  background-color: var(--ds-laseme-primary-color, #782634);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.webform-submission-incidencias-form .form-actions .webform-button--next {
  background-color: var(--ds-laseme-primary-color, #782634);
  color: #fff;
  border: 2px solid var(--ds-laseme-primary-color, #782634);
}

.webform-submission-incidencias-form .form-actions .webform-button--next:hover {
  filter: brightness(1.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.webform-submission-incidencias-form .form-actions .webform-button--submit {
  background-color: #0d6efd;
  color: #fff;
  border: 2px solid #0d6efd;
  min-width: 160px;
}

.webform-submission-incidencias-form .form-actions .webform-button--submit:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: 0 3px 10px rgba(13, 110, 253, 0.35);
}

/* ================================================================
   Bloque texto introductorio incidencias
   ================================================================ */
#block-laseme-textointroductorioincidencias {
  background: var(--ds-laseme-primary-color-soft, rgba(120, 38, 52, 0.06));
  border-left: 4px solid var(--ds-laseme-primary-color, #782634);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.5rem 1.1rem 1.25rem;
  margin-bottom: 1.75rem;
  position: relative;
}

#block-laseme-textointroductorioincidencias::before {
  font-family: "bootstrap-icons";
  content: "\f431";
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 1.6rem;
  color: var(--ds-laseme-primary-color, #782634);
  opacity: 0.7;
  line-height: 1;
}

#block-laseme-textointroductorioincidencias p {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ds-laseme-primary-text-color);
}

#block-laseme-textointroductorioincidencias p:last-child {
  margin-bottom: 0;
  font-size: 0.85rem;
  opacity: 0.75;
}