.path-frontpage #e-catalogue .container-title {
    position: relative;
}
/* Rewrite and stop the scrolling X line bug on home page */
.path-frontpage .display-area {
    overflow-x: hidden !important;
}

/* Adding margin bottom to home 3 listing blocks */
.view-our-training-e-catalogue .row .col{
	margin-bottom:20px;
}
/*===============================================*/
/* COURSES LISTING         						 */
/*===============================================*/
.e-catalogue-view .row .col{
	margin-bottom:20px;
}
.e-catalogue-view .row {
	display: flex;
	flex-wrap: wrap;
}
.course{
	width:100%;	
}
.course__top{
	position:relative;
}
.course__image{
	width:100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.course__info{
	width:100%;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:22;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	  background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6)
	  );
}
.course__info-left{
	display:flex;
	justify-content:space-between;
	align-items:center;	
	color:#fff;
	font-size:14px;
}
.course__info-left{
	background-image:url(../images/clock.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20px;
	padding:5px 0 5px 25px;
}

.course__info-right{
	display:flex;
	justify-content:space-between;
	align-items:center;	
}
.course__info-right h2{
	display:none;
}
.course__info-right .field img.img-responsive{
	display:block;
	max-width:70px;
	margin-right:5px;
}
.course__details{
	width:100%;
	padding:15px;
	background-color:#f5f4f4;
}
.course__title{
	font-size:20px;
	color:#010101;
	padding:0 0 10px 0;
}
.course__title a{
	color:#010101;
	text-decoration:none;
}
.course__title a:hover{
	color:#fd6925;
}
.course__sector{
	color:#707070;
	padding:0 0 10px 0;
}
.course__language{
	color:#10b2dc;
	padding:0 0 10px 0;
	font-size:15px;
	text-transform:uppercase;
}
.course__button{
	display:flex;	
	justify-content:center;
	padding:10px 0;
}
.course__button a{
	display:block;
	background-color:#fd6925;
	color:#fff;
	text-decoration:none;
	padding:15px 50px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}
.course__button a:hover{
	background-color:#10b2dc;
}

.all-modules{
	width:100%;
	text-align:center;	
	padding:40px 0;
}
.all-modules a{
	display:inline-block;
	background-color:#10b2dc;
	color:#fff;
	text-decoration:none;
	padding:15px 50px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.all-modules a:hover{
	background-color:#fd6925;
}
.no-results-container{
	width:100%;
	text-align:center;
}

/*===============================================*/
/* ALL THEMES BUTTONS         						 */
/*===============================================*/
.all-themes-filters{
	padding:0 0 20px 0;
}
.all-themes-filters .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 0px !important;
	margin-bottom:4px;
}
.all-themes-filters .btn-primary {
    color: #fff;
    background-color: #fd6925;
    border-color: #fd6925;	
}
.all-themes-filters strong{
	font-size:24px;
	color:#fd6925;
	padding:0 0 0 0;
	font-weight:normal;
	display:block;
}
.all-themes-descriptions{
	display:none;	
}
/*===============================================*/
/* COURSES DETAILS         						 */
/*===============================================*/
.flex-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
}
.back-button a{
	color:#10b2dc;
	font-size:18px;
}
.access-training a{
	display:inline-block;
	background-color:#10b2dc;
	color:#fff;
	text-decoration:none;
	padding:15px 50px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.access-training a:hover{
	background-color:#fd6925;
}
.access-training.bottom-link{
	width:100%;
	text-align:center;
	padding:10px 0;
}

.landing-image{
	width:100%;
	position:relative;	
	margin-bottom:20px;
}
.landing-image__details{
	width:100%;
	padding:40px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:22;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	  background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6)
	  );	
}
.landing-image__details-left{
	width:100%;
	margin-right:80px;
}
.landing-image__details-right{

}
.landing-image__details-right .agency h2{
	display:none;
}
.landing-image__details-right .agency .field{
	display:flex;
	align-items:center;
}
.landing-image__details-right .agency .field .field--item{
	margin-left:10px;
}

