/*!
Theme Name: Great Learning Blog
Author: Nazim Ansari
Author URI: https://nazimansari.com
Description: Custom Astra child theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glb
Template: astra
*/

/**********
* Global *
**********/

html{
	scroll-behavior: smooth;
}

body {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	outline:0;
}


:focus{
	outline:0!important;
}

.updated{
	display:inline-block!important;
}

@media(max-width:1180px){
	#ast-desktop-header {
    		display: none!important;
	}
}


/* Load more button */
.load-more-wrapper{
	text-align:center;
	margin-top:40px;
}

.load-more-wrapper .load-more{
	display:inline-block;
	background: #ECF4FF;
	color: #333333;
	font-weight: 500;
	padding: 12px 30px;
	border-radius: 5px;
	transition:0.2s ease-in;
	cursor:pointer;
}

.load-more-wrapper .load-more:hover{
	background: var(--ast-global-color-0);
	color: #fff;
}

/* Block: Content Slider */

.content-slider .site-container{
	padding-bottom: 90px;
}

.content-slider .section-title{
	margin-bottom:50px;
}


/* Block: Course Slider */

.course-slider .section-title{
	margin-bottom:50px;
}

/* Block: Course CTA */
.course-cta{
	display: flex;
	grid-gap: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding:35px 25px;
	border-radius: 5px;
	box-shadow: 2px 3px 8px rgb(0, 0, 0, .08);
}

.course-cta .left-block{
	flex:0 0 38%;
}

.course-cta .left-block img{
	border-radius:5px;
}

.course-cta .right-block{
	flex:1;
}

.course-cta .title{
	display:block;
	color:#2a2a2a;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 10px;
}

.course-cta .title:hover{
	color:var(--ast-global-color-0);
}

.course-cta .meta{
	font-weight: 400;
	font-size: 13px;
	line-height: 11px;
	color: #484848;
	margin-bottom:10px;
}

.course-cta .label{
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #484848;
	background: #eef5ff;
	text-align: center;
	border-radius: 50px;
	padding: 7px 15px;
	margin-top: 17px;
}

.course-cta .meta .duration::after {
	content: "•";
	font-size: 13px;
	color: #4a4a4a;
	margin: 0px 10px;
}

.course-cta .meta .location{
	margin-right:10px;
}

.rating .avg {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;

}

.rating .stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 13px;
}

.rating .stars::before {
	content: '★★★★★';
	letter-spacing: 0px;
	background: linear-gradient(90deg, #f7ab13 var(--percent), #ddd var(--percent));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	margin: 0 5px;
}

.rating .count {
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #444;
}

.course-cta .desc{
	font-size:13px!important;
	line-height:22px!important;
	margin-bottom:0px;
}

.course-cta .btn{
	display:inline-block;
	background: var(--ast-global-color-0);
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	padding: 12px 25px;
	color: #fff;
	margin-top:25px;
}

.course-cta .btn:hover{
	opacity:0.9;
}

.course-cta .btn.btn-gray{
	background: #f5f6f7;
	color: #222;
}

.course-cta .btn.btn-black {
	background: #333;
	color: #fff;
}

.course-cta .btn.btn-white {
	background: #fff;
	color: #333;
}

.course-cta.light-text .title,
.course-cta.light-text .title:hover,
.course-cta.light-text .meta,
.light-text .rating .count,
.course-cta.light-text .meta .duration::after,
.course-cta.light-text .desc{
	color:#fff;
}

.no-content {
	text-align:center;
}

/* GL Slider */
.gl-slider {
	position: relative;
}

.gl-slider .gl-slides{
	display:flex;
	grid-gap:35px;
	overflow:visible;
}

.gl-slider-btns{
	display: flex;
	grid-gap: 20px;
	justify-content: center;
	margin-top:40px;
	padding-bottom:5px;
}

.gl-slider-nav {
	width: 72px;
	height: 72px;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, 10%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none; 
}

.single .entry-content .gl-slider-nav {
	width: 55px;
	height: 55px;
}

.gl-slider-nav.disabled {
	pointer-events: none;
	opacity: .3;
	cursor: not-allowed;
}

.gl-slider-nav:hover{
	background:#fafafa;
}

.gl-slider .gl-slides .inner-content{
	width:377px;
}

.webinars .gl-slides .inner-content{
	width:583px;
}

.home .web-stories .inner-content{
	width:274px!important;
}


.single .slider-block .gl-slider{
	overflow:hidden;
}

.single .slider-block .gl-slides{
	grid-gap:20px;
}

.single .slider-block .gl-slides .inner-content{
	width:300px;
}


/* Animations */

@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Helper classess */

.visible,
.active{
	display:block!important;
}

.pt-0{
	padding-top:0!important;
}

.pb-0{
	padding-bottom:0!important;
}

.overflow-hidden{
	overflow:hidden;
}

/************
* Homepage *
* **********/


/***********
* Courses *
***********/

.courses {
	background: #f6f7f8;
}

.courses .site-container {
	padding-bottom: 90px;
}

.tabs-wrapper .tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
	white-space: nowrap;
	overflow: scroll hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}



