/**
Theme Name: Astra Child
Author: Mayarie Studio
Author URI: https://mayarie.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*** COMMON CSS ***/
html, body {
  overflow-x: hidden;
}

p:last-child {
	margin-bottom: 0;
}

/*** MOBILE MENU ***/
/*** MAKE MENU DIRECTION VERTICAL ***/
.tp-mobile-menu ul {
  flex-direction: column;
}

/*** REMOVE UNNECESSARY ELEMENTS ***/
.tp-mm-wrapper {
  display: none !important;
}

/*** MOBILE MENU TOGGLE ***/
/*** ICON HORIZONTAL ALIGNMENT ***/
.tp-mobile-menu {
  justify-content: flex-end;
}
/*** ICON WRAPPER ***/
.tp-mm-et-wrapper {
  width: auto !important;
}
/*** REMOVE ICON MARGIN BOTTOM ***/
.tp-mobile-menu .tp-menu-link {
  min-height: 0 !important;
}
.tp-mm-et-wrapper .tp-mm-et-li .tp-mm-extra-toggle {
  margin-top: 0 !important;
}


/*** COUNTER TITLE MARGIN TOP ***/
.counter-space-between .elementor-counter-title {
    margin-top: 13px;
}


/*** HOME PAGE ***/
.custom-blog-grid .uael-post__title {
  height: 50px;
  overflow: hidden;
}
.custom-blog-grid .uael-post__excerpt {
  height: 75px;
  overflow: hidden;
}

/*** DK Gravity Form ***/
/* Unchecked Checkbox */
.pt_plus_gravity_form .ginput_container_checkbox input[type="checkbox"] + label span.gravity_checkbox_label {
    background: #f5f5f5; /* Light gray background */
    border-color: #ddd; /* Light gray border */
}

/* Checkmark for Unchecked Checkbox */
.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label:before {
    color: #ddd; /* Light gray checkmark (hidden by default) */
}

/* Checked Checkbox */
.pt_plus_gravity_form .ginput_container_checkbox input[type="checkbox"]:checked + label span.gravity_checkbox_label {
    background: #4CAF50; /* Green background */
    border-color: #4CAF50; /* Green border */
}

/*** SLIDER ARROW ***/
#home-slider .slick-next {
    right: -20px;
}
#home-slider .slick-prev {
    left: -20px;
}





@media only screen and (max-width: 1024px) {
	#home-slider .slick-next {
		right: -10px;
	}
	#home-slider .slick-prev {
		left: -10px;
	}
	
	.custom-blog-grid .uael-post__title {
  		height: 65px;
	}
}

@media only screen and (max-width: 767px) {
	#home-slider .slick-next {
		right: -10px;
	}
	#home-slider .slick-prev {
		left: -10px;
	}
	
	.custom-blog-grid .uael-post__title {
  		height: auto;
	}
}