/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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 */

.elementor-widget-reviews .elementor-testimonial__header{ display:block }
h2.premium-blog-entry-title{ background:#fff; display:inline; line-height:initial; }
div.thirty{	width:30%; float:left}
div.seventy{ width:70%; float:left}

/* WPS slider css */
#wps-slider-section #sp-woo-product-slider-986 .wpsf-product-title a{
	text-transform:uppercase;
}

#wps-slider-section #sp-woo-product-slider-986 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
	border-radius:6px
}

/* swiper buttons review */

.elementor-64 .elementor-element.elementor-element-608e47c .elementor-swiper-button{
	background: #ccc;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 0 10px #aaa;
	
}

.elementor-swiper-button.elementor-swiper-button-next{
	right:-20px
}

.elementor-swiper-button.elementor-swiper-button-prev{
	left:-20px
}
/* Woocommerce css */
a.checkout-button.button.alt.wc-forward, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt  {
    background: #3DC0BA;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #41cec8;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top: 1px solid #3DC0BA !important
}

.woocommerce-info::before, .woocommerce-message:before, 
.woocommerce-error:before{
	color: #3DC0BA;
}

.mc4wp-alert.mc4wp-success {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    color: #3dc0ba;
    position: relative;
    top: 16px;
}


::marker { color:#3DC0BA!important; }

@media only screen and (min-width:1025px) {
.text-same-height .elementor-widget-container { min-height:320px; }}

@media only screen and (max-width:1024px) {
.text-same-height .elementor-widget-container { min-height:180px; }}


@media only screen and (max-width: 768px) {
	div.thirty, div.seventy{width:100%; float:none}
}


