/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.333333333333333em;
	color: #021B4A;
}

p {
	margin: 0 0 1em;
}

h1,
h2 {
	font-family: 'Pattaya', sans-serif;
	font-weight: 400;
	color: #F11F68;
	margin: 0 0 1.5em;
	line-height: 1.2;
	text-align: center;
}
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #F11F68;
	margin: 0 0 0.75em;
	line-height: 1.2;
}

h1 {
	font-size: 3em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 1.333333333333333em;
	font-weight: bolder;
}

a {
	color: #F11F68;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 1em 0;
}
ul li::marker {
	color: #F11F68;
}
.content ul li {
	margin: 0 0 0.75em;
}

/* Button */
.btn {
	color: #ffffff;
	font-weight: bolder;
	background: #F11F68;
	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
	padding: 0.75em 1.75em;
	display: inline-block;
	margin: 2em 0 0;
	text-decoration: none;
	border: none;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* Responsive video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.highlighted {
	padding: 0.37037037037037em 0.555555555555556em 0.277777777777778em;
	color: #fff;
	background: #F11F68;
	display: inline-block;
	margin: 0 0 30px;
	-webkit-box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
		 -moz-box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
					box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
}

.white-box {
	padding: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
		 -moz-box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
					box-shadow: 0px 10px 35px rgba(200, 214, 229, 0.35);
}
.white-box :last-of-type {
	margin-bottom: 0;
}


.cover {
	-webkit-background-size: cover;
		 -moz-background-size: cover;
			 -o-background-size: cover;
					background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #C8D6E5;
}


.default-section {
	padding: 5.333333333333333em 0;
}


img,
svg {
	max-width: 100%;
	height: auto;
}

.strong {
	font-weight: bolder;
	color: #F11F68;
}
.light {
	color: #7F8BA3;
}
.white {
	color: #ffffff;
}
.text-center {
	text-align: center;
	display: block;
}


/* Icon Widget */
.icon-widget {
	margin: 0 0 3.25em;
}
.icon-widget .icon img,
.icon-widget .icon svg {
	width: auto;
	height: 4.166666666666667em;
	margin: 0 0 1.75em;
}
/* Icon Widget - Left */
.icon-widget.left {
	position: relative;
	margin-bottom: 3.5em;
}
.icon-widget.left .icon {
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 6.111111111111111em;
	text-align: center;
}
.icon-widget.left .icon img,
.icon-widget.left .icon svg {
	height: 6.111111111111111em;
}
.icon-widget.left .text {
	padding-left: 9.444444444444444em;
}


/* Grid */
.cc-section {
	padding: 0 30px;
}
.cc-section-size {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.cc-container {
	padding: 0 15px;
}
.cc-row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}
.cc-col {
	padding: 0 15px;
	width: 100%;
}
.cc-col.cc-col-1-2 {
	width: 50%;
}
.cc-col.cc-col-1-3 {
	width: 33.33333%;
}
.cc-col.cc-col-1-4 {
	width: 25%;
}
.cc-col.cc-col-2-3 {
	width: 66.66666%;
}




/* Header */
.header-main {
	padding: 30px 0;
	-webkit-box-shadow: 0px 10px 50px #c8d6e5;
		 -moz-box-shadow: 0px 10px 50px #c8d6e5;
					box-shadow: 0px 10px 50px #c8d6e5;
	position: relative;
	z-index: 50;
}
.header-main .cc-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.header-main .cc-col-entry {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.logo {
	width: 8.166666666666667em;
}

/* Primary Nav */
.primarynav {
	padding: 0;
	margin: 0;
	text-align: right;
}
.primarynav>li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.primarynav li a {
	font-size: 1em;
	color: #021B4A;
	text-decoration: none;
	padding: 0.5em 18px;
	display: block;
}
.primarynav li a.btn,
.primarynav li a.btn:hover {
	color: #ffffff;
	margin: 0 22px;
}
.primarynav li a:hover {
	color: #F11F68;
}

/* Sub Menu */
.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	min-width: 151px;
	margin: 0;
	list-style: none;
	text-align: left;
	-webkit-box-shadow: 0px 10px 35px rgb(200 214 229 / 35%);
		 -moz-box-shadow: 0px 10px 35px rgb(200 214 229 / 35%);
					box-shadow: 0px 10px 35px rgb(200 214 229 / 35%);
	background: #ffffff;
	display: none;
}
#header .primarynav li .sub-menu a {
	font-size: 16px;
}
#header .primarynav li:hover > .sub-menu {
	display: block;
}



