
/* ---------------------------------------------------------- SHOP SECTIONS 
------------------------------------------------------------------------ */
#infobox {
	max-width: 960px;
	height: 505px;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	}

#products-filter {
	max-width: 960px;
	background-color: rgba(255, 255, 255, 1);
	border-top: #D9D9D9 1px solid;
	position: relative;
	padding: 0 25px 15px 25px;
	margin: 0;
	}

#section2 {
	max-width: 960px;
	position: relative;
	padding: 0px 15px 15px 15px;
	}

#showTime {
    font-size: 12px !important;
    max-width: 100%;
	display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    }

.diary-icon{
    position: relative;
    top: 5px;
    padding-right: 5px;
    transition: all .2s ease-in-out;
    }

.diary-icon:hover{
    transform: scale(1.1);
    cursor: pointer;
    }


/* -------------------------------------------------------- INFOBOX DISPLAY 
------------------------------------------------------------------------ */
.item-display {
	position:absolute;
	top:0;
	}

.membership_slide{
	width:100%;
	heigh:100%;
	}


/* -------------------------------------------------- INFOBOX DISPLAY IMAGE 
------------------------------------------------------------------------ */
.product-display-img {
	float:left;
	width: 560px;
	height: 315px;
	overflow:hidden;
	padding: 0;
	margin: 20px;
	}
	
.product-display-img img{
	width: 560px;
	height: 315px;
    z-index: 2;
	}

#hybridLogo{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 3;
  }

#hybridLogo2{
  display: none;
  position: absolute;
  top: -15px;
  left: -10px;
  width: 175px;
  height: auto;
  z-index: 3;
  }


/* -------------------------------------------- PRODUCT DISPLAY DESCRIPTION 
------------------------------------------------------------------------ */
.product-display-desc {
	float: left;
	width: 340px;
	height: 390px;
	max-height: 390px;
	text-align: justify;
	overflow: hidden;
	margin-top: 15px;
	background-color:rgba(255,255,255,0.5);
	}

.product-display-desc h1 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	}

.product-display-desc span.facilitator{
	display: block;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	}

.product-display-desc span.courseLength{
	display: inline-block;
	font-size: 0.7em;
	font-style: italic;
	}
	
.product-display-desc .desc-box {
	height: 300px;
	max-height: 300px;
	overflow-y: scroll !important;
	margin-top:5px;
	}
	
.product-display-desc p {
	font-size: 0.75em; /* 12px */
	}


/* --------------------------------------------- SCROLLING DESCRIPTION TEXT
------------------------------------------------------------------------ */
.scrollDesc, .backToTop{
	display: none;
	width: 335px;
	position: absolute;
	top: 360px;
	padding: 5px 3px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	color: #FFF !important;
	font-size: 12px;
	z-index: 1;
	}

.scrollDesc:hover, .backToTop:hover{
	background-color: rgba(0,0,0,0.3);
	font-size: 13px;
	transition: all 0.1s ease-out;
	}

.descFooter{
  display: none;
	width:340px;
	height:100px;
	background:url("../images/desc_box_fadein.png") 0px 0px repeat;
	position:absolute;
	bottom: 140px;
	}

.desc-box::-webkit-scrollbar { 
  	display: none; /* This hides the description box scrollbar in Safarai, Chrome and IOS */
	}

.desc-box{
	-ms-overflow-style: none;  /* This hides the description box scrollbar in IE 10+ */
	}


/* ------------------------------------------------ COUNTDOWN TIMER 
------------------------------------------------------------------------ 	*/
.upcomingEvent{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	width:100px;
	height:83px;
	background:url(../images/iconsGlobal.png) -650px -509px;
	transform: scale(0.75, 0.75);
	}

.nextEvent{
	width:500px;
  height: 0px;
	position: absolute;
	top: 285px;
  left: 39px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	background-color: rgba(50,205,50,0.75);
  border: 1px dashed #FFF;
  opacity: 0;
  z-index: -1;
	}

#countDown{
	font-weight:bold;
	}


