/* 
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
*/
body {font-family:"lato"; direction:rtl;}
* { backface-visibility: hidden !important; }

.home-men .sitelogo * {  transition-duration: 0.5s !important;  }

p { margin-bottom: 0.7em; }
p a:hover { color: #FDB714; transition-duration: 0.25s; }
p a { transition-duration: 0.2s; }



#blue1 {
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 1em;
    padding: 0.7vw 2.5vw 0.65vw;
    background-color: #00A8E7;
    border-radius: 3px;
    letter-spacing: 0.015em;
    transition-duration: 0.4s;
}
#blue1:hover {
    background-color: #25DADD;
    transition-duration: 0.3s;
}





/*

::-webkit-scrollbar {
    width: 0.7vw !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #357abb4f !important;
}

::-webkit-scrollbar-thumb {
    background-color: #1e6d9c40 !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #00000060 !important;
    transition: all 0.3s !important;
}

*/


@media (max-width: 1024px) {
	
	
#blue1 {
    font-weight: 400;
    font-size: 2vw;
    line-height: 1em;
    padding: 1.5vw 3vw;    
}

}



@media (max-width: 767px) {

}