/* 
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
*/

/* Add your custom styles here */



/* form css  */


.yeekit-img-picker-conatiner-box .yeekit-img-picker-item {
    padding: 7px 30px !important;
}
.yeekit-img-picker-image-text {
    padding-bottom: 15px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
}
.yeekit-img-picker-conatiner {
    display: flex;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    flex-direction: row;
    align-content: center !important;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
    width: -webkit-fill-available !important;
}

.yeekit-img-picker-conatiner {
    display: flex;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: stretch !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-content: center !important;
}


.yeekit-img-picker-conatiner-box .yeekit-img-picker-item:before {
    background-color:#59AFE3 !important;
  
}
.yeekit-img-picker-item img {
    width: 100px !important;
    object-fit: contain !important;
}

@media (min-width: 320px) and (max-width: 767px) { 
.yeekit-img-picker-conatiner-box .yeekit-img-picker-item {
    padding: 7px 8px !important;
}
.yeekit-img-picker-conatiner {
    display: flex;
    gap: 10px;
    row-gap: 20px;
    column-gap: 10px;
}	
	
	
	
}


/* door_form checkbox custom style */
/* .door_form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Add check mark */
/* .door_form input[type="checkbox"]::after {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease;
} */

/* When checked */
/* .door_form input[type="checkbox"]:checked {
  background-color: #0073e6;
  border-color: #0073e6;
}

.door_form input[type="checkbox"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
} */
 


