/*CUSTOM STYLES*/

/*TABS SLIDER*/
.feature-header-box {
    display: contents !important;
}

.categories-tab-slider li {
    background: #1b4586 !important;
}

.kc-tabs-slider > ul.kc-tabs-slider-nav li.kc-title-active {
    background: #00aff1 !important;
}

.img-tabs-slider {
    background: url(/wp-content/uploads/2022/01/favicon.png) no-repeat;
    background-size: contain;
    background-position: left center;
    padding-left: 50px;
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 40px;
	color: #fff !important;
}

.categories-tab {
    border: 3px solid #00aff1;
    border-radius: 0 0 10px 10px;
    background: none !important;
}

.kc_tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.categories-tab-slider li:first-child {
    border-radius: 20px 0 0 0;
}

.categories-tab-slider li:last-child {
    border-radius: 0 20px 0 0;
}

.apparel {
	background: url('/wp-content/uploads/2022/01/Apparel.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.home-appliances {
	background: url('/wp-content/uploads/2022/01/Home-Appliances.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.machinery {
	background: url('/wp-content/uploads/2022/01/Machinery.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.auto-moto {
	background: url('/wp-content/uploads/2022/01/Automobiles-Motorcycles.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.food-beverage {
	background: url('/wp-content/uploads/2022/01/Food-Beverage.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.minerals-metallurgy {
	background: url('/wp-content/uploads/2022/01/Minerals-Metallurgy.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.tobacco-accessories {
	background: url('/wp-content/uploads/2022/01/Tobacco-Accessories.png') no-repeat;
	background-size: contain;
	background-position: left center;
}

.categories-tab-inner-content ul li {
    background: none !important;
    list-style: none !important;
}

.categories-tab-inner-content li:first-child {
    font-size: 20px;
    font-weight: 400;
}

.categories-tab-inner-content a {
    color: #1b4586 !important;
    text-decoration: none !important;
}

.categories-tab-inner-content a:hover {
    text-decoration: underline !important;
}

/*PARTNERS BLOCK*/

.partners-block {
    /* border: 3px solid #00aff1; */
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}

ul.slick-dots {
    display: none !important;
}

button.slick-next.slick-arrow {
    right: -15px !important;
}

button.slick-prev.slick-arrow {
    left: -15px !important;
}

.sub-content {
    font-size: 15px;
    line-height: 20px;
}

/*ABOUT US*/

section#aboutus .item.list-item {
    box-shadow: none !important;
}

section#aboutus .in-post-content {
    text-align: center !important;
}

/*MAIN FORM*/

.main-page-form li {
    list-style: none;
    display: inline;
    width: 45%;
    padding: 10px;
    float: left;
    margin: 0 auto;
}

.main-page-form input[type="submit"] {
    display: block;
    width: max-content;
    position: relative;
    margin: 0 auto;
    top: 20px;
    border-radius: 5px;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 23px;
}

.main-page-form label {
    font-family: 'Roboto';
    font-weight: 400;
}

/*Styles barokka*/

h2 {
	color: #646464 !important;
}

#aboutus h3 {
	color: #646464 !important;
	font-size: 2rem !important;
	line-height: 2,5 rem !important;
}

img.categoriya-img {
    border-radius: 10px;
}

.categorie-btn {
    background: none !important;
	margin-top: 10px;
}

a.kc_button.categorie-btn {
    color: #909090 !important;
    font-size: 20px;
    text-decoration: none !important;
	font-weight: 600;
}

a.kc_button.categorie-btn:hover {
    color: #646464 !important;
}

.ms-inner-controls-cont:after {
	content: "Barokka - your new renaissance in world of textile";
    display: inline-block;
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    position: absolute;
    top: 30%;
    text-align: center;
    vertical-align: middle;
    z-index: 100;
}

.fp-features {
    width: 100% !important;
}


/*MOBILE DEVICES*/
@media only screen and (max-width: 1200px){
}

@media only screen and (max-width: 991px){
}

@media only screen and (max-width: 767px){
	.categories-tab-slider li {
    	width: 100%;
	}
	
	.categories-tab-slider li:first-child {
		border-radius: 0 0 0 0;
	}

	.categories-tab-slider li:last-child {
		border-radius: 0 0 0 0;
	}
}

@media only screen and (max-width: 588px){
.ms-inner-controls-cont:after {
    content: "Barokka - your new renaissance in world of textile";
    top: 10%;
}
}

@media only screen and (max-width: 450px){
}

@media only screen and (max-width: 380px){
	
.ms-inner-controls-cont:after {
    content: "Barokka - your new renaissance in world of textile";
    font-size: 40px;
    line-height: 45px;
    top: 15%;
}

}