/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1669343778
Updated: 2022-11-25 02:36:18

*/

/*  
 ======================================================================================
 * HOME PAGE - ICON CARDS
 ======================================================================================
*/

#film-card .elementor-icon:hover {
    box-shadow: 0 0 20px 2px #FCF022;
}

#influencer-card .elementor-icon:hover {
    box-shadow: 0 0 20px 2px #E700FC;
}

#corporate-card .elementor-icon:hover {
    box-shadow: 0 0 20px 2px #15EAFC;
}

/*  
 ======================================================================================
 * PORTFOLIO PAGE
 ======================================================================================
*/

/* HOVER GLOW FOR 'LOAD MORE' BUTTONS */

#edit-reels-loop-button .elementor-button:hover {
    box-shadow: 0 0 20px 2px #000000;
}

#film-projects-loop-button .elementor-button:hover {
    box-shadow: 0 0 20px 2px #FCF022;
}

#influencer-content-loop-button .elementor-button:hover {
    box-shadow: 0 0 20px 2px #E700FC;
}

/*  
 ======================================================================================
 * CONTACT FORM
 ======================================================================================
*/

#form-field-name:hover {
    border: 1px solid #FCF022;
    box-shadow: 0 0 20px 2px #FCF022;
}

#form-field-email:hover {
    border: 1px solid #15EAFC;
    box-shadow: 0 0 20px 2px #15EAFC;
}

#form-field-message:hover {
    border: 1px solid #E700FC;
    box-shadow: 0 0 20px 2px #E700FC;
}

.elementor-button:hover {
    box-shadow: 0 0 20px 2px #15EAFC;
}