/* 
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 , Nishant Patel-PDERAS
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
*/
.woocommerce form .form-row .woocommerce-input-wrapper .description{
    background: none !important;
    font-size: 14px;
    color: #3b3b3b ;
}

 .uael-woocommerce li.product {
	display:grid;
}
.uael-woocommerce .products li.product .woocommerce-loop-product__link img, .uael-woocommerce ul.products li.product .woocommerce-loop-product__link img{
	height: 250px;
    width: 100%;
	border-radius:10px 10px 0px 0px;
}
.uael-woo-product-wrapper{
	border-radius:10px ;
}
.fmwp-forum-data-line > h1{
	color:#00b3b3
}
.fmwp.fmwp-forum-wrapper.fmwp-ui-xl{
	margin-top: 2rem
}
.adverts-inline-icon.adverts-inline-icon-warn:before{
	color: #ff7881 !important
}
td.product-name > a{
	color: #00b3b3 !important
}
button.tribe-events-c-subscribe-dropdown__button-text {
    text-shadow: none !important;
}
span.tribe-events-c-nav__next-label {
    text-shadow: none !important;
}
:focus-visible { 
    outline:none !important; 
}
:focus{
	outline:none !important;
}

.um input[type=submit].um-button{
	background:#00b3b3 !important
}
.um .um-button.um-alt{
	background: #ff7881 !important;
	color:#FFFFFF !important
}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#ff7881 !important}
span.wpcf7-form-control-wrap.mathcaptcha-427 {
    /* position: fixed; */
    display: flex !important;
    align-content: center;
    align-items: center;
}
input.wpcf7-form-control.wpcf7-mathcaptcha{
	width:auto !important;
}