/* ------------------------------------------------ PRODUCT DISPLAY OPTIONS 
------------------------------------------------------------------------ 	*/
.product-display-options {
	float: left;
	clear: both;
	width: 960px;
	height: 99px;
	border-top: #D9D9D9 1px solid;
	overflow: hidden;
	background-color:#FFF
	}

.product-display-options .display-option {
	float: left;
	min-width:100px;
	height: 60px;
	max-height: 60px;
	text-align:center;
	text-transform: uppercase;
	border-right: #D9D9D9 1px dashed;
	overflow: hidden;
	padding: 0 20px;
	margin: 20px 0
	}

.datesBox{
	min-width:132px !important;
	}

.product-display-options .display-option h2 {
	font-size: 0.85em;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif
	}

/* ITEM OPTION */
.product-display-options .display-option p {
	font-size: 0.7em;
	margin-top: 10px;
	padding-bottom: 0;
	}

.product-display-options .display-option span {
	font-size: 0.85em;
	margin-top: 5px;
	font-weight: bold;
	}
	
/*  OPTIONS CODE */
.selectOption {
	width: 109px;
	position:relative;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0
	}


/* ------------------------------------------------------------- BUY BUTTON 
------------------------------------------------------------------------ */
.product-display-options .display-buy, .buyButton1 {
	float: right;
	width: 156px;
	height: 78px;
	margin: 0;
	}
	
.product-display-options .display-buy .addButton, .buyButton1 .addButton{
	width: 125px;
	height: 68px;
	position: relative;
	top: 16px;
	left: -16px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
	}
	
.product-display-options .display-buy .addButton:hover, .buyButton1 .addButton:hover {
	top: 14px;
	left: -15px;
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	}

.fakeButton{
	width: 125px;
	height: 68px;
	position: absolute !important;
	top: -91px;
	right: 46px;
	}

.soldout-Buy-Button form{
	display: none
	}
	
.soldout-Buy-Button .classFull{
	width: 125px;
	height: 68px;
	position: absolute;
	bottom: 16px;
	right: 4%;
	opacity: 0.5;
	}

.dropin-Button form{
	display: none
	}
	
.dropin-Button .dropin{
	width: 125px;
	height: 68px;
	position: absolute;
	bottom: 16px;
	right: 4%;
	opacity: 0.5;
	}
	
.priority-Button form{
	display: none
	}
	
.priority-Button .priority{
	width: 125px;
	height: 68px;
	position: absolute;
	bottom: 16px;
	right: 4%;
	opacity: 0.5;
	}

.show-external-class-Button .external_Teacher, .show-youtube-class-Button .youtube_button, .show-patreon-class-Button .patreon_button{
  width: 125px;
	height: 68px;
	position: absolute;
	bottom: 16px;
	right: 4%;
  }


/* -------------------------------------------------------------- QUOTE BOX 
------------------------------------------------------------------------ */
#feedback {
  width: 930px;
  text-align: center;
  margin: 10px 15px;
  clear: both;
  }

#feedback p {
  display: inline-block;
  font-size: 1.2em;
  font-style: italic;
  color: #999;
  width: 898px;
  padding: 15px;
  border: 1px solid #ddd;
  }

#feedback p span {
  display: inline-block; /* Display the author on a new line */
  }

/* ---------------------------------------------------------- PRODUCT BOXES 
------------------------------------------------------------------------ */
.product, .addBox, .deleteProduct {
	float:left;
	width:290px;
	cursor:pointer;
	background-color:rgba(255, 255, 255, 1.0);	
	position:relative;
	padding:0;
	margin:10px;
	overflow: hidden;
	}

.product a:link, .product a:hover, .product a:visited{
color: #888 !important;
text-decoration: none !important; 
}

.addBox, .deleteProduct {
  	transition:all 0.4s ease-in-out;
	}

.addBox:hover {
	box-shadow:2px 2px 5px rgba(0,0,0,0.1);
	top:-5px;
	left:0;
	}

.product .zoomImg{
	width: 290px;
	height:162px;
	overflow: hidden;
	}

.product img, .deleteProduct img {
	width:290px;
	height:162px;
	border-bottom:1px solid #D9D9D9;
	position:relative;
	top:0;
	left:0
	}

