/* 
 Theme Name:   Child Hello Elementor
 Theme URI:    
 Description:  Custom Child Theme
 Author:       wpadmin
 Author URI:   https://elementor.internationaldelinquent.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.fa-expand:before {
    content: "\f424" !important;
    color: black !important;
    width: 20px !important;
    display: block;
    height: 20px !important;
    object-fit: contain;
    font-family: 'Font Awesome 7 Free';
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-compress:before {
    content: "\f422" !important;
    color: black !important;
    width: 20px !important;
    display: block;
    height: 20px !important;
    object-fit: contain;
    font-family: 'Font Awesome 7 Free';
    display: flex;
    align-items: center;
    justify-content: center;
}
input#email {
    background: transparent;
    color: white;
    outline: 0px;
}

@media(max-width:767px)
{
	div#ulv-viewer-column.vimeo {
    width: 100% !important;
}
}