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

/**** Elementor link styling ****/
/* General link styling */
/*.elementor.post a,
#content .elementor a{
	color:inherit;
	text-decoration:underline
}
.elementor.post a:hover,
#content .elementor a:hover{
	text-decoration:none
}*/
/* Footer link styling */
#footer a{
	color:#002d41;
	text-decoration:underline
}
#footer  a:hover{
	color:#009ADE;
	text-decoration:none;
}
#footer .list a{
	text-decoration:none;
}
#footer .list a.elementor-item-active{
	font-weight:600
}
#footer .list a.elementor-item-active::before{
	display:block;
	content:'>';
	left:-0.75rem
}
/* Header link styling */
.elementor #message-bar .header-message a{
	color:inherit;
	text-decoration:underline
}
.elementor #message-bar .header-message a:hover{
	text-decoration:none
}

/* UL styling */
ul{margin-block-end:20px !important}

/* Style reviews in reviews page */
.glsr-summary .glsr-star{font-size:11px;margin-right: 2px;}
#review-carousel .elementor-main-swiper{
	width:100%!important
}
#reviews-all .glsr-tag-value p,#reviews-all .glsr-review-date span,#reviews-all  .glsr-review-author span{
	font-size:0.95rem;
	font-style:italic;
	line-height:1.6rem;
	color:#717171
}
#reviews-all .glsr-review{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px rgb(217, 216, 210);
}
#reviews-all .pagination .nav-links a{font-size:0.95rem;}
#reviews-all a.page-numbers.prev:after{content:' -'}
#reviews-all a.page-numbers.next:before{content:'- '}