/*
Theme Name: Drile Child
Theme URI: http://demo.theme-sky.com/drile/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: drile
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: drile-child
*/

/* ==========================================================
   Custom CSS - Migrated from Appearance > Additional CSS
   Date: 2026-04-04
   ========================================================== */

a.button-readmore
{
	color:#ffffff!important;
	border-color: rgba(24,108,146,1);
}

.author > a, .cats-link > a {
	text-transform:none;
}
.single .navigation-top {
	margin-bottom:0px;
}

.orderby-current{
	border-style: none;
}

button {
	border:none; 
	border-style: none;
}

a.ts-button:hover, a.button:hover, .ts-banner-button a:hover, a.button-readmore, button:hover, input[type^="submit"]:hover, button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce div.product .summary a.compare, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .more-less-buttons a:hover, .woocommerce .woocommerce-ordering ul.orderby .orderby-current, .woocommerce .widget_price_filter .price_slider_amount .button, .shopping-cart p.buttons a:hover, #ts-search-sidebar .ts-search-result-container .view-all-wrapper a:hover, .woocommerce-wishlist .yith-wcwl-form .hidden-title-form a.button, .ts-tiny-cart-wrapper .dropdown-footer .button.view-cart, .woocommerce-cart table.cart td.actions .coupon button, .woocommerce-cart button.button[name="update_cart"]:hover, .woocommerce-cart button.button:disabled[name="update_cart"]:hover, .woocommerce-cart button.button[name="ts_empty_cart"], .ts-product-in-category-tab-wrapper .shop-more a.button, .woocommerce-account .woocommerce-MyAccount-navigation li, .wishlist_table .product-add-to-cart > a:hover, body table.compare-list .add-to-cart td a:hover, body .yith-woocompare-widget a.compare:hover, body table.compare-list .add-to-cart td a:not(.unstyled_button):hover, input[type="submit"].dokan-btn:hover, a.dokan-btn:hover, .dokan-btn:hover, body .product-edit-new-container .dokan-btn-lg:hover, .woocommerce div.product div.summary form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity .button {
color:#ffffff;
border-color:#ffffff;
border-radius:50px
}


.entry-meta-middle {
	font-size: 10pt;
}
.seva-fields formkit-fields {
	padding-top:5px;
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .breadcrumbs
{
	font-size:12px;
	font-style:italic;
}
.entry-header {
	padding-top:25px;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
}
.entry-header {
	margin-bottom:30px;
	margin-top:20px;
}

.single .entry-header .entry-format {
	margin-bottom:30px;
	
	
}

.tribe-events-c-view-selector__list-item {
	list-style-type: none;
}

.tribe-events-c-top-bar__nav-list-item{
	list-style-type: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top:20px;
}

.ts-header .menu-wrapper nav > ul.menu li ul.sub-menu {
width:280px;
}

/* ==========================================================
   Product Page: Add to Cart & Wishlist Button Fixes
   ========================================================== */

/* Add to Cart: keep white text, no border, square corners on hover.
   Overrides wp-element-button WordPress core hover styles. */
.woocommerce div.product .single_add_to_cart_button:hover, 
.more-button:hover,
a.add_to_wishlist:hover, 
.woocommerce div.product .single_add_to_cart_button.wp-element-button:hover {
	color: #ffffff !important;
	border-color: rgba(24, 108, 146, 1) !important;
	border-radius: 0 !important;
	
}

/* Wishlist heart icon: white icon on teal background, matching Add to Cart */
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist {
	color: #ffffff !important;
	background-color:#248a99;
	border: none;
	border-radius: 0;
}

a.add_to_wishlist:hover {
	background-color: rgba(24,108,146,1);
}


