/*
Theme Name: Code Sprinters Theme
Author: Code Sprinters
Version: 1.3
Text Domain: codesprinters
*/

/* Class details widget */ 

.class-details-widget .header {
	padding: 25px 20px;
	background: rgba(1,2,42,.85);
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	display: flex;
	width: 100%;
	box-shadow: 0 0px 20px hsla(0, 0%, 62%, 0.3);
	-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;
}

.class-details-widget .header a {
	color: #fff;
}


.class-details-widget .header a:hover {
	text-decoration: underline;
}

.class-details-widget .details {
	box-shadow: 0 12px 20px hsla(0, 0%, 62%, 0.3);
	background: white;
	margin-bottom: 0;
	-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;
}

.class-details-widget .details .info-row {
	padding: 20px 20px;
	color: rgba(1, 2, 42, 0.85);
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
	margin-bottom: 0;
	display: flex;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
    color: #27284a;
	align-items: center;
}

.class-details-widget .details .info-row:last-of-type {
	border: none;
}

.class-details-widget .info-row .key {
	width: 50%;
    text-align: left;
	padding-right: 10px;
	line-height: 18px;
}

.class-details-widget .info-row .key .online {
	color: #ff5e49;
	font-weight: bold;
}

.class-details-widget .info-row .key .online > .icon{
	margin-right: 3px;
}

.class-details-widget .info-row .value {
	width: 50%;
    text-align: right;
	font-weight: bold;
	line-height: 18px;
}

.class-details-widget .info-row .value a {
	color: rgb(39, 40, 74);
}

.class-details-widget .info-row .value a:hover {
	text-decoration: underline;
}

.class-details-widget .info-row .sub-key, .class-details-widget .info-row .sub-value {
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
}

.class-details-widget .info-row .sub-key:last-of-type, .class-details-widget .info-row .sub-value:last-of-type {
	margin-bottom: 0px;
}

.class-details-widget .details .info-row.map {
	flex-direction: column;
	padding: 0 0 20px 0;
}

.class-details-widget .info-row.map .address {
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 18px;
}

.class-details-widget .info-row.map .address.first-line {
	font-weight: bold;
}
.class-details-widget .info-row.map .address.second-line {
	margin-top: 7px;
}

.class-details-widget .info-row.map .instructions {
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 16px;
	font-size: 12px;
	margin-top: 7px;
	color: #909090;
}

.class-details-widget #map {
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
}

/* Order button */

.class-details-widget .info-row.registration {
	flex-direction: column;
	padding: 20px;
} 

.class-details-widget .info-row .order-button {
	width: 100%;
}

.class-details-widget .info-row .order-button .order-link {
    background: linear-gradient(45deg, rgb(255, 67, 64), rgb(255, 102, 76));
    border: 0;
    border-radius: 3px;
    padding: 18px 10px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
    cursor: pointer;
    display: block;
	margin: 0;
	font-size: 16px;
}

.class-details-widget .info-row .order-button .price {
	display: inline-block;
}