/**--------------------------------------
 * @package     rapi_contentmarquee - Rapi Content Marquee
 * @copyright   Copyright (C) 2020 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/
.rapi-marquee {
	position: relative;
    display: block;
    width: auto;
}
.rapi-contentmarquee {
    overflow: hidden;
    margin: 0;
	padding: 5px 0;
    display: block;
    width: auto;
	max-width: 100%;
}

.rapi-marquee .heading {
    position: absolute;
	height: 100%;
	padding: 7px 10px;
	font-weight: bold;
	height: auto;
	z-index: 1;
}

.rapi-contentmarquee li {
    display: inline-block;
}

.rapi-contentmarquee li a {
    font-size: 16px;
	display: inline !important;
}

.rapi-marquee .divider {
	line-height: 100%;
	display: inline;
	width: 23px;
    height: 23px;
    border-radius: 50%;
}

.rapi-marquee .toggle {
    position: absolute;
    top: 0;
}

ul.rapi-contentmarquee {
	direction: ltr;
}