.product img {
  	transition: all 0.5s !important;
	}

.product img:hover {
  	transform: scale(1.05);
	}

.product .overlay_category, .product .overlay_time, .product .overlay_level, .product .alllevels, .product .beginner, .product .intermediate, .product .advanced{
	position: absolute;
	line-height: normal;
	font-style: normal;
	font-family: Lato, sans-serif;
	}

.product .overlay_category{
	background: #fff;
	top: 0;
	left: 0;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	}

.product .overlay_time, .product .overlay_level, .product .alllevels, .product .beginner, .product .intermediate, .product .advanced{
	top: 135px;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	font-weight: 400;
	}

.product .overlay_time{
	left: 10px;
	}

.product .alllevels, .product .beginner, .product .intermediate, .product .advanced{
	right: 10px;
	}

.product .alllevels:before, .product .beginner:before, .product .intermediate:before, .product .advanced:before{
	content: ""; 
	width: 22px;
	height: 22px;
	line-height: normal;
	float: left;
	margin: -5px 5px;
	overflow: hidden;
	transform: scale(0.8);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5) !important;
	}

.product .alllevels:before{
	background: url("../social-media-bar/graphics-050319-1.png") no-repeat -301px -15px;
	}

.product .beginner:before{
	background: url("../social-media-bar/graphics-050319-1.png") no-repeat -359px -15px;
	}

.product .intermediate:before{
	background: url("../social-media-bar/graphics-050319-1.png") no-repeat -418px -15px;
	}

.product .advanced:before{
	background: url("../social-media-bar/graphics-050319-1.png") no-repeat -477px -15px;
	}

.hidden {
  display: none;
}

.product p.classStock1, .product p.classStock2, .product p.classStock3, p.classStockFull, p.priorityBooking, p.online, p.external, p.youtube, .product p.membership{
	width:290px;
	height:25px;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:4px 0 0 0;
	margin: 0;
	/* border-bottom:1px solid #D9D9D9; */
	}

.product p.classStock1, .item-display span.classStock1{
	color:#69d613;/* Green */
	}
	
.product p.classStock2, .item-display span.classStock2{
	color:#ff9900; /* Amber */
	}
	
.product p.classStock3, .item-display span.classStock3{
	color:#ff3434; /* Red */
	}

.stockGreen, .stockRed, .stockAmber{
  color: #fff !important;
  padding: 6px 10px;
}

.stockGreen{
  background-color: #77eb7f;
}

.stockAmber{
  background-color: #ffc97f;
}

.stockRed{
  background-color: #eb7777;
}

.product p.online{
	color:#69d613;/* Green */
	}
	
.product p.classStockFull, .product p.priorityBooking, .product p.external, .product p.youtube{
	background-color:#d1d1d1; /* Greyed Out */
	}

.fullyBooked{
	width:192px;
	height:120px;
	background:url(../images/iconsGlobal.png) -454px -690px;
	position:absolute;
	top:100px;
	right:0px
	}

.priorityStamp{
	width:100px;
	height:83px;
	background:url(../images/iconsGlobal.png) -650px -509px;
	position:absolute;
	top:-15px;
	right:-25px
}

.product .ps_desc, .deleteProduct .ps_desc {
	font-size: 1em;
	overflow: hidden;
	margin: 0;
	}

.product .ps_desc h2, .deleteProduct .ps_desc h2 {
	font-size:1.3em;
	color:#666;
	text-align:left;
	border-bottom:1px solid #D9D9D9;
	padding:0;
	margin:0;
	}

.product .ps_desc p, .deleteProduct .ps_desc p {
	font-size:1em;
	font-weight:bold;
	color:#888;
	text-align:left;
	padding:5px 0 0 0;
	margin:0
	}

.product .ps_desc p.classDates{
	font-size:1em;
	font-weight:bold;
	}

.pName, .pFacilitator, .membership {
	display: block;
	text-align: center !important;
	}

.pName {
	font-size: 14px;
	font-weight: bold !important;
	color: #666 !important;
	text-transform: uppercase !important;
	padding-top: 10px !important;
	}