.tabs-wrapper .tabs::-webkit-scrollbar{
	display:none;
}

.tabs-wrapper .tab {
	color: #333;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin-right: 40px;
	cursor: pointer;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
}

.tabs-wrapper .tab:last-child {
	margin-right: 0 !important;
}

.tabs-wrapper .tab.active {
	background: #e9f2ff;
	color: #196ae5;
	border: 1px solid #DAE9FF;
}

.tabs-wrapper .tab-content {
	height: 0;
	overflow: hidden;
}

.tabs-wrapper .tab-content.active {
	height: auto;
	overflow: visible;
	animation-name: FadeIn;
	animation-duration: 0.5s;
	transition-timing-function: linear;
}

.courses .post .content {
	padding: 15px 25px 30px;
}

.courses .post .logo {
	width:100px;
	position:absolute;
	bottom:20px;
	left:20px;
	border-radius:5px;
}

.courses .post .source {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: #484848;
	letter-spacing: 0.05em;
	margin:10px 0;
}

.courses .post .title {
	font-size: 19px;
	line-height: 29px;
	margin-top: 0px;
}

.courses .post .meta {
	display: block;
	margin-top: 10px;
}

.courses .post .duration,
.courses .post .location {
	font-weight: 400;
	font-size: 13px;
	line-height: 11px;
	color: #484848;
}

.courses .post .location:before {
	content: '•';
	font-size: 13px;
	margin: 0 10px;
	color: #484848;
}

/************
* Webinars *
* **********/

.webinars {
	background: #fff;
}

.webinars .site-container {
	padding-bottom: 90px;
}

.webinars .section-title {
	margin-bottom: 55px;
}

.webinars .content {
	padding: 30px 30px 20px;
}

.webinars .title {
	font-size: 22px;
	line-height: 33px;
}

.webinars .post .meta{
	margin-top:20px;
}

.webinars .label {
	margin-top: 0;
	margin-bottom:15px;
}

.webinars .content .date {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	margin-bottom:15px;
}

.webinars .content .date:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url('https://www.mygreatlearning.com/wp-data/blog-assets/img/time-icon.svg') no-repeat;
	background-size: 15px 15px;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

/*******
* CTA *
*******/

.cta {
	background: #196AE5;
}

