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


body{direction:rtl;}
#content{padding: 50px 0;}

body.home .gishurvslink{display:none;}
body:not(.home) .gishurvslink-homepage{display:none;}

.gold-title h2{
	display: inline-block;
	background: #d1b000;
	color: #000;
	padding: 10px 15px 13px;
	border-radius: 10px;
	border: 1px solid #292300;
}

.pre-title h2{
	display: inline-block;
	position: relative;
	background: #d1b000;
	padding: 5px 7px;
	border-radius: 5px;
	color: #fff;
}
.pre-title.brown h2{
	background: #292300;
	padding: 7px 10px 10px;
}

.e-n-tabs button[aria-selected="true"]:after{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #d1b000;
	content: '';
	position: absolute;
	top: 100%;
}


.contact-block p{margin:0;}
.contact-block p a{color:#000; font-weight:600;}
.elementor-widget.iconlist .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-inline-start: 0;
	padding:0;
}


#footer-bottom p{margin:0;}

body #footer .elementor-element.float-call{
	transition: all 0.5s ease;
	width: 240px;
	left: -190px;
}
body #footer .elementor-element.float-call:hover{
	left: 0;
}
body #footer .elementor-element.float-call .elementor-icon-box-icon{
	display: inline-block;
	width: 20px;
}
body #footer .elementor-element.float-call .elementor-icon-box-icon a{
	display: inline-block;
	vertical-align: middle;
}
body #footer .elementor-element.float-call .elementor-icon-box-content{
	display: inline-block;
	margin-right: 20px;
	width: 170px;
}



.elementor-message {
  background: #292300;
  padding: 10px;
  border-radius: 6px;
}