/* Enter Your Custom CSS Here */



h1,
h2,
h3,
h4,
h5,
h6,
nav {
    font-family: 'Yantramanav', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000;
}


a {
    color: #191919;
		font-weight: 600;
}

a:visited {
    color: #191919;
		font-weight: 600;
}

a:hover {
    color: #000;
		font-weight: 600;
}

a:active {
    color: #191919;
		font-weight: 600;
}

.navbar-nav {
    text-transform: uppercase;
}

.bg-light {
    background-color: #191919!important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(205 204 186 / 65%);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(205 204 186);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(205 205 205 / 90%);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(205 204 186 / 65%);
}

@media only screen and (max-width: 600px) {
    .hide-mobile {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .hide-desktop {
        display: none;
    }
}

p.uppercase {
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #d4812d;
    border-color: #d4812d;
}

a.btn-primary {
    color: #fff;
    background-color: #d4812d;
    border-color: #d4812d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #985e23;
    border-color: #985e23;
}

.btn-primary:active {
    color: #fff;
    background-color: #985e23;
    border-color: #985e23;
}

.btn-primary:focus {
    color: #fff;
    background-color: #985e23;
    border-color: #985e23;
}

footer {
    background-color: whitesmoke;
}

.light-grey-bk {
    background-color: whitesmoke;
}

.nav-pills .nav-link.active,
.nav-link:hover,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bf7426;
}

.bg-primary {
    background-color: #191919!important;
}

.header {
    background-color: #191919!important;
}

#navbarNavDropdown {
	justify-content: center;
}

.understrap-read-more-link {
	display: none;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
			padding-right: 1rem;
			padding-left: 1rem;
	}
}

h2.widget-title {
	font-size: 2rem;
   margin-bottom: 2rem;
}

.menu-item-object-issue, .menu-item-object-themes, .menu-item-object-geography 
{
	border-radius: .25rem;
	display: block;
  padding: .5rem 1rem;
	flex-direction: column!important;
}

.cat-item {
	border-radius: .25rem;
	display: block;
  padding: .5rem 1rem;
	flex-direction: column!important;
}

.cat-item:hover
{
	background-color: #bf7426;
	color: white!important;
	text-decoration:none;
}


.menu-fix-products {
	border-radius: .25rem;
	display: block;
  padding: .5rem 1rem;
	flex-direction: column!important;
	margin-left: -3rem;
}


.menu-item-object-issue:hover, .menu-item-object-issue:focus, .menu-item-object-issue:active, .menu-item-object-themes:hover, .menu-item-object-themes:focus, .menu-item-object-themes:active, .menu-item-object-geography:hover, .menu-item-object-geography:focus, .menu-item-object-geography:active, .menu-item-object-product_cat:hover, .menu-item-object-product_cat:focus, .menu-item-object-product_cat:active, .menu-item-object-page:hover, .menu-item-object-page:focus, .menu-item-object-page:active
{
	background-color: #bf7426;
	color: white!important;
	text-decoration:none;
}

.btn-outline-primary {
    color: #d4812d;
    border-color: #d4812d;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:active
{
    color: #fff;
		background-color: #d4812d;
    border-color: #d4812d;
}

.quantity .qty {
    width: 3.631em;
    text-align: center;
		height: 37px;
}
.woocommerce-ordering select {
    display: none;
}

.wc-block-sort-select {
	 display: none;
}

.cat-item-135 {
	display: none;
}

.add-to-cart-container {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

footer {
    padding: 0.4rem;
}

.woocommerce-info {
    border-top-color: #d4812d;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f5f5f5;
	border-top: 3px solid #d4812d;
}

.woocommerce-info::before {
    color: #d4812d;
}

li.menu-fix-products:hover {
	color:white;
}

.menu-fix-products a:hover {
	display: block;
	color: white;
	text-decoration: none;
}

.min-col-custom {
	flex: none
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d4812d;
    border-color: #d4812d;
}

.page-link:visited {
	color: #d4812d;
}

.page-link:hover {
	color: #d4812d;
}

.page-link:active {
	color: #d4812d;
}

@media only screen and (min-width: 600px) {
	.woocommerce ul.products li.product a img {
			width: 50%;
			margin-left: auto!important;
			margin-right: auto!important;
			display: block!important;
	}
}


.product_meta {
	display: none;
}

.ptam-block-post-grid .ptam-block-post-grid-title {
	padding-top: 2rem;
}

.badge-custom {
	color: #fff;
  background-color: #1a0ca4;
}

.ui-autocomplete-custom {
	background-color: whitesmoke;
	color: black;
	list-style-type: none;
  font-weight: 600;	
}

.ui-autocomplete {
	background-color: whitesmoke;
	color: black;
	list-style-type: none;
	width: 5%;
  font-weight: 600;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.ui-menu-item:hover {
  text-decoration: underline;	
}



.bhc-search-results {
  margin-bottom: 3rem;

}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 2em;
}


@media screen and (max-width: 600px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
}