/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived!
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

/*body:not(.defaults).page-id-2 {
  background: url(test-about-hue.jpg) no-repeat center top;
  background-size: 1903px 4619px;
}
body:not(.defaults).page-id-2 > * {
  opacity: 0.5;
}

body:not(.defaults).page-id-50 {
  background: url(test-contact-hue.jpg) no-repeat center top;
  background-size: 1903px 1856px;
}
body:not(.defaults).page-id-50 > * {
  opacity: 0.7;
}*/


html {
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
  line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-style: normal;
  font-weight: 400;
  color: #262262;
}

div.tcb-style-wrap h1 {
	font-size: 44px;
	font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.blog .tcb-style-wrap h1,
.tax-shows .tcb-style-wrap h1 {
	font-size: 64px;
	font-size: 4rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

h2, .h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

div.tcb-style-wrap h5 {
  font-weight: 700;
}

p, li, blockquote, q, pre, code, kbd, samp {
  font-family: 'Poppins', sans-serif;
}

div.tcb-style-wrap p,
p {
	padding: 0 0 24px 0;
	padding: 0 0 1.5rem 0;
}

.tcb-style-wrap p:last-child {
  padding: 0;
}

div :not(.inc) .thrv_text_element a:not(.tcb-button-link),
div :not(.inc) .tcb-styled-list a,
div :not(.inc) .tcb-numbered-list a,
div .tve-input-option-text a,
div .tcb-post-content p a,
div .tcb-post-content li a,
div .tcb-post-content blockquote a,
div .tcb-post-content pre a {
  line-height: 1.5;
}

a {
	display: inline-block;
}

input,
textarea,
select,
button {
  --multiplier: 1;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: calc(0.4rem * var(--multiplier)) calc(1.2rem * var(--multiplier));
  border: 2px solid #c6d5ff;
  border-radius: 8px;
  background: transparent;
	font-size: 18px;
	font-size: 1.125rem;
  line-height: 1.5;
  transition: border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border: 2px solid #c6d5ff;
  border-radius: 8px;
  line-height: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic; }

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
button:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
button::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic; }

input::placeholder,
textarea::placeholder,
select::placeholder,
button::placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic; }

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none; }