.cta .site-container {
	padding: 80px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single .cta .site-container {
	max-width:1240px;
}


.cta .site-container.col-1 {
	max-width:900px;
	text-align:center;
}

.cta .left-block {
	flex: 0 0 38%;
	margin-right: 60px;
}

.cta .right-block {
	flex: 1;
}

.cta .universities{
	margin-bottom:30px;
}

.cta .universities img {
	border-radius:5px;
}

.cta .universities img:not(:last-child){
	margin-right: 10px;
}

.cta .headline {
	font-weight: 800;
	font-size: 38px;
	line-height: 52px;
	color: #fff;
	margin-bottom: 35px;
}

.cta .headline > span {
	text-transform:uppercase;
	color: #FFE70F;
}


.cta .btn a{
	display:inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	background: #fff;
	padding: 17px 40px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}

.cta .btn a:hover {
	opacity: .95;
}

/* CTA : Light */

.cta.light .headline {
	color: #333333;
}

.cta.light .headline span {
	color: #FF7A00;
}

.cta.light .btn a{
	background: #196AE5;
	color: #fff;
}

.cta.light .btn a:hover {
	background: #377fed;
}


/***************
* Web Stories *
***************/

.web-stories .section-title{
	margin-bottom: 55px;
}

.web-stories .wrapper {
	/* 	display: block; */
	animation-name: FadeIn;
	animation-duration: 0.5s;
	transition-timing-function: linear;
}

.web-stories .story {
	display:block;
	height: 360px;
	border-radius: 5px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition:0.3s all;
	border-radius:5px;
}



.web-stories .story:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,67%) 100%);
	position: absolute;
	border-radius:5px;
}

.web-stories .story:hover:before{
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,70%) 100%);
	position: absolute;
	border-radius:5px;
}

.web-stories .story .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	margin-bottom: 0px;
	position: absolute;
	bottom: 30px;
	left: 25px;
	right: 25px;
}

/**********
* Footer *
**********/

.ast-custom-footer{
	background:#111;
}

.ast-custom-footer a{
	font-size:14px;
	color: #a0a0a0;
}

.ast-custom-footer a:hover{
	text-decoration:underline;
	color:#a0a0a0;
}

.ast-custom-footer .site-container{
	padding-top:50px;
	padding-bottom:50px;
}

.ast-custom-footer .widgets-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}

.ast-custom-footer .widget-title{
	font-size:20px;
	color: #cfcfcf;
	font-weight:500;
}

.ast-custom-footer .widget {
	margin-bottom: 30px;
}

.ast-custom-footer .widget li{
	margin-bottom:10px;
}

.ast-custom-footer .widget li a{
	display:block;
}


.ast-custom-footer .info-wrapper{
	display:flex;
	justify-content:space-between;
	border-top: 1px solid #6c6c6c;
	padding-top:30px;
}

.ast-custom-footer .info-wrapper .left-block{
	margin-right:40px;
}

.ast-custom-footer .social-links{
	margin-bottom:10px;
}


.ast-custom-footer .social-links a:not(:last-child){
	margin-right:10px;
}

.ast-custom-footer .site-links{
	margin-bottom:10px;
}

.ast-custom-footer .site-links ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
}

.ast-custom-footer .site-links ul li:not(:last-child){
	margin-right:30px;
}

.ast-custom-footer .copyright{
	font-size:12px;
	color: #a0a0a0;
	margin-bottom:0;
}


.ast-custom-footer .apps{
	display:flex;
}

.ast-custom-footer .apps a{
	width:260px;
	display:flex;
	align-items:center;
	border:1px solid #cfcfcf;
	border-radius:5px;
	padding: 11px 16px;
	font-size: 16px;
	color:#cfcfd0;
}

.ast-custom-footer .apps a:hover{
	text-decoration:none;
}

.ast-custom-footer .apps a:first-child{
	margin-right:15px;
}

.ast-custom-footer .apps a svg{
	margin-right:20px
}


/***********
* Archive *
* *********/



/* Sub-cat posts */
.sub-cat .site-container {
	padding-top: 20px;
}

.sub-cat .tabs-wrapper .tabs {
	margin: 0px 0px 50px;
	white-space: nowrap;
	overflow: scroll hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	justify-content: flex-start;
}

.sub-cat .tabs-wrapper .tabs::-webkit-scrollbar{
	height:2px;
	border-radius: 10px;
}

.sub-cat .tabs-wrapper .tabs::-webkit-scrollbar-thumb {
	background: #d3d3d3; 
	border-radius: 10px;
}

