/* 
Theme Name: Neptune Media Theme
Theme URI: https://neptunemedia.co.uk
Description: Neptune Media child theme.
Author: Neptune Media
Author URI: https://neptunemedia.co.uk
Template: hello-elementor
Version: 1.0.2
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
*/


/*** SITE SPECIFIC ***/

.normal-link, .normal-link a, .normal-link p {
	color: #000000;
}

/*** GENERAL ***/

.elementor-text-editor ul, .elementor-text-editor ol, ul, ol {
    margin-bottom: 1em;
}
input::placeholder, textarea::placeholder {   
    opacity: 1 !important;
}
.clear {
	clear: both;
}
.small-text a, .small-text {
	font-size: 12px;
}
input::placeholder, textarea::placeholder {   
    opacity: 1 !important;
}
.cky-banner-btn-close, .cky-btn-close, .cky-show-desc-btn, .cky-accordion-btn, .cky-btn-revisit{
	&:hover{
		background: none !important;
	}
}

/*** SIDEBAR ***/

.elementor-widget-sidebar ul, .elementor-widget-sidebar li { 
    list-style: none !important; 
    padding: 0 !important; 
    margin:0 !important; 
}
h4.widgettitle {
	margin-top: 20px !important;
	margin-bottom: 5px !important;
	font-size: 18px;
}

/*** WOOCOMMERCE ***/

.shop ul {
    list-style: none;
    padding-left: 0px;
}
.shop li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ececec;
}

.woocommerce-product-search input[type=search]{ 
    width: 100%; 
    float: left; 
    border-radius: 0px; 
    padding: 10px;
    font-size: 15px;
	border: 1px solid #69727d;
}
.woocommerce-product-search button {
    margin-top: 10px;
	float: left;
    border-radius: 100px; 
	border: 1px solid #0094D2; 
	background-color: #0094D2;
	color: #ffffff;
    padding:7px 25px 7px 25px;
    font-size: 14px;
}
.woocommerce-product-search button:hover {
	background-color: #283583;
	border: 1px solid #283583; 
	color: #ffffff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ 
    background:#e6e6e6 !important; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ 
    background:#cccccc !important; 
}