/**
Theme Name: Wills.ORG.UK
Author: Targeted SEO
Author URI: https://targetedseo.co.uk/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wills-org-uk
Template: astra
*/

/* Astra Tweaks */
/* --------------------------- */
/* --------------------------- */

/* Highlight Words */
.entry-content h1 span, .entry-content h2 span, .entry-content h3 span, .entry-content h4 span, .entry-content h5 span, .entry-content h6 span {
	color: var(--e-global-color-secondary);
}

/* Only affect front-end Astra container */
body:not(.wp-admin) .ast-container {
    max-width: 100% !important;
    width: 100% !important;
	margin; 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Restore normal width in WP admin */
body.wp-admin .ast-container {
    max-width: 1200px !important; /* Or whatever your default is */
    width: 100% !important;
    padding-left: 2em;
    padding-right: 2em;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Spacing Left and Right with Elementor Loop Widget */
.ast-grid-common-col {
	padding-left: 0px;
	padding-right: 0px;
}

/* Drop Shadow on Blog Illustration */
.ast-article-single img {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0) !important;
}

body .gform_wrapper form#gform_16 .gform_page_footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .gform_wrapper .gform_page_footer .gform_button {
    width: 100%;
  }
}

/* Target all form buttons (Next, Previous, Submit) */
#gform_16 .gform_button,
#gform_16 .gform_next_button,
#gform_16 .gform_previous_button,
#gform_16 .gform_submit_button {
  padding: 16px 24px !important;
 margin: 0 !important;
}

#gform_16 .gform_page_footer .gform_previous_button {
  border: 1px solid #ECECF7;
}

#gform_16 .gform_page_footer .gform_save_link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #ECECF7; /* adjust color */
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
#gform_16 .gform_page_footer .gform_save_link:hover {
  background-color: #005e8a;
color: #ffffff;
}

/* Target all form buttons (Next, Previous, Submit) on new Single Wills form */
#gform_18 .gform_button,
#gform_18 .gform_next_button,
#gform_18 .gform_previous_button,
#gform_18 .gform_submit_button {
  padding: 16px 24px !important;
 margin: 0 !important;
}

#gform_18 .gform_page_footer .gform_previous_button {
  border: 1px solid #ECECF7;
}

#gform_18 .gform_page_footer .gform_save_link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #ECECF7; /* adjust color */
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
#gform_18 .gform_page_footer .gform_save_link:hover {
  background-color: #005e8a;
color: #ffffff;
}
body .gform_wrapper form#gform_18 .gform_page_footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}


/* Target all form buttons (Next, Previous, Submit) on new Mirror Wills form */
#gform_19 .gform_button,
#gform_19 .gform_next_button,
#gform_19 .gform_previous_button,
#gform_19 .gform_submit_button {
  padding: 16px 24px !important;
 margin: 0 !important;
}

#gform_19 .gform_page_footer .gform_previous_button {
  border: 1px solid #ECECF7;
}

#gform_19 .gform_page_footer .gform_save_link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #ECECF7; /* adjust color */
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
#gform_19 .gform_page_footer .gform_save_link:hover {
  background-color: #005e8a;
color: #ffffff;
}
body .gform_wrapper form#gform_19 .gform_page_footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
