/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.sticker-left {
    top: 18px;
    left: -40px;
    background-color: rgba(255, 112, 67, 0.8);
    transform: rotate(-45deg);
    width: 150px;
    padding: 5px;
    font-size: 13px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    color: white;
}

.top-links-item > a {
	font-size: unset;
	text-transform: unset;
}

#logo {
	padding: 10px 0 20px;
}

.h-6 {
	height: 60px !important;
}

.h-7 {
	height: 70px !important;
}

#logo a h1 span {
	font-size: 30px;
	line-height: 0;
	color: #444444;
}
#logo a h1 small {
	font-size: 16px;
}

.menu-link {
    font-family: "Figtree", sans-serif !important;
}

.overlay {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.entry-content ol,
.entry-content ul {
	padding-left: 40px;
}

.entry-title h2, .entry-title h3, .entry-title h4 {
	text-transform: unset;
    letter-spacing: unset;
}

.posts-sm .entry-image {
    width: 120px;
}

.posts-sm .entry-title h4 {
    font-size: 1.2rem;
}

.list-inline-bullet li:not(:first-child)::before {
    content:'\205E';
    width:5px;
    text-align:center;
    display:inline-block;
    margin-right:15px;
    opacity:.5
}

#slider .nav .nav-item:first-child { border-top-left-radius: 0.25rem; }
#slider .nav .nav-item:last-child { border-top-right-radius: 0.25rem; }
#slider .nav-link { border: 1px solid rgba(255, 255, 255, .1); }
#slider .nav-link:not(.active) {
	color: #FFF;
	background-color: rgba(255, 255, 255, .15);
}

#slider .nav-link:hover:not(.active) {
	border-color: rgba(255, 255, 255, .25);
	background-color: rgba(25,102,221, 0.7);
	background-color: rgba(var(--themecolorrgb), 0.7);
}

#slider .form-control,
#slider .custom-select {
	font-size: 14px;
	height: calc(1.5em + 0.75rem + 6px);
}

.sm-form-control {
	border: 1px solid #DDD;
	border-radius: 3px !important;
}

.has-background {
	background-image: url(../images/backgrounds/2.jpg);
	background-size: cover;
}

.has-background::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}

.container-max-lg {
	max-width: 960px !important;
}

.team-desc h4 {
	letter-spacing: unset;
	text-transform: unset;
	font-size: 1rem;
}

.has-fixed-height {
    height: 400px;
}
.chart {
    position: relative;
    display: block;
	width: 100%;
}

.sidebar-widgets-wrap .widget > h4,
.widget > h4 {
	letter-spacing: unset;
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: unset;
}

.sidebar .nav-tabs .nav-link {
	border: none;
}

.sidebar .tab-nav li a {
	font-weight: 500;
}

legend {
	font-size: 1rem;
}

label.form-check-label {
	letter-spacing: unset;
	font-size: unset;
	font-family: 'Roboto' !important;
	font-weight: normal;
}

@media (max-width: 414px) {

	#top-contacts {
		display: none;
	}

    #logo img {
        min-width: 47px;
        height: 48px !important;
	}

	#logo a h1 {
		line-height: 1;
	}

    #logo a h1 span{
        font-size: 19px;
		line-height: 1;
    }

    #logo a h1 small {
        font-size: 14px;
	}

	.sidebar {
		margin-top: 1.5rem;
	}

	.mobile-none {
		display: none !important;
	}
}
