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

/**
 * LOGOBBY: Copied from the Theme Customizer
 */
@media (min-width: 767px){
  .home.menu-item, .clients.menu-item {
      display: none!important
  }
}

.ue-post-tags span {
	background: #f9f7edba;
}

.comeet-outer-wrapper {
	direction: ltr;
}


.all-jobs-link {
	text-align: left;
}


.comeet-social {
	display: none!important;
}

#jobFormDiv label, #questionnairesDiv label {
    line-height: 22px;
	font-weight: 600;
}


#consent-banner {
	position: fixed;
	bottom: 0;
    right: 0;
    width: 100%;
    background: #DCE8F6;
	padding: 12px 0;
	z-index: 999999;
	direction: rtl;
	font-family: inherit;
	display: none;
}

#consent-banner .inner {
	color: #205441;
    max-width: 1400px;
    margin: auto;
    font-size: 17px;
    font-family: 'simpler';
    padding: 0 20px;
	gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
       
#consent-banner .close-btn {
	position: absolute;
	left: 20px;
	top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}
        
#consent-banner .consent-link {
	font-weight: bold;
	font-size: 17px;
    font-family: 'simpler';
    text-decoration: none;
    color: #5D7AFD !important;
}
      
#consent-banner .close-btn {
	color: #205441!important;
}
      
  
@media (max-width: 768px){
	#consent-banner .inner {
		font-size: 14px!important;
    	font-family: 'simpler';
    	padding: 0 20px;
    	display: block!important;
  	}

 	#consent-banner a {
		font-size: 14px!important;
	}

 	#consent-banner .close-btn {
		top: 7px !important;
        left: 0px !important;
	}
}