.pFacilitator{
	font-size: 14px;
	text-transform: uppercase !important;
	}

.membership{
	color: #fff !important;
	background-color: #339999 !important; /* Aqua type colour */
	margin-top: 5px !important;
	}

#add_item{
	height:277px;
	background:url("../images/shop-page/add-item.png") no-repeat #FFF;
	background-position:center;
	}

.deleteProduct{
	cursor:auto;
	top:30px;
	float:none;
	margin:0;
	}

.cta-small {
	display: none;
	height:30px;
	position:relative;
	top:0;
	padding:10px 0 0 0;
	margin: 10px 0 0 0
	}

.cta-small p {
	font-size:12px;
	color:#bebebe;
	position:absolute;
	top:6px;
	right:30px
	}

.cta-small span {
	width:12px;
	height:12px;
	background:url("../images/classes/class-logos.png") -183px -549px;
	position:absolute;
	top:8px;
	right:10px
	}


/* -------------------------------------------------------------- EDIT ITEM 
------------------------------------------------------------------------ */
.edit {
	color:#e253a3 !important;
	text-decoration:none !important;
	}
	
.edit:hover{
	color:#fff !important;
	text-decoration:none !important;
	}
	
.editItem{
	width:188px;
	text-align: center;
	border-top:#ccc 1px dashed;
	background-color:#FFF;
	padding:5px 0
	}

.editItem:hover{
	background-color:#eaeaea;
	}


/* ------------------------------------------------ SHOPPING BAG BUY BUTTON 
------------------------------------------------------------------------ */
.basket_form .button {
	float:right;
	clear:both;
	width: 100px;
	height: 62px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
	}

.basket_form .button:hover {
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	}


/* -------------------------------------------------- ADD/UPDATE CLASS FORM 
------------------------------------------------------------------------ */
#add_popup h1, #edit_popup h1{
	border:none !important;
	padding:0 !important;
	}

.item-add {
	float:left;
	clear:both;
	width:720px;
	padding-bottom: 25px;
	}

.item-add-img{
	width:400px;
	float:left;
	clear:none;
	padding: 0 0 5px 0;
	}

.item-add-img img{
	border: #CCC 1px dashed;
	}

.item-add-desc {
	float: right;
	width: 280px;
	text-align: justify;
	overflow: hidden;
	padding: 5px;
	}

.item-add-desc h1 {
	display:inline-block;
	font-size: 1em;
	border:none !important;
	padding:0 !important;
	margin: 0
	}
	
.item-add-desc p {
	font-size: 0.75em; /* 12px */
	margin: 0 0 10px 0
	}

.item-add-options {
	float: left;
	border-top: #EEE 1px solid;
	background-color:#FFF;
	}

.item-add-options .item-add-option {
	float: left;
	height: 60px;
	border-right: #CCC 1px dashed;
	padding: 0 15px;
	margin-top: 15px;	
	}
	
.item-add-options .end_of_line{
	border-right: none !important;
	margin-top: 15px;
	}
	
.item-add-options .end_of_line input{
	width:95px;
	margin-top: 25px;
	}

.item-add-options .item-add-option h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif
	}

.item-add-options .item-add-option p {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	}

.item-add-options .item-add-option .number_input{
	max-width:50px
	}
	
.item-add-options .item-add-option .category_input{
	max-width:75px
	}
	
/* BUY BUTTON */
.item-add-options .item-add-buy {
	float: right;
	width: 156px;
	height: 78px;
	overflow: hidden;
	margin: 10px 20px;
	}

.item-add-options .display-buy .addButton {
	width: 100px;
	height: 62px;
	position: relative;
	top: 9px;
	left: 29px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
	}

.item-add-options .display-buy .addButton:hover {
	top: 7px;
	left: 31px;
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	}
	

/* ------------------------------------------------------------- PAGINATION 
------------------------------------------------------------------------ */
.paginationP{
float:left;
clear:left;
font-size:1em;
margin-left:25px;
color:#ccc;
}