/* Mobile Menu Button */
.mobile-menu-btn {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}
.mobile-menu-btn img,
.mobile-menu-btn svg {
	width: 30px;
}




/* Top Banner */
.top-banner {
	background-image: url('../imagesv3/podcast_image_2-1.jpg');
	min-height: 24.65em;
}
.top-banner .white-box {
	max-width: 31.666666666666667em;
}
.top-banner .white-box p {
	font-size: 0.833333333333333em;
}
.top-banner .white-box p.strong {
	font-size: 1.055555555555556em;
}




/* Guessless Section */
.guessless {
	background-image: url('../imagesv3/shutterstock_1026929530-1.jpg');
}
.guessless .highlighted {
	margin-top: 2.592592592592593em;
}



/* Take Care Section */
.take-care .icon-widget img {
	font-size: 18px;
}
.take-care .icon-widget.one img {
	height: 4.187777777777778em;
}
.take-care .icon-widget.two img {
	height: 3.555555555555556em;
	margin-top: 0.65em;
}
.take-care .icon-widget.three img {
	height: 4.213888888888889em;
}
.take-care .icon-widget.four img {
	height: 4.227777777777778em;
}



/* What type of hosts choose us Section */
.hosts-choose-us .cc-section-size {
	max-width: 48.75em;
}
/* icon sizes */
.hosts-choose-us .icon-widget.one img {
	height: 5.888888888888889em;
}
.hosts-choose-us .icon-widget.two img {
	height: 6.388888888888889em;
}
.hosts-choose-us .icon-widget.three img {
	height: 6.111111111111111em;
}
.hosts-choose-us .icon-widget.four img {
	height: 6.111111111111111em;
}




/* Real People Section */
.real-people {
	background-image: url('../imagesv3/austin-distel-Hg3BHX6U5jg-unsplash-1.jpg');
}
.real-people .white-box {
	max-width: 42.166666666666667em;
}






/* Testimonials */
.testimonials-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	padding-bottom: 51px;
}
.testimonials-box .slick-list {
	width: -webkit-calc(100% - 84px);
	width: -moz-calc(100% - 84px);
	width: calc(100% - 84px);
	-webkit-box-shadow: 0px 5px 35px rgba(200, 214, 229, 0.35);
		 -moz-box-shadow: 0px 5px 35px rgba(200, 214, 229, 0.35);
					box-shadow: 0px 5px 35px rgba(200, 214, 229, 0.35);
}
.testimonials-box .slick-arrow,
.testimonials-box .slick-arrow:hover,
.testimonials-box .slick-arrow:focus,
.testimonials-box .slick-arrow:active {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	width: 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16px;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 16px;
					flex: 0 0 16px;
	cursor: pointer;
}
.testimonials-box .slick-arrow:hover {
	opacity: 0.9;
}
.testimonials-box .slick-arrow img {
	width: 100%;
}
/* Dots */
.testimonials-box .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		 -moz-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
		 -moz-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
			 -o-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
}
.testimonials-box .slick-dots li {
	margin: 0 0.25rem;
}
.testimonials-box .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	-webkit-border-radius: 100%;
		 -moz-border-radius: 100%;
					border-radius: 100%;
	background-color: #C8D6E5;
	text-indent: -9999px;
}
.testimonials-box .slick-dots li.slick-active button {
	background-color: #F11F68;
}

