/* 
Theme Name: ecoporium child theme
Description: Custom child theme developed for Ball&Doggett based on the Hello Child theme by Elementor
Author: Rocking Rose Pty Ltd
Author URI: https://rockingrose.technology
Template: hello-elementor
Version: 2.0.5
Text Domain: ecoporium-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
*/

.menuspace {
  margin-top: 100px;
}

/* indents the submenu items on the mobile menu by 10%*/
.mobile-menu-indent {
  padding-left: 10% !important;
}

/* to space the submit button on the footer subscribe form */
#footersubscribe {
  margin: 0px 34%;
}

/* align the form fields on the ecoaudot form to just inside the numbering*/
.frm_opt_container {
  margin-left: 1.5%;
}
#field_s7pf6 {
  margin-left: 1.5%;
  width: 98%;
}

#field_9s8rl {
  margin-left: 1.5%;
  width: 98%;
}

.auditheader {
  font-size: 1em;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: 600 !important;
}

/*override the form heading styles in ecoauditform*/
.formheader1 {
  font-size: 1em;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: 400;
}

/*takes the border away from the posts widget used for displaying posts on the home screen*/
.eael-grid-post-holder {
  border: none;
}

/* Ninja Tables Pro styling saved in plugin in each individual table */

/* override the links on article headings so they are not underlined on the custom article archive template */
h6.dce-post-title > a {
  text-decoration: none;
}

/*override all links to have no underline */
a {
  text-decoration: none !important;
}

/*customise the login buttons for Ultimate Member - account management */
#um-submit-btn {
  background-color: #586a45;
  color: #fffef6;
  border-radius: 0px !important;
}

/* hide the toggle popup button for document viewer that is rendered using Google's Preview engine - articles via PDF embed */
.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
  display: none !important;
}

/* some sort of wierd paragraph which is messing up the tabs on Product Index */
div.eael-tab-content-item > p {
  display: none;
}

/*Search Form Input lifted up the page */
.elementor-search-form__input {
  margin-bottom: 40vh !important;
}

/*override the font-weight for links when used in a heading */ 
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
       font-weight: inherit;
}