/*
Theme Name: The Emerald
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Emerald theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: the-emerald
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

.animation-part,.wpforms-submit-container{opacity:0; visibility:hidden;}
/*.animation-part.full-visible{opacity:1; }*/
.animation-part.full-visible,
.animation-box.visible,.wpforms-submit-container{animation:animationUp 1s forwards .5s;}


/* for when on scroll visible class added  */
.visible .animateMyList,.visible form .wpforms-field{-webkit-animation:FadeInScale 0.5s linear forwards;animation:FadeInScale 0.5s linear forwards .5s;}

/* animation for first section only  */
.nav-menu > li,.listingAnimate{-webkit-animation:FadeInScale 0.5s linear forwards;animation:FadeInScale 0.5s linear forwards .5s;}
.visible .animation-fade,.visible .animation-box{opacity:1;}

.animation-fade.visible,header .logo{animation:FadeIn 1s forwards;}

header .logo{animation-delay:.8s;opacity:0}

@keyframes animationUp{
	0%{opacity:0 ;visibility:hidden;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);}
	100%{opacity:1 ;visibility:visible;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}
}

@keyframes FadeInScale{
	0%{opacity:0;-webkit-transform:scale(0.97) translateY(10px);transform:scale(0.97) translateY(10px);}
	50%{opacity:0;}
	100%{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
}
@-webkit-keyframes FadeIn{
	0%{opacity:0;-webkit-transform:scale(0.97) translateY(10px);transform:scale(0.97) translateY(10px);}
	50%{opacity:0;}
	100%{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
}
@keyframes FadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}

/* 16052020 start */
#map { display: block !important;  }
/* 16052020 End */