[type='submit'] {
  display: inline-block;
  width: auto;
  padding: 1.2rem 2.4rem;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(300deg, #a5cf4c 30%, #e3ff50 120%); }
  [type='submit']:hover {
    background: linear-gradient(300deg, #e3ff50 30%, #a5cf4c 120%); }
  [type='submit'][disabled] {
    background-color: #ebebeb; }
    [type='submit'][disabled]:hover {
      cursor: not-allowed; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  background-size: 100% 1.5em;
  background-attachment: local;
  height: 9em; }

.not-visible {
  visibility: hidden; }

.is-visible {
  visibility: visible; }

.not-opaque {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.is-opaque {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.icon path {
  fill: #262262;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.icon:hover path {
  fill: #5b54e1; }

.svg-defs {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden; }

.hide-screenreader {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.button,
.podcasts-rss__anchor,
main.main-wrapper .wp-block-button__link,
input[type=submit].button {
  display: inline-block;
  width: auto;
	box-shadow: 0 4px 12px;
	box-shadow: 0 0.25rem 0.75rem;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 15px 25px;
	padding: 0.9375rem 1.5625rem;
	border-radius: 72px;
	border-radius: 4.5rem;
  box-shadow: 0 0 0 #dfddff;
  background: #5b54e1;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button:hover,
.podcasts-rss__anchor:hover,
main.main-wrapper .wp-block-button__link:hover,
input[type=submit].button:hover {
  background: #fff;
  color: #5b54e1;
  box-shadow: 0 4px 12px rgba(155, 181, 250, 0.75);
  box-shadow: 0 0.25rem 0.75rem rgba(155, 181, 250, 0.75);
  text-decoration: none;
}

.button--play {
  display: flex;
  align-items: center; }
  .button--play .svg-play {
    flex: 0 0 auto;
    margin-right: 12px;
    margin-right: 0.75rem; }
  .button--play .button__text {
    flex: none;
    white-space: nowrap; }


.readmore {
  display: inline-block;
  font-weight: 500;
}

.readmore::after {
	content: '';
	display: inline-block;
	vertical-align: -2px;
	width: 14px;
	width: 0.875rem;
	height: 13px;
	height: 0.8125rem;
	margin: 0 0 0 12px;
	margin: 0 0 0 0.75rem;
	background: url("svg/arrow-27e0037425431b1162d175c6655d3111.svg") no-repeat right center;
	transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.readmore:hover {
	text-decoration: none;
}

.readmore:hover::after {
	transform: translateX(8px);
	transform: translateX(0.5rem);
}

.readmore--ticket::after {
	content: none;
	background: none;
	width: auto;
	height: auto;
	margin: unset;
}

.readmore--ticket::before {
	content: '';
	display: inline-block;
	width: 22px;
	width: 1.375rem;
	height: 13px;
	height: 0.8125rem;
	margin: 0 12px 0 0;
	margin: 0 0.75rem 0 0;
	background-image: url("svg/ticket-8e720f6da5eec665be0debdf1bbaec90.svg");
	background-position: center center;
	transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.readmore--ticket:hover::before {
	transform: translateX(-8px);
	transform: translateX(-0.5rem);
}

.tag {
  display: inline-block;
  border-radius: 4px;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	background: #262262;
	color: #fff;
	font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .tag:hover {
    background: #5b54e1;
    text-decoration: none; }
  .tag--light {
    background-color: #fff;
    color: #262262;
    border: 1px solid #c6d5ff; }
    .tag--light:hover {
      background-color: #262262;
      color: #fff; }

.pagination,
.tcb-pagination.thrv_wrapper {
	margin: 36px auto;
	margin: 2.25rem auto;
}

.tcb-pagination {
  border-top: none;
}

.pagination__list,
.tcb-pagination-navigation-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination__item,
.tcb-pagination-navigation-container > div,
.tcb-pagination-navigation-container > p {
  display: inline-block;
	margin: 0 8px 8px;
	margin: 0 0.5rem 0.5rem;
}

.tcb-pagination p {
  border: none;
}

.pagination__anchor,
.tcb-pagination-button .tcb-button-link,
.tcb-pagination-number a {
  display: inline-block;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
  background: #ebf1fe;
	border-radius: 8px;
	border-radius: 0.5rem;
  color: #9bb5fa !important;
  font-weight: 600 !important;
	font-size: 18px;
	font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: none;
}

.tcb-pagination-button .tcb-button-link {
  background: #ebf1fe !important;
}

.tcb-pagination-button-link:hover {
  background-color: transparent !important;
}

.tcb-pagination-first-last-button .tcb-pagination-button-link:hover,
.tcb-pagination-prev-next-button .tcb-pagination-button-link:hover {
  background: #5b54e1 !important;
  color: #ffffff !important;
}

.tcb-pagination-number.tcb-pagination-link:hover,
.tcb-pagination-number.tcb-pagination-link.tve-state-hover {
  background-color: transparent;
}

.pagination__anchor:hover,
.pagination__anchor.current,
.tcb-pagination-number a:hover {
  background: #5b54e1;
  color: #ffffff !important;
  text-decoration: none;
}

.tcb-pagination-number.tcb-pagination-current {
  background-color: transparent;
  color: inherit !important;
}


.gform_wrapper.gravity-theme .gfield_label {
  color: #5d5d5d;
  line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.gform_wrapper .gform_validation_errors>h2 {
  padding-bottom: 0;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 19px;
	grid-row-gap: 1.1875rem;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
	font-size: 15px;
	font-size: 0.9375rem;
}


header {
  background: #262262;
  background: radial-gradient(1879.08px at 18.5% 7.16%,#262262 0%,#3831ac 100%);
}

.tax-tva_courses header,
.tva_lesson-template-default header {
	background: none;
}

#thrive-header .thrive-symbol-shortcode {
  padding-bottom: 16.54px !important;
}

#thrive-header .symbol-section-out.tve-default-state,
#thrive-header .symbol-section-out.tve-scroll-state {
  background-color: transparent !important;
  --background-color: transparent !important;
  --tve-applied-background-color: transparent !important;
}

header .thrv_widget_menu.thrv_wrapper .tve_w_menu span {
  font-weight: 400;
}

header .tve-item-dropdown-trigger:not(:empty) {
  margin-left: 4px;
}

.thrv_widget_menu:not(#_):not(#_) .header__nav--search-item a {
  width: 26px;
  width: 1.625rem;
  background: url("img/search-icon.png") no-repeat right center !important;
}

header .header__nav--search-item a span {
  font-size: 0;
}

header .thrv_widget_menu #m-16ea7c4561e ul:not(.tcb-excluded-from-group-item),
header .thrv_widget_menu #m-181a3fd35ca ul:not(.tcb-excluded-from-group-item) {
  background: #0c0941;
}

/* SEARCH BOX */
.twp-search-overlay {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #262262 0%, rgba(38, 34, 98, 0.8) 80%, rgba(38, 34, 98, 0.7) 100%);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  display: none;
  opacity: 0;
}

.show-search .twp-search-overlay {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.search-header {
	font-size: 18px;
	font-size: 1.125rem;
  opacity: 1;
  z-index: 600;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: calc(1440px - (24px * 2));
  left: 50%;
  transform: translateX(-50%);
	padding: 0 12px;
	padding: 0 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	top: 40px;
	top: 2.5rem;
}

  @media (max-width: 1440px) {
		.search-header {
			left: 0;
			right: 0;
			max-width: 100%;
			justify-content: center;
			transform: none;
		}
	}

.search-header__close {
  display: block;
	margin: 8px 12px 0 0;
	margin: 0.5rem 0.75rem 0 0;
  transition-property: transform;
  transition-duration: 0.25s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.search-header__close .svg-close {
  transition: transform 0.125s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center center;
}

.search-header__close:hover .svg-close {
  transform: scale(1.25);
}

.search-header__close-label {
  display: block;
}

.search-header__form {
  display: flex;
}

.search-header .search-header__input {
	font-size: 18px;
	font-size: 1.125rem;
  color: #ffffff;
  width: 70vw;
  margin: 0;
  border: 2px solid transparent;
  border-bottom: 2px solid #5b54e1;
  border-radius: 0;
  transition-property: transform;
  transition-duration: 0.25s;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
}

.search-header .search-header__input:focus {
  color: #ffffff;
}

.search-header .search-header__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  cursor: pointer;
	padding: 0 0 0 26px;
	padding: 0 0 0 1.625rem;
  background: url('svg/search.svg') no-repeat right center;
  background-size: 100% auto;
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: 50% 50%;
  border: none;
}



/* TOP SECTION */
#theme-top-section [data-css="tve-u-181a99f5c5f"] .tcb-col {
  background: #1b1843;
}

#theme-top-section [data-css="tve-u-181a99f5c5f"] .tcb-col:hover {
  background: #161336;
}

#theme-top-section [data-css="tve-u-181a99f5c5f"] .thrv_wrapper {
	margin: 35px 0;
	margin: 2.1875rem 0;
}

#theme-top-section a.breadcrumb__prev {
	font-size: 16px;
	font-size: 1rem;
  color: #ffffff;
}

#theme-top-section a.breadcrumb__prev:hover {
  text-decoration: none;
}

#theme-top-section [data-css="tve-u-181a99f5c20"] {
  padding-left: 0;
}

.breadcrumb__path {
  display: flex;
  align-items: center;
	padding: 0 0 0 50px;
	padding: 0 0 0 3.125rem;
  background: transparent;
  /*background: #262262; */
}

.breadcrumb__path .svg-logo {
  fill: #ffffff;
	width: 32px;
	width: 2rem;
	margin: 0 18px 0 0;
	margin: 0 1.125rem 0 0;
}

.breadcrumb__path .breadcrumb__separator {
	color: #fff;
	margin: 0 24px;
	margin: 0 1.5rem;
}

.breadcrumb__path a.breadcrumb__path-anchor {
	font-size: 16px;
	font-size: 1rem;
  color: #ffffff;
}


#theme-sidebar-section {
	max-width: 150px;
	max-width: 9.375rem;
}

#theme-sidebar-section .thrv_social_follow {
	margin: 49px 0;
	margin: 3.0625rem 0;
}

#theme-sidebar-section .thrv_social_follow .tve_s_item.thrv_wrapper,
#theme-sidebar-section .thrive_author_links .tve_s_item.thrv_wrapper {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_2 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_2 .tve_s_item:hover {
  background: #5b54e1;
}


#theme-content-section {
  background: url("svg/bg-pattern.svg") repeat-x center top;
	padding: 24px 12px;
	padding: 1.5rem 0.75rem;
}

  @media (min-width: 769px) {
		#theme-content-section {
			padding: 64px 24px 24px 50px;
			padding: 4rem 1.5rem 1.5rem 3.125rem;
			padding-left: 24px;
			padding-left: 1.5rem;
		}
	}

  @media (min-width: 1440px) {
		#theme-content-section {
			padding: 23px 0 85px 140px;
			padding: 1.4375rem 0 5.3125rem 8.75rem;
		}
	}

#theme-content-section .main-title {
	margin: -5px 0 6px 0;
	margin: -0.3125rem 0 0.375rem 0;
}

.archive #theme-content-section .main-title {
  margin-bottom: 0;
}

.page .tcb-style-wrap h1 {
	font-size: 64px;
	font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

h1.tcb-post-title.thrv_wrapper {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}



/* HOMEPAGE */
.home header {
  background: transparent;
}

.home.twp-scroll-down header {
  background: #262262;
  background: radial-gradient(1879.08px at 18.5% 7.16%,#262262 0%,#3831ac 100%);
}

.home #theme-content-section {
  padding: 0;
}

.home .tcb-post-content.thrv_wrapper {
	margin-bottom: 0;
}

.home .row-featured {
  position: relative;
  margin: 0;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.home .row-featured h1 {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: left;
}

.home .row-featured h1 span {
	display: inline-block;
}

.home .row-featured h1 .t1,
.home .row-featured h1 .t3 {
	font-size: 20px;
	font-size: 1.25rem;
}

.home .row-featured h1 .t2 {
	font-size: 40px;
	font-size: 2.5rem;
}

.homepage-hero__joe-bg {
  z-index: -1;
  position: absolute;
	left: 0;
	top: -163px;
	top: -10.1875rem;
	right: 0;
	bottom: 0;
}

.homepage-hero__joe-bg::before {
  content: "";
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(1250px at 18.5% 7.16%,#262262 0%,#3831ac 100%);
}

.homepage-hero__joe-bg-img {
  z-index: 200;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}

.home .row-featured > .tcb-flex-row {
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto !important;
	display: grid;
	grid-template-columns: 47% 48%;
	grid-gap: 5%;
	align-items: baseline;
	align-items: normal;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

  @media (min-width: 1440px) {
		.home .row-featured > .tcb-flex-row {
			grid-template-columns: 50% 45%;
		}
	}

.home .row-featured .tcb-flex-col {
	padding-left: 0;
}

.home .row-featured .tcb--cols--2:not(.tcb-resized)>.tcb-flex-col {
	max-width: 100%;
}

.home:not(#tve) .row-featured h1,
.homepage-hero__title {
  color: #ffffff;
  font-weight: 400;
}

.row-featured .newsletter-form,
.homepage-hero__newsletter-title,
.homepage-hero__newsletter-paragraph,
.homepage-hero__intro {
	max-width: 75%;
}

.tcb-style-wrap p.homepage-hero__intro,
.homepage-hero__intro {
	font-size: 18px;
	font-size: 1.125rem;
}

.homepage-hero__newsletter {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.homepage-hero-featured {
  position: relative;
	border-radius: 24px;
	border-radius: 1.5rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  width: 45vw;
  max-width: 100rem;
	overflow: hidden;
}

.homepage-hero-featured.thrv_wrapper {
	padding: 36px 8px;
	padding: 2.25rem 0.5rem;
	margin: 52px 0 46px 0;
	margin: 3.25rem 0 2.875rem 0;
}

	@media (min-width: 1440px) {
		.homepage-hero-featured.thrv_wrapper {
			padding-left: 36px;
			padding-left: 2.25rem;
			padding-right: 36px;
			padding-right: 2.25rem;
	    width: 45vw;
			max-width: 1000px;
			max-width: 62.5rem;
		}
	}

.homepage-hero-featured::after {
  content: "";
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("svg/bg-pattern.svg") no-repeat center bottom;
  background-size: cover;
  opacity: 0.3;
}

.homepage-hero-featured .tcb--cols--2,
.homepage-hero__featured-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

	@media (min-width: 769px) {
		.homepage-hero-featured .tcb--cols--2,
		.homepage-hero__featured-wrapper {
			flex-direction: inherit;
		}
	}

.home .homepage-hero-featured .tcb--cols--2:not(.tcb-resized)>.tcb-flex-col {
	max-width: 50%;
}

.homepage-hero-featured > .tve-cb {
	z-index: 200;
	position: relative;
}

.homepage-hero-featured .tcb-flex-col:nth-child(1) > div {
	padding-right: 24px;
	padding-right: 1.5rem;
}

.homepage-hero-featured .thrv_wrapper.thrv-columns {
	margin: 0;
}

.tcb-style-wrap .homepage-hero-featured-title p,
.homepage-hero-featured-title p {
	font-size: 18px;
	font-size: 1.125rem !important;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c6d5ff;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	padding-bottom: 0;
}

.homepage-hero-featured .thrv_custom_html_shortcode {
	margin-bottom: 0;
}

.tcb-style-wrap .homepage-hero-featured h2 {
	font-size: 32px;
	font-size: 2rem;
}

.homepage-hero-featured .readmore {
	font-size: 18px;
	font-size: 1.125rem;
	color: #ffffff;
}

#ndrsl-carousel {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

#ndrsl-carousel .ndrsl-live-compact-card .ndrsl-live-user-container .ndrsl-live-user-contents .ndrsl-live-user-name,
#ndrsl-carousel .ndrsl-live-compact-card .ndrsl-live-user-comments {
	color: #555555;
}

#ndrsl-carousel .ndrsl-live-compact-card .ndrsl-live-user-container .ndrsl-live-user-contents .ndrsl-live-user-company,
#ndrsl-carousel .ndrsl-live-compact-card .ndrsl-live-user-container .ndrsl-live-user-contents .ndrsl-live-user-location {
	color: #777777;
}

#ndrsl-carousel h3.ndrsl-live-user-name {
	font-size: 32px;
	font-size: 2rem;
}

#ndrsl-carousel h4.ndrsl-live-user-company {
	font-size: 24px;
	font-size: 1.5rem;
}

#ndrsl-carousel .ndrsl-live-compact-card .ndrsl-live-user-comments {
	font-size: 18px;
	font-size: 1.125rem;
}

div.tcb-style-wrap p.homepage-hero__sponsor-paragraph,
.homepage-hero__sponsor-paragraph {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
}

.tcb-post-content p a.homepage-hero__sponsor-anchor,
.homepage-hero__sponsor-anchor {
	font-size: 18px;
	font-size: 1.125rem;
	color: #ffffff;
}


.home .row-home-articles {
  margin: 0;
}

.home .row-home-articles > .tcb-flex-row {
  padding: 0;
  margin: 0;
}

.home .row-home-articles > .tcb-flex-row > .tcb-flex-col {
	padding: 0;
}

.home .row-home-articles .el-recent {
  background: #262262;
  position: relative;
	padding: 64px 24px;
	padding: 4rem 1.5rem;
  margin: 0;
}

.home .row-home-articles .el-recent::after {
  content: "";
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("svg/bg-pattern.svg") no-repeat center bottom;
  background-size: cover;
  opacity: 0.3;
}

.home .latest-article {
  display: grid;
  grid-template-areas:
      "header poster"
      "body body";
  grid-template-columns: 50% 50%;
	grid-gap: 36px 24px;
	grid-gap: 2.25rem 1.5rem;
  align-items: end;
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto;
  z-index: 200;
  position: relative;
	margin: 0 auto 36px auto;
	margin: 0 auto 2.25rem auto;
}

.home .latest-article__wrap {
	margin-bottom: 0;
}

.home .latest-article .latest-article__recent {
  color: #ffffff;
}

.home .latest-article .latest-article__title {
	font-size: 32px;
	font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
}

.home .latest-article .tag {
  border: 1px solid #9bb5fa;
  background: unset;
  position: relative;
  z-index: 200;
}

.home .latest-article .tag:hover {
  background: #c6d5ff;
  color: #262262;
}

.home .row-home-articles .latest-article__publish {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.home .latest-article__publish-date {
  color: #c6d5ff;
}

.home .latest-article__pic {
	display: none;
}

.home .row-home-articles .latest-article__publish-date {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.home .latest-article__text {
	font-size: 18px;
	font-size: 1.125rem;
  max-width: 80%;
}

.home .row-home-articles .latest-article__text {
  color: #ffffff;
  display: none;
  /* if hidden, add gap to publish date, see above */
}

.home .latest-article__readmore {
	font-size: 18px;
	font-size: 1.125rem;
}

.home .latest-article__poster {
	max-height: 479px;
	max-height: 29.9375rem;
	box-shadow: -120px -4px 230px rgb(0 0 0 / 50%);
	box-shadow: -7.5rem -0.25rem 14.375rem rgb(0 0 0 / 50%);
}

.row-home-articles .tcb-post-list {
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto;
	margin-top: -48px;
	margin-top: -3rem;
}

:not(#tve) .row-home-articles .tve-content-list.tcb-post-list h2 span,
.row-home-articles .tcb-post-list h2 {
	font-size: 24px;
	font-size: 1.5rem !important;
}

#tve_editor .row-home-articles .tcb-post-content p {
	font-size: 16px;
	font-size: 1rem;
}


.row-home-popular {
	max-width: 1432px;
	max-width: 89.5rem;
	margin: 0 auto;
	border-top: 1px solid #ebebeb;
}

.row-home-popular.thrv_wrapper {
	margin-top: 36px;
	margin-top: 2.25rem;
	padding: 45px 0 0;
	padding: 2.8125rem 0 0;
}

.row-home-popular > .tcb-flex-row {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.row-home-popular .popular-title {
	margin-bottom: 0;
}

.row-home-popular .popular-title h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #9bb5fa;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.row-home-popular .popular-cols {

}

.row-home-popular .popular-cols > div {
	padding-top: 0;
}

.row-home-popular .tcb-post-list {
	margin-top: 0;
}

.row-home-popular .popular-cols article {
	display: grid;
	grid-gap: 0 24px;
	grid-gap: 0 1.5rem;
	grid-template-columns: 100px 1fr;
	align-items: flex-start;
	justify-content: start;
}

.row-home-popular .popular-cols .tease__img-wrapper {

}

.row-home-popular .popular-cols .yay-text.thrv_wrapper {
	padding: 0;
	margin: 0;
}

.row-home-popular .tcb-post-list h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

#tve_editor .row-home-popular .tcb-post-content p {
	font-size: 16px;
	font-size: 1rem;
}



.row-home-see-all {

}

.row-home-see-all .tcb-col {
	max-width: 1392px;
	max-width: 87rem;
	margin: 0 auto;
}

.row-home-see-all .thrv_custom_html_shortcode {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
}

.row-home-see-all .read-all {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #5d5d5d;
	line-height: 1.2;
	padding: 8px;
	padding: 0.5rem;
  background: #ebebeb;
  border-radius: 3px;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	align-items: flex-end;
	align-self: flex-end;
	z-index: 10;
	position: relative;
}

.row-home-see-all .read-all::before,
.row-home-see-all .read-all::after {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100vw;
	border-top: 1px solid #ebebeb;
}
.row-home-see-all .read-all::before {
  left: auto;
  right: 100%;
}

.row-home-see-all .svg-arrow-right {
	margin: 0 8px;
	margin: 0 0.5rem;
	transition: transform .25s cubic-bezier(.165,.84,.44,1),fill .25s cubic-bezier(.165,.84,.44,1);
}

.row-home-see-all .svg-arrow-right path {
	fill: #5d5d5d;
}

.row-home-see-all .read-all:hover {
	text-decoration: none;
	background: #5d5d5d;
	color: #fff;
}

.row-home-see-all .read-all:hover .svg-arrow-right {
	transform: translateX(8px);
	transform: translateX(0.5rem);
}

.row-home-see-all .read-all:hover .svg-arrow-right path {
	fill: #fff;
}

.row-home-podcasts {
	position: relative;
}

.row-home-podcasts::before {
	content: "";
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("svg/wave-d8325a330c534262a1fdf5f8ca203077.svg") no-repeat center center;
	opacity: 1;
}

.row-home-podcasts > div {
	z-index: 200;
	position: relative;
}

.home .row-home-podcasts .el-recent {
	padding: 0 24px;
	padding: 0 1.5rem;
}

.home .type-podcast .latest-article__recent {
	color: #9bb5fa;
}

.home .type-podcast .latest-article__title {
	color: #262262;
}

.home .type-podcast .latest-article__publish-date {
	color: #262262;
}


.home .type-podcast .latest-article__poster {
	box-shadow: -120px -4px 230px rgb(0 0 0 / 19%);
	box-shadow: -7.5rem -0.25rem 14.375rem rgb(0 0 0 / 19%);
}

.row-home-podcasts .tcb-post-list {
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto;
}

:not(#tve) .row-home-podcasts .tve-content-list.tcb-post-list h2 span,
.row-home-podcasts .tcb-post-list h2 {
	font-size: 24px;
	font-size: 1.5rem !important;
}

#tve_editor .row-home-podcasts .tcb-post-content p {
	font-size: 16px;
	font-size: 1rem;
}


.row-home-conf-intro.thrv-columns {
	margin-top: -55px;
	margin-top: -3.4375rem;
	margin-bottom: 0;
}

.row-home-conf-intro .tcb-col {
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto;
}

.conferences-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 100px 0 200px;
	padding: 6.25rem 0 12.5rem;
	position: relative;
}

.conferences-intro > * {
	z-index: 200;
	position: relative;
}

.conferences-intro::before {
	content: "";
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("svg/logo-0de2dfcffa7b2a5c610dca594fb0230e.svg") no-repeat center top;
	background-size: cover;
	opacity: 0.035;
}

.conferences-intro .svg-logo {
	width: 125px;
	width: 7.8125rem;
	margin: 0 0 36px;
	margin: 0 0 2.25rem;
	fill: #a5cf4c;
}

.conferences-intro__title,
.conferences-intro__paragraph {
	max-width: 540px;
	max-width: 33.75rem;
	text-align: center;
}

.conferences-intro__title {
	text-transform: uppercase;
}

.conferences-intro h2.conferences-intro__title {
	font-size: 32px;
	font-size: 2rem;
}

.conferences-intro p.conferences-intro__paragraph {
	font-size: 18px;
	font-size: 1.125rem;
}

.conferences-intro__paragraph:last-child {
	margin: 0 0 36px;
	margin: 0 0 2.25rem;
}

.conferences-intro::after {
	content: "";
	background: linear-gradient(300deg,#a5cf4c 30%,#e3ff50 120%);
	width: 120px;
	width: 7.5rem;
	height: 6px;
	height: 0.375rem;
}


.row-home-conferences {
	position: relative;
	background: #262262;
}

.row-home-conferences.thrv_wrapper {
	margin-bottom: 0;
}

.row-home-conferences > * {
	z-index: 200;
	position: relative;
}

.row-home-conferences > div {
	max-width: 1392px;
	max-width: 87rem;
  margin: 0 auto;
}

.row-home-conferences > div > div {
	margin-top: -100px;
	margin-top: -6.25rem;
	padding-left: 0;
}

.row-home-conferences::after {
	content: "";
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("svg/pattern-blue-6dc53bcf21c480b07e24a93f7a90be73.svg") no-repeat center bottom;
	background-size: cover;
	opacity: 0.3;
}

.conferences-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 50%;
	margin: 0 8px 36px;
	margin: 0 0.5rem 2.25rem;
}

.row-home-conferences .pic-wrap {
	display: flex;
	position: relative;
	margin-bottom: 104px;
	margin-bottom: 6.5rem;
}

.row-home-conferences .pic-wrap::after {
	content: "";
	background: url("svg/logo-twp-white.svg") no-repeat center top;
	background-size: 136px auto;
	background-size: 8.5rem auto;
	width: 100%;
	height: 136px;
	height: 8.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -68px;
	bottom: -4.25rem;
}

.conferences-item__pic {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	border-radius: 1rem;
}

.conferences-item__pic:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(210deg,#9bb5fa 0%,rgba(91,84,225,0.72) 75%);
	transition: opacity 0.25s cubic-bezier(0.165,0.84,0.44,1);
}

.conferences-item:hover .conferences-item__pic:after {
	opacity: 1;
}

.conferences-item__pic img {
	width: 600px;
	width: 37.5rem;
	height: auto;
	box-shadow: 0 10px 35px rgb(0 0 0 / 30%);
	box-shadow: 0 0.625rem 2.1875rem rgb(0 0 0 / 30%);
}

.conferences-item__pic img.alignnone {
	margin: 0;
}

.conferences-item__logo {
	width: 20%;
	margin: 0 0 36px;
	margin: 0 0 2.25rem;
	transform: translateY(-50%);
}

.conferences-item__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*margin-top: -64px;
	margin-top: -4rem;*/
	max-width: 80%;
}

.row-home-conferences .conferences-item__title,
.row-home-conferences .conferences-item__paragraph {
	text-align: center;
	color: #fff;
}

.row-home-conferences h2.conferences-item__title {
	font-size: 32px;
	font-size: 2rem;
}

.row-home-conferences p.conferences-item__paragraph {
	font-size: 18px;
	font-size: 1.125rem;
}

.conferences-item__meta {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

.conferences-item__tag {
	border: 1px solid #9bb5fa;
	background: unset;
}

.conferences-item__readmore,
.tcb-post-content p a.conferences-item__readmore {
	font-size: 18px;
	font-size: 1.125rem;
	align-self: center;
	color: #c6d5ff;
}

.conferences-item__readmore::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* move to bottom-section since it is being covered by bottom-section */
#theme-bottom-section .readmore--conference {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	display: flex;
	align-items: center;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	min-width: 240px;
}

#theme-bottom-section .readmore--conference {
	bottom: auto;
	top: 0;
	transform: translate(-50%,-50%);
	z-index: 4;
}

