/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .ff_gallery_wrp {
	 position: relative;
 }
 .ff_gallery_wrp span.dashicons {
	 position: absolute;
	 top: 6px;
	 right: 6px;
	 color: yellow;
	 cursor: pointer;
	 font-size: 24px;
	 z-index: 500;
 }
 .ff_gallery_wrp .owl-dots .owl-dot.active {
	 background-color: #ccc;
 }
 .ff_gallery_wrp .owl-dots {
	 display: block !important;
 }
 .ff_gallery_wrp .owl-nav .owl-prev {
	 float: left;
 }
 .ff_gallery_wrp .owl-nav .owl-next {
	 float: right;
 }