.testimonials-box .testimonials-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	margin: 0;
}
.testimonials-box .testimonials-item .icon {
	background: #C8D6E5;
	padding: 2.777777777777778em;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 18.444444444444444em;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 18.444444444444444em;
					flex: 0 0 18.444444444444444em;
	width: 18.444444444444444em;
}
.testimonials-box .testimonials-item .icon img {
	margin: 0 auto 1.666666666666667em;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
	-o-object-fit: cover;
		 object-fit: cover;
	overflow: hidden;
}
.testimonials-box .testimonials-item .icon .name {
	color: #021B4A;
	margin: 0 0 4px;
	white-space: nowrap;
}
.testimonials-box .testimonials-item .icon .title {
	color: #ffffff;
	margin: 0;
	white-space: nowrap;
}
.testimonials-box .testimonials-item .text {
	padding: 1.666666666666667em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		 -moz-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.testimonials-box .testimonials-item .text p {
	margin: 15px 0;
	padding: 0 5px;
}
.testimonials-box .testimonials-item .text .quote.right {
	text-align: right;
}
.testimonials-box .testimonials-item .text .quote svg,
.testimonials-box .testimonials-item .text .quote img {
	width: 1.666666666666667em;
	height: auto;
}









/* Testimonials Page */
.testimonials-list blockquote {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.testimonials-list blockquote:not(:last-child) {
	padding: 0 0 2em;
	margin: 0 0 2em;
	border-bottom: 1px solid #efefef;
}
.testimonials-list blockquote .image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 120px;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 120px;
					flex: 0 0 120px;
}
.testimonials-list blockquote .blockquote-footer {
	margin-top: 1em;
}






/* Footer */
.footer-main {
	background: #222F3E;
	padding: 3.333333333333333em 0;
}
.footer-main .cc-col-entry {
	position: relative;
}
.footer-main .logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.footer-main .logos .veteran-owned-logo {
	width: 4.888888888888889em;
}
.footer-main .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		 -moz-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	max-width: 22.222222222222222em;
	margin: auto;
	position: relative;
	z-index: 1;
}
.footer-main .nav .secondarynav {
	-webkit-column-count: 2;
		 -moz-column-count: 2;
					column-count: 2;
	max-width: 100%;
}
.footer-main .nav .secondarynav li {
	margin: 0 0 0.75em;
}
.footer-main .nav .secondarynav li.socials a {
	margin: 0 0.5em 0.5em 0;
}
.footer-main .nav .secondarynav li.socials img,
.footer-main .nav .secondarynav li.socials svg {
	max-height: 1.25em;
}
.footer-main .nav .secondarynav a:hover,
.footer-main .nav .secondarynav a:hover svg path {
	color: #F11F68;
	fill: #F11F68;
}





/* Secondary Nav */
.secondarynav {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.secondarynav a {
	color: #C8D6E5;
	text-decoration: none;
}





/* SHOWS */
.shows {
	/* background: #FBFBFB; */
	padding: 3.6em 0;
}
.shows.odd {
	background: #f1f4f7;
}
.show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	/* margin: 0 0 5em; */
}
.show .mainimage {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13.888888888888889em;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 13.888888888888889em;
					flex: 0 0 13.888888888888889em;
	width: 13.888888888888889em;
}
.show .content {
	padding: 0 0 0 2.666666666666667em;
}
.show .content h2 {
	font-size: 1.888888888888889em;
	text-align: left;
	margin: 0 0 0.5em;
}
.show .content h2 a {
	color: #021B4A;
}
.show .content h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 1.333333333333333em;
	color: #F11F68;
	margin: -0.25em 0 1em;
}
.show .content .btd {
	font-size: 13.4737px;
}