.pagination{
float:left !important;
clear:none !important;
list-style:none !important;
text-align:center;
margin-left:15px
}

.pagination li{
float: left !important; 
margin-right: 16px; 
padding:0px;
color:#CCCCCC;
}

.pagination li:hover{ 
color:#86D8D1; 
cursor: pointer; 
}

.pagination li a {
color:#CCCCCC;
}



/* ----------------------------------------------------- LOVE IT/UN-LOVE IT 
------------------------------------------------------------------------ */
.love, .unlove {
	text-align:center;
	font-size: 16px !important;
	color: #999 !important;
	margin-top: 18px !important;
	cursor:pointer;
	text-decoration:none !important;	
	}

.love:hover, .unlove:hover {
	color: #86D8D1 !important;
	text-decoration:none !important;
	}

.unlove{
	display:none;
	}
		
.item-price {
	text-align:center;
	/* color: #090 !important; normal Green colour*/ 
	color: #0F4C81 !important; /* Classic Blue colour odf the year */
	margin-top: 17px !important;
	}

.love-it-small {
	display:block;
	color:#86D8D1;
	position:absolute;
	top:15px;
	right:30px;
	}





/*********************************************
*
*  NEW BUY PAGE & TABS TEST
*
**********************************************/

/* ---------------------------------------------------- SECTION 1
------------------------------------------------------------------------ */
#section1{
width: 930px;
height: 523px;
/* height: 370px; If using the 3 image slide test */
position: relative;
margin: 15px;
}

.featuredCourse{
width: 930px;
height: 523px;
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

.featuredCourse img{
width: 930px;
height: 523px;
/* object-fit: cover; This will cover the area of the container without stretching */
}

.class_large{
width: 565.5px;
padding: 0;
margin-right: 15px !important;
float: left;
position: relative;
}

.smaller-classes{
width: 349.5px;
float: left;
position: relative;
}

.class_small{
margin-right: 0 !important;
position: relative;
}

.class_large a img, .class_small a img{
width: 100%;
}

.class_large a img{
height: 400px;
}

.class_small a img{
height: 196.6px;
}

.featuredCourse a p.overlay_category,
.class_large a p.overlay_category,
.class_small a p.overlay_category{
position: absolute;
top: 0px;
left: 0px;
font: 14px normal normalLato, sans-serif;
background: #fff;
padding: 8px 10px;
text-align: center;
text-transform: uppercase;
}

.featuredCourse a:hover,
.class_large a:hover,
.class_small a:hover{
text-decoration: none !important;
color: #666 !important;
}




#itemInfoBox{
width: 930px !important;
position: relative !important;
clear: both !important;
margin: 0 !important;
padding: 15px 15px 0 15px !important;
border-bottom: #D9D9D9 1px solid;
}

.coursesMainInfo{
width: 100%;
float: left;
clear: both;
position: relative;
}

.video-container {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
}

.video-thumbnail {
width: 100%;
height: 100%;
object-fit: cover;
}

.play-button {
position: absolute;
bottom: 15px;
right: 10px;
font-size: 1em;
color: white;
background-color: rgba(255,190,152,0.6);
padding: 10px 20px;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}

.play-button:hover {
background-color: rgba(255, 190, 152, 0.9);
}

.coursesMainInfo img{
width: 930px;
height: 523px;
background-color: #fff;
}

.coursesMainInfo figcaption {
display: none;
border-left: 3px solid #ccc;
padding-left: 10px;
margin-top: 8px;
font-style: italic;
}

.coursesMainInfo h1{
font-weight: bold;
}

.coursesMainInfo p{
font-size: 16px;
}

.price {
font-weight: normal !important;
font-size: 20px !important;
color: #0F4C81 !important;
margin-top: -15px;
}

.backToClassesLink{
float: right;
clear: right;
margin: 0 auto;
text-align: center;
}

.backToClassesLink p{
/* position: relative; */
top: 15px;
padding: 0 !important;
}

/* ---------------------------------------------------- SECTION 2
------------------------------------------------------------------------ */
.coursesInfoBoxes{
float: left;
clear: both;
width: 100%;
border: #D9D9D9 1px solid;
margin-bottom: 15px;
}