.sub-cat .tabs-wrapper .tabs::-webkit-scrollbar-thumb:hover {
	background: var(--ast-global-color-0); 
}



/* Topics */

.main-articles + .topics,
.sub-cat + .topics{
	margin-top:-50px;
}

.topics {
	background: #fff;
}

.topics .site-container {
	max-width: 980px;
}

.topics .topic-wrapper {
	text-align: center;
	margin-top: 40px;
}

.topics .card {
	display: inline-block;
	margin: 9px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	padding: 12px 25px;
	border-radius: 10px;
	color:  #333333;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);

}

.topics .card:hover{
	background: #ECF4FF;
	box-shadow: none;
}


/***************
* Search Page *
***************/

.search .site-content .ast-container{
	max-width: 100%;
	display: block;
	padding:0!important;
}


.search #breadcrumbs .breadcrumb_last,
.search #breadcrumbs span .sep{
	display:none;
}

/* Pagination */
.pagination {
	margin-top: 68px;
	text-align: center;
}

.pagination .page-numbers {
	display:inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	background: #ECF3FF;
	padding: 10px 20px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom:10px;
}

.pagination .page-numbers:hover {
	background: #e4edfb;
}

.pagination .current {
	background: #196AE5;
	color: #fff;
	transition: .3s ease-in-out;
}
.pagination .current:hover {
	background: #377fed;
}

/***************
* Web Stories *
***************/

.post-type-archive-web-story .web-stories .site-container{
	padding: 40px 20px 60px;
}

.post-type-archive-web-story .web-stories .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 35px;
}

/***************
* Author Page *
***************/

.author .archive-header .avatar{
	display:inline-block;
	border-radius:50%;
	margin-top:25px;
}


/***************
* Single Post *
***************/


/* Single Post: Blocks */

.single .course-slider .site-container,
.single .content-slider .site-container,
.single .topics .site-container{
	padding-top:40px;
	padding-bottom: 50px;
}

.single .course-slider .section-title,
.single .content-slider .section-title,
.single .topics .section-title{
	font-size:27px;
	line-break:34px;
	margin-bottom: 30px;
}

.single .course-slider .title,
.single .content-slider .title {
	margin-bottom:0;
}


.single .topics .topic-wrapper {
	margin-top: -5px;
}

.single .course-slider,
.single .content-slider,
.single .topics{
	margin-top:40px;
	margin-bottom:40px;
	border-radius:5px;
}




/* Author Box */
.author-box {
	display: flex;
	align-items: center;
	padding: 25px;
	border: 1px solid #eee;
	border-radius:5px;
	margin: 40px 0;
}

.author-box .left-block{
	flex:0 0 120px;
	margin-right:30px;
}

.author-box .left-block img{
	border-radius:50%;
}

.author-box .right-block{
	flex:1;
}

.author-box .right-block .title {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.author-box .right-block .bio {
	font-size: 15px;
}

.author-box .social{
	margin-top: 20px;
}
.author-box .social a{
	display:inline-block;
}

.author-box .social a:not(:last-child){
	margin-right:6px;
}

/* Recommended */

.recommended .section-title{
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom:30px;
	text-align:left;
}

.recommended .posts{
	grid-gap:25px;
}

.recommended .post .content {
	padding: 20px;
}

.recommended .post .title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom:0;
}

.recommended .post .meta{
	display:none;
}


/* Comments */

.comments-wrapper{
	margin-top:40px;
}
.comments-wrapper .comment-respond{
	padding:0!important;
}

.ast-separate-container .comments-title{
	padding:0;
	font-weight:500;
}

#comments a{
	color:#444;
}


/* Popup CTA */
.popup-widget{
	display:none;
	max-width:530px;
	position: fixed;
	bottom: 0px;
	right: 30px;

	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow: rgb(0, 0, 0, 8%) 0 3px 36px 0;
	z-index:99999;
}

.popup-widget .widget-content{
	padding: 40px;
}

