/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
/* Hide Recaptcha badge */
.grecaptcha-badge {visibility: hidden}
/* Hide portfolio meta bar */
div.post-meta.date-color {
	display:none!important
}
article:not(.type-page) > .entry-content.post-content {
	margin-bottom:0px!important
}
/** Hiding Elementor overlay **/
.edit-template-overlay {
	display:none!important;
	visibility:hidden!important
} 
/* Increase width of testimonial text on mobile */
@media (max-width:768px) {
	.gem-testimonial-text, .gem-testimonial-name, .gem-testimonial-company, .gem-testimonial-position {padding:14px 10px 0!important}
}
/* Eventbrite modal button styling */
button#eventbrite-widget-modal-trigger   { 
	font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: var( --e-global-color-9f6ca25 );
    color: var( --e-global-color-9f6ca25 );
    background-color: var( --e-global-color-accent );
    border-style: double;
    border-width: 5px 5px 5px 5px;
    border-color: #DD4A80;
    border-radius: 0px 0px 0px 0px;
	padding: 20px 40px;
}
/* Change default bullets */
ul.training-bullets {
  list-style: none;
}ul.training-bullets li::before {
  content: "\2022";
  color: #dd4a80;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* WhatsApp widget styling */
.wa__popup_powered, .wa__popup_powered_mb {
	display:none
}
.wa__popup_intro {
	color:#ededed
}
/* Remove mobile new row styles */
@media (max-width:768px) {li.megamenu-new-row {display:none!important}
}
#primary-navigation.responsive #primary-menu > li > ul > li {margin-left:5%}

/* Hiding recaptcha badge */
.grecaptcha-badge {
	visibility:hidden!important
}

