/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-layer { /* .ls-layer refers your slides */

}

.ls-layer a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-layer #yourID {

}

.ls-layer .postHDR{
    font-family: Open Sans;
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
}

.ls-layer .postContent{
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
}

.ls-layer .fundHDR{
    font-family: Open Sans;
	font-size: 36px;
	font-weight: 300;
	color: #FFF;
	display: block;
	margin-bottom: -13px;
}

.ls-layer .fundName{
    font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	display: block;
	margin-bottom: -10px;
	line-height: 19px;
}

.ls-layer .fundCopy{
    font-family: Open Sans;
	font-size: 11px;
	font-weight: 300;
	color: #FFF;
	display: block;
	line-height: 14px;
}


/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
