/*
Theme Name: Generic
Theme URI: http://www.lackfeartechnologies.com
Author: the LackFearTechnologies team
Author URI: http://www.lackfeartechnologies.com
Description: Generic description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: generic

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

/******************************************************************imports************************************************************************/
@import 'css/fonts/fonts.css';
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
@import 'css/bootstrap.min.css';
@import 'css/classes.css?v=1.0.1';
@import 'css/slick.css';
/*************************************************************************************************************************************************/

/*****************************************************************rewrited styles*****************************************************************/
body {
    font-family: 'andale_mono';
    line-height: normal;
}

figure {
    margin-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p:empty {
    display: none;
}

input::-webkit-input-placeholder {
    opacity: 1 !important;
}

input::-moz-placeholder {
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    opacity: 1 !important;
}

input::-ms-input-placeholder {
    opacity: 1 !important;
}

input::placeholder {
    opacity: 1 !important;
}

button {
    outline: 0 !important;
}
/*************************************************************************************************************************************************/

/********************************************************************custom classes***************************************************************/
.syne {
    font-family: 'Syne', sans-serif;
}

.text-darkgray {
    color: #2e2e2e;
}

.display-5 {
    font-size: 30px;
}

.text-xxl,
.text-xlm,
.text-xl {
    font-size: 20px;
}

.text-lgm,
.text-lg,
.text-md,
.text-rmd,
#home_slide p,
.catalog-link {
    font-size: 14px;
}

#home_slide .slick-dots {
	margin-bottom: 15px;
}

.bg-darkgray {
    background-color: #2e2e2e;
}

.bg-lightgray {
    background-color: #d5d5d5;
}

.bg-orange {
    background-color: #ff4500;
}

.border-darkgray {
    border-color: #2e2e2e !important;
}

.navbar-white .navbar-brand,
.navbar-white .navbar-nav .nav-link,
.navbar-white .navbar-toggler,
.navbar-white .navbar-text,
.navbar-white .navbar-text a {
    color: #2e2e2e;
}

.navbar-white .navbar-nav .nav-link,
.navbar-white .navbar-text a {
    border-bottom: 5px solid transparent;
}

.navbar-white .navbar-nav .nav-link.disabled {
    color: rgba(46, 46, 46, 0.3);
}

.navbar-white .navbar-nav .nav-link:hover,
.navbar-white .navbar-nav .nav-link:focus,
.navbar-white .navbar-nav .show > .nav-link,
.navbar-white .navbar-nav .active > .nav-link,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .nav-link.active.active,
.navbar-white .navbar-text a:hover,
.navbar-white .navbar-text a:focus {
    border-bottom-color: #ff4500;
}
  
.navbar-white .navbar-toggler {
    border-color: #2e2e2e;
}
  
.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-white .navbar-nav .nav-item > .sub-menu {
	padding-left: 0;
  	list-style: none;
	margin-bottom: 0;
	position: absolute;
	top: 100%;
	right: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	z-index: 1;
	display: none;
}

.navbar-white .navbar-nav .nav-item:hover > .sub-menu {
	display: block;
}

.navbar-white .navbar-nav .nav-item > .sub-menu li a {
	background-color: #FFFFFF;
}

.navbar-white .navbar-nav .nav-item > .sub-menu li:hover a {
	background-color: #d5d5d5;
}

.navbar-white .navbar-nav .nav-item > .sub-menu li:hover a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	background-color: #ff4500;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
}

.custom-container,
.custom-container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.catalog-link.active {
    text-decoration: underline !important;
}

.catalog-item .card-header {
    height: 313px;
}
/*************************************************************************************************************************************************/

/******************************************************************specifyc styles****************************************************************/
footer .navbar-brand img {
    max-width: 308px;
}

header .navbar-brand img {
    height: 25px;
}

#home_slide_list > ul {
	padding-left: 0;
  	list-style: none;
	display: -ms-flexbox !important;
  	display: flex !important;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-ms-flex-pack: center !important;
  	justify-content: center !important;
	margin-bottom: 0;
}

#home_slide_list > ul > li {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

#home_slide_list > ul > li:before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
	left: 100%;
	margin-left: -4px;
}

#home_slide_list > ul > li:last-child:before {
	display: none !important;
}

/*************************************************************************************************************************************************/

/******************************************************************responsive breakpoints*********************************************************/
@media (min-width: 768px) {
    .display-5 {
        font-size: 3rem;
    }
    
    .text-xxl {
        font-size: 40px;
    }
    
    .text-xlm {
        font-size: 35px;
    }
    
    .text-xl,
    .catalog-link {
        font-size: 30px;
    }
    
    .text-lgm {
        font-size: 25px;
    }
    
    .text-lg {
        font-size: 20px;
    }
    
    .text-md {
        font-size: 18px;
    }
	
	.text-rmd {
		font-size: 17px;
	}

    header .navbar-brand img {
        height: 48px;
    }

    .position-md-absolute {
        position: absolute;
    }

    #home_slide p {
        font-size: 35px;
    }
	
	#home_slide .slick-dots {
		margin-bottom: 100px;
	}
	
	.navbar-white .navbar-nav .nav-item > .sub-menu li a {
		white-space: nowrap !important;
	}
	
	.slick-dots li button {
		width: 28px;
		height: 28px;
	}
}

@media (min-width: 1500px) {
    .custom-container {
        max-width: 1420px;
    }
}

@media (min-width: 1660px) {
    .custom-container2 {
        max-width: 1600px;
    }
}
/*************************************************************************************************************************************************/