/*
Theme Name: Code Sprinters Theme
Author: Code Sprinters
Version: 2.6
Text Domain: codesprinters
*/

/* Single class */
.single-class .section-title {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 36px;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
	color: #393B92;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.single-class .ca-widget {
	padding-bottom: 10px;
}

/* Class header */
.single-class .class-header {
	display: block;
	position: relative;
	margin-bottom: 20px;
	background: white;
    border-radius: 3px;
    padding: 15px 20px 50px 20px;
    box-shadow: 0px 6px 20px 0px hsla(0, 0%, 62%, 0.3);
}

.single-class .class-header.highlight {
	background: rgba(255, 248, 239, 1);
    border: 1px solid #c7562c;
	padding-top: 55px;
}

.single-class .class-header .last-seats-info {
    color: #c7562c;
	background: #fde2c0;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 7px 20px;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #c7562c;
	font-size: 14px;
}

.single-class .class-header .class-name {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 32px;
    color: rgb(39, 40, 74);
	display: block;
	margin-bottom: 15px;
}

.single-class .class-header .class-info {
	font-size: 14px;
    line-height: 24px;
    color: #5E5E5E;
	display: block;
}

.single-class .class-header .class-info .online {
	color: #ff5e49;
	font-weight: bold;
}

.single-class .class-header .class-info .online .icon {
	margin-right: 3px;
}

.single-class .class-header .class-info .caption {
	color: #c0c0c0;
}

.single-class .class-header.highlight .class-info {
	color: rgb(148, 121, 87);
}

.single-class .class-header.highlight .class-info .caption {
	color: rgb(179, 162, 140);
}

.single-class .class-header .class-info .variant-info {
    font-size: 18px;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}

.single-class .class-header .class-info .language {
    display: block;
}

.single-class .class-header .class-info .trainer-list {
    display: block;
}

.single-class .class-header .class-info .class-dates {
	white-space: nowrap;
}

.single-class .class-header .class-info .class-price {
	font-weight: bold;
	white-space: nowrap;
}

.single-class .class-header .class-info .price-hint {
	margin-top: 5px;
	font-size: 13px;
    font-style: italic;
    line-height: 15px;
	display: block;
}

.single-class .class-header .reg-link {
	text-align: right;
	font-weight: 700;
    line-height: 17px;
    font-size: 14px;
    color: #dadada;
    margin-top: 1em;
	position: absolute;
    bottom: 18px;
    right: 23px;
	transition: color 0.3s;
}

.single-class .class-header:hover .reg-link {
	color: #FF8557;
	transition: color 0.6s;
}

.single-class .class-header.highlight .reg-link {
	color: #d2ad9e;
}

.single-class .class-header.highlight:hover .reg-link {
	color: #c7562c;
}

.single-class .class-header .reg-link:after {
	content: "\27F6";
	font-size: 20px;
	position: relative;
	margin-left: 6px;
}

/* Accreditation */
.single-class .accreditation-logo {
	margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background: #27284a;
	border: none;
}

.single-class .accreditation-logo.white {
	background: white;
	border: 1px solid #eeeeee;
}

.single-class .accreditation-logo img {
	max-width: 100%;
}

/* Class Sets */
.single-class .class-sets .class-set {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
    border-radius: 3px;
	box-shadow: 0px 6px 20px 0px hsl(0deg 0% 62% / 30%);
	font-size: 13px;
	line-height: 15px;
    color: #27284a;
}

.single-class .class-sets .class-set .class-set-header {
	background: linear-gradient(350deg, rgb(0 101 201), rgb(36 73 157));
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
}

.single-class .class-sets .class-set .class-set-row {
	display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 10px 20px;
	gap: 10px;
	border-top: 1px solid rgba(40, 40, 40, 0.1);
	background: white;
	position: relative;
}

.single-class .class-sets .class-set .class-set-row:first-of-type {
	border-top: none;
}

.single-class .class-sets .class-set .class-set-row .current-class {	
	display: flex;
	align-items: center;
	gap: 10px;
}


.single-class .class-sets .class-set .class-set-row .expander {	
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	user-select: none;
}

.single-class .class-sets .class-set .class-set-row .current-class i,
.single-class .class-sets .class-set .class-set-row .expander i {
    height: 18px;
    width: 18px;
	min-width: 18px;
    display: inline-block;
}

.single-class .class-sets .class-set .class-set-row .current-class i.check {
	background-image: url('../img/icons/circle-check.png');
}

.single-class .class-sets .class-set .class-set-row .expander i.plus {
	background-image: url('../img/icons/circle-plus.png');
}

.single-class .class-sets .class-set .class-set-row .expander i.minus {
	background-image: url('../img/icons/circle-minus.png');
}

.single-class .class-sets .class-set .drawer {
	background: white;
    padding: 0 20px 12px 48px;
    font-size: 12px;
    line-height: 1em;
    color: #929292;
	display: flex;
	flex-direction: column;
}

