/* 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-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

@import 'https://fonts.googleapis.com/css?family=Cardo:400,400i,700';

html * .booktext,
body * .booktext{
	font-family:'Cardo', serif;
	font-size:24px !important;
	color:#ffffff;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0em;
}

html * .ls-slide .booktext p,
body * .ls-slide .booktext p{
	font-family:'Cardo', serif;
	font-size:24px !important;
	text-align:center;
	padding:0px 0px 21px; 0px;
	margin:0px;
	letter-spacing:0em;
	line-height:1.4em;
}

html * #booktext p,
body * #booktext p{
	font-family:'Cardo', serif;
	font-size:24px !important;
	text-align:center;
	padding:0px 0px 21px; 0px;
	margin:0px;
	letter-spacing:0em;
	line-height:1.4em;
}


html * #booktext em,
body * #booktext em{
	font-family:'Cardo', serif;
	font-size:24px !important;
}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