.landing-image__details-right .agency img{
	display:block;
	max-width:150px;
}
.duration-type{
	display:flex;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
}
.duration-type .duration-type{
	display:none;
}
.duration{
	background-image:url(../images/clock.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:25px;
	padding:5px 0 5px 35px;
}
.page-node-type-course .title-area{
	font-size:36px;
	color:#fff;
	background-color:#fd6925;
	text-transform:uppercase;
	padding:0 10px;
	display:inline-block;
	width:auto;
	line-height:1.3;
}

.sector{
	padding-bottom:10px;
}
.sector .field--items{
	display:flex;
	align-items:center;	
}
.sector .field--item{
	color:#9c9c9c;
	font-size:18px;	
	padding:0px 10px 0px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.languages{
	padding-bottom:20px;
}
.languages .field--items{
	display:flex;
	align-items:center;	
}
.languages .field--item{
	color:#10b2dc;
	font-size:18px;	
	padding-right:10px;
	text-transform:uppercase;
}
/* ===== */
.modality{
	padding-bottom:5px;
	width:100%;
	display:block;
}
.modality .field{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.modality .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.modality .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.modality .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.theme{
	padding-bottom:5px;
	width:100%;
	display:block;
}
.theme .field{
	width:100%;
	display:block;
}
.theme .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.theme .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.theme .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.audience{
	padding-bottom:5px;
	width:100%;
	display:block;
}
.audience .field{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.audience .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.audience .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.audience .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.agencies{
	padding-bottom:5px;
	width:100%;
	display:block;
}
.agencies .field{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.agencies .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.agencies .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.agencies .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.certification{
	padding-bottom:5px;
	width:100%;
	display:block;
}
.certification .field{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.certification .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.certification .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.certification .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
/* ===== */
.lastupdated{
	padding-bottom:20px;
	width:100%;
	display:block;
}
.lastupdated .field{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.lastupdated .field--label{
	color:#151515;
	font-size:18px;	
	font-weight:bold;
	padding-right:20px;	
}
.lastupdated .field--items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	float:none !important;
}
.lastupdated .field--item{
	padding:5px 10px 5px 0;
	border-right:1px #ddd solid;
	margin:0 10px 0 0;
}
.description{
	font-size:18px;
	padding-bottom:20px;
	
}
/*===============================================*/
/* FILTERS AREA         						 */
/*===============================================*/
.filters-area{
	width:100%;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	padding:20px 0;
	margin:20px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.field-title{
	width:calc(25% - 20px);
	margin-right:20px;
}
/* ===== */
.field-theme{
	width:50%;
}
.field-theme .form-item{
	display:flex;
	align-items:center;
}
.field-theme .select-wrapper label{
	flex-shrink:0;
	padding-right:10px;
}

.field-theme .select-wrapper{
	display:flex;
	align-items:center;
}
.field-theme .form-select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-right:0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* ===== */
.field-sector{
	width:25%;
}
.field-sector .form-item{
	display:flex;
	align-items:center;
}
.field-sector .form-item .control-label{
	flex-shrink:0;
	padding-right:10px;
	padding-left:10px;
}
.field-sector .form-item .select-wrapper {
    margin-right:0px !important;
}
/* ===== */
.field-agency{
	width:20%;
	margin-top:10px;
}
.field-agency .form-item{
	display:flex;
	align-items:center;
}

.field-agency .form-item .control-label{
	flex-shrink:0;
	padding-right:10px;
}
/* ===== */
.field-modality{
	width:25%;
	margin-top:10px;
}
.field-modality .form-item{
	display:flex;
	align-items:center;
}
.field-modality .form-item .control-label{
	flex-shrink:0;
	padding-right:10px;
}
/* ===== */
.field-audience{
	width:25%;
	margin-top:10px;
}
.field-audience .form-item{
	display:flex;
	align-items:center;
}
.field-audience .form-item .control-label{
	flex-shrink:0;
	padding-right:10px;
}
/* ===== */
.field-languages{
	width:20%;
	margin-top:10px;
}
.field-languages .form-item{
	display:flex;
	align-items:center;
}
.field-languages .form-item .control-label{
	flex-shrink:0;
	padding-right:10px;
}
/* ===== */

.field-rest-item{
	width:auto;	
	margin-top:10px;
}
.field-rest-item .form-actions .btn, .form-actions .btn-group {
    margin-right:0px !important;
}
.total-result{
	font-size:24px;
	color:#fd6925;
font-weight:bold;
padding:10px 0 0 0;	
}

/*===============================================*/
/* Mobile  800	  					 */
/*===============================================*/
@media screen and (max-width: 800px) {
	.field-title{
		width:100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	/* ===== */
	.field-theme{
		width:100%;
		margin-bottom:10px;
	}	
	.field-theme .select-wrapper{
		margin-right:0px;
	}
	.field-sector{
	width:100%;
	margin-bottom:10px;
	}
	.field-agency{
		width:100%;
		margin-top:0px;
		margin-bottom:10px;
	}
	.field-agency .select-wrapper{
		margin-right:0px;
	}
	.field-modality{
		width:100%;
		margin-top:0px;
		margin-bottom:10px;
	}
	.field-modality .select-wrapper{
		margin-right:0px;
	}
	.field-languages{
		width:100%;
		margin-top:0px;
		margin-bottom:10px;
	}
	.field-languages .select-wrapper{
		margin-right:0px;
	}
	.field-audience{
		width:100%;
		margin-top:0px;
		margin-bottom:10px;
	}
	.field-audience .select-wrapper{
		margin-right:0px;
	}
	.field-rest-item .form-actions .btn, .form-actions .btn-group {
		margin-right:auto !important;
	}
	.field-rest-item .form-actions .btn{
		padding:6px 20px !important;
	}
	
	
/*===============================================*/
/* COURSES DETAILS         						 */
/*===============================================*/
.back-button a{
	font-size:14px;
}
.access-training a{
	padding:10px 10px;
}
.landing-image__details{
	padding:10px;	
}
.landing-image__details-left{
	margin-right:40px;
}
.landing-image__details-right .agency img{
	max-width:30px;
}
.duration-type{
	font-size:14px;
	margin-bottom:0px;
}
.duration{
	background-size:15px;
	padding:5px 0 5px 25px;
}
.title-area{
	font-size:16px !important;
}

.sector .field--items{
	flex-wrap:wrap;	
}
.sector .field--item{
	font-size:16px;	
}
.languages .field--items{
	flex-wrap:wrap;	
}
.languages .field--item{
	font-size:16px;	
}
.modality .field{
	flex-wrap:wrap;
}
.modality .field--label{
	font-size:16px;	
}
/* ===== */
.theme .field--label{
	font-size:16px;	
	width:100%;
	display:block;
}
.theme .field--items{
	flex-wrap:wrap;
}
.audience .field--label{
	font-size:16px;	
}
.agencies .field--label{
	font-size:16px;	
}
.certification .field--label{
	font-size:16px;	
}
.lastupdated .field--label{
	font-size:16px;	
}
.description{
	font-size:16px;
	
	
}
	
	
}
