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

/* Add your custom styles here */

h1.entry-title {
    display: none !important;
}

.comments-area input, .comments-area textarea {
    border: none !important;
    outline: none !important;
}

.comments-area input#submit:hover {
    background-color: #bb0230;
}

.custom-title {
    padding: 8px;
	border-right: 3px solid #da0037;
	line-height: 30px !important;
}

.page-contents p{
    text-align: justify;
	line-height: 36px !important;
	font-weight: 300 !important;
}

.page-contents img {
    border-radius: 10px;
}

.page-contents h2{
    font-size: 20px !Important;
    line-height: 30px !Important;
}

.page-contents h3{
    font-size: 18px !Important;
    line-height: 30px !Important;
}

/*اسکرول بار*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 10px;
}
  
::-webkit-scrollbar-track {
background: #f9f9f9;
}
  
::-webkit-scrollbar-thumb {
background: #da0037;
border-radius:5px;
}

/*اسکرول محتوا*/
.content-scroll {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
	  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  .content-scroll {
    max-height: 380px;
	}
}
.content-scroll::-webkit-scrollbar-track { 
	border-radius: 5px; 
}

/*comments*/
.comments-area {
    display: flex;
    width: 85%;
    flex-direction: column;
    margin: 0 auto;
}
#comment {
    background-color: #f9f9f9;
    color: #171717;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 34px 0 #c2c2c225;
}
input#submit {
    background-color: #da0037;
    color: #ededed;
    border-radius: 5px;
}

/*star rating center*/
.rmp-rating-widget.js-rmp-rating-widget p {
    text-align: center !important;
}


/*slider revolution*/
.wp-block-themepunch-revslider * {
	font-family: "Iran Yekan", Sans-serif !important;
}


p:last-child {
	margin: 0 !important;
}

/* #chat-teaser {
    bottom: -85px;
	right: 80px;
	box-shadow: none;
	font-size: 13px !important;
	padding: 10px 16px !important;
}

.hoo-chatbot-icon {
    width: 60px !important;
    height: 60px !important;
	bottom: 20px !important;
    right: 20px !important;
} */

@media only screen and (max-width: 480px) {
	.hoo-chatbot-icon {
    	bottom: 10px !important;
    	right: 10px !important;
	}
	
	#chat-teaser {
		bottom: -100px !important;
		right: 60px !important;
		width: 180px !important;
		}
}