/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.15
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Transform Stuff */
.right-transform { perspective: 1000px; }
.right-transform > .col-inner { transform: rotate3d(4, -5, 4, 9deg); transition: ease 1s;}
.right-transform .col-inner img { border: 3px solid rgba(0, 0, 0, .5) }
.right-transform > .col-inner:hover { transform: rotate(0);}
.left-transform { perspective: 1000px; }
.left-transform > .col-inner { transform: rotate3d(-1, -2, 1, -9deg); transition: ease 1s;}
.left-transform .col-inner img { border: 3px solid rgba(0, 0, 0, .5) }
.left-transform > .col-inner:hover { transform: rotate(0);}

.banner-radius {
	border-radius: 20px;
}
.banner-radius .banner-bg {
	border-radius: 20px;
}
.banner-radius .banner-link {
	border: 3px solid rgba(0, 0, 0, .5);
    border-radius: 20px;
}

.gradient-text-to-red {
	background-image: linear-gradient(90deg, #1a1011 0%, #c00000 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-to-white {
	background-image: linear-gradient(90deg, #ffffff 40%, #000);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-to-black {
	background-image: linear-gradient(90deg, #c00000 0%, #1a1011 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.maroon:hover {
	background-image: linear-gradient(90deg, #c00000 0%, #1a1011 100%);
	transition: slider-horizontal 1s;
}

.scroll-down {
	bottom: 65px;
	max-width: 60px !important;
	animation: slideDown 2s 5 ease;
	-moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -webkit-transition: bottom 0.8s ease;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-name: slideDown;
	transition: bottom 0.8s ease;
}
@-webkit-keyframes slideDown {
  0%, 100% {
    bottom: 65px;
  }
  50% {
    bottom: 35px;
  }
}
@-moz-keyframes slideDown {
  0%, 100% {
    bottom: 65px;
  }
  50% {
    bottom: 35px;
  }
}
ul.checkmark {
	list-style: none;
}

ul.checkmark li {
     padding-left: 10px;
}

ul.checkmark li:before {
  	content: '✓';
	/*color: #c00000;*/
	color: #ffffff !important;
}

ul.checkmark.special li {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.checkmark.special li::before {
  content: '✓';
  color: #c00000 !important;
  border-radius: 99px;
  border: 2px solid;
  width: 35px;
  display: inline-block;
  height: 35px;
  font-size: 1.1em;
  line-height: 34px;
  margin-right: 8px;
  margin-top: 1px;
  text-shadow: 1px 1px 1px rgba(0,0,0, .2);
  box-shadow: 1px 1px 1px rgba(0,0,0, .2);
  flex-shrink: 0;
}

/* Rotating title text */
.rotating-text {
  position: relative;
  width: 100%;
}

.rotating-text h2, .rotating-text p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	min-height: 90px;
}

.word {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-matt-in-banner {
	margin-bottom: -10px;
	z-index: 1;
}


/* Custom CSS */
.header-wrapper { border-top: 4px solid #c00000; }
/* header .header-inner, .footer { padding-right: 5%; padding-left: 5%; } */
.newsletter-bg, .newsletter-bg .section-bg-overlay { background-image: linear-gradient(85deg, #c00000, #281926, rgba(255,0,0,0)); }
.home-black span, .home-red span { padding: 0px 10px 5px 10px !important; font-size: 51px; }
.home-black span { background-color: rgba(0,0,0,0.6); }
.home-red span { background-color: rgba(192, 1, 0, 0.8); }
.home-black:last-of-type { margin-left: 20px; }
.home-red { margin-left: 60px;}
h2.home-black, h2.home-red { padding: 0 !important; margin-bottom: .75em; }
.home-banner-bullets li { font-size: 120%; margin-bottom: 0 !important; }
.home-banner-bullets li p { margin: 0 !important; padding: 0 !important; }
.speaking-words { 
	font-weight: 700 !important; 
	font-size: clamp(2rem, 6vw, 6.3rem) !important;
	line-height: 1; 
	letter-spacing: 1px; 
}
.speaking-top-30-col { max-width: 152px; flex-basis: 152px; }
.speaking-top-30-col img { height: auto; width: 132px; }
.speaking-play-button a { margin-bottom: 10px; }.muted { opacity: .5; }
.speaking-accordian .accordion-title { font-size: 1.5em !important; }
.speaking-accordian .accordion-title.active { border-color: rgba(255,255,255,0.2); }
.speaking-accordian .accordion-item:first-of-type > .accordion-title { border: 0; }
.speaking-accordian .accordion-inner ol { margin-left: 1.5em; }
.speaking-accordian .accordion-title .toggle i { font-size: 1em !important;}
.bordered-section { border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 30px; background-color: rgba(255,255,255,0.08); }
.consulting-tabs { margin-top: 20px; }
.consulting-tabs .tab a { font-size: 1.3em; font-weight: 400; padding: 10px 30px; }
.consulting-tabs .tab.active a { border-top: 4px solid #c00000; background-image: linear-gradient(#eaeaea, #fff); }
.news-links a { border-bottom: 1px dashed rgba(255,255,255,0.5) !important; }
#post-list .entry-meta, #post-list .entry-divider, .single-post .entry-divider { display: none; }
#post-list .entry-content, .blog-single .entry-content { padding-top: 0; }
.widget-area aside:nth-child(2) { background-color: #F1F1F1; margin: -30px; padding: 1.5em; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.widget-area aside:nth-child(1) { margin-bottom: 2.5em; }
.widget-area aside:nth-child(2) form { margin-bottom: 0; }
.widget-area aside:nth-child(3) { margin-top: 3.5em; }
.widget-area aside:nth-child(2) .wpcf7-text { background-color: #ffff; border-radius: 5px; }
.widget-area aside:nth-child(2) form .button { border-radius: 0; margin-bottom: 0; }
form.wpcf7-form { margin-bottom: 0; }
.box-label .box-text .box-text-inner { padding: 1.5em 1em; }
.cat-label { color: #A0090C; font-weight: 600; letter-spacing: .06em; font-size: .7em; }
.insights-list .is-divider { display: none; }
.insights-list h5.post-title { margin: .3em 0}
.insights-list .col { border-bottom: 1px solid #f1f1f1; padding: 7px 0;}
.insights-list .col:last-of-type { border-bottom: 0; padding-bottom: 0; }
.insights-list .col:first-of-type { padding-top: 0; }
.insights-grid .col:nth-child(1), .insights-grid .col:nth-child(4), .insights-grid .col:nth-child(7) { padding-left: 15px; }
.insights-grid .col { padding-left: 0px; padding-bottom: 0; margin-bottom: 15px; }
.insights-grid .col-inner { border-right: 1px solid #eaeaea; padding-right: 15px;}
.insights-grid .col:nth-child(3) .col-inner, .insights-grid .col:nth-child(6) .col-inner, .insights-grid .col:last-of-type .col-inner { border-right: 0; }
.single-post .page-title-inner { min-height: 500px !important; }
.single-post .bg-top { background-position: center; }
.single-post .entry-content h2, .single-post .entry-content h3 {
	color: #151515;
}
.insights-list .post-title, .insights-grid .post-title, .insights-feature .post-title { color: #393939; font-weight: 500; }

/* Program Boxes */
.program-box .box-text {
	bottom: 0;
	background-color: rgba(0,0,0,.65) !important;
	padding: 0.8em 1em 0.5em;
	z-index: 2;
}

.program-box {
	border-radius: 25px;
}

/* Side CTA Button */
.absolute-footer .fixed-cta {
	position: fixed;
    right: 0;
    top: 180px;
    border: 1px solid #fff;
    border-right: 0;
    z-index: 800;
    background: #c00000;
    color: #fff;
	display: block;
}
.absolute-footer .fixed-cta div.text {
	width: 49px;
    height: 175px;
	position: relative;
}
.absolute-footer .fixed-cta div.text p {
	position: absolute;
    white-space: nowrap;
	-webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
	margin-bottom: 0 !important;
	font-weight: 700;
	top: 175px;
	left: 8px;
	width: 175px;
	font-size: 1.4rem;
}

.button a, .button span {
	white-space: nowrap;
}

.thick-font {
	font-weight: 900 !important;
}

.letter-spacing--1 {
	letter-spacing: -1px !important;
}

.client-logos .col-inner {
	display: flex;
    display: -ms-flexbox;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.client-logos .img {
	min-width: 60px;
	width: auto !important;
	max-width: 350px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.client-logos .img img {
	min-width: 60px;
	max-width: 350px;
	height: 50px;
	width: auto;
	margin: 0.5rem 1rem;
}
/* New stuff Feb 2022 */
/* Steps Styles */
.steps {
	padding-right: 60px;
	padding-left: 60px;
}
.step {
    height:120px;
    color:#fff;
    position:relative;
    width:100%;
    text-align:center;
    line-height:120px;
	background-image: linear-gradient(to right, rgba(154, 0, 17, 0), rgba(154, 0, 17, 0.7), rgba(154, 0, 17, 0.7));
}
.step h4 {
	margin-bottom: 0;
	line-height: 1.1;
	font-weight: 900;
}
.step p {
	line-height: 1.1;
}
.step p.h1 {
	padding-top: 4px;
}
.step p.glow {
    letter-spacing: -.05px;
}
.step svg path {
	fill: #fff;
}
.step:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:60px solid transparent;
    border-left: 60px solid rgba(154, 0, 17, 0.7);
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}

/* Custom elements */
.glow, .nav-dark .nav>li.active>a {
    text-shadow: 0px 0px 5px #ffffff;
}
.icon-bg .col-inner:before, .icon-bg .box-image:before {
	background-image: url(../png/icon.png);
    background-size: 130px;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.1;
	z-index: 2;
}
.icon-bg .col-inner, .icon-bg .box-image {
	overflow: hidden;
}
.icon-bg.bottom-right .col-inner:before, .icon-bg.bottom-right .box-image:before {
	background-position: bottom right;
	right: -12px;
    bottom: -26px;
}
.icon-bg.top-right .col-inner:before, .icon-bg.top-right .box-image:before {
	background-position: top right;
	right: -12px;
    top: -26px;
}
.icon-bg.top-left .col-inner:before, .icon-bg.top-left .box-image:before {
	background-position: top left;
	left: -12px;
    top: -26px;
}
.icon-bg.bottom-left .col-inner:before, .icon-bg.bottom-left .box-image:before {
	background-position: bottom left;
	left: -12px;
    bottom: -26px;
}
.home-section-logos {
	margin-top: -60px;
}
.blur .bg-loaded, .blur .section-bg img {
	filter: blur(8px);
  -webkit-filter: blur(8px);
}
.blur .bg-loaded:hover, .blur .section-bg:hover img {
	filter: blur(0);
  -webkit-filter: blur(0);
	transition: 1.5s;
}
.opaque-bg .bg-loaded, .opaque-bg .section-bg img {
	opacity: 0.1;
}

#top-bar .nav-center { padding: 5px 0 7px}
.tnm-video-button a.open-video {
	background: #c00000;
	border-color: #c00000;
}
.tnm-video-button a.open-video:hover {
	background: #fff;
	border-color: #fff;
}
.tnm-video-button a.open-video:hover i {
	color: #c00000;
}
.button.primary.maroon {
	background-color: #7a1c25;
	font-weight: 500;
	margin-right: -4px !important;
}
.button.is-link.maroon {
	color: #7a1c25;
	font-weight: 500;
}
.button.primary.dark {
	background-color: #1a1011 !important;
	font-weight: 500;
	margin-left: -1px;
}

.filtered-bg-maroon .section-bg.bg-loaded {
	background-blend-mode: luminosity;
    background-color: rgb(95, 32, 32);
    opacity: 0.4;
}
.button.num_btn {
	min-height: 1em;
	line-height: 1em;
	opacity: 0.75;
}
.stat {
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	/* font-size: 9.5vw; */
	margin-bottom: 0;
	letter-spacing: -7px;
	line-height: 150px;
	vertical-align: middle;
}
.stat span:not(.count-up) {
	font-weight: 300;
	font-size: 60%;
	letter-spacing: -2px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 5px;
}
.stat.stat2, .stat.stat3 {
	letter-spacing: -1px;
}
.stats-title {
	font-weight: 900;
    letter-spacing: -1px;
}
.stats-title>span:nth-child(2) {
	background: #7a1c25;
    padding: 0 15px;
}
.stat-sub-title {
	font-weight: 900;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.stat-sub-text {
	opacity: 0.8;
	letter-spacing: -0.5px;
}
.left-angle-dashed-line .is-border {
	border-bottom-right-radius: 25px;
	height: 60px;
}
.right-angle-dashed-line .is-border {
	border-bottom-left-radius: 25px;
	height: 60px;
}

span.widget-title {
	text-transform: uppercase;
	font-weight: 300;
	color: rgba(255,255,255,.8);
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	display: block;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #ffffff;
}
.widget .is-divider {
	display: none;
}
.widget ul>li+li {
	border: none;
}
.widget ul.menu a {
	padding: 3px 0;
}
.widget .post_comments {
	display: none;
}
.widget .recent-blog-posts a {
	font-size: 85%;
	color: rgba(255,255,255,.7);
	min-height: 60px;
}
.widget .menu-item a {
	color: rgba(255,255,255,.5);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.widget a.white.is-link {
	color: rgba(255,255,255,.5) !important;
}

.post-sidebar span.widget-title {
	font-weight: 900;
 	color: #9a0011;
	font-size: 1.15em;
}
.post-sidebar .widget .recent-blog-posts a {
	font-size: 85%;
 	color: #494949;
	min-height: 60px;
}
.post-sidebar .widget .menu-item a {
	color: rgba(255,255,255,.5);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.post-sidebar .widget_categories li.cat-item {
	font-size: 85%;
}
.post-sidebar .widget_categories li.cat-item a {
    font-size: 1rem;
    color: #494949;
    padding: 0;
    margin-right: 8px;
}

.banner.is-full-height {
	height: calc(100vh - 60px) !important;
}
.banner h2.new-banner-title {
	font-size: 10vh; 
	letter-spacing:-1.5px
}

/* Custom large ipad fix */
@media (max-width: 1150px) {
	h2.home-black {
		line-height: 1 !important;
	}
	.home-black span, .home-red span {
		font-size: 48px;
	}
	h2.home-black:last-of-type {
		margin-left: 0 !important;
	}
}

/* Custom CSS Tablet */
@media (max-width: 849px){
	.footer { padding-right: 0; padding-left: 0; }
	.home-black span, .home-red span {font-size: 45px; }
	h2.home-black, h2.home-red {
		line-height: 1 !important;
	}
	.client-logos .img img {
		max-height: 45px;
		width: auto;
		min-width: 60px;
		max-width: 180px;
	}
}
@media (max-width: 700px) {
	.home-black span, .home-red span {font-size: 35px; }
}
/* Custom CSS Mobile */
@media (max-width: 549px){
	.speaking-words {
		font-size: clamp(2rem, 14vw, 6.3rem) !important;
	}
	.speaking-banner .is-border {
		display: none;
	}
	.speaking-banner a.button {
		display: block;
		margin-right: 0;
	}
	.rotating-text h2, .rotating-text p {
		min-height: 70px;
	}
	.home-black span, .home-red span { 
		line-height: 1; font-size: 30px !important; 
	}
	h2.home-black, h2.home-red { 
		margin-bottom: 5px; 
	}
	h2.home-black:last-of-type {
		margin-left: 0;
	}
	h2.home-black:last-of-type span {
		font-size: 0.66em !important;
	}
	h2.home-red {
		margin-left: 0 !important;
		margin-top: 12px
	}
	.tnm-video-button .button.open-video {
		font-size: 120%;
	}
	.client-logos .img img {
		margin: 0.3rem 0.5rem;
	}
	.client-logos .col-inner>.img:not(:last-child) {
		margin-bottom: 0.3em !important;
	}
	.steps {
		padding-right: 30px;
		padding-left: 30px;
	}
	.step {
		width: 95%;
		max-width: 95%;
		flex-basis: 95%;
		height: 90px;
		line-height: 90px;
	}
	.step:after {
		content:"";
		position:absolute;
		height:0;
		width:0;
		left:100%;
		top:0;
		border:45px solid transparent;
		border-left: 40px solid rgba(154, 0, 17, 0.7);
	}
	.scroll-down {
		bottom: 60px;
	}
	.scroll-down:hover {
		bottom: 30px;
	}
	.stats-title>span:nth-child(2) {
		display: block;
		margin-top: 5px;
		padding: 8px 15px;
	}
	.banner h2.new-banner-title {
		font-size: 5vh !important; 
	}
	span.widget-title {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	.footer .widget ul {
		margin-left: 1.1em;
	}
	.footer .block_widget .social-icons, .footer .block_widget .button:not(.icon) {
		margin-left: 1.1em;
		display: block;
	}
	.banner .button {
		display: inline-flex;
		align-items: center;
	}
	
	/*ul.checkmark.special li::before { display: none; }
	ul.checkmark li { padding-left: 0; margin-left: 0; }*/
}
.icon-center {
	justify-content: center;
	flex-flow: row nowrap;
}
.icon-center .icon-box-text {
	flex: unset !important;
}
.icon-center .text {
	margin-top: 4px;
}