.coursesInfoBoxes .display-option {
float: left;
min-width:100px;
height: 60px;
max-height: 60px;
text-align:center;
text-transform: uppercase;
border-right: #D9D9D9 1px dashed;
overflow: hidden;
padding: 0 20px;
margin: 20px 0
}

.coursesInfoBoxes .datesBox{
min-width:132px !important;
}

.coursesInfoBoxes .display-option h2 {
font-size: 0.85em;
font-weight: normal;
color: #666;
font-family: Arial, Helvetica, sans-serif
}

/* ITEM OPTION */
.coursesInfoBoxes .display-option p {
font-size: 0.7em;
margin-top: 10px;
padding-bottom: 0;
}

.coursesInfoBoxes .display-option span {
font-size: 0.8em;
margin-top: 5px;
font-weight: bold;
}

/* ------------------------------------------------------------- BUY BUTTON 
------------------------------------------------------------------------ */
.coursesInfoBoxes .priority img,
.coursesInfoBoxes .dropin img,
.coursesInfoBoxes .soldout img,
.coursesInfoBoxes .ended img,
.coursesInfoBoxes .externalEvent img{
width: 125px !important;
height: 60px !important;
position: relative;
top: 20px !important;
left: 20px !important;
float: left !important;
-moz-box-shadow: 2px 2px 5px #ccc;
-webkit-box-shadow: 2px 2px 5px #ccc;
box-shadow: 2px 2px 5px #ccc;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.1s ease-out;
}

.coursesInfoBoxes .externalEvent img{
width: 110px !important;
height: 53px !important;
left: 15px !important;
}

.coursesInfoBoxes .buyButton1 {
float: left !important;
width: 125px !important;
height: 60px !important;
}

.coursesInfoBoxes .buyButton1 .addButton {
width: 125px !important;
height: 60px !important;
position: relative;
top: 20px !important;
left: 20px !important;
float: left !important; 
}

.coursesInfoBoxes .buyButton1 .addButton:hover {
top: 14px;
left: 14px;
-moz-box-shadow: 0px 0px 0px #ccc;
-webkit-box-shadow: 0px 0px 0px #ccc;
box-shadow: 0px 0px 0px #ccc;
}

.coursesInfoBoxes .fakeButton{
width: 125px;
height: 68px;
position: absolute !important;
top: -91px;
right: 46px;
}

.coursesInfoBoxes .soldout form,
.coursesInfoBoxes .dropin form,
.coursesInfoBoxes .priority form{
display: none
}


/* ---------------------------------------------------- SECONDARY
------------------------------------------------------------------------ */
.coursesSecondaryInfo{
width: 930px;
position: relative;
clear: both;
margin: 0 auto;
margin-bottom: 15px;
}

#hybridLogoNEW{
display: none;
position: absolute;
top: 55px;
right: 20px;
width: 175px;
}

.descHeader{
padding-bottom: 10px;
margin-bottom: 10px;
/* border-bottom: 1px #999 dashed; */
}

.overlayName, .overlayFacilitator{
font-weight: bold;
text-transform: uppercase;
}

.overlayName{
font-size: 2em;
}

.overlayFacilitator{
font-size: 1.5em;
font-weight: normal;
font-style: italic;
}

.coursesSecondaryInfo ul{
padding: 10px
}

.coursesSecondaryInfo ul.tabs{
margin: 0px;
padding: 0px;
margin-right: -1px;
list-style: none;
}

.coursesSecondaryInfo ul.tabs li{
background: none;
color: #999;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
border: 1px #D9D9D9 solid;
border-bottom: none;
border-top-left-radius:3px;  
border-top-right-radius:3px;
}

.coursesSecondaryInfo ul.tabs li:hover {
background-color: rgba(255, 190, 152, 0.6) !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
color: #FFF;
border: 1px #FFF solid;
border-bottom: none;
}

.coursesSecondaryInfo ul.tabs li.current{
background-color: rgba(255, 190, 152, 1) !important;
color: #FFF;
border: 1px #FFF solid;
border-bottom: none;
}

