/*
Theme Name: The Circle Gallery
Version: 1.0.0
Template: astra
*/

/* Astra Header/Footer Builder CSS */

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: #FFF;
	box-shadow: 5px 3px 20px 0 rgba(0, 0, 0, .1);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 150px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

/* End Astra Header/Footer Builder CSS */

/* Mega Menu */

.ast-logo-title-inline .ast-site-identity {
	z-index: 9999;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top: 26px;
}

.mega-sub-menu h5 {
	color: #6b9c9f;
	text-transform: uppercase;
}

.mega-sub-menu ol, ul {
	margin-left: 0;
}

.ast-builder-menu-1 .menu-item > .menu-link {
	padding-left: 0;
}

.widget_nav_menu li {
	list-style: none;
	margin-bottom: 10px;
}

/* End Mega Menu */

/* Content */

body.ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
	color: #FFF;
}

.artist .entry-meta, .artist-template-default .navigation {
	display: none;
}

/* End Content */

/* WooCommerce */

.astra-shop-summary-wrap {
	text-align: center;
}

p.comment-form-cookies-consent {
	float: left;
	width: 100%;
}

.single-product.woocommerce-js div.product .product_title {
	font-size: 44px;
}

.ast-archive-description p {
	font-size: 16px;
}

.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce-js ul.products li.product a img, .woocommerce img, .woocommerce-page img {
	border-radius: 8px;
}

.woocommerce-product-details__short-description {
	margin-top: 20px;
	margin-bottom: 30px;
}

.woocommerce-js nav.woocommerce-pagination ul {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #6b9c9f;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border-color: #6b9c9f;
}

.woocommerce-page .entry-header {
	display: none;
}

.woocommerce ul.products li.product .view-artwork-button {
	display: inline-block!important;
	width: auto!important;
	text-align: center;
	margin: 10px auto 10px!important;
}

button#place_order {
	background-color: #6b9c9f;
	color: #FFF;
}

.elementor-1348 .elementor-element.elementor-element-51bab11 .is-active {
	background: #6b9c9f;
}

.elementor-1348 .elementor-element.elementor-element-51bab11 .is-active a {
	color: #6b9c9f;
}

.single-product .price {
	margin-bottom: 20px!important;
}

.single-product-category {
	display: none!important;
}

.product-description-custom {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sku_wrapper {
	display: none!important;
}

.related.products h2 {
	font-size: 34px;
	padding: 80px 0 30px;
	text-align: center;
}

.empty-category-message {
	text-align: center;
}

/* End WooCommerce */

/* News & Events */

.blog #content {
	margin-top: 150px;
}

.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
	color: #FFF;
	background-color: #6b9c9f;
	border-color: #6b9c9f;
}

.theme-astra .post-thumb img {
    width: 380px;
}

/* End News & Events */

/* Pulese Effect */

.pulse::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	z-index: -1;
	animation: pulseEffect 2.5s ease-out infinite;
}

@keyframes pulseEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/* End Pulese Effect */