/**
 * Theme Name: Astra Child
 * Template: astra
 * Description: Customized Astra for giancarlodiana.com
 * Author: antonioav.dev@gmail.com
 * Version: 1.0.0
 */

.menu-toggle {
  display: none !important;
}

.ub-button-block-main {
  background: linear-gradient(170deg, #0bd995 0%, #7410ad 90%) !important;
  transition: outline 200ms ease-out !important;
  padding: 10px !important;
  border-radius: 30px !important;
  color: white !important;
}

.ub-button-block-main:hover {
  outline: 3px solid rgb(184 184 184) !important;
}

.wp-block-woocommerce-product-price {
	display: none !important;
}

.my-lightbox {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	background: yellow;
}

.my-lightbox .my-lightbox-header {
	display: flex;
	align-items: center;
	padding: 8px;
}

.my-lightbox .my-lightbox-header .close-button {
	margin-left: auto;
	width: 50px;
	height: 50px;
	background: red;
}

.my-lightbox .my-lightbox-body {
	padding: 8px;
}

.footer-col.giunklab .uagb-ifb-title {
	font-family: "Century Gothic";
    font-size: 16px;
}

.testo-bio-portfolio {
    hyphens: auto;
    text-align: justify !important;
    direction: rtl;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section:last-child::before {
    content: "";
    height: 1px;
    width: 94px;
    border: 1px solid #9d9d9d;
    display: inline-block;
    position: absolute;
    left: calc(50% - 47px);
    margin-top: -15px;
}

@media(min-width: 545px) {
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section:last-child::before {
    height: 93px;
    width: 1px;
    left: 50%;
    margin-top: 55px;
	}
}

.container-button-bio-portfolio.ub-buttons.orientation-button-row.align-button-right {
	justify-content: center;
	width: 100%;
}

@media (min-width: 768px) {
	.container-button-bio-portfolio.ub-buttons.orientation-button-row.align-button-right {
	justify-content: end;
	}
}

@media only screen and (max-width: 767px) {
	.wp-block-uagb-advanced-heading.uagb-block-47406d53 .uagb-heading-text {
    font-size: 1rem !important;
    text-align: center !important;
  }
}

.testo-home-presentazione {
	margin-top: 36px !important;
}

.testo-home-giunklab {
	max-width: 500px !important;
}

.home .site-footer {
	display: none !important;
}