.popup-widget .widget-content.active{
	padding-top:15px;
}

.popup-widget .toggle{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:10px 20px;
	grid-gap:15px;
	cursor:pointer;
}

.popup-widget .toggle strong{
	width: 375px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-widget .toggle strong svg{
	position: relative;
	top: 5px;
	margin-right: 8px;
}

.popup-widget .toggle.expanded strong{
	display:none;
}

.popup-widget .toggle span{
	display:flex;
	align-items:center;
	grid-gap:5px;
	font-size:14px;
	color:#555;
}

.popup-widget .toggle span .down{
	display:none;
}

.popup-widget .toggle.expanded span .up{
	display:none;
}


.popup-widget .toggle.expanded span .down{
	display:block;
}


.popup-widget .head{
	display:flex;
	align-items:center;
	grid-gap:30px;
	margin-bottom:15px;
}
.popup-widget .headline{
	flex:1;
}

.popup-widget .headline strong{
	display:inline;
	flex:1;
	font-size:23px;
	line-height:36px;
	font-weight:800;
}

.popup-widget .head img{
	display:block;
	flex:1;
}

.popup-widget .body{

}

.popup-widget .desc{
	font-size:15px;
	margin-bottom:25px;
	color:#333;
}

.popup-widget .desc p{
	margin-bottom:0;
}

.popup-widget .desc ul{
	list-style-type:none;
	list-style-image: url("https://www.mygreatlearning.com/wp-data/blog-assets/img/chev-right.svg");
	margin-left:12px;
	margin-bottom:0;
}

.popup-widget .desc ul li{
	line-height:23px;
	margin-bottom:5px;
}

.popup-widget .desc ul li:before{
	content:"";
	margin-right:5px;
}

.popup-widget .btn a{
	display:inline-block;
	padding:10px 25px;
	border-radius:5px;
	font-size:15px;
	font-weight:600;
}

.popup-widget .btn a:hover{
	opacity:0.9;
}

.popup-widget .btn-brand{
	background: var(--ast-global-color-0);
	color:#fff;
	border-bottom:3px solid #0049b5;
}

.popup-widget .btn-gray{
	background: #f5f6f7;
	color:#222;
	border-bottom:3px solid #d0d0d0;
}

.popup-widget .btn-white{
	background: #fff;
	color:#222;
	border-bottom:3px solid #d0d0d0;
}

.popup-widget .btn-black{
	background: #333;
	color:#fff;
	border-bottom:3px solid #000;
}


/****************
* MEDIA QUERIES
****************/

@media(min-width:1050px){
	/* GL Slider */
	.gl-slider-btns,
	.courses.slider-block .gl-slider-btns{
		position:absolute;
		top:-160px;
		right:0;
	}

	.courses .gl-slider-btns{
		top:-240px;
	}

	.sub-cat .gl-slider-btns,
	.single .slider-block .gl-slider-btns{
		position:initial;
		top:initial;
		right:initial;
	}

}

@media(min-width:769px){
	/**********
	* Global *
	**********/
	#content{
		contain:paint;
	}
	
	/* Popup widget */
	.popup-widget .widget-content.active{
		display:none!important;
	}
	
	.popup-widget .toggle.expanded strong,
	.popup-widget .toggle span .down,
	.popup-widget .toggle.expanded span .up{
		display:block;
	}
	
	.popup-widget .toggle strong,
	.popup-widget .toggle span .up,
	.popup-widget .toggle.expanded span .down {
		display:none;
	}
	
	.popup-widget .widget-content {
		padding-top: 15px;
	}

}

