/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.programme-row .vc_col-sm-12{
	margin-left: 36px;
}

.page-template-template-programme .programme-row .content-inner:last-child {
	margin-bottom: 0;
	margin-top: 90px;
}

@media (max-width: 768px) {
.page-template-template-programme .programme-row .content-inner:last-child {
	margin-bottom: 0;
	margin-top: 0px;
}
}

.yellow-btn-big-custom {
	margin-left: 50px;
	margin-bottom: 10px;
	line-height: 1;
}

@media (max-width: 768px) {
	.yellow-btn-big-custom {
		line-height: 1;
		margin-left: 0;
		margin-top: 0;
	}
}


.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}



@media (max-width:768px) {            
.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
		}
}
		 
.page-template-template-programme .programme-row .instance-19 {
	margin-bottom:76px !important;			
}

@media (max-width: 1000px){
	.page-template-template-programme .programme-row .instance-19 {

		margin-bottom:-80px !important;			
	}
}

@media (max-width:768px) { 
.page-template-template-programme .programme-row .content-inner .yellow-btn-big-custom {		 
			margin-top:0px;
		}
	}

@media (max-width: 1000px){
	.programme-row .vc_col-sm-12{
		margin-left: auto;
	}
}

@media (max-width:768px) {            
	.programme-row .span_12{
		display: flex;
		flex-direction: column;				
	}
	.programme-row .span_12 .vc_col-sm-5{
		order:1
	}
	.programme-row .span_12 .vc_col-sm-7{
		order:2
	}
	.programme-row .span_12 .vc_col-sm-12{
		order:3
	}
}


.page-template-template-programme .programme-row .content-inner .txtImageWrapper h4{
	position: relative;
	display: inline-block;
}

.page-template-template-programme .text-headings .txtImageWrapper .title-img-right{
	position: absolute;
	top: -25px;
	right: -45px;
	left: unset;
}

@media (max-width: 768px){
	.page-template-template-programme .text-headings .txtImageWrapper .title-img-right{
		right: -65px;
	}
}

.noheightrow-img{
	height: 0;
}

body .container-wrap .noheightrow-img .fruit-right{
	top: unset;
	bottom: 100%;
}
@media (max-width: 768px){
body .container-wrap .noheightrow-img .fruit-right{
	top: -550px;
	bottom: 100%;
	}
}
	


.page-template-template-programme .programme-row:nth-of-type(even){
	background-color: rgba(243, 207, 69, 0.6);
}

.learningObjRow{
	background-color: rgba(243, 207, 69, 0.6);
}

.learningObjectives {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.learningObjectives .objWrapper{
	width: 43%;
	text-align: center;
	transition: all ease 0.6s;
	cursor: pointer;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
}

.page-template-template-programme .programme-row .btnWrapper .regular-button.yellow-btn-big-custom{
	text-transform: capitalize;
}

@media (max-width: 768px) {
	.headTxtBtn .btnWrapper .nectar-button.yellow-btn-big-custom {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		line-height:1;
	}
	.learningObjectives .objWrapper .txtTitle{
		line-height:19.5px !important;
		margin-top:-5px;
	}

}

.learningObjectives .objWrapper::first-child{
	margin-left: 0;
}

.learningObjectives .objWrapper::last-child{
	margin-right: 0;
}

.learningObjectives .objWrapper:hover{
	background-color: #fff;
	box-shadow: 0px 4px 25px 0px #0000001F;
}


.learningObjectives .objWrapper .txtTitle{
	font-family: 'Montserrat';
	font-size: 16px;
	display: block;
	font-weight: 700;
}

.learningObjectives .objWrapper img {
	width: 100% !important;
	max-width: 140px !important;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
}



@media screen and (min-width: 560px){
	.learningObjectives .objWrapper{
		width: 45%;
	}
}

@media screen and (min-width: 768px){
	.learningObjectives .objWrapper{
		width: 30%;
	}
	.headTxtBtn{
		display: flex;
		align-items: center;
	}
	.learningObjectives .objWrapper .txtTitle{
		margin-top: 5px;
	}
}

@media screen and (min-width: 992px){
	.learningObjectives .objWrapper .txtTitle{
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px){
	.learningObjectives .objWrapper{
		width: 14.2857%;
		padding: 20px;
	}
}

@media (max-width: 1000px) {
	.page-template-template-programme .vc_col-sm-7  .btnWrapper .yellow-btn-big-custom {
		display: inline-block !important;
	}
}


.popup {
	display: none;
	position: fixed;
	z-index: 9999999999;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	height: 100%;
	overflow: auto;
	background-color: #00000040;
}


.popup-content {
	background-color: #FFFFFF;
	border-radius: 18.14px;
	padding: 36.5px;
	width: 586px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
	.popup-content {
		width: 80%;
		padding-top: 50px;
	}
}

.popup-content ul {
	list-style: circle;
	padding-left: 20px;
	overflow-y: scroll; /* Ensure scrollbar is always visible */
	max-height: 200px; /* Adjust height as needed */
	padding-right: 10px;
}

.popup-content ul li {
	margin-bottom: 10px;
	font-family: Montserrat;
	color: #676767;
	font-size: 16.32px;
	font-weight: 400;
	line-height: 27.2px;
	text-align: left;
}



.popup-content .icon {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding: 10px;
	border-radius: 50%;
	text-align: center;
	z-index: -1;
}

.popout-content-title {
	z-index: 10;
	margin-top: 60px;
	font-family: Montserrat;
	font-size: 23.58px !important;
	font-weight: 600;
	line-height: 28.74px;
	text-align: center;
	color: #676767;
	margin-bottom:45px;
}

.popout-image {
	margin-top:-15px;
	width: 100%; /* Reduces the image size to 50% of its original size */
	height: auto; /* Maintains aspect ratio */
	display: inline-block; /* Makes sure the image respects the text-align property */
}

@media (max-width: 1000px) {
	.popout-content-title {
		margin-top: 22px;
		margin-bottom:22px;
	}
	.popout-image {
		margin-top:-5px;
		}
	}

.close {	
	position: absolute;
	top: -23vh;
	right: -23vw;
	
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

@media (max-width: 1000px) {
	.close {	
		top: -17vh;
		right: 2vw;
	}
}


@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.close {
			top: -20vh;
		}
	}
}
	@media (max-width: 1000px) {
		.close:before, .close:after {
			position: absolute;
			left: 15px;
			content: ' ';
			height: 24px;
			width: 2px;
			background-color: #fff !important;
		}
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}