/*
Theme Name:   Diver's Wave Child Theme
Theme URI:    #
Description:  Diver's Wave Child Theme
Author:       Mirage Minds
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/
a.elementor-item.elementor-item-anchor {
    text-align: right !important;
}
.uc_liquid_hamburger {
    width: 58px !important;
}
span.elementor-accordion-icon i {
    background: #FE1591;
    width: 40px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}
.glsr-default form.glsr-form label.glsr-label {
    font-family: 'Poppins';
    font-size: 14px;
	margin-bottom:5px !important;
    font-weight: normal !important;
    color: #383838 !important;
}
.glsr-field input,.glsr-field textarea {
    border-color: #FE1591 !important;
    font-size: 14px !important;
    font-family: poppins !important;
}
.glsr-field input,.glsr-field textarea {
    font-size: 14px !important;
    font-family: poppins !important;
    border:1px solid #FE1591 !important;
    box-shadow: 2px 7px 47px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px 7px 47px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 7px 47px 0px rgba(0,0,0,0.1);
}
.glsr-default button.glsr-button:not(.wp-block-search__button) {
    background: #FE1591;
    font-family: 'Poppins';
    color: white !important;
    font-weight: 400 !important;
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 25px;
}
.glsr-review-title h4.glsr-tag-value {
    font-family: 'Poppins';
    font-size: 18px;
}
.glsr-review-date span.glsr-tag-value {
    color: #A7A7A7;
}

.glsr-review-content .glsr-tag-value {
    color: #6B6B6B;
    font-family: 'Poppins';
    font-size: 14px;
}

.glsr-review-author span.glsr-tag-value {
    font-family: 'Poppins';
    color: black;
    font-size: 14px;
}
@media(max-width:767px)
{
	a.elementor-item.elementor-item-anchor {
    text-align: left !important;
}
	.uc_liquid_hamburger {
    width: 37px !important;
}
}