/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:focus-visible, :focus {outline: none !important;}

figcaption {       position: absolute;
    bottom: 5px;
    right: 10px;
    font-style: initial;
    font-size: 12px;
    color: #fff !important;
    text-shadow: #000 0px 0px 5px;

}

h1, h2, h3, h4, h5, h6 {
  /*   margin-block-start: 0.0rem;
    margin-block-end: 0rem; */
  }



  .random-image {
    position:absolute;
    bottom:-50px;
    left:14%;
}

.random-image-homeless {
  bottom:-75px;
}

.random-image-oldman {
  bottom:-65px;
}

.random-image-cop {
    bottom: -75px;
    left: 35%;
}

.random-image-guy {
    bottom: -65px;
    left: 25%;
}

.random-image-dog {
    bottom: -45px;
    left: 75%;
}

.random-image-cat{
    left: 78%;;
}

#gform_submit_button_1 {
    background-color: #061975;
    font-family: "Stick No Bills", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 16px;
    color: var(--e-global-color-f4ea2fb);
    fill: var(--e-global-color-f4ea2fb);
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
    -webkit-mask-image: url(/wp-content/uploads/2025/03/spraymask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: repeat;
}

#gform_fields_1 .gfield_label, #label_1_7_1 {
    font-family: "Stick No Bills", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 18px;
    color: #5b5b5b;
    margin-bottom: 0px;
}

#gform_fields_1 {row-gap: 10px;}
#gform_fields_1 #input_1_5 {
  max-height:140px;
  min-block-size: 140px
}


#gform_fields_1 input[type="text"],
#gform_fields_1 input[type="email"],
#gform_fields_1 input[type="tel"],
#gform_fields_1 textarea {
    border-width: 0px;
    background-color: #0000000d;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
.random-image-oldman {
  left: 0%;
}
.random-image-guy {
  left:0%;
}
.random-image-dog {
  left:50%;
}
.random-image-cat {
  left:0%;
}
.random-image-cop {
  left:58%;
}
}

@media only screen and (max-width: 535px) {
.random-image-guy {
  left:-42%;
}
.random-image-cop {
  left:34%;
}
.random-image-dog {
  left:18%;
}
.random-image-kid2 {
  left:-21%;
}
.random-image-kid {
  left:-5%;
}
.random-image-cat {
  left:-12%;
}
.random-image-oldman {
  left: -7%;
}
}