/* PAGINATION SECTION */
.pagination-section {
	padding: 1.1em 0;
}
.shows:not(.odd) + .pagination-section {
	background: rgb(200 214 229 / 20%);
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.pagination a {
	text-decoration: none;
	display: block;
}
.pagination .disabled {
	display: none !important;
}
/* arrows */
.pagination .arrows {
	font-size: 2.333333333333333em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
	width: 2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 2em;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 2em;
					flex: 0 0 2em;
}
.pagination .arrows a {
	width: 1em;
	height: 1em;
	line-height: 0.9em;
	text-align: center;
}
.pagination .arrows a:hover {
	color: rgb(149 153 168);
}
/* pages */
.pagination .pages,
.pagination .pages li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.pagination .pages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	padding: 0 1em;
}
.pagination .pages li {
	margin: 0.5em;
}
.pagination .pages a {
	width: 2.333333333333333em;
	height: 2.333333333333333em;
	line-height: 2.333333333333333em;
	text-align: center;
	background: rgb(149 153 168 / 20%);
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
	-webkit-transition: background 0.25s;
	-o-transition: background 0.25s;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
.pagination .pages a:hover {
	background: rgb(149 153 168 / 40%);
}
.pagination .pages .active a {
	background: rgb(149 153 168);
	color: #ffffff;
}
/* Total */
.pagination .total {
	font-size: 1.25em;
}









/* Pricing Table */
.pricing_table {
	margin: 0 0 2em;
	overflow: hidden;
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
	border: 1px solid #efefef;
}
.pricing_table .cc-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
		 -moz-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	padding: 1.5em;
	border: 1px solid #efefef;
	background: #FAFAFB;
	position: relative;
}
.pricing_table .cc-col.second-part,
.pricing_table .cc-col.fourth-part {
	background: #ffffff;
}
/* Header */
.pricing_table .plan-header .title {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 1em;
	font-weight: bolder;
}
.pricing_table .plan-header .episode {
	margin: 0 0 0.5em;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	font-size: 14px;
}
.pricing_table .plan-header .price span {
	font-size: 1.5em !important;
	font-weight: bolder;
	color: #F11F68;
}
/* Content */
.pricing_table .benefits {
	font-size: 14px;
}
.pricing_table .benefits ul {
	padding: 0 0 0 1.1em;
}
.pricing_table .benefits ul li {
	line-height: 1.2;
}
/* Footer */
.pricing_table .plan-footer {
	margin: auto 0 0;
}
.pricing_table .plan-footer a.btn {
	font-size: 0.85em;
	text-transform: uppercase;
	margin: 1em 0 0;
}
/* Under Table */
.pricing_table_comments {
	text-align: center;
	margin: 0 0 3em;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.pricing_table .cc-col {
		width: 50%;
	}
	.pricing_table .cc-col.third-part {
		background: #ffffff;
	}
	.pricing_table .cc-col.fourth-part {
		background: #FAFAFB;
	}
}
@media (min-width: 1024px) {
	.cc-row {
		-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
						flex-wrap: nowrap;
	}
}






/* SHOW - single page */
.show-section {
	padding: 3em 0 0;
	background: #FBFBFB;
}
.show-section .banner-image {
	text-align: center;
	margin: 0 0 3em;
}
.show-section .banner-image img {
	/* max-height: 480px; */
	width: 100%;
	height: auto;
}
.subpage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.show-section .header {
	font-size: 1.333333333333333em;
	font-weight: 700;
	color: #376A79;
	margin: 0 0 1em;
}
.top-article-title {
	text-align: left;
	color: #376A79;
	font-size: 1.888888888888889em;
	margin: 0 0 1.2em;
}
.show-section .block {
	margin: 0 0 3em;
}
.show-section .block .btn {
	margin: 0.5em 0 0;
	background: transparent;
	color: #F11F68;
	border: 1px solid #F11F68;
	font-weight: normal;
	padding: 0.5em 2em;
}
/* left col */
.centercol .header {
	
}
/* rigt col - sidebar */
.rightcol {
	width: 19.777778em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 19.777778em;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 19.777778em;
					flex: 0 0 19.777778em;
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #C8D6E5;
}
.rightcol .header {
	padding: 0 0 1em;
	border-bottom: 1px solid #C8D6E5;
}

/* Schedule */
.schedule p {
	font-size: 15px;
}
.schedule p a {
	color: inherit;
}






/* HOSTS */

/* Hosts List */
.hosts-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin: 0 -15px;
	min-width: 100%;
}
.host-item {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 3em;
}
.host-item .host-img {
	padding: 130% 0 0;
	position: relative;
	overflow: hidden;
}
.host-item .host-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	-o-object-position: center top;
		 object-position: center top;
	-webkit-transform: scale(1.1);
		 -moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			 -o-transform: scale(1.1);
					transform: scale(1.1);
}
.host-item .host-text {
	text-align: center;
	padding: 1.5em 0 0;
}
.host-item .host-text h3 {
	margin: 0 0 0.25em;
	text-align: center;
}
.host-item .host-text p.strong {
	color: inherit;
}