.tab-content{
display: none;
padding: 30px;
border: 1px #D9D9D9 solid;
border-radius:3px;
}

.tab-content.current{
display: inherit;
}

.dropintext{
  color: #fff;
  padding: 20px;
  background-color: rgba(255, 190, 152, 0.6);
  margin-bottom: 10px;
  border-radius: 10px;
}

/*********************************************
*
*  YOUTUBE PLAYLIST
*
**********************************************/
#extraContent{
display: block;
overflow: hidden;
clear: both;
padding: 15px;
}

.banner {
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
width: 100%;
}

.dynamic-heading {
padding: 10px;
/* background-color: #ccc; */
/* color: #fff; */
margin: 0 20px;
font-style: italic;
}

.line {
flex-grow: 1; /* Allows the lines to take up the available space */
background-color: #999;
height: 1px;
}

.playlist p{
text-align: center;
font-size: 0.9em;
}

/*********************************************
*
*  PROFILE CARD TEST CSS
*
**********************************************/
.profile-card {
  display: flex;
  align-items: flex-start;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 15px;
}

.profile-image img {
  width: 100px; /* Adjust as necessary */
  height: auto;
  border-radius: 50%;
  margin-right: 20px;
}

.profile-content {
  flex: 1;
}

.header-with-icons {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.profile-content h2 {
  display: inline-block;
  color: #666;
  font-size: 1.5em;
  font-style: italic;
  padding-right: 5px; /* Adjust as needed */
}

.social-links {
  /* Add styles for your social media icons here */
  display: inline-block;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; /* Size of the circles */
  height: 30px; /* Size of the circles */
  border-radius: 50%;
  color: #666 !important; /* Icon color */
  background-color: #fff; /* Circle background color */
  text-decoration: none;
  border: 1px solid #666;
}

.social-icon i {
  font-size: 16px; /* Size of the icons */
  padding: 0 !important;
  margin: 0 !important;
}

.profile-content p {
  margin-top: 10px;
  padding-bottom: 0 !important;
}

.profile-footer {
  padding-top: 0px !important;
  position: relative;
  text-align: right;
}

.profile-footer p {
  color: #666;
  text-decoration: none;
  font-style: italic;
}

/* If you're using Font Awesome for social icons, add the class here */
.fab {
  margin-right: 10px; /* Adjust spacing between icons */
  /* Style for the icons */
}

/*********************************************
*
*  FAQ PAGE CSS
*
**********************************************/
#faqContainer{
overflow:auto;
margin:0;
}

.sectionHeaders{
font-size:12px;
padding:0;
margin:10px auto 0 auto;
position:relative;
top:0;
left:0
}

.controls{
position:absolute;
top:0;
right:0
}

h1.anchor a:link, h1.anchor a:visited, h1.anchor a:hover{
color:#000;
text-decoration:none !important
}

#courses_Faq, #hire_Faq, #misc_Faq, #zoom_Faq, #general_Faq{
list-style:none;
color:#033;
margin:0 auto 20px;
padding:0;
font:12px Verdana,Arial
}

#courses_Faq h2, #hire_Faq h2, #misc_Faq h2, #zoom_Faq h2, #general_Faq h{
border:1px solid #d9d9d9;
padding:6px 6px 8px;
font-weight:bold;
margin-top:5px;
cursor:pointer;
background:url(../images/faq-page/header.gif)
}

#courses_Faq h2:hover, #hire_Faq h2:hover, #misc_Faq h2:hover, #zoom_Faq h2:hover, #general_Faq h2:hover{
background:url(../images/faq-page/header_over.gif)
}

#courses_Faq .faq-section, #hire_Faq .faq-section, #misc_Faq .faq-section, #zoom_Faq .faq-section, #general_Faq .faq-section{
overflow:hidden;
background:#fff
}

#courses_Faq .faq-content, #hire_Faq .faq-content, #misc_Faq .faq-content, #zoom_Faq .faq-content, #general_Faq .faq-content{
padding:15px;
border:1px solid #d9d9d9;
border-top:none;
background:#fff
}