.workshop-list-widget {
  padding: 0 10px;
}

.workshop-list-widget .workshop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.workshop-list-widget .workshop-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 10px 0;
}

@media (min-width: 576px) {
  .workshop-list-widget .workshop-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .workshop-list-widget .workshop-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .workshop-list-widget .workshop-row {
    margin: -50px -20px 0;
  }
  .workshop-list-widget .workshop-col {
    padding: 50px 20px 0;
  }
}

.workshop-box-item .workshop-box-item-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin: 15px 0 0;
}
.workshop-box-item .workshop-box-item-abstract {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.workshop-box-item .workshop-box-item-abstract * {
  line-height: 1.5;
}
.workshop-box-item .workshop-box-item-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 15px 0;
  font-size: 16px;
}
.workshop-box-item .cta {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFBA00;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.workshop-box-item .cta:hover {
  background-color: #00BDBD;
}
.workshop-box-item .cta.video {
  background-color: #FE7474;
}
.workshop-box-item .cta.video:hover {
  background-color: #2A2A2A;
}

.workshop-empty-list {
  text-align: center;
  color: #999;
  font-size: 20px;
  line-height: 1.5;
}

.single-post-featured-image {
  padding-bottom: 40px;
}
.single-post-featured-image > img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.single-post-content-wrapper .elementor-widget-container h1 { margin: 30px 0 20px }
.single-post-content-wrapper .elementor-widget-container h2 { margin: 30px 0 20px }
.single-post-content-wrapper .elementor-widget-container h3 { margin: 30px 0 20px }
.single-post-content-wrapper .elementor-widget-container h4 { margin: 30px 0 16px }
.single-post-content-wrapper .elementor-widget-container h5 { margin: 25px 0 16px }
.single-post-content-wrapper .elementor-widget-container h6 { margin: 25px 0 16px }
.single-post-content-wrapper .elementor-widget-container p { margin: 16px 0 }
.single-post-content-wrapper .elementor-widget-container a {
  color: #FE7474;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.single-post-content-wrapper .elementor-widget-container a:hover {
  color: #9b3131;
}
.single-post-content-wrapper .elementor-widget-container ol,
.single-post-content-wrapper .elementor-widget-container ul {
  margin: 24px 0;
  padding: 0 0 0 20px;
}
.single-post-content-wrapper .elementor-widget-container li { margin: 10px 0 }
.single-post-content-wrapper .elementor-widget-container blockquote {
  background: #f4f4f4;
  margin: 30px 0;
  padding: 20px;
}
.single-post-content-wrapper .elementor-widget-container blockquote > *:first-child { margin-top: 0 }
.single-post-content-wrapper .elementor-widget-container blockquote > *:last-child { margin-bottom: 0 }
.single-post-content-wrapper .elementor-widget-container blockquote:before { display: none }
.single-post-content-wrapper .elementor-widget-container > *:first-child { margin-top: 0 }
.single-post-content-wrapper .elementor-widget-container > *:last-child { margin-bottom: 0 }

.tp-info {
  background: #000032;
  color: #fff;
  padding: 48px 0 128px;
}

.tp-info * {
  margin: 0;
  padding: 0;
}
.tp-info .tp-info-logo {
  display: block;
}
.tp-info .tp-info-name {
  font-size: 32px;
  line-height: 1.1;
  padding-top: 24px;
}
.tp-info .tp-info-name > a {
  color: #fff;
  display: block;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.tp-info .tp-info-name > a:hover {
  color: #00b67A;
}
.tp-info .tp-info-count {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 4px;
}
.tp-info .tp-info-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 8px;
}
.tp-info .tp-info-rating-image {
  display: block;
}
.tp-info .tp-info-rating-value {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #999;
  padding-left: 16px;
}

.tp-review {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 30px;
  min-height: 100%;
}
.tp-review * {
  margin: 0;
  padding: 0;
}
.tp-review .tp-review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tp-review .tp-review-rating {
  display: block;
}
.tp-review .tp-review-date {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #999;
}
.tp-review .tp-review-author {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 16px;
  color: #000;
}
.tp-review .tp-review-author a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.tp-review .tp-review-author a:hover {
  color: #00b67A;
}
.tp-review .tp-review-title {
  padding-top: 16px;
  font-size: 18px;
  line-height: 1.3;
}
.tp-review .tp-review-title > a {
  color: #000;
  display: block;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.tp-review .tp-review-title > a:hover {
  color: #00b67A;
}
.tp-review .tp-review-text {
  color: #444;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  margin-top: 8px;
  max-height: 92px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tp-widget {
  overflow: hidden;
}

.tp-reviews-wrapper {
  padding-bottom: 48px;
  overflow: visible !important;
  margin-top: -80px;
}

.tp-cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tp-review-wrapper {
  overflow: visible !important;
  height: auto !important;
}

.tp-footer {
  padding: 32px 0 0;
  text-align: center;
  margin: 0;
}
.tp-footer .tp-footer-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 24px;
  background: #00b67A;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.tp-footer .tp-footer-btn:hover {
  background: rgba(0, 182, 122, .75);
}
