/*!
Theme Name: LILT
Theme URI: http://underscores.me/
Author: MazzMedia
Author URI: https://www.mazzmedia.com/
Description: Description
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: lilt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LILT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.bg-gray-light{
	background-color: #EFEFEF !important;
}
.text-dark{
	color: #747474 !important;
}
.bg-primary{
	background-color: #E30221 !important;
}
.text-primary{
	color: #E30221 !important;
}

.top{ top:0 !important; }
.bottom{ bottom:0 !important; }
.left{ left:0 !important; }
.right{ right:0 !important; }
.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.absolute-centerY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.absolute-centerX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.search-bar{
	padding: 0 5rem;
}
.search-bar input{
	background-color: white;
	border: 1px solid #C3C3C3;
	border-radius: 18px;
	padding: 4px 10px;
}
.search-bar button{
	background-color: transparent;
	border: 0px !important;
	margin-right: 4px;
	margin-top: -2px !important;
}

.nav-item{
	font-size: 13px;
	color: #626262 !important;
}


footer.footer-content {
	border-top: 12px solid #E30221;
	background-image: gray;
	font-size: 14px;
}
footer.footer-content .social-block .social {
	position: relative;
	width: 25px;
	height: 25px;
	background-color: #E30221;
	border-radius: 100px;
}
footer.footer-content .social-block .social i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer.footer-content .title-widget {
	color: #333;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2.8px;
}
footer.footer-content form.newsletter input.form-control {
	border: 1px solid #cbcbcb;
	height: 46px;
	margin: 10px 0px;
	color: #b1b1b1;
	padding: 6px;
	box-shadow: none;
	outline: none;
}
footer.footer-content form.newsletter button {
	letter-spacing: 2.67px;
	box-shadow: none;
	outline: 0;
	margin-top: 5px;
	width: 100%;
}
