@import "../../../theme/css/variables.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

body.network-style:before {
	color: #000;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.video-js .vjs-icon-placeholder {
	display: none;
}

.video-js .vjs-control-bar .vjs-icon-placeholder {
	display: block !important;
}

body {
	background: #f0f0f0;
}

#network-adTitle {
	text-align: center;
	padding-top: 5px;
}

.container {
	width: 95%;
	margin: 0px auto;
}

/* HEADER */
header {
	background: white;
	padding-bottom: 10px;
}

.topHeader {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.topHeader img {
	max-width: 180px;
	object-fit: contain;
}

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

.number {
	font-size: 14px;
	color: #5d6162;
	font-weight: 300;
}

.number a {
	text-decoration: none;
}

.description {
	margin-left: 10px;
}

/* Body Styles */
.content {
	margin-top: 10px;
}

.speakerContainer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}


.speakerContainer p {
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	opacity: .6;
	margin-bottom: 0;
	font-weight: lighter;
}

.speakerContainer p.video-arrow-description {
	font-family: HelveticaNeue-Light, helvetica neue light, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	opacity: 1;
	font-size: 14px;
	margin-top: 0;
	vertical-align: top;
	text-align: center;
}

.speakerContainer p:nth-of-type(2) {
	margin-top: 5px;
}

.left-column {
	display: block;
	width: 100%;
	background: white;
	padding: 10px;
	box-sizing: border-box;
}

.right-column {
	display: block;
	width: 100%;
	text-align: center;
	background: white;
}

.doctor {
	width: 150px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

#CTALink a {
	display: none;
}

