/* 
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
*/

.rt-grid-view-style-1 .rt-media-body{
	padding-right: 0 !important;
}
.dp-review-footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #2A4A59;
	height: 42px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.dp-review-footer .dp-footer-left{
	display: flex;
	align-items: center;
}
.dp-review-footer .rt-social-icon{
	margin: 0 15px 0 0 !important;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 0px 5px #1E3841;
	position: static !important;
}

.rt-grid-layout .rt-grid-view-style {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #1E3841;
	padding: 24px !important;
	border: 0;
}

.rt-grid-view-style p{
	margin: 20px 0 35px !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 28px !important;
	padding-right: 10px;
	max-height: 110px;
}

.rt-grid-view-style .rt-author-title a,
.dp-rating span{
	color: #fff !important;
}

.rt-grid-view-style .rt-time-ago {
	color: #B3B3B3 !important;
	font-size: 14px !important;
}

.dp-footer-right{
	margin-right: 15px;
	margin-top: 5px;
}

.dp-review-carousel{
	position: relative;
	padding-top: 80px;
}

.dp-review-carousel .swiper-button-next{
	top: 30px;
	right: 0;
	background-image: none;
}
.dp-review-carousel .swiper-button-prev{
	top: 30px;
	left: auto;
	right: 70px;
	background-image: none;
}
.dp-review-carousel .swiper-button-next,
.dp-review-carousel .swiper-button-prev{
	width: auto;
	height: auto;
}

.dp-review-carousel .swiper-button-next::before{
	content: "\e87d";
}
.dp-review-carousel .swiper-button-prev::before{
	content: "\e87e";
}

.dp-review-carousel .swiper-button-next::before,
.dp-review-carousel .swiper-button-prev::before{
	font-family: "eicons";
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3B4A50;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	display: inline-block;
}

.rtbr-pagination .rtbr-see-all-review{
	font-family: "Thicccboi", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	border-radius: 0px 0px 0px 0px !important;
	background-color: var( --e-global-color-primary ) !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	padding: 17px 60px 17px 60px !important;
	color: #fff;
}

.rtbr-pagination .rtbr-see-all-review i{
	margin-left: 10px;
}

.rtbr-pagination .rtbr-see-all-review:hover{
	color: var( --e-global-color-accent );
	background-color: var( --e-global-color-6ab3528 ) !important;
	border-color: var( --e-global-color-6ab3528 );
}