#theme-bottom-section .readmore--conference:hover {
	text-decoration: none;
	background: linear-gradient(300deg,#a5cf4c 30%,#e3ff50 120%);
}

#theme-bottom-section .readmore--conference .svg-icon-ticket {
	margin: 0 12px 0 0;
	margin: 0 0.75rem 0 0;
}

#theme-bottom-section .readmore--conference .svg-icon-ticket path {
	fill: #fff;
}




/* FEED */
.latest-article__wrap {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.paged .latest-article__wrap,
.paged .latest-article__poster {
  display: none;
}

.latest-article__wrap .latest-article__poster {
	display: none;
}

.tcb-style-wrap .blog__title {
	font-size: 64px;
	font-size: 4rem;
  font-weight: 600;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.tcb-style-wrap .latest-article__recent,
.latest-article__recent {
	font-size: 16px;
	font-size: 1rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9bb5fa;
}

.tcb-style-wrap .latest-article__title,
.latest-article__title {
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 600;
}

.latest-article__publish {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.latest-article__publish-date {
  color: #262262;
}

.tcb-style-wrap .latest-article__text,
.latest-article__text {
	font-size: 18px;
	font-size: 1.125rem;
}

.category-list {
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
}

.category-list .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.podcasts-sponsor {
	position: relative;
	margin: 0 -12px 24px;
	margin: 0 -0.75rem 1.5rem;
	padding: 12px;
	padding: 0.75rem;
	background: #ecf2fd;
}

.podcasts-sponsor::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -129px;
	left: -8.0625rem;
	width: 129px;
	width: 8.0625rem;
	background: #ecf2fd;
	display: block;
}

.tcb-style-wrap h4.podcasts-sponsor__title,
.podcasts-sponsor__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #262262;
}

	@media (min-width: 769px) {
		.tcb-style-wrap h4.podcasts-sponsor__title,
		.podcasts-sponsor__title {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

.podcasts-sponsor a {
	color: #262262;
}

	@media (min-width: 769px) {
		.podcasts-sponsor a {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

.podcasts-sponsor a:hover {
	text-decoration: none;
}

.podcasts-sponsor__img {
	display: inline-block;
	margin: 0 8px 12px 0;
	margin: 0 0.5rem 0.75rem 0;
	vertical-align: top;
}

.podcasts-sponsor__descr {
	display: block;
}

.podcasts-rss-wrapper {
  z-index: 900;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (min-width: 769px) {
    .podcasts-rss-wrapper {
      right: 10vw; } }
  .podcasts-rss-wrapper[aria-hidden='true'] {
    bottom: -100%; }
  .podcasts-rss-wrapper[aria-hidden='false'] {
    bottom: 0;
	}

.tcb-style-wrap ul.podcasts-rss:not([class*="menu"]),
.podcasts-rss {
	width: 380px;
	width: 23.75rem;
	margin: 0;
	padding: 60px 45px 5px;
	padding: 3.75rem 2.8125rem 0.3125rem;
  background: url("svg/rss-b8b51f5b8883b005c97cb9b00f04db87.svg") no-repeat center top;
  background-size: 100% auto;
}

.podcasts-rss__close {
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	right: 40px;
	right: 2.5rem;
	padding: 5px;
	padding: 0.3125rem;
	cursor: pointer;
}

.podcasts-rss__close::after {
	content: '\2a2f';
	font-size: 52px;
	font-size: 3.25rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.podcasts-rss__close:hover::after {
	color: white;
}

.tcb-style-wrap li.podcasts-rss__item:not([class*="menu"]),
.podcasts-rss__item {
	display: block;
	margin: 8px 0;
	margin: 0.5rem 0;
	padding-bottom: 0;
}

.podcasts-rss__anchor {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px 8px 60px;
	padding: 0.5rem 0.9375rem 0.5rem 3.75rem;
	background: #262262;
	box-shadow: none;
	color: #fff;
	text-transform: none;
	line-height: 1.3;
	white-space: nowrap;
}

.podcasts-rss__anchor::before {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(300deg, #e3ff50 30%, #a5cf4c 120%);
}

.podcasts-rss__anchor:hover {
	background: linear-gradient(300deg, #e3ff50 30%, #a5cf4c 120%);
	color: #474747;
	text-decoration: none;
	box-shadow: none;
}

.podcasts-rss__anchor:hover::before {
  opacity: 1;
}

.podcasts-rss__anchor:hover .podcasts-rss__label {
  color: #474747;
}

.podcasts-rss__anchor:hover .svg-podcast path {
  fill: #474747;
}

.podcasts-rss__anchor * {
  position: relative;
  z-index: 100;
}

.podcasts-rss__anchor .svg-podcast {
	width: 30px;
	width: 1.875rem;
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
	position: absolute;
	left: 20px;
	left: 1.25rem;
	top: 18px;
	top: 1.125rem;
}

.podcasts-rss__label {
	font-size: 14px;
	font-size: 0.875rem;
}

.podcasts-rss__name {
	font-size: 24px;
	font-size: 1.5rem;
  font-weight: 600;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}


.tcb-post-list article {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.tease__img-wrapper.tve-elem-default-pad,
.tease__img-wrapper {
	order: -1;
	position: relative;
	overflow: hidden;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	border-radius: 16px;
	border-radius: 1rem;
  padding: 0;
}

.tease__img-wrapper .tcb-post-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(210deg,#9bb5fa 0%,rgba(91,84,225,.72) 75%);
  transition: opacity .25s cubic-bezier(.165,.84,.44,1);
}

.tcb-post-list article:hover .tcb-post-thumbnail::after {
  opacity: 0.75;
}

.tease__img-wrapper .thrv_text_element {
	z-index: 200;
	position: absolute;
	left: 8px;
	left: 0.5rem;
	bottom: 8px;
	bottom: 0.5rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

:not(.inc) .tease__img-wrapper .thrv_text_element a:not(.tcb-button-link),
.tease__img-wrapper .thrv_text_element a {
  font-weight: 600;
  color: #ffffff;
}

:not(.inc) .tease__img-wrapper .thrv_text_element a:not(.tcb-button-link):hover,
.tease__img-wrapper .thrv_text_element a:hover {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

:not(.inc) #theme-content-section #main .tag a:not(.tcb-button-link) {
	font-size: 12px;
}

.archive #theme-content-section #main .tcb-post-title a,
.archive #theme-content-section #main .tcb-post-title,
.blog #theme-content-section #main .tcb-post-title a,
.blog #theme-content-section #main .tcb-post-title,
.single-post #theme-content-section .tcb-post-list h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.archive #theme-content-section #main .tcb-post-content p,
:not(#tve) .archive #theme-content-section #main .tcb-post-content p,
.blog #theme-content-section #main .tcb-post-content p,
:not(#tve) .blog #theme-content-section #main .tcb-post-content p,
.single-post #theme-content-section .tcb-post-list .tcb-post-content p,
:not(#tve) .single-post #theme-content-section .tcb-post-list .tcb-post-content p {
	font-size: 16px;
	font-size: 1rem;
}

.single-post #theme-content-section .tcb-post-list h2,
:not(#tve) .single-post .thrv_wrapper .thrv_wrapper.tcb-post-list h2 span {
	font-size: 24px;
	font-size: 1.5rem !important;
	line-height: 1.2;
}



/* PODCAST SHOWS */
.podcastsitem {
  position: relative;
	margin: 0 0 64px;
	margin: 0 0 4rem;
  align-items: center; }
  @media (min-width: 900px) {
    .podcastsitem {
      overflow: hidden;
      display: grid;
    	grid-gap: 0 24px;
    	grid-gap: 0 1.5rem;
      grid-template-columns: 2fr 3fr;
      grid-template-areas: 'bs      img' 'title   img' 'meta    img' 'descr   img' 'actions img' 'ws      img'; }
      .podcastsitem .podcastsitem__title {
        grid-area: title; }
      .podcastsitem .podcastsitem__meta {
        grid-area: meta; }
      .podcastsitem .podcastsitem__descr {
        grid-area: descr; }
      .podcastsitem .podcastsitem__actions {
        grid-area: actions; }
      .podcastsitem .podcastsitem__img {
        grid-area: img; } }
  @media (min-width: 1440px) {
    .podcastsitem {
      overflow: unset; } }
  @media (min-width: 769px) {
    .podcastsitem__title {
      margin-bottom: 8px;
      margin-bottom: 0.5rem; } }

.podcastsitem__meta {
    display: flex;
    justify-content: space-between;
  	margin-bottom: 8px;
  	margin-bottom: 0.5rem;
  	font-weight: bold;
  	font-size: 14px;
    color: #262262; }
    @media (min-width: 900px) {
      .podcastsitem__meta {
        display: flex;
        align-items: baseline; } }
    @media (min-width: 1200px) {
      .podcastsitem__meta {
        padding-right: 0;
        justify-content: unset; } }

.podcastsitem__sponsor {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (min-width: 1200px) {
      .podcastsitem__sponsor {
        flex-direction: row;
        align-items: center;
        margin-left: 24px;
	      margin-left: 1.5rem; } }

.podcastsitem__sponsor-img {
      display: inline-block;
      margin-left: 8px;
	    margin-left: 0.5rem; }

.podcastsitem__img {
    width: 100%;
    margin: 0 0 24px 0;
	  margin: 0 0 1.5rem 0; }
    @media (min-width: 900px) {
      .podcastsitem__img {
      	border-top-left-radius: 24px;
      	border-top-left-radius: 1.5rem;
      	border-bottom-left-radius: 24px;
      	border-bottom-left-radius: 1.5rem;
        justify-self: end;
        transform: translateX(36px);
        transform: translateX(2.25rem);
        transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform; } }
    @media (min-width: 1440px) {
      .podcastsitem__img {
        border-radius: 24px;
	      border-radius: 1.5rem; } }
  .podcastsitem:hover .podcastsitem__img {
    transform: translateX(0); }
  .podcastsitem__descr {
    margin-bottom: 12px;
	  margin-bottom: 0.75rem; }
    @media (min-width: 900px) {
      .podcastsitem__descr {
        max-width: 400px;
	      max-width: 25rem; } }
  .podcastsitem__actions {
    display: flex;
    flex-direction: column;
    align-items: start; }
    @media (min-width: 769px) {
      .podcastsitem__actions {
        flex-direction: row;
        align-items: center; } }

.podcastsitem__play {
    font-size: 18px;
	  font-size: 1.125rem;
    display: inline-flex;
    margin: 8px 0;
	  margin: 0.5rem 0; }
    .podcastsitem__play::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 50; }
  .podcastsitem__viewmore {
  	font-size: 18px;
  	font-size: 1.125rem;
    color: #262262;
    z-index: 100;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    margin: 0 8px;
	  margin: 0 0.5rem; }

@media (min-width: 900px) {
  .podcasts-listing .latest-article {
    grid-template-areas: 'header poster' 'body body'; } }

@media (min-width: 1200px) {
  .podcasts-listing .latest-article {
    margin-bottom: 0; } }

.podcasts-listing .latest-article .latest-article__wrap {
  grid-area: header; }



/* SINGULAR */
.single #theme-content-section {
	padding: 0 24px 24px 50px;
	padding: 0 1.5rem 1.5rem 3.125rem;
}

.single .main-container iframe {
  max-width: 100%;
}

.single .tcb-post-list {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.single-article__publish {
  font-size: 12px;
  color: #262262;
}

.single-article__publish + .twp-sidebar-wrap {
	display: none;
}


/* CONTACT */
.page-id-50 #gform_wrapper_8 {
  padding-top: 3px;
}


/* TRAINING */
.page-id-997215 .tcb-style-wrap h1 {
  color: #000000;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-id-997215 .tar-main-content {
  box-sizing: content-box;
}

.page-id-997215 .tcb-style-wrap p,
.page-id-997215 .tcb-style-wrap li:not([class*="menu"]) {
  color: #000000;
}

.page-id-997215 .thrv_text_element span[style~="color:"] a,
.page-id-997215 .thrv-inline-text span[style~="color:"] a {
  color: rgb(33,193,123) !important;
}


/* WEBINAR */
.post-type-archive-tg_webinars .tease__img-wrapper.tve-elem-default-pad,
.post-type-archive-tg_webinars .tease__img-wrapper {
	border-radius: 5px;
}

.tcb-style-wrap p.speakers-list,
.speakers-list {
  font-size: inherit;
  color: #262262;
  padding-bottom: 0;
}


/* SEARCH */
.search.post-type-archive-podcast .latest-article__wrap,
.search.post-type-archive-podcast .latest-article__poster,
.search.post-type-archive-podcast .tcb-post-list .tease__img-wrapper .tag {
	display: none;
}

.search #theme-content-section .main-title {
	margin: 0;
	padding: 0;
}

.searchbar {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 36px;
	margin: 0 0 2.25rem;
	padding: 24px 12px;
	padding: 1.5rem 0.75rem;
	background: #2e2881;
}

	@media (min-width: 900px) {
		.searchbar {
			max-width: 740px;
			max-width: 46.25rem;
		}
	}

.searchbar .search-label {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.tcb-style-wrap p.search-label {
	color: #ffffff;
}

.searchbar__form {
	display: flex;
	align-items: center;
}

.searchbar__input {
	min-width: 50%;
	margin: 0;
	padding: 0 12px;
	padding: 0 0.75rem;
	font-size: 18px;
	font-size: 1.125rem;
	transition-property: transform;
	transition-duration: 0.25s;
}

input[type=search].searchbar__input {
	color: #ffffff;
	border: none;
	border-bottom: 2px solid #5b54e1;
	border-radius: 0;
}

input[type=search].searchbar__input:focus {
	color: #ffffff;
}

	@media (min-width: 900px) {
		.searchbar__input {
			font-size: 24px;
			font-size: 1.5rem;
		}
	}

.searchbar__submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	outline: none;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	display: flex;
	position: relative;
	color: #fff;
}

.searchbar__submit:hover {
	background: none;
	box-shadow: none;
	color: #fff;
}

.searchbar__submit .svg-search {
	margin: 0 8px;
	margin: 0 0.5rem;
	transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform-origin: 50% 50%;
}

.searchbar__submit:hover .svg-search {
	transform: scale(1.2);
}

.searchfilter {
	display: flex;
	align-items: center;
	margin: 36px 0 64px 0;
	margin: 2.25rem 0 4rem 0;
}

.searchfilter__label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #262262;
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
}

	@media (min-width: 769px) {
		.searchfilter__label {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

.searchfilter__form {
	margin-right: 5px;
}

.searchfilter__form .tag {
	margin-bottom: 0;
}

.search .tcb-post-list h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.search .main-no-results {
	display: none;
}


/* FOOTER */
#theme-bottom-section {
  color: #c6d5ff;
  z-index: 3;
}

#theme-bottom-section .section-content {
	width: 1341px;
	width: 83.8125rem;
	padding: 34px 20px;
	padding: 2.125rem 1.25rem;
}

#theme-bottom-section h2,
#theme-bottom-section .footer__newsletter-text {
  max-width: 80%;
}

#theme-bottom-section .tcb-flex-col {
	margin: 0 36px 1px;
	margin: 0 2.25rem 1px;
	max-width: 464px;
	max-width: 29rem;
  padding-left: 0;
}

#theme-bottom-section .thrv_text_element + .tve_wp_shortcode {
  margin-top: 0;
}

#theme-bottom-section .footer__newsletter-title h2 {
	font-size: 32px;
	font-size: 2rem;
  color: #ffffff;
}

#theme-bottom-section .footer__newsletter-text {
	padding-bottom: 34px;
	padding-bottom: 2.125rem;
}

:not(#tve) .thrive-section-998603 .section-content .footer__newsletter-text {
  font-size: 16px;
  font-size: 1rem;
}

.newsletter-form {
  display: flex;
}

.newsletter-form input[type=text] {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newsletter-form input[type=text]:focus {
  color: #ffffff;
}

.newsletter-form [type='submit'] {
  display: flex;
  margin: auto;
  width: auto;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(300deg,#a5cf4c 30%,#e3ff50 120%);
}

.newsletter-form [type='submit']:hover {
  background: linear-gradient(300deg,#e3ff50 30%,#a5cf4c 120%);
}

.footer__quotes,
#theme-bottom-section .tcb-flex-col:nth-child(2) {
  position: relative;
}

.footer__quotes::before,
#theme-bottom-section .tcb-flex-col:nth-child(2)::before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: -0.7em;
	font-size: 120px;
	font-size: 7.5rem;
  font-family: serif;
  font-weight: bold;
  line-height: 1;
  color: #5b54e1;
}

#theme-bottom-section .tcb-flex-col:nth-child(2) .thrv_wrapper {
  margin-top: 0;
}

#theme-bottom-section .footer__blockquote {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  padding: 0;
  border: none;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

#theme-bottom-section .footer__blockquote p {
  max-width: 80%;
}

.footer__blockquote .cite-wrap {
  color: #ffffff;
	margin-top: 9px;
	margin-top: 0.5625rem;
}


body:not(.tve_lp):not(.single-tcb_symbol) footer .symbol-section-in,
body.home:not(.tve_lp):not(.single-tcb_symbol) footer .symbol-section-in,
body.error404:not(.tve_lp):not(.single-tcb_symbol) footer .symbol-section-in,
footer .symbol-section-in {
	width: 1395px;
	width: 87.1875rem;
}

footer p:last-child {
  padding-bottom: 0;
}

footer .tcb-flex-row.tcb--cols--3 {
	padding: 24px 0;
	padding: 1.5rem 0;
}

footer .tcb-flex-col:nth-child(1) {
	padding-left: 52px;
	padding-left: 3.25rem;
}

footer .tcb-flex-col:nth-child(2) {
	padding-left: 24px;
	padding-left: 1.5rem;
}

footer .tcb-flex-col:nth-child(3) {
	padding-right: 11px;
	padding-right: 0.6875rem;
}

footer .thrv_wrapper.thrv-columns {
  margin: 0;
}

footer .tcb-col .thrv_wrapper {
  margin: 0;
}

.footer__logo {
  display: flex;
}

footer .svg-logo {
	width: 100%;
	max-width: 32px;
	max-width: 2rem;
	margin: 0 8px;
	margin: 0 0.5rem;
}

footer .svg-testguild {
	min-width: 120px;
	min-width: 7.5rem;
	margin: 0 8px;
	margin: 0 0.5rem;
}

footer .svg-logo path {
  fill: #ffffff;
}

footer .thrv_widget_menu.thrv_wrapper ul.tve_w_menu {
  justify-content: flex-end;
}

footer .thrv_widget_menu.thrv_wrapper[class*=tve-menu-template-] ul.tve_w_menu>li {
  margin: 0;
	padding: 2px 9px 2px 0;
	padding: 0.125rem 0.5625rem 0.125rem 0;
}

footer .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo) {
	font-size: 16px;
	font-size: 1rem;
}

footer .tve_w_menu a:hover,
footer .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo):hover {
  text-decoration: underline !important;
}

footer .tve_w_menu a:after {
	content: "|";
  font-weight: 400;
	display: inline-block;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}

footer .tve_w_menu li:last-child a:after {
  display: none;
}

footer .thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner {
  font-weight: 400;
}

.footer__joe {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 493px;
	height: 30.8125rem;
  max-height: 100%;
	/*
	background: url("img/footer-joe.jpg") no-repeat top right;
	*/
	background: url("https://testguild.com/wp-content/uploads/2023/01/Joe_Podcast_Full_Smile_Shot__Square_-removebg-preview.png") no-repeat top right;
	background-size: contain;
}

.footer__joe-top {
  position: absolute;
  top: -64px;
  top: -4rem;
  right: 0;
  width: 100%;
  height: 64px;
  height: 4rem;
	/*
  background: url("img/footer-joe-top.jpg") no-repeat top right;
	*/
  background-size: contain;
}

footer .tcb-clear {
  display: none;
}



@media only screen and (min-width: 1440px) {

  .breadcrumb__path {
    padding-left: 140px;
    padding-left: 8.75rem;
  }

  .latest-article__poster, .page-article__poster, .single-article__poster {
  	border-radius: 24px;
  	border-radius: 1.5rem;
  }

}


@media only screen and (min-width: 1200px) {

	.home .latest-article {
		margin: 0 auto 64px auto;
		margin: 0 auto 4rem auto;
	}

}





@media only screen and (min-width: 900px) {

  div.tcb-style-wrap p,
  p {
  	padding: 0 0 36px 0;
  	padding: 0 0 2.25rem 0;
  }

  input,
  textarea,
  select,
  button {
    font-size: 16px;
    font-size: 1rem;
  }

  .search-header .search-header__input {
  	margin-left: 24px;
  	margin-left: 1.5rem;
  	margin-right: 24px;
  	margin-right: 1.5rem;
  	font-size: 32px;
  	font-size: 2rem;
  }

	.homepage-hero .newsletter-form,
	.homepage-hero__newsletter-title,
	.homepage-hero__newsletter-paragraph,
	.homepage-hero__intro {
		max-width: 75%;
	}

  .home .latest-article {
    grid-template-columns: 45% 55%;
    grid-gap: 0;
  }

  .home .latest-article__poster {
    position: relative;
  	left: 48px;
  	left: 3rem;
  }

  .home .latest-article__poster img {
    min-width: 100%;
  }

  .latest-article__poster,
  .page-article__poster,
  .single-article__poster {
    display: block;
    grid-area: poster;
    overflow: hidden;
    margin: 0;
  	border-top-left-radius: 24px;
  	border-top-left-radius: 1.5rem;
  	border-bottom-left-radius: 24px;
  	border-bottom-left-radius: 1.5rem;
  	box-shadow: -120px -4px 230px rgb(0 0 0 / 19%);
  	box-shadow: -7.5rem -0.25rem 14.375rem rgb(0 0 0 / 19%);
    align-self: start;
  }

}


@media only screen and (min-width: 769px) {

  h2, .h2 {
  	font-size: 32px;
  	font-size: 2rem;
  }

  .homepage-hero__joe-bg-img {
    max-height: none;
  }

  .single-article__publish {
  	font-size: 16px;
  	font-size: 1rem;
  }

  .tcb-style-wrap .latest-article__recent,
  .latest-article__recent {
  	font-size: 18px;
  	font-size: 1.125rem;
  }


}


@media only screen and (max-width: 1439px) {

	.homepage-hero-featured.thrv_wrapper {
		padding: 36px 24px;
		padding: 2.25rem 1.5rem;
	}

	#theme-content-section .main-title {
		margin-top: -30px;
		margin-top: -1.875rem;
	}

	.tcb-post-list {
		padding: 0 20px;
		padding: 0 1.25rem !important;
	}

}



@media only screen and (max-width: 1300px) {

}



@media only screen and (max-width: 1200px) {

	html {
		font-size: 14px;
	}

	#thrive-header {
		height: 80px !important;
	}

	#thrive-header .thrive-symbol-shortcode {
	  padding: 11px 20px !important;
	}

	.thrv_symbol_998586.tve-default-state .symbol-section-in.tve-default-state {
		min-height: 40px !important;
	}

	header .tcb-logo {
		max-height: 40px;
		position: relative;
	}

	header .tcb-logo picture {
		visibility: hidden;
	}

	header .tcb-logo::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url("svg/logo-twp-gradient-green.svg") no-repeat 0 0;
	}

	/* when scrolled down, mobile menu items */
	.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo) {
		color: #c6d5ff !important;
	}

	/*.thrive-section-998600 [data-css="tve-u-181a99f5c5f"] {*/
	.top-section .tcb-flex-col:nth-child(1) {
		max-width: 75px;
		box-sizing: content-box;
	}

	/*.thrive-section-998600 [data-css="tve-u-181a99f5c20"] {*/
	.top-section .tcb-flex-col:nth-child(2) {
		max-width: 100%;
	}

	#theme-sidebar-section {
		max-width: 75px;
		min-width: 75px;
	}


	.row-home-popular .popular-cols article {
		display: block;
	}

	.row-home-popular .popular-cols .tcb-post-list {
		padding: 0 !important;
	}


	.footer__joe {
		display: none;
	}

	footer .tcb-flex-row.tcb--cols--3 {
		flex-flow: column wrap;
		align-items: center;
		margin-left: auto;
		text-align: center;
	}

	footer .tcb--cols--3 > .tcb-flex-col {
		max-width: 100%;
	}

	footer .tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col,
	footer .tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col	 {
		flex: 1 1 auto;
	}

	footer .tcb-flex-col:nth-child(1),
	footer .tcb-flex-col:nth-child(2),
	footer .tcb-flex-col:nth-child(3) {
		padding: 0;
	}

	footer .tcb--cols--3 > .tcb-flex-col > .tcb-col {
		flex-direction: row;
	}

	footer .thrv_widget_menu.thrv_wrapper ul.tve_w_menu {
    justify-content: center;
	}

	.footer__logo {
		margin-bottom: 10px;
		margin-bottom: 0.625rem;
	}

	:not(#tve) #thrive-footer .symbol-section-in p {
		font-size: 16px;
		font-size: 1rem;
	}


}


