/*
Theme Name: Wandau
Theme URI: https://wandau.themezinho.net/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho
Description:  Art & History Museum WordPress Theme
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.5.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Wandau
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen-reader-text {
  display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.wp-block-cover, .wp-block-cover-image {
  height: auto;
}

.slider .slider-nav .button-prev,.slider .slider-nav .button-next {
    background: #6cba59 !important;
}

.navbar .hamburger-menu {
	display: none;
}

.home .woocommerce ul.products li.product a img {
	width: 100%;
margin:0 auto;
display:block;}
.home .woocommerce-loop-product__title {
	font-family: "DM Sans", Sans-serif !important;
	color: #000 !important;
	font-size: 21px !important;
	font-weight: 400 !important;
}
.home .button.product_type_simple {
	color: #000 !important;
	border: 1px solid #000 !important;
	padding: 11px 31px !important;
	font-size: 14px !important;
	display: inline-block !important;
	margin-top: 10px !important;
}
.home li.product {
	padding: 12px !important;
	text-align: center;
}
.elementor[data-elementor-type="wp-page"] {
	overflow-x: initial !important;
}
.icons-wrap.block-style {
	display: none !important;
}

.eael-woo-product-carousel-container .eael-product-carousel {
  background-color: #FFF0 !important;
}

img:hover{
	cursor:pointer;
}
.e-search-input-wrapper {
	width: 100% !important;
}
.content-section .container {
	position: relative;
	z-index: 1;
	max-width: 200% !important;
	padding: 0;
}
.content-section {
	padding: 0 !important;
}
/* 
@media only screen and (min-width:1600px){
	.wp-singular .page .container {
	max-width: 1460px !important;
}
}
@media only screen and (min-width:1200px) and (max-width:1599px){
	.wp-singular .page .container {
	max-width: 1140px !important;
}
}
@media only screen and (min-width:768px) and (max-width:1199px){
	.wp-singular .page .container {
	max-width: 95% !important;
}
} */

.menu-ic .elementor-menu-toggle {
	position: absolute;
	top: -67px;
	right: 10px;
}
.about-img img {
	padding: 8px;
}
.custom-product-fields h3 {
    color: red !important;
}
.custom-product-fields a {
    text-decoration: none;
    color: #ffffff;
    background-color: #000;
    padding: 5px 15px;
	  animation: blink 
		 3s linear infinite; 
	border-radius:5px;
}

@keyframes blink {
  0%, 100% {background-color:#5b5454;}
  50% {background-color: #000000;}
}
.custom-product-fields p {
    margin-top:20px
   
}