@charset "UTF-8";
/*
Theme Name: indhyd
Theme URI: https://www.cisin.com
Author: the development team
Description: Ind hydralics custom theme
Version: 1.0.0
Text Domain: indhyd
 
*/
.nav > li > a{padding-left: 3px!important;padding-right: 3px!important; }
.navbar-nav > li > .sub-menu {
    padding: 12px 0;
    display: none;
    min-width: 200px;
    background-color: #fff;
}
.navbar-nav > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.navbar-right .sub-menu {
  right: 0;
  left: auto;
}
.sub-menu{color: #efbb20;
background-color: transparent;}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* border: 1px solid #ccc; */
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.sub-menu  > .active > a, .sub-menu  > .active > a:focus, .sub-menu  > .active > a:hover {
    color: #efbb20;
    background-color: transparent;
}
.sub-menu  > li > a:hover, .sub-menu  > li > a:focus {
  background-color: transparent;
  color: #efbb20; 
}

.sub-menu > li > a:hover, ..sub-menu > li > a:focus {
    background-color: transparent;
}
.sub-menu > li > a {
    color: #34404e;
    font-size: 16px;
    padding: 7px 20px;
}
.sub-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.sub-menu > li {
  margin-left: 0!important;
  width: initial;
}
.fa.fa-caret-down{padding-left: 5px;}

.aws-container .aws-search-form {
	height: 50px;
	margin-bottom: 45px;
	font-size: 16px;
}

.aws-container .aws-search-field { 
	font-size: 16px;
	padding: 10px;
}

.page-title {
	color: #283949;
}

.search-results .page-header .page-description {
	font-size: 18px;
	color: #283949;
	text-transform: capitalize;
}

.search-results-content .container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	row-gap: 30px;
	column-gap: 30px;
}

.search-results-content .container::before { 
	display: none;
	content: '';
}

.search-results-content .container article {
	
}

.search-results-content .container nav {
	grid-row: 7;
	grid-column: 1 / -1;
	margin: 15px auto 40px;
}

@media only screen and (max-width: 640px) {
    .search-results-content .container nav {
		grid-row: 13;
		grid-column: 1 / -1;
		margin: 15px auto 40px;
	}
}

.search-results-content .container article header h2 {
	font-size: 20px;
	line-height: 1.3;
	color: #283949;
}

.search-results-content .container article figure a img {
	width: 100%;
	height: auto;
}

.search-results-content .container article footer {
	display: none;
}

.search-results-content .container nav.navigation .nav-links {
	display: flex;
}

.search-results-content .container nav.navigation .nav-links > * {
	padding: 5px 10px;
	font-size: 16px;
	display: inline-flex;	
}

.search-results-content .container nav.navigation .nav-links > span.current {
	background-color: #efbb20;	
	border-radius: 3px;
}

.footer-logo {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .button { 
	margin-top: 20px;
}

.product_meta {
	margin-top: 20px;
}

span.posted_in {
	display: block;
	margin-top: 10px;
}