/*!
Theme Name: TopscoreWP
Theme URI: http://topscoresoftwares.com
Author: Topscore Deepu
Author URI: http://topscoresoftwares.com
Description: Lightweight and highly extendable theme to create almost any type of website. Bundled with Bootstrap 5 and Compitable with Page Builders.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topscorewp
Tags: custom-logo, custom-menu, featured-images, elementor
*/

.treadmark {
	color: #7a7a7a;
}
.treadmark i {
	color: #ff0a0a;
	animation: beat 0.5s infinite alternate;
}
.treadmark a {
	color: #fafafa;
}
@keyframes beat {
	to {
		transform: scale(1.3);
	}
}

.ltn__main-menu > ul > li.dropdown > a::before,
.ltn__main-menu > ul > li > ul > li.dropdown > a::before {
	content: "\f067";
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
}
.ltn__main-menu > ul > li > ul > li > a {
	display: block;
}

/************************* Footer's widget style **************************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
	margin: 0;
    padding: 0;
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
	display: inline-block;
	width: 49%;
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:0px;
	margin-bottom: 15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
}

.footer-widget ul li:before,
.footer-widget ol li:before{
   position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--ltn__secondary-color);
}
.footer-widget ul li:hover,
.footer-widget ol li:hover{
	padding-left: 20px;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--ltn__secondary-color);
}
.footer-widget ul li:hover:before,
.footer-widget ol li:hover:before {
	opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.footer-widget .footer-about-widget ul li{
	list-style: none;
    margin-top: 8px;
	display: block;
	width: auto;
}
.footer-widget .footer-about-widget ul li:hover {
	padding-left: 0px;
}
.footer-widget .footer-about-widget ul li:hover::before,
.footer-widget .footer-about-widget ol li:hover::before {
	opacity: 0;
    visibility: hidden;
}
