/*
 Theme Name:   GeneratePress Defy
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.lae-filter-item.segment-0 {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Futura PT' !important;
}

.site-footer .elementor-widget-icon-list a {
    color: black;
}
.site-footer .elementor-widget-icon-list a:hover {
    color: red;
}
@media screen and (min-width:1181px) {
    .elementor-column.elementor-col-20:first-child .elementor-shortcode {
        text-align: left;
    }
}

/**
All site
*/
section#defy-hero-header {
    margin-top: -140px;
}
/* Search grid */
section#defy-search-page .tablet-grid-50.mobile-grid-100.grid-parent.grid-33.no-featured-image-padding {
    width: 100%;
}

/* to top */
a.generate-back-to-top {
    z-index: 999;
}

/**
SDStudio Sticky (Fixed widget)
 */
@media screen and (min-width:1025px){
    .elementor-sdstuio-sticky-scroll{
        position: sticky!important;
        position: -webkit-sticky!important;
        top: 15px;
    }
}
/* END */
input.elementor-search-form__input {
    background-color: transparent !important;
}