@media only screen and (max-width: 1080px) {

	html {
		font-size: 13px;
	}

}


@media only screen and (min-width: 1023px) and (max-width: 1140px) {

	header .logo-menu-cols > .tcb-flex-row > .c-33 {
		width: 125px;
	}
	header .logo-menu-cols > .tcb-flex-row > .c-66 {
		max-width: 100%;
	}

}


/* tablet */
@media only screen and (max-width: 1023px) {

	#thrive-header.thrv_symbol_998586 [data-css="tve-u-181a470ca23"] {
		margin: 0 !important;
	}

	header .thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-][class*=light-tmp] ul.tve_w_menu {
		background-color: #262262;
	}

	.tax-tva_courses header .thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-][class*=light-tmp] ul.tve_w_menu,
	.tva_lesson-template-default header .thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-][class*=light-tmp] ul.tve_w_menu {
		background: white;
	}

	header .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li {
		border-bottom: 1px solid #43428a;
	}

	header .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li:nth-child(1) {
		border-top: 1px solid #43428a;
	}

	/* m-181a3fd35ca = scroll down menu */
	#thrive-header.thrv_symbol_998586 .thrv_widget_menu #m-16ea7c4561e > li:not(.tcb-excluded-from-group-item),
	#thrive-header.thrv_symbol_998586 .thrv_widget_menu #m-181a3fd35ca > li:not(.tcb-excluded-from-group-item) {
		padding: 0 !important;
		color: #c6d5ff !important;
	}

	#thrive-header .thrv_widget_menu #m-16ea7c4561e > li.menu-item.menu-item-995674,
	#thrive-header .thrv_widget_menu #m-181a3fd35ca > li.menu-item.menu-item-995674 {
		padding: 0 !important;
	}

	header .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a {
		width: auto;
		display: inline-block;
	}

	header .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo) {
		line-height: 1.2;
	}

	header .thrv_widget_menu:not(#_):not(#_) .header__nav--search-item a {
		width: auto;
		background-position: right 1.6vh !important;
	}

	header .header__nav--search-item a span {
		font-size: inherit;
	}

	header .thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-] .tve-item-dropdown-trigger {
		top: -2px;
	}

	/* m-181a3fd35ca = scroll down menu */
	#thrive-header.thrv_symbol_998586 .thrv_widget_menu #m-16ea7c4561e ul:not(.tcb-excluded-from-group-item),
	#thrive-header.thrv_symbol_998586 .thrv_widget_menu #m-181a3fd35ca ul:not(.tcb-excluded-from-group-item) {
		background: #0c0941 !important;
		padding: 0 !important;
	}

	.thrv_symbol_998586 .thrv_widget_menu #m-16ea7c4561e .menu-item-has-children .sub-menu li a,
	.thrv_symbol_998586 .thrv_widget_menu #m-181a3fd35ca .menu-item-has-children .sub-menu li a {
		display: flex;
	}

	header .thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-][class*=light-tmp] ul.tve_w_menu li li {
		background: none;
	}

}


