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

/*
  
*/
.yt-button, .tw-button, .fb-button {text-align:center;}
.launch-gallery a:before, .launch-album a:before {
    top: 50%;
    left: 50%;
    /* margin-left: -50px; */
    width: 100px;
    height: 100px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    background-color: rgba(204, 209, 217, 0.3);
    font-family: "Font Awesome 5 Free";
    content: "\f302";
    text-align: center;
    line-height: 95px;
    font-size: 30px;
    color: #fff;
	position:absolute;
    transform: translate(-50%,-50%);
}
.launch-album a:before {
	content: "\f1be"!important;
	font-family: "Font Awesome 5 Brands"!important;
}
.site-header:not(.header-stacked) .header-inner .site-navigation{max-height:58px;} 
.current-menu-item a{border-bottom:1px solid #F89E2E;}
.current-menu-item a, .site-header .site-navigation ul.menu li a:hover{color:#F89E2E!important;}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
  color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
letter-spacing: 1px;}

.site-navigation-dropdown ul.menu li.current-menu-item a {background:#F89E2E; color:#fff!important;}
#wpforms-submit-352 {margin-top:12px!important;}