/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/

.ls-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

.ls-3d-box div { /* Sides of 3D transition objects */ 

}


/*
 * Custom Slider code | Adam Mesa, January 2018
 * 
**/

/* Speechbubble dropdown arrow. For highlighted (color: #4d79ff;) will be on the right, whereas Visitor (color: #f5f5f5) will be on the left) */
.ls-bubble-highlighted::after, .ls-bubble-visitor::after {
	position: relative;
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
}

.ls-bubble-highlighted::after {
	right: 0;
	bottom: -25%;
	border-width: 0 15px 15px 0;
	border-color: transparent #4d7aff transparent transparent;
}

.ls-bubble-visitor::after {
	right: 98%;
	bottom: -100%;
	border-width: 15px 15px 0 0;
	border-color: #f5f5f5 transparent transparent transparent;
}


.ICORD_buttonhover::hover {
	opacity: 0.9;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}
