/*Custom styling*/

::marker {
    color: #26AF4B !important;
}
p.w-icon {
    display: flex;
    align-items: center;
    gap: 13px;
}
a {
    text-decoration: none !important;
}
/* Responsive */
@media only screen and (min-width:1440px){
   .wp-block-cover img {
    object-fit: fill !important;
    } 
}
@media only screen and (min-width:1280px) {
    .has-global-padding > .alignfull {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    
}
@media only screen and (max-width:1280px){
.ghostkit-grid {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}
@media only screen and (min-width:600px) and (max-width:900px){
    .wp-block-group.alignwide.ghostkit-custom-Z18xuIj {
    display: flex;
    flex-direction: column !important;
}
}
@media only screen and (max-width:599px){
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-left: 30px;
    padding-right: 30px;
}
}