/*! HL Plugins v1 | https://github.com/Theme-Logic/hl-plugins */
.HtmlContent p > a.btn {
  display: inline-block;
}

.theme-logic-featured-cards > .col-md-12:first-child {
  padding: 0 25px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.theme-logic-featured-cards.cards-sm > .col-md-12:first-child {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}

.theme-logic-featured-cards.cards-md > .col-md-12:first-child {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.theme-logic-featured-cards.cards-lg > .col-md-12:first-child {
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}

.theme-logic-featured-cards > .col-md-12:first-child > .ContentItemHtml {
  border: 1px solid #d9d9d9;
  padding: 0 15px 55px 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 2px 1px rgba(140, 140, 140, 0.25);
  position: relative;
}
.theme-logic-featured-cards > .col-md-12:first-child > .ContentItemHtml.no-btn {
  padding-bottom: 15px;
}

.theme-logic-featured-cards > .col-md-12:first-child > .ContentItemHtml p:last-child > a.btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.theme-logic-featured-cards > .col-md-12:first-child > .ContentItemHtml h6 {
  margin: 0 -15px;
}

.theme-logic-featured-cards > .col-md-12:first-child > .ContentItemHtml video {
  width: 100%;
  height: auto;
}

.theme-logic-thrive-box {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  margin-bottom: 25px;
}

.theme-logic-thrive-box .HtmlContent {
  background: white;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 0 0 7px 7px;
}

.theme-logic-thrive-box h2 {
  background: white;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0;
  border-radius: 7px 7px 0 0;
  padding: 15px 15px 10px;
  border-bottom: 1px solid #ddd;
}

.theme-logic-thrive-box .HtmlContent > p:last-child a {
  text-decoration: none;
  font-size: 13px;
}
.theme-logic-thrive-box .HtmlContent > p:last-child a i {
  margin-left: 10px;
}
.theme-logic-thrive-box .HtmlContent > p:last-child a:hover {
  text-decoration: underline;
}

.tl-plugin-panels.panel-group {
  margin-bottom: 0;
}

.tl-plugin-panel.panel {
  border: 1px solid #ccc !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.tl-plugin-panel.panel:last-child {
  margin-bottom: 0 !important;
}

.tl-plugin-panel .tl-panel-heading.panel-heading {
  background: #efefef !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.tl-plugin-panel .tl-panel-heading.panel-heading .panel-title {
  font-size: inherit !important;
  margin: 0;
}
.tl-plugin-panel .tl-panel-heading.panel-heading .panel-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit;
  font-weight: inherit;
}
.tl-plugin-panel .tl-panel-heading.panel-heading .panel-title > a:hover, .tl-plugin-panel .tl-panel-heading.panel-heading .panel-title > a:focus {
  background-color: rgb(226.25, 226.25, 226.25);
  text-decoration: none !important;
  outline: none;
}

.tl-plugin-panel .panel-collapse .panel-body {
  background: transparent !important;
  padding: 15px !important;
  border-top: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.tl-plugin-panel .tl-collapse-icon {
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.35s ease;
  transform: rotate(180deg);
}

.tl-plugin-panel .panel-title > a.collapsed .tl-collapse-icon {
  transform: rotate(0deg);
}

.theme-logic-modal {
  display: none !important;
}

.theme-logic-modal-dialog .modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.theme-logic-modal-dialog .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
}
.theme-logic-modal-dialog .modal-header .close {
  margin-top: -2px;
}
.theme-logic-modal-dialog .modal-footer {
  text-align: right;
}
