/* 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-ct-left,.ls-ct-right,.ls-ct-center { display: none; }
.post-content .ts-splash .ts-slider-h1 { line-height: 38px;}
.post-content .ts-slider-p { margin-bottom: 30px; line-height: 29px; }
.post-content .ts-slider-p2 { margin-bottom: 30px; }

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

@media only screen and (max-width: 480px) {
	.ts-slider-span { display: block; }
	.post-content .ts-splash .ts-slider-h1 { line-height: 37px; }
	.post-content .ts-slider-p { margin-top: -10px; line-height: 25px; margin-bottom: 10px; }
	.post-content .ts-slider-p2 { margin-bottom: 20px; }
}
