/*
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
*/

.custom-gallery {
    display: grid;
    gap: 10px;
}

.gallery-item{
    padding-right: 40px;
}

@media (max-width: 1500px) and (min-width:1025px){
    .gallery-item{
        padding-right: 10px;
    }
}

@media (max-width: 1024px) and (min-width:769px){
    .custom-gallery {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .gallery-item{
        padding-right: 50px;
    }
}

@media (max-width: 1024px){
    .gallery-item{
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .custom-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.comment-form-privacy-policy input{
    min-width: auto !important;
}