.row {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.beforePlayButtonContent p {
	font-size: 16px;
	color: #27377a;
	font-family: 'Montserrat', sans-serif;
}

.beforePlayButtonContent span {
	font-size: 32px;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.beforePlayButtonContent span.selected {
	opacity: 1;
}

.emojiWraps {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.playVSLButtonContainer {
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
}

.playVSLButton {
	background-color: #d6ef59;
	border: 1px solid #c2e028;
	width: 100%;
	height: 36px;
	color: #49555e;
	font-weight: 700;
	font-family: Arial;
	font-size: 16px;
	-webkit-box-shadow: #666 0 1px 3px;
	box-shadow: #666 0 1px 3px;
	margin: 15px auto 0;
	cursor: pointer;
}

.playVSLButton img {
	margin-right: 10px;
	height: 17px;
	padding-top: 1px;
	vertical-align: text-bottom;
}

.orderpage_btnB {
	font-weight: 700;
	background: #dfa15a;
	background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
	background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	font-family: Arial;
	color: #fff;
	font-size: 20px;
	border: solid #e47925 1px;
	text-decoration: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	box-sizing: border-box;
}

.orderpage_btnB:hover {
	background: #e47825;
	background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
	background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
	background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
	background-image: -o-linear-gradient(top, #e47825, #ba5b12);
	background-image: linear-gradient(to bottom, #e47825, #ba5b12);
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 23px;
	color: #27377a;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: helvetica neue-light, helvetica neue light, Helvetica, Arial, sans-serif;
}

h4 {
	color: #000;
	display: inline-block;
}

hr {
	border-top: 1px solid #5e5f61;
	color: #5e5f61;
	text-decoration: none;
	height: 0px;
	border-top-color: #d5d5d5
}

.hrsmll {
	width: 35px !important;
}

.wrapper {
	display: block;
	margin: 0px auto;
}

.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: “FlipH”;
}

.smftrtext {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	text-align: left;

}

.videocontainer {
	margin: 0px auto;
	padding-bottom: 10px;
	max-width: 960px;
}

.videocontainer::before {
	font-family: 'Montserrat', sans-serif;
	content: "This Simple Trick Helps Empty Your Bowels Every Morning";
	font-size: 14px;
	display: grid;
	place-items: center;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	height: 50px;
	display: none;
}

.caption {
	font-size: 14px;
	font-family: helvetica neue-light, helvetica neue light, Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 16px;
	color: #000;
	padding: 0 5px 20px 5px;
	margin-bottom: 0px;
}

.floatRight {
	float: right;
}

.vjs-poster {
	background-image: url("https://cdn.gundrymd.com/images/40.jpg") !important;
	background-size: 100%;
}



.underVideo {
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
}

.underVideo img {
	border-radius: 50%;
	max-width: 48px;
	margin-right: 16px;
}

.underVideo_right {}

.underVideo_brand {
	font-size: 14px;
	color: #030303;
	margin: 0;
}

.underVideo_sub {
	font-size: 12px;
	color: #606060;
	margin: 0;
}

.featuredSection {
	padding: 30px 22px 45px;
	color: #fff;
	background: linear-gradient(225.28deg, #4780c2 0, #27377a 100%);
}

.featuredSection_topTitle {
	font-family: 'Tiempos Headline Light', sans-serif;
	font-size: 22px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	font-family: "tiempos headline light", sans-serif;
	font-size: 22px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.featuredSection_bottomTitle {
	font-family: 'Tiempos Headline Semibold', sans-serif;
	font-size: 36px;
	letter-spacing: 1.5px;
	margin: 0;
	color: #fff;
	padding: 0;
	font-family: "tiempos headline semibold", sans-serif;
	font-size: 36px;
	letter-spacing: 1.5px;
	margin-top: 0;
}

.featuredSection_hr {
	background-color: #b8d436;
	width: 70px;
	height: 2px;
	margin: 20px 0;
	border-top: none;
}

.featuredSection_content {
	font-size: 16px;
	line-height: 15px;
	letter-spacing: .7px;
	font-family: Figtree, sans-serif;
	font-weight: 300;
	font-style: italic;
}

.featuredSection_col-right {
	margin-top: 45px;
	text-align: center;
}

.featuredSection_col-right img {
	width: 100%;
}

/* Footer Styles */
footer {
	background-color: #fff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin: 0 10px;
}

.blueText {
	color: #27377a
}

footer a,
footer a:hover,
footer a:visited {
	text-decoration: none;
	color: #333;
}

footer p {
	font-size: 12px;
	text-align: left;
	color: #333;
}

.comments {
	text-align: center;
	max-width: 920px;
	margin: auto;
	background: white;
	padding-top: 10px;
	margin-top: 30px;
}

.comments .comment-content {
	text-align: left;
}

.comments h3 {
	color: #27377a;
	margin-bottom: 0;
	margin-top: 25px;
	font-size: 28px;
}

.comments .comment {
	display: flex;
	padding: 10px 15px;
	padding-bottom: 0;
	gap: 20px;
	border-bottom: 1px solid #ccc;
}

.comments .comment.last-comment {
	border-bottom: none;
	margin-bottom: 25px;
}

.comments img {
	width: 80px;
}

.comments .name {
	color: #27377a;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.comments .text {
	color: black;
	font-size: 16px;
	margin-top: 5px;
}

.comments_disclaimer {
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.rmorebtn,
.rlessbtn {
	cursor: pointer;
}

.comments {
	margin-top: 0;
	width: 95%;
	margin: 0 auto;
}

.show_comments {
	max-height: calc(100% - 20px);
	/* Adjust as needed */
	overflow-y: auto;
}

.comments .name {
	font-size: 16px;
	position: relative;
	z-index: 10000;
}

.comments .text {
	font-size: 14px;
}

.comments img {
	width: 65px;
	margin-top: 5px;
}

.comments h3 {
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

.comments .comment-content {
	text-align: left;
	margin-bottom: 10px;
	background-color: #ececec;
	border-radius: 10px;
	padding: 0px 25px;
	/* Adjust padding if needed, ensure there's enough space for content */
	position: relative;
	/* This is crucial for positioning the pseudo-element */
}

.comments .comment-content:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	right: auto;
	top: 1px;
	bottom: auto;
	border: 32px solid;
	border-color: #ececec transparent transparent transparent;
}

.comments .comment-content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	right: auto;
	top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #ececec transparent transparent transparent;
	/* Adjusted to match your container's background */
}


.scrollable_comments {
	max-height: calc(100% - 10px);
	/* Adjust as needed */
	overflow-y: auto;
	display: none;
}

.rlessbtn,
.rmorebtn {
	padding: 10px;
	text-align: center;
	color: #27377a;
	font-size: 18px;
	margin-top: -10px;
	font-weight: bold;
	width: fit-content;
	margin: auto;
	padding: 10px 15px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 25px;
	color: #27377a;
	border: 1px solid #27377a;
}

.rlessbtn {
	display: none;
}

.comment {
	/* Your comment styles */
	margin-bottom: 10px;
}

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

	/* General Styles */
	body {
		background: #fff;
	}

	.container {
		width: 960px;
	}

	/* Header Styles */
	header {
		box-shadow: 0 0 15px #e4e5e2;
		padding: 5px 0 20px;
	}

	.topHeader {
		padding: 0;
	}

	.topHeader img {
		max-width: 200px;
	}

	.number {
		font-size: 17px;
	}

	/* Body Styles */
	.content {
		box-shadow: 0 0 25px #ccc;
		margin-top: 30px;
		padding: 20px;
		display: flex;
		max-width: 920px;
		box-shadow: 0 0 25px #ccc;
	}

	.speakerContainer {
		padding-top: 20px;
	}

	.speakerContainer .row {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.speakerContainer h4 {
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		color: #000;
		font-size: 14px;
		line-height: 24px;
		margin: 0;
		padding: 0 24px;
		vertical-align: top;
	}

	.left-column {
		/* float: left; */
		flex: 0 0 680px;
		width: 680px;
		padding: 5px;
		background: inherit;
	}

	.right-column {
		/* width: 188px;
		float: right; */
		padding-right: 20px;
		margin-left: 20px;
		padding: 5px;
		text-align: left;
		background: inherit;
	}

	.doctor {
		width: 188px;
	}

	.caption {
		font-size: 14px;
		opacity: unset;
		color: #333;
		padding: 0 5px 0 0;
	}

	.playVSLButtonContainer,
	.orderpage_btnB {
		width: 425px;
	}

	.featuredSection {
		padding: 45px 0px;
		margin-top: 30px;
	}

	.featuredSection_container {
		display: flex;
		width: 1070px;
		margin: auto;
		justify-content: center;
	}

	.featuredSection_col-left {
		flex-basis: 25%;
	}

	.featuredSection_col-right {
		margin-top: 0;
		flex-basis: 75%;
		margin-left: 100px;
	}

	.featuredSection_content {
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	/* Footer Styles */
	.smftrtext {
		margin-top: 40px;
		line-height: 19.125px;
		padding: 0;
		font-size: 12.75px;
		font-size: 12px;
		line-height: 18px;
		font-family: Figtree, sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		font-weight: 300;
	}

}

@media screen and (max-width: 1024px) {
	.comments {
		padding-bottom: 10px;
	}

	.comments .comment {
		border-bottom: 1px solid gray;
	}

	header {
		background: white;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	footer hr {
		display: none;
	}

	footer p {
		font-family: Figtree, sans-serif;
		font-weight: 300;
	}

	.smftrtext {
		margin-top: 0;
		padding-top: 30px;
		letter-spacing: 1px;
	}

	.speakerContainer h4 {
		font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
		font-weight: 400;
		line-height: 22px;
		color: #000;
		font-size: 14px;
		vertical-align: top;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.speakerContainer img {
		margin-top: 30px;
	}

	.playVSLButton {
		margin-bottom: 0px;
	}
}