/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1687634838
Updated: 2023-06-24 19:27:18

*/

.sticky-header, .site-header {
	position: fixed;
	top: 0;
	width: 100%;	
}
@media (min-width: 1025px) {
	.header-menu .menu-item:not(:last-child) a {
		border-right: 3px solid black;
	}
}

.logo-carousell figure {
	  opacity:.5; 
   padding-left:10px; 
   padding-right:10px; 
   min-width:0 !important; 
   max-width:270px;
   display: block;
   margin: 0 auto;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.15s ease-in-out 0s;
   -ms-transition: all 0.15s ease-in-out 0s;
   -webkit-transition: all 0.15s ease-in-out 0s;
}

.logo-carousell figure:hover {
	 filter:none; 
    opacity:1; 
    transition-property:all; 
    transition-duration: .3s;
}

.back span {
	letter-spacing:-2px;
	font-weight:700;
}

.back span:hover {
	color: #53ADCF;
	letter-spacing:-2px;
	font-weight:700;
}


.speech-bubble {
	position: relative;
	background: #000000;
	border-bottom: 1px #000000 solid;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 70%;
	width: 0;
	height: 0;
	border: 1.75em solid transparent;
	border-top-color: #000000;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.875em;
	margin-bottom: -1.75em;
}