@media (max-width: 1350px) {

	/***************
	* Single Post *
	***************/

	/* Single Post: Blocks */

	.single .course-slider  .site-container,
	.single .content-slider  .site-container{
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media(max-width:991px){

	/************
	* Webinars *
	* **********/

	.webinars .posts .title {
		font-size: 18px;
		line-height: 30px;
	}

	.webinars .content {
		padding: 25px 25px 15px;
	}
	.webinars .meta {
		margin-top: 20px;
	}

	/*******
	* CTA *
	*******/	

	.cta .headline {
		font-size: 32px;
		line-height:44px;
	}

	.cta .btn a{
		font-size: 15px;
		padding: 14px 35px;
	}

	/**********
	* Footer *
	**********/

	.ast-custom-footer .info-wrapper{
		flex-direction:column;
		align-items:center;
		margin-top:20px;
	}

	.ast-custom-footer .info-wrapper .left-block{
		text-align:center;
		margin-right:0px;
		margin-bottom:20px;
	}

	.ast-custom-footer .site-links ul {
		justify-content: center;
	}
}


@media(max-width:900px){

	/************************
	* Archive: Web Stories *
	************************/

	.post-type-archive-web-story .web-stories .site-container{
		padding: 40px 20px 60px;
	}

	.post-type-archive-web-story .web-stories .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 35px;
	}

}



@media (max-width: 825px) {

	/*******
	* CTA *
	*******/	

	.cta .site-container {
		padding: 60px 40px;
		flex-direction: column;
		text-align: center;
	}

	.cta .left-block {
		margin-right: 0px;
	}

	.cta .universities {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {

	/**********
	* Global *
	**********/

	/* Block: Content Slider */
	.content-slider .site-container{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom:70px;
	}

	.content-slider .section-title {
		margin-bottom: 40px;
	}

	/* Block: Course Slider */

	.course-slider .section-title{
		margin-bottom:40px;
	}
	
	/* Block: Course CTA */
	.course-cta{
		flex-direction:column;
		grid-gap: 25px;
		margin-top: 40px;
		margin-bottom: 40px;
		padding:20px;
	}

	/* GL Slider */

	.gl-slider .gl-slides{
		grid-gap:25px;
		overflow-x:scroll;
		margin-left:-20px;
		margin-right:-20px;
		padding-bottom:10px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.gl-slider .gl-slides::-webkit-scrollbar {
		display: none;
	}

	.gl-slider-btns{
		display:none;
	}

	.gl-slider .gl-slides .post:first-child{
		margin-left:20px;
	}

	.gl-slider .gl-slides .post:last-child{
		margin-right:20px;
	}

	.gl-slider .gl-slides .inner-content{
		width:320px!important;
	}

	.single .slider-block{
		margin-left:-20px;
		margin-right:-20px;
	}


	/***********
	* Courses *
	* *********/

	.courses .site-container {
		padding-left:20px;
		padding-right:20px;
		padding-bottom: 70px;
	}

	/************
	* Webinars *
	* **********/

	.webinars .site-container {
		padding-left:20px;
		padding-right:20px;
		padding-bottom: 70px;
	}

	/***************
	* Web Stories *
	***************/

	.web-stories .more-button{
		margin-top:50px;
	}


	/***********
	* Archive *
	***********/

	/* Sub-cat posts */
	.sub-cat .tabs-wrapper .tabs {
		margin: 0px 0 40px;
	}

	/**********
	* Footer *
	**********/

	.ast-custom-footer .widgets-wrapper{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
	.ast-custom-footer .widget {
		margin-bottom: 0;
	}

	/***************
	* Single Post *
	***************/

	/* Author Box */
	.author-box {
		flex-direction:column;
		padding:20px;
		margin-top: 20px;
		margin-top: 40px;
	}

	.author-box .left-block{
		flex:1;
		margin-right:0;
		margin-bottom:20px;
		text-align:center;
	}

	.author-box .left-block img {
		width:70%;
	}

	.author-box .right-block .title {
		text-align:center;
		font-size: 19px;
		line-height: 29px;
		margin-bottom: 10px;
	}

	.author-box .right-block .bio {
		font-size: 15px;
		line-height:27px;
		text-align:center;
	}

	.author-box .social {
		text-align: center;
	}

	/* Popup CTA */
	.popup-widget{
		margin-left:20px;
		right: 20px;
	}

	.popup-widget .toggle span span{
		display: none;
	}
	.popup-widget .toggle strong {
		font-size: 12px;
		line-height: 20px;
		font-weight: 600;
		width: initial;
		white-space: initial;
		overflow: initial;
		text-overflow: initial;
	}

	.popup-widget .toggle strong svg{
		margin-right: 5px;
	}

	.popup-widget .widget-content{
		display:none;
		padding: 25px;
	}

}

@media (max-width: 560px) {

	/**********
	* Global *
	* ********/





	/* Block: Content Slider */
	.content-slider .site-container{
		padding-bottom:60px;
	}

	.content-slider .section-title {
		margin-bottom: 25px;
	}

	/* Block: Course Slider */

	.course-slider .section-title{
		margin-bottom:25px;
	}

	/***********
	* Courses *
	* *********/

	.courses .site-container {
		padding-bottom: 60px;
	}

	.tabs-wrapper .tabs {
		margin: 30px 0;
	}

	.tabs-wrapper .tab {
		margin-right: 20px;
		font-size: 14px;
		text-align: center;
	}

	.tabs-wrapper .post .thumb-tag {
		left: 12px;
		bottom: 12px;
		width: 120px;
	}

	/************
	* Webinars *
	* **********/

	.webinars .site-container {
		padding-bottom: 60px;
	}

	.webinars .section-title {
		margin-bottom: 30px;
	}

	.webinars .content {
		padding: 20px 20px 28px;
	}

	/*******
	* CTA *
	*******/	

	.cta .site-container {
		padding: 50px 20px;
	}

	.cta .left-block img{
		width: 80%;
	}

	.cta .universities {
		margin-bottom:10px;
	}

	.cta .universities img{
		width:60px;
		margin-bottom:12px;
	}

	.cta .headline {
		font-size: 28px;
		line-height: 40px;
		margin-bottom:25px;
	}

	/***************
	* Web Stories *
	***************/	

	.web-stories .site-container {
		padding-bottom:50px;
	}

	.web-stories .section-title{
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 34px;
	}


	/* Topics */

	.topics .topic-wrapper {
		margin-top: 20px;
	}

	.topics .card {
		padding: 10px 20px;
	}

	/***************
	* Search Page *
	***************/

	/* Pagination */
	.pagination {
		margin-top: 40px;
	}
	.pagination .page-numbers {
		font-size: 14px;
		padding: 5px 15px;

	}

	/**********
	* Footer *
	**********/

	.ast-custom-footer .apps {
		flex-direction:column;
	}

	.ast-custom-footer .apps a:first-child {
		margin-right: 0;
		margin-bottom:15px;
	}

}


@media (max-width: 520px) {

	/**********
	* Global *
	**********/


	/* GL Slider */

	.gl-slider .gl-slides{
		grid-gap:20px;
	}

	/************************
	* Archive: Web Stories *
	************************/

	.post-type-archive-web-story .web-stories .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.post-type-archive-web-story .web-stories .story {

		height: 280px;
	}

	.post-type-archive-web-story .web-stories .story .title {
		font-size: 22px;
	}

}


@media(max-width:450px){

	/**********
	* Global *
	**********/


}


@media (max-width: 420px) {

	/***********
	* Courses *
	* *********/

	.tabs-wrapper .tabs {
		justify-content: initial;
	}

	/**************
	* Single Post *
	* *************/

	/* Popup CTA */
	.popup-widget .head{
		flex-direction:column-reverse;
	}
	.popup-widget .desc ul li:before{
		margin-right:0px;
	}
}

@media(max-width: 380px){

	/************
	* Webinars *
	* **********/	

	.webinars .post .meta{
		flex-direction:column;
		align-items:flex-start;
	}

	.webinars .post .date{
		margin-bottom:0;
	}

	/*******
	* CTA *
	*******/	

	.cta .headline {
		font-size: 22px;
		line-height: 34px;
	}

	.cta .btn a{
		font-size: 13px;
		padding: 10px 24px;
	}
}