.single-class .class-sets .class-set .class-venue {
	
}

.single-class .class-sets .class-set .meta-row {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
    line-height: 16px;
    color: #929292;
	max-width: 100%;
}

.single-class .class-sets .class-set .class-venue {
	padding-bottom: 7px;
	font-size: 13px;
    line-height: 13px;
}

.single-class .class-sets .class-set .drawer .city,
.single-class .class-sets .class-set .drawer .online {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.single-class .class-sets .class-set .drawer .city {
    color: #393B92;
	margin-right: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	max-width: 100%;
}

.single-class .class-sets .class-set .drawer .online {
	color: #ff5e49;
	margin-right: 10px;
}

.single-class .class-sets .class-set .drawer .date {
    font-family: 'Lato', sans-serif;
    color: #5E5E5E;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	max-width: 100%;
}

.single-class .class-sets .class-set .meta-row .caption {
	font-weight: normal;
    color: #C0C0C0;
}

.single-class .class-sets .class-set .drawer .class-last-seats {
    color: #c7562c;
    padding-top: 7px;
    font-weight: bold;
}

.single-class .class-sets .class-set .class-set-row .value {
	font-weight: bold;
	white-space: nowrap;
	width: 125px;
	text-align: right;
}

.single-class .class-sets .class-set .class-set-row:last-of-type {
	-webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	padding: 0 0 0 20px;
}

.single-class .class-sets .class-set .class-set-row .value.purchase-set {
	background: linear-gradient(45deg, rgb(255, 67, 64), rgb(255, 102, 76));
    color: white;
	padding: 10px 20px 10px 22px;
	width: unset;
	max-width: 125px;
	-webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
	margin-top: -1px;
	font-weight: normal;
}

/* Message box */
.single-class .message-box {
	width: 100%;
    height: 3em;
    background: rgba(250, 235, 215, 1);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: rgba(1, 2, 42, 0.85);
    font-size: 14px;
    text-align: left;
	padding: 10px 20px;
    line-height: 3em;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	border-bottom: 1px solid rgb(234, 219, 199);
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-bottom: 1px solid rgb(234, 219, 199);
	text-align: center;
	border: 1px solid rgb(234, 219, 199);
	margin-bottom: 30px;
	height: 100%;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}

.single-class .message-box a {
	font-weight: bold;
	color: black;
}

.single-class .message-box a:hover {
	text-decoration: underline;
}

/* Trainers list */

.single-class .single-trainer {
    background: white;
    padding: 25px 22px 46px 40px;
    display: flex;
    box-shadow: 0 4px 14px hsla(0, 0%, 62%, 0.3);
    margin-bottom: 20px;
    position: relative;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.single-class .single-trainer .photo {
    margin-right: 40px;
    margin-top: 10px;
}

.single-class .photo img {
    border-radius: 50px;
    border: 3px solid #393b92;
    width: 95px;
    height: 95px;
}

.single-class .single-trainer h3 {
	font-family: 'Playfair Display', serif;
	font-size: 27px;
	line-height: 36px;
	color: #393B92;
}

.single-class .single-trainer p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #5E5E5E;
}

.single-class .single-trainer .excerpt {
	display: block;
}

.single-class .single-trainer p .title {
	font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #2C2C2C;
	margin-bottom: 6px;
	display: inline-block;
}

.single-class .single-trainer a.more {
	text-align: right;
	font-weight: 700;
    line-height: 17px;
    font-size: 14px;
    color: #dadada;
    margin-top: 1em;
	position: absolute;
    bottom: 18px;
    right: 23px;
	transition: color 0.3s;
}

.single-class .single-trainer:hover a.more {
	color: #FF8557;
	transition: color 0.6s;
}

.single-class .single-trainer a.more:after {
	content: "\27F6";
	font-size: 20px;
	position: relative;
	margin-left: 6px;
}

/* Order button */

.single-class .order-button .order-link {
    background: linear-gradient(45deg, rgb(255, 67, 64), rgb(255, 102, 76));
    border: 0;
    border-radius: 3px;
    padding: 18px 10px;
    margin: 40px 0 20px 0;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
    cursor: pointer;
    display: block;
	clear: both;
}

.single-class .order-button .order-link .price {
	display: inline-block;
}

/* Prices info */

.single-class .th-price {
	text-align: center;
	width: 145px;
}

.single-class .inactive-price {
	border: 2px solid rgb(240, 240, 240);
	border-radius: 3px;
	padding: 3px 8px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: rgb(164, 164, 164);
	text-align: center;
	float: right;
}

.single-class .register-link {
	background: linear-gradient(45deg, rgb(255, 67, 64), rgb(255, 102, 76));
	border: 0;
	border-radius: 3px;
	padding: 5px 10px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: center;
	cursor: pointer;
	float: right;
}

/* Courses */
.single-class .show-course {
	text-align: center;
	cursor: pointer;
	color: rgb(57, 59, 146);
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.single-class .single-course .description {
	width: 100%;
}

.single-class .single-course .description .title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(1, 2, 42, 0.85);
} 

.single-class .single-course .description .course-name {
	margin-bottom: 1em;
}

.single-class .single-course .description .excerpt {
	font-size: 14px;
	line-height: 20px;
	color: #5E5E5E;
	display: block;
	min-height: 60px;
}

.single-class .single-course a.more {
	text-align: right;
	font-weight: 700;
    font-size: 14px;
    color: #dadada;
	position: relative;
    bottom: 0;
	float: right;
	display: inline-block;
	margin-left: 15px;
	transition: color 0.3s;
}

.single-class .single-course:hover a.more {
	color: #FF8557;
	transition: color 0.6s;
}

.single-class .single-course a.more:after{
	content: "\27F6";
	font-size: 20px;
	position: relative;
	margin-left: 6px;
}

.single-class .single-course {
    background: white;
    padding: 25px 25px 20px 25px;
    display: flex;
    box-shadow: 0 4px 14px hsla(0, 0%, 62%, 0.3);
    margin-bottom: 20px;
    position: relative;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.single-class .single-course:last-of-type {
	margin-bottom: 50px;
}

/* Classes list */

.single-class .classes-list {
	margin-bottom: 20px;
}

.single-class .classes-list .class-item {
	margin-bottom: 20px;
	box-shadow: 0 4px 14px hsla(0, 0%, 62%, 0.3);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: white;
	position: relative;
}

.single-class .classes-list .class-item.highlight {
	background: rgba(255, 248, 239, 1);
	border: 1px solid rgb(57, 59, 146);
}

.single-class .classes-list .class-item .last-seats {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 12px;
    text-align: left;
	padding: 0 10px;
    line-height: 20px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	position: absolute;
	right: -1px;
	top: -1px;
	height: 20px;
	max-width: 125px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgb(57, 59, 146);
}

.single-class .classes-list .class-box {
	padding: 20px;
	font-size: 14px;
	color: rgba(1, 2, 42, 0.85);
	display: flex;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.single-class .classes-list .class-name {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px 5px 20px;
	display: inline-block;
	font-weight: 700;
	color: rgba(1, 2, 42, 0.85);
}

.single-class .classes-list .highlight .class-name {
	padding-right: 125px;
}

.single-class .classes-list .class-meta {
    padding: 0 20px 12px 20px;
    font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
	color: #929292;
}

.single-class .classes-list .highlight .class-meta {
	border-bottom: 1px solid rgb(234, 219, 199);
	color: rgb(148, 121, 87);
}

.single-class .classes-list .class-meta .meta-row {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.single-class .classes-list .class-meta .caption {
	font-weight: normal;
	color: #c0c0c0;
}

.single-class .classes-list .highlight .class-meta .caption {
	color: rgb(179, 162, 140);
}

.single-class .classes-list .city,
.single-class .classes-list .online {
	display: inline-block;
	font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
	line-height: 14px;
	margin-right: 10px;
}

.single-class .classes-list .city {
    color: #393B92;
}

.single-class .classes-list .online {
    color: #ff5e49;	
}

.single-class .classes-list .online .icon {
	margin-right: 3px;
}

.single-class .classes-list .date {
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.single-class .classes-list .class-info {
	width: 100%;
}

.single-class .classes-list .details {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.single-class .classes-list .details:last-child {
	margin-bottom: 0px;
}

.single-class .classes-list .venue {
	width: calc(100% - 145px);
    padding-right: 10px;
}

.single-class .classes-list .register {
	text-align: center;
	width: 145px;
}

.single-class .classes-list .register-link {
	background: linear-gradient(45deg, rgb(255, 67, 64), rgb(255, 102, 76));
	border: 0;
	border-radius: 3px;
	padding: 5px 10px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: center;
	cursor: pointer;
	float: right;
}

/* Class header RWD */
@media only screen and (max-width: 767px) {
	.single-class .class-header .reg-link {
		color: #FF8557;
	}
	.single-class .class-header.highlight .reg-link {
		color: #c7562c;
	}
}

/* Courses list RWD */

@media only screen and (max-width: 767px) {
	.single-class .single-course a.more {
		color: #FF8557;
	}
}

/* Classes list RWD */
@media only screen and (max-width: 1023px) {
	.single-class .classes-list .venue {
		width: calc(100% - 145px);
	}
	.single-class .classes-list .register {
		width: 145px;
	}
}

@media only screen and (max-width: 467px), (min-width: 768px) and (max-width: 883px) {
	.single-class .classes-list .venue {
		width: calc(100% - 100px);
	}
	.single-class .classes-list .register {
		width: 100px;
	}
}