/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.font-gotham-revolution {
    font-family: Gotham !important;
}
.postcard-collection-title {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 30px;
    background-color: #2b2a29b3;
    max-width: calc(100% - 8px);
}
.postcard-collection-title p {
    color: #fff !important;
    padding: 10px !important;
    font-size: 1.28rem !important;
    font-family: Gotham;
    text-transform: uppercase;
    font-weight: 800;
}
@media only screen and (max-width: 720px) {
    .postcard-collection-title p {
        font-size: 14px !important;
        padding: 5px !important;
    }
    .postcard-collection-title {
        position: absolute;
        z-index: 1;
        bottom: 54px;
        left: 4px;
        background-color: #2b2a29b3;
    }
}
.carosello-collezioni-auto-scroll .awb-swiper-button.awb-swiper-button-next {
    position: absolute;
    left: 30px;
}
.img-width-100 .fusion-imageframe, .img-width-100 .fusion-imageframe img, .img-width-100 {
    width: 100%;
}
.ovelary-collezioni .fusion-imageframe:before {
    content: '';
    background-color: #000000;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.45;
}
.ovelary-page {
    content: '';
    background-color: #000000;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.35;
}
.pulse-animation {
    animation: pulse 2s infinite;
}
.img-icon-progettisti {
	background-color: #eee;
    border-radius: 1000px;
    padding: 17px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.pulse-animation-grey {
    animation: pulse-grey 2s infinite;
}
@keyframes pulse-grey {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(43, 42, 41, 1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(43, 42, 41, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(43, 42, 41, 0);
    }
}
@media only screen and (max-width: 720px) {
    .font-size-m-18 .fusion-title-heading {
        font-size: 18px !important;
    }
}
.left-border-contatti {
    border-left: 5px solid #2b2a29;
    padding-left: 15px;
}
.page-id-52 .heading.heading-with-icon.icon-left {
    margin-bottom: 0px;
}