/* PODCASTS */
.poditem {
	margin: 0 0 3em;
}
.podshowname {
	text-align: left;
	margin: 0 0 0.5em;
	color: #021B4A;
	font-size: 1.888888888888889em;
}
.podtitle {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
.podtitle a {
	text-decoration: underline;
}
.podtitle a:hover {
	text-decoration: none;
}
.poddate {
	margin: 0 0 0.25em;
}












/* Contact Us */
body.contactus .header-main {
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}
.contact-us-section {
	background-color: #090c10;
	background-image: url(../imagesv3/contact-us-section-bg.jpg);
}
.contact-us-section h1 {
	color: #fff;
	margin: 0 0 0.25em;
}



/* Contact Form */
.contact-form-wrapper {
	margin-top: 3.5em;
}
.contact-form-wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}
.contact-form-wrapper .form-group,
.contact-form-wrapper .form-footer {
	padding: 0 15px;
	width: 100%;
	margin: 0 0 30px;
}
.contact-form-wrapper .form-group.f-left-col,
.contact-form-wrapper .form-group.f-right-col {
	width: 50%;
}
.contact-form-wrapper .form-label {
	display: none;
}
/* text input fields */
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=email],
.contact-form-wrapper textarea {
	width: 100%;
	padding: 1em;
}
textarea {
	height: 11.5em;
}
/* form footer */
.contact-form-wrapper .form-footer {
	text-align: center;
	margin: 0;
}
.contact-form-wrapper .form-footer .btn {
	margin: 0;
}
/* Success box */
.success-box.highlighted {
	font-size: 2em;
	padding: 1em;
}
.success-box.highlighted p {
	margin: 0;
	font-weight: bold;
}
@media screen and ( max-width: 767px ) {
	.contact-form-wrapper .form-group.f-left-col,
	.contact-form-wrapper .form-group.f-right-col {
		width: 100%;
	}
}












/* Schedule / Calendar */
.tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}
div.cal,
div.weekcal {
	font-size: 14px;
	width: 100%;
}
div.cal .td,
div.weekcal .td {
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #fff;
}
div.cal .td,
div.cal .th {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14.285714285714286%;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 14.285714285714286%;
					flex: 0 0 14.285714285714286%;
}
div.weekcal .td,
div.weekcal .th {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
		 -moz-box-flex: 0;
			-ms-flex: 0 0 25%;
					flex: 0 0 25%;
}
div.cal .td:nth-child(even),
div.weekcal .td:nth-child(even) {
	background: #f5f5f5;
}
div.cal .td:nth-child(odd),
div.weekcal .td:nth-child(odd) {
	background: #e0e0e0;
}
div.cal .td .num,
div.weekcal .td .num {
	padding: 10px;
	background: #F11F68;
	margin: -10px -10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
}
div.cal .td p,
div.weekcal .td p {
	margin: 10px 0;
	line-height: 1.5;
}
.view-week-month,
.w_m_arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		 -moz-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin: 0 0 2em;
}
.view-week-month .btn,
.view-week-month p {
	margin: 0;
}
.view-week-month .btn {
	font-size: 14px;
}
@media ( max-width: 767px ) {
	div.cal .td,
	div.weekcal .td {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
	}
	div.cal .th,
	div.weekcal .th {
		display: none;
	}
}





/* MOBILE MENU POPUP */
.mobile-menu-popup {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	display: none;
	overflow-y: scroll;
}
body.mobile-menu-opened {
	overflow: hidden;
}
body.mobile-menu-opened .mobile-menu-popup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* header */
.mobile-menu-header {
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -moz-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		 -moz-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 100%;
}
/* body */
.mobile-menu-body {
	padding: 15px 0;
	font-size: 1.25em;
	width: 100%;
}
.mobile-nav,
.mobile-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.mobile-nav a {
	display: block;
	padding: 0.5em 30px;
}
.mobile-nav .sub-menu {
	position: static;
	display: block;
	margin: 0.5em 30px;
}
/* footer */
.mobile-menu-footer {
	padding: 30px;
	text-align: center;
	margin: auto auto 0;
	width: 100%;
}
.mobile-menu-footer .btn {
	margin: 0 0 30px;
}







/* Desktop */
@media ( min-width: 1024px ) {
	.hide-on-desktop {
		display: none !important;
	}
	
	/* Testimonials */
	.testimonials h2 {
		text-align: left;
		padding-left: 42px;
	}
}


