/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://sunnysdairy.com/
 Description:    A child theme of Hello Elementor for customizations.
 Author:         JGLiwanen
 Author URI:     https://sunnysdairy.com/
 Template:       hello-elementor
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    https://www.gnu.org/licenses/gpl-2.0.html
 Tags:           custom-theme, child-theme
 Text Domain:    hello-elementor-child
*/

/* Custom styles below this line */
body .elementor-widget-image a{
	width: 100%;
}

body,html{
    overflow-x: hidden;
}

body .e--pointer-double-line .elementor-item:after, 
body .e--pointer-double-line .elementor-item:before, 
body .e--pointer-overline .elementor-item:after, 
body .e--pointer-overline .elementor-item:before, 
body .e--pointer-underline .elementor-item:after, 
body .e--pointer-underline .elementor-item:before{
	width: 20px;
}

body .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
    position: absolute;
    right: 0;
    top: 30px;
    margin-top: 0;
    z-index: 99;
    width: 150px;
}

.wpuf-form.form-label-above .wpuf-fields input[type=text],
.wpuf-form.form-label-above .wpuf-fields input[type=email],
.wpuf-form.form-label-above .wpuf-fields textarea{
    border-radius: 50px;
    height: 40px;
    background-color: #fff;
    box-shadow: unset;
    border-color: #fff !important;
    font-weight: 400 !important;
}

.wpuf-form.form-label-above .wpuf-fields textarea{
	width: 100% !important;
	height: 105px;
	border-radius: 20px;
}

bidy .wp-editor-container{
	border-radius: unset;
}

form.wpuf-form-add.wpuf-form-layout1.wpuf-style{
	background-color: #F0F0F0;
    padding: 40px;
    width: 580px;
    border-radius: 30px;
    max-width: 100%;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]{
    background-color: #2D236D;
    border-color: #2D236D;
    border-radius: 50px;
    padding: 10px 36px;
}

.wpuf-attachment-upload-filelist #wpuf-image_upload-305-pickfiles:before{
	content: '\2b';
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	display: inline-block;
    margin-right: 10px;
}

.wpuf-attachment-upload-filelist #wpuf-image_upload-305-pickfiles{
    border: 1px solid #9BA2FF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    background-color: #9ba2ff54;
}

