/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/*
Mobile submenu font size increase
*/

.elementor-nav-menu--dropdown {
    font-size: 16px;
	  font-weight: 600 !important;
}

/*
Elementor form datepicker on mobile correction
*/

input[type="date"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}

input[type="time"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="time"].full:before {
color:black;
content:""!important;
}

/*
Elementor table of contents left margin spacing
*/

.elementor-toc__list-wrapper {
    margin-left: 0;
}

/*
Paragraph top margin spacing
*/

p {
    margin-top: 20px;
	margin-bottom: 20px;
}

/*
Default post images caption styling
*/

figcaption {
    font-size: 13px;
    font-weight: 500;
	text-align: center;
}

/* Hides the first accordion item */
.elementor-accordion .elementor-accordion-item:first-child {
display: none;
}

/*
Services box title styling
*/
.elementor-widget-image-box .elementor-image-box-title a:hover {
    color: #F14105;
}

/*
Text box and flip box widget styling
*/

.mytextbox {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var( --e-global-   color-0fa89cd );
  border-radius: 20px 20px 20px 20px;
  box-sizing: border-box;
  padding: 25px 25px 25px 25px;
}
.mytextbox h3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family),Roboto;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}
.mytextbox h3 a:link {
  color: var(--e-global-color-secondary);
}
.myflipbox {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var( --e-global-color-0fa89cd );
  border-radius: 20px 20px 20px 20px;
  padding: 25px;
}
.myflipbox h3 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family),Roboto;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}


/*
Text box and flip box widget sizing
*/

@media (min-width:768px) {
	.mytextbox {
      width: 32% !important;
	  max-width: 32% !important;
    }
	.myflipbox {
      width: 49% !important;
	  max-width: 49% !important;
    }
}


/* Add 'MENU' and 'CLOSE' text to mobile menu */

.elementor-menu-toggle:before {
	content: 'MENU';
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin-right: 10px;
}

.elementor-menu-toggle.elementor-active:before {
	content: 'CLOSE';
}