@media only screen and (max-width: 992px) {

}


@media only screen and (max-width: 900px) {

	html {
		font-size: 12px;
	}

	.search-header .search-header__input {
		font-size: 1.5rem;
	}

	.search-header__close-label {
		display: none;
	}

  .page .main-content-wrap > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .archive #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .blog #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .single-post #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .single-podcast #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .single-tg_webinars #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(1),
  .page .content-section [data-css="tve-u-181af1aa663"] {
    max-width: 100%;
  }

  .page .main-content-wrap > .tcb-flex-row > .tcb-flex-col:nth-child(2),
	.archive #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(2),
	.blog #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(2),
	.single-post #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(2),
	.single-podcast #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(2),
	.single-tg_webinars #theme-content-section > .section-content > .thrv-columns > .tcb-flex-row > .tcb-flex-col:nth-child(2) {
    display: none;
  }

  .single-article__publish {
		margin-bottom: 30px;
		margin-bottom: 1.875rem;
	}

	.latest-article__wrap .latest-article__poster,
	.home .latest-article__pic,
	.single-article__publish + .twp-sidebar-wrap,
	.single-article__poster {
		display: inline-block;
    border-radius: 24px;
    border-radius: 1.5rem;
    overflow: hidden;
		margin-bottom: 30px;
		margin-bottom: 1.875rem;
	}

	.single-article__poster {
		margin-bottom: 0;
	}

	.home .latest-article {
		display: block;
	}

	.home .latest-article__pic {
		max-width: 650px;
		max-width: 40.625rem;
	}

	.home .latest-article__text {
		max-width: 100%;
	}

	.home .row-home-articles .latest-article__text {
		display: block;
	}


}