/* Tablet */
@media ( min-width: 768px ) and ( max-width: 1023px ) {
	.hide-on-tablet {
		display: none !important;
	}
	body {
		font-size: 14px;
	}
	h1, h2 {
		font-size: 2.571428571428571em;
	}
	h3 {
		font-size: 1.428571428571429em;
	}
}



/* Mobile */
@media ( max-width: 767px ) {
	.hide-on-mobile {
		display: none !important;
	}
	body {
		font-size: 15px;
	}
	h1, h2 {
		font-size: 1.6em;
		margin: 0 0 2.5em;
	}
	h3 {
		font-size: 1.266666666666667em;
	}
	
	.default-section {
		padding: 4em 0;
	}
	
	/* Grid */
	.cc-col,
	.cc-col.cc-col-1-2,
	.cc-col.cc-col-1-3,
	.cc-col.cc-col-1-4,
	.cc-col.cc-col-2-3 {
		width: 100%;
	}
	
	/* Icon Widget */
	.icon-widget {
		text-align: center;
	}
	.icon-widget.left {
		position: static;
	}
	.icon-widget.left .icon {
		position: static;
		left: 0;
		top: 0;
		width: auto;
		text-align: center;
	}
	.icon-widget .icon img,
	.icon-widget .icon svg,
	.icon-widget.left .icon img,
	.icon-widget.left .icon svg {
		margin: 0 0 15px;
	}
	.icon-widget.left .text {
		padding-left: 0;
	}
	
	/* Remove margin bottom from the last item */
	.take-care .icon-widget.four,
	.hosts-choose-us .icon-widget.four {
		margin-bottom: 0;
	}
	
	
	/* Testimonials */
	.testimonials-box .slick-list {
		width: 100%;
	}
	.testimonials-box .slick-arrow {
		display: none !important;
	}
	.testimonials-box .testimonials-item {
		display: block;
		width: auto;
	}
	.testimonials-box .testimonials-item .icon {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 auto;
						flex: 0 0 auto;
		width: auto;
		padding: 1.666666666666667em;
	}
	.testimonials-box .testimonials-item .icon img {
		margin: 0 auto 1em;
	}
	.testimonials-box .testimonials-item .text .quote.left svg {
		display: none;
	}
	.testimonials-box .testimonials-item .text p {
		margin: 0 0 15px;
		padding: 0;
	}
	
	
	/* Footer */
	.footer-main .nav .secondarynav {
		-webkit-column-count: 3;
			 -moz-column-count: 3;
						column-count: 3;
	}
	.footer-main .logos,
	.footer-main .nav {
		max-width: 33.25em;
		position: static;
		margin: auto;
	}
	.footer-main .logos {
		margin-bottom: 1em;
	}
	
	
	/* SHOW */
	.show {
		display: block;
	}
	.show .mainimage {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		width: 50%;
	}
	.show .content {
		padding: 2.5em 0 0;
	}
	
	
	/* SHOW - single page */
	.subpage {
		display: block;
	}
	/* rigt col - sidebar */
	.rightcol {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	
	
	/* Hosts List */
	.host-item {
		width: 50%;
	}
	
}



/* Mobile ( Extra Styling ) */
@media ( max-width: 550px ) {
	/* Footer */
	.footer-main .nav .secondarynav {
		padding-right: 5%;
	}
	.footer-main .nav .secondarynav a {
		font-size: 12px;
	}
	
	/* SHOW */
	.show .mainimage {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		width: 100%;
	}
	
	
	/* Hosts List */
	.host-item {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.host-item .host-img {
		padding: 50% 0 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 45%;
			 -moz-box-flex: 0;
				-ms-flex: 0 0 45%;
						flex: 0 0 45%;
	}
	.host-item .host-text {
		padding: 0 0 0 1.5em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
			 -moz-box-orient: vertical;
			 -moz-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
			 -moz-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
			 -moz-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		text-align: left;
	}
}



/* Mobile ( Extra Styling ) */
@media ( max-width: 374px ) {
	/* Footer */
	.footer-main .nav .secondarynav {
		-webkit-column-count: 2;
			 -moz-column-count: 2;
						column-count: 2;
		padding-right: 0;
	}
}










.parallax-mirror + .cc-section {
	position: relative;
	z-index: 1;
}










/* 
# 
#
ADDITIONAL FIXES 
#
#
*/
.content h1,
.content h2 {
	font-size: 1.5em;
	margin: 1em 0 0.5em;
	font-weight: 300;
	text-align: left;
}
.content h3 {
	margin: 1em 0 0.5em;
	text-align: left;
}
.content h1:first-child,
.content h2:first-child {
	margin-top: 0;
}
.content h1 *,
.content h2 *,
.content span {
	font-size: 1em !important;
}
.content h1 a,
.content h2 a {
	text-decoration: underline;
}
.content h1 a:hover,
.content h2 a:hover {
	text-decoration: none;
}
.content hr {
	-webkit-box-sizing: content-box;
		 -moz-box-sizing: content-box;
					box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 2.5em 0;
}

/* Become a host - page */
body.becomeahost .content table {
	display: none;
}





















/* AJAX Loader */
.ajax-loader {
	display: none;
}
.lds-ellipsis {
	/* display: block; */
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
	background: #fff;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
		 -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
			 -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
					animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
		 -moz-animation: lds-ellipsis1 0.6s infinite;
			 -o-animation: lds-ellipsis1 0.6s infinite;
					animation: lds-ellipsis1 0.6s infinite;
	background: #6D61E4;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
		 -moz-animation: lds-ellipsis2 0.6s infinite;
			 -o-animation: lds-ellipsis2 0.6s infinite;
					animation: lds-ellipsis2 0.6s infinite;
	background: #21AB85;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
		 -moz-animation: lds-ellipsis2 0.6s infinite;
			 -o-animation: lds-ellipsis2 0.6s infinite;
					animation: lds-ellipsis2 0.6s infinite;
	background: #EF266A;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
		 -moz-animation: lds-ellipsis3 0.6s infinite;
			 -o-animation: lds-ellipsis3 0.6s infinite;
					animation: lds-ellipsis3 0.6s infinite;
	background: #232F3E;
}
@-webkit-keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
						transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
}
@-moz-keyframes lds-ellipsis1 {
	0% {
		-moz-transform: scale(0);
				 transform: scale(0);
	}
	100% {
		-moz-transform: scale(1);
				 transform: scale(1);
	}
}
@-o-keyframes lds-ellipsis1 {
	0% {
		-o-transform: scale(0);
			 transform: scale(0);
	}
	100% {
		-o-transform: scale(1);
			 transform: scale(1);
	}
}
@keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
			 -moz-transform: scale(0);
				 -o-transform: scale(0);
						transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
			 -moz-transform: scale(1);
				 -o-transform: scale(1);
						transform: scale(1);
	}
}
@-webkit-keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
						transform: scale(0);
	}
}
@-moz-keyframes lds-ellipsis3 {
	0% {
		-moz-transform: scale(1);
				 transform: scale(1);
	}
	100% {
		-moz-transform: scale(0);
				 transform: scale(0);
	}
}
@-o-keyframes lds-ellipsis3 {
	0% {
		-o-transform: scale(1);
			 transform: scale(1);
	}
	100% {
		-o-transform: scale(0);
			 transform: scale(0);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
			 -moz-transform: scale(1);
				 -o-transform: scale(1);
						transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
			 -moz-transform: scale(0);
				 -o-transform: scale(0);
						transform: scale(0);
	}
}
@-webkit-keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
						transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
						transform: translate(24px, 0);
	}
}
@-moz-keyframes lds-ellipsis2 {
	0% {
		-moz-transform: translate(0, 0);
				 transform: translate(0, 0);
	}
	100% {
		-moz-transform: translate(24px, 0);
				 transform: translate(24px, 0);
	}
}
@-o-keyframes lds-ellipsis2 {
	0% {
		-o-transform: translate(0, 0);
			 transform: translate(0, 0);
	}
	100% {
		-o-transform: translate(24px, 0);
			 transform: translate(24px, 0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
			 -moz-transform: translate(0, 0);
				 -o-transform: translate(0, 0);
						transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
			 -moz-transform: translate(24px, 0);
				 -o-transform: translate(24px, 0);
						transform: translate(24px, 0);
	}
}


