/* 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 */
@font-face {
font-family: 'veryberryregular';
src: url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.eot');
src: url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.woff2') format('woff2'),
url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.woff') format('woff'),
url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.ttf') format('truetype'),
url('http://103.18.109.104/~jacarandakitchen/wp-content/themes/bridge/bridge/css/font-awesome/fonts/veryberry-regular-webfont.svg#veryberryregular') format('svg');
 font-weight: normal;
    font-style: normal;
}
.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; }