@media only screen and (max-width: 860px) {

}


@media only screen and (max-width: 800px) {

	html {
		font-size: 11px;
	}

}




@media only screen and (max-width: 768px) {

	html {
		font-size: 16px;
	}

	.search-header .search-header__input {
    font-size: 16px;
    font-size: 1rem;
		padding: 10px;
		padding: 0.625rem;
	}

	#theme-top-section {
		display: none;
	}

	div.main-container {
		flex-flow: column-reverse wrap;
	}

	#theme-sidebar-section {
		max-width: 100%;
    width: 100% !important;
	}

	#theme-sidebar-section .thrv_social_custom {
		max-width: 100%;
	}

	#theme-sidebar-section .thrv_social_custom .tve_social_items {
		display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
	}

	#theme-sidebar-section .thrv_social_follow {
		margin: 16px 0;
	}

	#theme-sidebar-section .thrv_social_follow .tve_s_item.thrv_wrapper,
	#theme-sidebar-section .thrive_author_links .tve_s_item.thrv_wrapper {
		margin: 10px 5% 0 5% !important;
	}


	.home .row-featured {
		padding: 0;
	}

	.home .row-featured > .tcb-flex-row {
		display: block;
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}

	.home .row-featured > .tcb-flex-row > .tcb-flex-col:nth-child(1) {
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	.home .row-featured h1 {
		margin-top: 0;
	}

	.row-featured .newsletter-form,
	.homepage-hero__newsletter-title,
	.homepage-hero__newsletter-paragraph,
	.homepage-hero__intro {
		max-width: 100%;
	}

	.tcb-style-wrap p.homepage-hero__intro,
	.homepage-hero__intro {
		font-size: 16px;
		font-size: 1rem;
	}

	.homepage-hero__intro img.alignnone {
		margin: 0;
	}

	.homepage-hero__newsletter {
		margin-top: 36px;
		margin-top: 2.25rem;
	}

	.homepage-hero-featured {
		border-radius: 0;
	}

	.homepage-hero-featured.thrv_wrapper {
		width: 100%;
	}

	.homepage-hero-featured .tcb-flex-row.v-2:not(.tcb-mobile-no-wrap)>.tcb-flex-col,
	.homepage-hero-featured .tcb--cols--2 > .tcb-flex-col {
		flex: auto;
	}

	.tcb-style-wrap .homepage-hero-featured h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.homepage-hero-featured .thrv_custom_html_shortcode {
		margin-top: 0;
		margin-bottom: 30px;
		margin-bottom: 1.875rem;
	}

	.homepage-hero-featured + .featured-notice {
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	.row-home-articles .tcb-post-list,
	.row-home-popular,
	.row-home-podcasts .tcb-post-list {
		display: none;
	}

	.row-home-see-all.thrv_wrapper {
		margin-top: -52px;
		margin-top: -3.25rem;
	}

	.row-home-see-all .read-all {
		align-self: center;
	}

	.row-home-conf-intro.thrv-columns {
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	.conferences-intro {
		padding: 50px 0;
		padding: 3.125rem 0;
	}

	.row-home-conferences > div > div {
    margin-top: 0;
	}

	.row-home-conferences .pic-wrap {
		max-width: 500px;
		max-width: 31.25rem;
	}

	.row-home-conferences .pic-wrap::after {
		background-size: 110px auto;
		background-size: 6.875rem auto;
		height: 110px;
		height: 6.875rem;
	}


	.row-home-articles .tcb-post-list,
	.row-home-podcasts .tcb-post-list,
	.blog .tcb-post-list,
	.archive .tcb-post-list,
	.search .tcb-post-list,
	.single .tcb-post-list {
		max-width: 600px;
	}

	.tcb-post-list {
		margin: 20px auto;
		margin: 1.25rem auto;
	}


	.page .tcb-style-wrap h1 {
		font-size: 32px;
		font-size: 2rem;
  }

	.blog .tcb-style-wrap h1,
	.tax-shows .tcb-style-wrap h1 {
		font-size: 32px;
		font-size: 2rem;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}

	.tcb-style-wrap .latest-article__title,
	.latest-article__title {
		font-size: 32px;
		font-size: 2rem;
	}

	div.tcb-style-wrap h1 {
		font-size: 32px;
		font-size: 2rem;
	}

	div.tcb-style-wrap h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	div.tcb-style-wrap h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.single #theme-content-section {
		padding: 20px;
		padding: 1.25rem;
	}


	#theme-bottom-section .twp-above-footer > .tcb-flex-row,
	#theme-bottom-section .twp-above-footer .tcb-flex-col {
		margin: 0;
	}

	#theme-bottom-section h2,
	#theme-bottom-section .footer__newsletter-text {
    max-width: 100%;
	}

	.footer__quotes,
	#theme-bottom-section .tcb-flex-col:nth-child(2) {
		padding-left: 4.5em;
	}

	.footer__quotes::before,
	#theme-bottom-section .tcb-flex-col:nth-child(2)::before {
		left: 0;
	}

}


@media only screen and (max-width: 700px) {

}


@media only screen and (max-width: 600px) {

	html {
		font-size: 15px;
	}

}


@media only screen and (max-width: 500px) {

	.podcasts-rss-wrapper {
		left: 5px;
    right: 5px;
    max-width: 100%;
	}

	.tcb-style-wrap ul.podcasts-rss:not([class*="menu"]),
	.podcasts-rss {
		width: auto;
	}

}


@media only screen and (max-width: 400px) {

	.row-home-conferences .pic-wrap::after {
		background-size: 90px auto;
		background-size: 5.625rem auto;
		height: 90px;
		height: 5.625rem;
	}

}


@media only screen and (max-width: 370px) {

	html {
		font-size: 14px;
	}

}


@media only screen and (max-width: 350px) {

	html {
		font-size: 13.66px;
	}

}

.home .thrv_wrapper.thrv-page-section.tve-height-update .tve-page-section-out{
    display: none !important;
}

body .gform_wrapper h2.gform_title {
    display: none !important;
}

.tg-browserstack-post {
	margin: 20px 0;
}

.tg-browserstack-post__wrap {
	padding: 5px 15px;
	display: flex;
}

