/* 
Theme Name: PADL
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 */


span.elementor-button-icon svg,span.elementor-button-icon i,.dialog-lightbox-widget .elementor-slideshow__title{
    display: none;
}
span.elementor-button-icon::before,a.elementor-cta__button::before,.elementor-price-table__button::before,button.single_add_to_cart_button::before,.elementor-slide-button::before {
    content: "";
    background: url(https://padl.co/wp-content/uploads/2026/07/btn-img.png),url(https://padl.co/wp-content/uploads/2026/07/btn-img.png);
    display: block;
    height: 16px;
    width: 18px;
}
a.elementor-cta__button::before,.elementor-price-table__button::before,button.single_add_to_cart_button::before,.elementor-slide-button::before {
    position: absolute;
    left: 13px;
    top: 11px;
}
button.single_add_to_cart_button::before{
	top: 14px;
}
a.elementor-cta__button,a.elementor-price-table__button,button.single_add_to_cart_button,.elementor-slide-button {
    position: relative;
    padding-left: 40px !important;
}
.btn-xl-icon span.elementor-button-icon::before {
    content: "";
    background: url(https://padl.co/wp-content/uploads/2026/07/btn-xl-img.png),url(https://padl.co/wp-content/uploads/2026/07/btn-xl-img.png);
    display: block;
    height: 29px;
    width: 33px;
}
/*.elementor-button:hover span.elementor-button-icon::before,
button.single_add_to_cart_button:hover::before,.elementor-price-table__button:hover::before{    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(5150%) hue-rotate(352deg) brightness(98%) contrast(101%);}
a.elementor-price-table__button.elementor-button:hover {
    color: var( --e-global-color-565ea65 ) !important;
}
*/
.text-underline a:hover,.foot-text-underline a:hover span{
	text-decoration:underline;
}
.out-box a.elementor-element:hover .elementor-heading-title {
    color: #ed1c24;
}
.faq-box.elementor-widget-n-accordion .e-n-accordion-item-title {
    border-bottom: 0;
}
.li-gap ol li {
    margin-bottom: 15px;
}
.table-responsive {
    overflow-y: auto;
}
.price-box .woocommerce-variation-price span.woocommerce-Price-amount.amount {
    color: #ed1c24;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.woocommerce div.product p.stock {
    color: #323232;
}
.single.single-product.woocommerce span.onsale {
    background-color: #7ce0d3;

}
.location-box > .elementor-element:hover {
    background: #7ce0d3 !important;
}

.blog-box h3.elementor-post__title a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-box .elementor-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.light-box-slider .wpcp-carousel-section.nav-vertical-center {
    margin: 0;
}
.light-box-slider .wpcp-carousel-section.nav-vertical-center .swiper-button-prev,
.light-box-slider .wpcp-carousel-section.nav-vertical-center .swiper-button-next{
    background: #fff !important;
}
.light-box-slider .wpcp-carousel-section.nav-vertical-center .swiper-button-next{
   right:0;
}
body .fancybox-navigation .fancybox-button {
    height: 50px;
    top: calc(50% - 25px);
}
body .fancybox-navigation .fancybox-button--arrow_right {
    padding: 10px 6px 10px 20px;
    border-radius: 0;
    background: transparent !important;
    border: 0px none;
}
body .fancybox-navigation .fancybox-button--arrow_left {
    padding: 10px 10px 10px 6px;
	border-radius: 0;
	background: transparent !important;
    border: 0px none;
}
body .fancybox-navigation .fancybox-button div {
    padding: 0;
}
body .wpcf-fancybox-wrapper .fancybox-navigation .fancybox-button .wpcp-fancybox-nav-arrow i {
    font-size: 20px;
}
body button.fancybox-button.fancybox-button--close {
    border-radius: 0;
	padding: 10px;
}
.single.single-post .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.single.single-post .gallery {
    text-align: center;
}


@media screen and (max-width: 549px) {
	.elementor-element.partner-box {
		position: relative;
		margin: 35px auto 0;
		text-align: center;
	}
	.elementor-element.partner-box h1.elementor-heading-title {
    	color: #1f2124 !important;
    	text-shadow: 0 0 0 !important;
	}
}