/* 
Theme Name: VIMA Event Theme
Theme URI: https://visionmadagascar.com 
Description: Vima Event Theme is a child theme of Hello Elementor, created for VIMA  Event Manager
Author: Tianakou
Author URI: https://visionmadagascar.com 
Template: hello-elementor
Version: 2.0.0
Text Domain: vima-event-theme
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 */

:root {
  --main: #231f20;
  --secondary: #014e4e;
  --third: #ffe400;
  --fourth: #fde8e9;
  --light: #ffffff;
  --dark: #000000;
  --heading: #131313;
  --body: #797979;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #ed1c24;
  --btn-bgcolor2: #ed1c24;
  --green:#54B003;
	--heading-title:#999;
}


.main-navigation{
	position:relative;
}

.main-navigation::before{
	background:var(--light);
	content:'';
	height:15px;
	max-width:300px;
	-webkit-mask:url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 621 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg class='elementor-shape-fill' fill='%23000'%3E%3Cpath d='M1.648 0.412c34.335 0.961 83.502 4.258 132.395 13.459 61.803 11.674 98.060 18.129 176.893 18.129v-31.588c0 0-337.442-0.824-309.288 0z'%3E%3C/path%3E%3Cpath d='M310.386 0.412v31.588c78.833 0 115.090-6.318 176.893-18.129 48.893-9.202 97.923-12.498 132.395-13.597 28.154-0.687-309.288 0.137-309.288 0.137z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	mask:url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 621 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg class='elementor-shape-fill' fill='%23000'%3E%3Cpath d='M1.648 0.412c34.335 0.961 83.502 4.258 132.395 13.459 61.803 11.674 98.060 18.129 176.893 18.129v-31.588c0 0-337.442-0.824-309.288 0z'%3E%3C/path%3E%3Cpath d='M310.386 0.412v31.588c78.833 0 115.090-6.318 176.893-18.129 48.893-9.202 97.923-12.498 132.395-13.597 28.154-0.687-309.288 0.137-309.288 0.137z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-size:contain;
	mask-size:contain;
	-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;
	position:absolute;
	top:-1px;
	right:calc(50% - 150px);
	left:calc(50% - 150px);
	
}
.pp-dual-heading{
	display:block!important;
}
.pp-dual-heading .pp-first-text{
	display:block!important;
}
.pp-dual-heading .pp-second-text{
	display:block!important;
	white-space:normal!important;
}
