@import "../../../theme/variables.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

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;
}

body {
	background: #f0f0f0;
}
.network-style:before {
	color: #000;
}
#network-adTitle {
	padding: 5px 0;
	text-align: center;
}

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

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

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

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

.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;
}

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

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

.topHeader img {
	max-width: 180px;
	align-self: center;
}

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

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

/* Body Styles */
.speakerContainer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

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

#vidalytics_embed_26uDuxH0NpsGUGKS{
	z-index: 9999;
  }

  .vid_embed--is-fullscreen .btnOverlay{
	position: absolute;
	bottom: 30px;
	left: 50%; /* Move the element 50% from the left */
	transform: translateX(-50%); /* Shift it back by 50% of its width to center it */
	width: 100%;
	z-index: 10000;
	max-width: 440px;
  }

  .video__nextPageHidden {
	opacity: 0;
	height: 0;
	cursor: initial;
	pointer-events: none;
  }

  .video__nextPageShown {
	display: block;
	border: 1px solid #E47925;
	background: #DFA15A;
	background-image: linear-gradient(to bottom,#dfa15a,#ed8924);
	box-shadow: 0 1px 3px #666666;
	height: initial;
	animation: fade-in 2s;
	text-transform: uppercase;
	}

	.video__nextPageShown:hover {
	  background-image: linear-gradient(to bottom,#e47825,#ba5b12);
	}


  .video__embedDesktop{
	z-index: 100000000;
  }

.video__overLayBtn{
	position: fixed;
	bottom: 30px;
	left: 50%; /* Move the element 50% from the left */
	transform: translateX(-50%); /* Shift it back by 50% of its width to center it */
	width: 100%;
	z-index: 10000000000000000;
	max-width: 440px;
	text-transform: none;
  }

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

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

.doctor_name {
	color: #24376e;
	font-weight: 700;
}

.clear {
	clear: both;
}

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

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

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

.video__nextPageHidden {
	display: none;
}

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

.playVSLButtonContainer {
	text-align: center;
	margin: 0 auto 20px auto;
	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: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	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;
}

h4 {
	color: #000;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

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

.hrsmll {
	width: 35px;
}

.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;
}

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

.caption {
	font-size: 15px;
	color: #333;
}

.shield {
	margin-bottom: 0;
	padding-left: 0;
}

.shield li {
	background: url("	https://www2.thegutrehab.com/assets/img/favicon.png") no-repeat 9px 7px;
	width: 270px;
	list-style: none;
	padding-left: 58px;
	font-size: 15px;
	margin-bottom: 30px;
	background-size: 40px;
}

.points-container {
	width: 670px;
	margin: auto;
	padding: 10px 20px 1px 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
}

.font18 {
	font-size: 18px;
	margin-top: 0;
}

.center {
	text-align: center;
}

.inThis {
	margin-top: 40px;
}

.checkbox {
	width: 250px;
	vertical-align: top;
	margin-left: 25px;
	position: relative;
	top: 510px;
}

#checkbox_box {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border: 2px solid black;
	background-color: #f0f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
	margin-right: 5px;
}

.checkbox_free {
	vertical-align: middle;
	color: #b8d436;
	font-size: 25px;
	font-weight: 900;
}

#green-check {
	padding-top: 3px;
	width: 27px;
}

.inlineBlock {
	display: inline-block;
}

.m0 {
	margin: 0;
}
 

.vjs-big-play-button {
	display: none;
}

.underVideo {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  text-align: left;
  padding-top: 15px; 
}

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

.underVideoBrand {
  font-size: 14px;
  font-weight: 500;
  color: #030303;
  margin: 0;
}

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

.featuredSection { 
  color: #fff;
} 

.rowFeature{
  background: linear-gradient(225.28deg,#4780c2 0,#27377a 100%); 
  display: flex;
  width: 100%;
  margin-top:50px;
}

.featuredSection_topTitle {
  font-family: var(--tiemposLight), sans-serif;
  font-size: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.featuredSection_bottomTitle {
  font-family:  sans-serif;
  font-size: 36px;
  font-weight: 200;
  padding: 0;
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 0;
}

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

.featuredSection_content {
  font-family: var(--proximaNovaLightItalic), sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;
}


@media screen and (min-width: 1025px) {
	/* General Styles */
	body {
		background: #fff;
	}

	.container {
		width: 960px;
	}

	/* Header Styles */
	header {
		box-shadow: 0 8px 18px -9px #949494;
		height: 115px;
		padding-bottom: 0;
	}

	.topHeader {
		padding: 0;
	}

	.topHeader img {
		max-width: 240px;
		margin-top: 5px;
	}

	.number {
		font-size: 17px;
		font-weight: 700;
	}
  .featuredSection {
      display: flex;
      margin: auto;
      width: 1070px; 
      padding: 45px 0; 
  }
  
  .featuredSection_col-left{
    flex-basis: 25%;
  }
  
  .featuredSection_col-right{
    flex-basis: 75%;
    margin-left: 105px;
  }


	/* Body Styles */
	.content {
		box-shadow: 0 0 25px #ccc;
		height: 600px;
	}

	.speakerContainer {
		font-family: helvetica neue-light,helvetica neue light,Helvetica,Arial,sans-serif;
		padding: 30px 0;
		font-size: 16px;
		font-weight: unset;
	}

	.videocontainer {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.left-column {
		float: left;
		width: 680px;
		margin-left: 20px;
		padding: 0;
	}

	.right-column {
		width: 188px;
		float: right;
		padding-right: 20px;
		margin-right: 20px;
		text-align: left;
	}

	.doctor {
		width: 188px;
	}

	.caption {
		font-size: 14px;
	}

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

	h4 {
		color: #62666a;
		padding-right: 30px;
		padding-left: 30px;
	}

	.floatRight {
		float: right;
	}

	/* Footer Styles */
	.smftrtext {
		margin-top: 40px;
		text-align: left;
		line-height: 19.125px;
		padding: 0;
	} 
}

@media screen and (max-width: 1024px) {
  .doctor{
    margin: 0;
  }

  .orderpage_btnB {
	font-size: 15px;
  }

  .mobile-dr{ 
    width: 100%;
    display: flex;
    box-sizing: border-box; 
  }

  .mobile-dr-description{ 
    width: 90%;
    padding: 10px 15px 10px;
    margin: auto;
    text-align: center;
  }

  .mobile-dr-description .caption {
    font-size: 14px;
  }
    
  .featuredSection {  
    padding: 30px 22px 45px;
    background: linear-gradient(225.28deg,#4780c2 0,#27377a 100%);
  }

  .featuredSection_content {
    font-size: 16px;
    letter-spacing: .7px;
  }

  .featuredSection_bottomTitle{
    margin-bottom: 10px;
  }

  .featuredSection_col-right{
    display: flex;
    margin-top: 45px;
  }
  .featuredSection_col-right img{
    margin: auto;
	width: 100%;
  }

  .points-container{
	width: 85% !important;
  }

  .speakerContainer {
		font-family: HelveticaNeue-Light,helvetica neue light,Helvetica,Arial,sans-serif; 
		font-size: 16px;
		font-weight: 100;
    color: #333;
    text-align: center;
	}

}

@media screen and (max-width: 360px) {
	.shield li {
		width:264px;
	}
}