/*****
Log in button
*****/
.elementor-nav-menu--main li.client-login a {
  font-family: "Montserrat", Sans-serif;
  color: #ffffff !important;
  background-color: #0ab89b;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0ab89b;
  font-size: 16px;
  padding: 10px 30px !important;
  line-height: unset;
  margin: 19px 0 0 28px;
}

.elementor-nav-menu--main li.client-login:hover a {
  color: #0ab89b !important;
  background-color: #ffffff;
  border-color: #0ab89b;
}

/* Format success message in popup */
.elementor-popup-modal .elementor-message {
  text-align: center;
  padding: 10px 0;
  line-height: 1.4;
}

/* Blog shortcode */
.blogpromo {
  padding: 2em;
  margin-bottom: 1em;
  background: #f7f7f7;
}

.blogpromo p {
  margin-bottom: 0;
}

/* #122542 - Style "Last Updated" */
.post-last-modified {
  text-align: center;
  font-weight: bold;
}

/* Support #125138 - Blog archive article width fix */
.elementor-post.elementor-grid-item.hentry {
  width: auto;
}

/* Remove post navigation on case studies and webinars */
.single .navigation.post-navigation {
  display: none;
}

/* Support 3149946 - Cat title color fix */
.archive.category .elementor-widget-archive-posts .elementor-post__title, .archive.category .elementor-widget-archive-posts .elementor-post__title a {
  color: #000;
}

/*
* HEADING LINE
*/
.heading-line .elementor-heading-title {
  padding-left: 23px;
  position: relative;
}

.heading-line .elementor-heading-title:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  border-radius: 3px;
  background-color: #055C4D;
  left: 0;
  top: 0;
  bottom: 0;
}

.heading-line.heading-line__light .elementor-heading-title:before {
  background-color: #B2D234;
}

/*
* TEXT HIGHLIGHT
*/
.text-highlight {
  color: var(--e-global-color-7584b4a9) !important;
}

/*
* THEME BOX SHADOW
*/
.box-shadow {
  -moz-box-shadow:0 9px 18px rgba(0,0,0,.2);
  -webkit-box-shadow:0 9px 18px rgba(0,0,0,.2);
  box-shadow:0 9px 18px rgba(0,0,0,.2);
}
.box-shadow-hover {
  -webkit-transition: box-shadow .4s ease-in-out;
  -moz-transition:    box-shadow .4s ease-in-out;
  -o-transition:      box-shadow .4s ease-in-out;
  -ms-transition:     box-shadow .4s ease-in-out;
  transition:         box-shadow .4s ease-in-out;
}
.box-shadow-hover:hover {
  -moz-box-shadow:0 9px 18px rgba(0,0,0,.2);
  -webkit-box-shadow:0 9px 18px rgba(0,0,0,.2);
  box-shadow:0 9px 18px rgba(0,0,0,.2);
}


/*
* TESTIMONIALS
*/
.gowp-quote {
  position: relative;
  overflow: hidden;
}
.gowp-quote:before {
  content: '“';
  display: inline-block;
  position: absolute;
  color: #0AB89B;
  opacity: 0.1;
  right: 20px;
  bottom: -30px;
  font-size: 500px;
  line-height: 0px;
  font-family: arial;
}

.img-circle .elementor-image {
    padding-top: 100%;
    position: relative;
}
.img-circle .elementor-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*
* CONVERT BOX CONTAINERS
*/
#cbox-N9NgWdeaPyMz55b7>div,
#cbox-i4s4MALlwVpmggCS>div {
  padding-top: 60px;
  padding-bottom: 60px;
}

h2, .entry-content h2, .entry-content h2 a{
    line-height: 1.5;
}

/*
* CLICKABLE COLUMNS
*/

.clickable {
  position: relative;
}

.clickable a:after {
  content: "";
  display: block !IMPORTANT;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Support #285727  - Add width to the icons */
.kksr-icon{
    width: 20px;
    height: 20px;
}

/* Support #308668 - Podcast Links Override */
.podcast-urls-wrap h4 {
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
}

/* Support #308864 - Podcasts Height */
@media (min-width: 1024px) {
	.podcast-post .elementor-posts .elementor-post__excerpt {
		min-height: 256px;
	}
}
@media (max-width: 1024px) {
	.podcast-post .elementor-posts .elementor-post__excerpt {
		min-height: 192px;
	}
}
@media (max-width: 767px) {
	.podcast-post .elementor-posts .elementor-post__excerpt {
		min-height: 0;
	}
}