/*!
Theme Name: Balistone
Theme URI: http://underscores.me/
Author: iskfm_
Author URI: https://instagram.com/iskfm_
Description: Theme for Balistone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: balistone
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 with others.

Balistone is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

/* Normalize */
html, body{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 20px;
	scroll-behavior: smooth;
	-moz-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  -webkit-transition: all  0.5s ease;
  transition: all 0.5s ease;
}
section{
	padding: 40px 0;
}
article{
	padding-bottom: 59px;
	margin-bottom: 24px;
	border-bottom: 1px solid #E5E5E5;
}
article:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.bg-grey{
	background: #E5E5E5
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mr-16{
	margin-right: 16px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-40{
	margin-bottom: 40px;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: inherit;
}
a:hover,
a:focus{
	color: #FFC200;
	text-decoration: none;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

/* Typography */
h1{
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	color: #2E338E;
}
h2{
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	color: #262A75;
}
h3{
	font-size: 21px;
	line-height: 30px;
	font-weight: 600
}
h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600
}
small, h5{
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}
h6,
.microtext{
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
}
p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.subtitle{
	font-size: 16px;
	line-height: 20px;
	font-weight: 800
}
.fw-100{
	font-weight: 100
}
.fw-200{
	font-weight: 200
}
.fw-300{
	font-weight: 300
}
.fw-400{
	font-weight: 400
}
.fw-500{
	font-weight: 500
}
.fw-600{
	font-weight: 600
}
.fw-700{
	font-weight: 700
}
.fw-800{
	font-weight: 800
}

/* Components */
.btn-primary{
	background: #2E338E;
	border-radius: 4px;
	padding: 6px 24px;
	border: none;
}
.btn-primary:hover{
	background: #262A75;
}
.btn-primary:focus{
	background: #333333;
}
.card-product{
	border-radius: 0;
	padding: 16px;
	margin-bottom: 40px;
}
.card-product img{
	background: #E5E5E5;
	height: 128px;
	margin-bottom: 16px;
	object-fit: cover;
}
.card-product .card-body{
	padding: 0;
	text-align: center;
}
.card-product .card-body h4{
	color: #2E338E;
	margin-bottom: 16px;
}
.card-product .card-body h5{
	font-weight: normal;
	margin-bottom: 16px;
}
.card-product .card-body a{
	width: 100%;
}
.card-product-category{
	border-radius: 0;
	padding: 4px;
	margin-bottom: 40px;
}
.card-product-category img{
	background: #E5E5E5;
	height: 195px;
	margin-bottom: 16px;
	object-fit: cover;
}
.card-product-category .card-body{
	padding: 0 0 12px;
	text-align: center;
}
.card-product-category .card-body h4{
	color: #2E338E;
	margin-bottom: 12px;
}
.searchform .input-group-text{
	padding: 0;
}
.searchform .btn-primary{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Header */
.sticky{
	position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
	-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header{
	background: white;
	-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo{
	height: 48px;
	margin: 16px 0;
	padding: 0;
}
header .logo img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* Navbar */
.navbar-dark{
	background: #555555;
	text-transform: uppercase;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active{
	background: #333333;
	color: #F5F5F5;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 10px 24px;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link{
	color: #F5F5F5;
}
.navbar-dark .dropdown-menu{
	margin: 0;
  min-width: 100%;
  background: #555555;
  color: white;
  padding: 0;
	border: none;
	border-radius: 0;
}
.navbar-dark .dropdown-menu li a{
	padding: 10px 24px;
	color: #F5F5F5;
}
.navbar-dark .dropdown-menu .dropdown-item:focus,
.navbar-dark .dropdown-menu .dropdown-item:hover{
	color: #F5F5F5;
	background: #333333;
}

/* Slider */
.n2-ss-slider .n2-ss-canvas,
.n2-ss-slider .n2-ss-slide{
	height: 100%!important;
}
.n2-ss-slider .n2-ss-layers-container{
	height: 100%!important;
  margin: 0!important;
}

/* Product */
.product .row{
	margin-bottom: 40px;
}
.product .row:first-child,
.product .row:last-child{
	margin-bottom: 0;
}
.featured-image{
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.flexslider{
	margin-bottom: 20px;
}
.flex-direction-nav a{
	width: 30px;
	height: 30px;
	text-indent: 9999px;
	background: url('images/bg_direction_nav.png') no-repeat 0 0;
}
.flex-direction-nav a:before{
	content: none!important;
}
.flexslider .flex-next {
	background-position: 100% 0;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}
.flexslider:hover .flex-next {
	background-position: 100% 0;
	opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
#slider .slides li{
	height: 280px;
}
#carousel .slides li{
	height: 90px;
}
#carousel li img,
#slider li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Widget */
.widget{
	padding: 0;
	margin-bottom: 24px;
}
.widget .widget-title,
.widget .widgettitle{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}
.widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget ul li{
	padding: 10px;
}
.widget ul li:nth-child(even){
	background: #E5E5E5;
}

/* Footer */
footer{
	background: #555555;
	padding: 64px 0;
	color: #F5F5F5;
	font-size: 11px;
	line-height: 20px;
}
footer .logo{
	padding: 0;
}
footer .logo img{
	height: 55px;
	width: 100%;
	object-fit: contain;
	padding-right: 30px;
	margin-bottom: 24px;
}
footer h3{
	font-weight: normal;
	margin-bottom: 16px;
}
footer .catalog{
	padding: 8px 16px;
	font-size: 14px;
	line-height: 20px;
	color: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-radius: 4px;
}
footer .catalog img{
	padding-right: 16px;
}
footer .award{
	height: 122px;
	object-fit: contain;
	width: 100%;
}
.list{
	padding: 0;
  margin: 0;
  list-style: none;
}
.list a{
	color: #F5F5F5;
}
.whatsapp{
	position: fixed;
  bottom: 48px;
  right: 48px;
  background: white;
  padding: 12px;
  border-radius: 100%;
}

/* Custom */
.wp-block-columns{
	margin-bottom: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}

/* Responsive */
@media(min-width: 768px){
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 576px) {
  .icon-header {
		width: 35px;
  }
	.icon-header.mr-16{
		margin-right: 5px;
	}
}
