/**
*  ______   ______  _____      _    __ _____ _______  ______
* | |  | \ | |     | | \ \    | |  / /  | |    | |   | |
* | |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
* |_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Theme Name:    Assured Strategy
* Theme URI:     https://www.assuredstrategy.com/
* Author:        Debbie Campbell
* Author URI:    https://www.redkitecreative.com
* Description:   A custom child theme using Kadence Pro parent theme.
* Template:      kadence
* Version:       1.0.0
* License:       GNU General Public License v3.0 (or later)
* License URI:   https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Variables
-------------------------------------------------- */
/* Plugins
--------------------------------------------- */
head:has(#gravity_forms_theme_framework-css) + body .gform-theme--framework.gform-theme,
head:has(#gravity_forms_theme_framework-css) + body [data-parent-form] {
  --gf-ctrl-btn-bg-color-hover-primary: var(--global-palette-btn-bg-hover);
  --gf-form-gap-y: 20px;
}

.gform-body input[type=text], .gform-body input[type=email], .gform-body input[type=url], .gform-body input[type=password], .gform-body input[type=search], .gform-body input[type=number], .gform-body input[type=tel], .gform-body input[type=range], .gform-body input[type=date], .gform-body input[type=month], .gform-body input[type=week], .gform-body input[type=time], .gform-body input[type=datetime], .gform-body input[type=datetime-local], .gform-body input[type=color], .gform-body textarea {
  background-color: rgb(249.9, 249.9, 249.9);
  border: 1px solid #bbb;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.gform-body input[type=text]:hover, .gform-body input[type=text]:active, .gform-body input[type=email]:hover, .gform-body input[type=email]:active, .gform-body input[type=url]:hover, .gform-body input[type=url]:active, .gform-body input[type=password]:hover, .gform-body input[type=password]:active, .gform-body input[type=search]:hover, .gform-body input[type=search]:active, .gform-body input[type=number]:hover, .gform-body input[type=number]:active, .gform-body input[type=tel]:hover, .gform-body input[type=tel]:active, .gform-body input[type=range]:hover, .gform-body input[type=range]:active, .gform-body input[type=date]:hover, .gform-body input[type=date]:active, .gform-body input[type=month]:hover, .gform-body input[type=month]:active, .gform-body input[type=week]:hover, .gform-body input[type=week]:active, .gform-body input[type=time]:hover, .gform-body input[type=time]:active, .gform-body input[type=datetime]:hover, .gform-body input[type=datetime]:active, .gform-body input[type=datetime-local]:hover, .gform-body input[type=datetime-local]:active, .gform-body input[type=color]:hover, .gform-body input[type=color]:active, .gform-body textarea:hover, .gform-body textarea:active {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #888;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.gform-body h3.gsection_title {
  padding-top: 25px;
}

.prefooter .gfield_required {
  color: white;
}

.gform_wrapper .gfield.gsection {
  margin-top: 15px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 8px;
  margin-right: 6px;
  vertical-align: top;
}

.gform_wrapper.gravity-theme .gchoice {
  margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gchoice label {
  font-size: 16px;
}

.gform_footer {
  padding-top: 0;
}
.gform_footer input.gform_button {
  background-color: #F15A19 !important;
  text-transform: uppercase !important;
}
.gform_footer input.gform_button:hover {
  background-color: #333738 !important;
}

.tribe-common h4.tribe-events-calendar-list__event-title a:hover {
  border-bottom: 0 !important;
}

.tribe-common .tribe-common-anchor-thin {
  border-bottom: 0 !important;
}

.tribe-events-meta-group.tribe-events-meta-group-details {
  display: none !important;
}

/* Defaults
--------------------------------------------- */
#content-container a:not(.kt-button),
.entry-content a:not(.kt-button),
main a:not(.kt-button) {
  font-weight: 600;
}

#content-container a:not(.kt-button):hover,
.entry-content a:not(.kt-button):hover,
main a:not(.kt-button):hover {
  text-decoration: underline;
}

.entry-content sup, .entry-content sub {
  font-size: 60%;
  font-weight: 400;
}

span.kt-reading-time-wrap {
  padding-top: 10px;
}

@media (max-width: 900px) {
  figure.alignright, figure.alignleft {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
}

.wp-block-kadence-image figcaption {
  text-align: center;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin: 1em 0 0.5em;
}

.wp-block-button__link:hover {
  text-decoration: none !important;
}

nav.wp-block-breadcrumbs {
  margin-bottom: 1.5em;
}
nav.wp-block-breadcrumbs ol {
  padding-left: 0;
}

/* Footer
--------------------------------------------- */
.copyright-text {
  font-size: 14px;
  color: #98BAC7;
}

/* Home
--------------------------------------------- */
.wp-block-kadence-query .kb-query-grid-wrap {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.wp-block-kadence-query .kb-query-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.wp-block-kadence-query .kb-query-item .wp-block-kadence-column {
  height: auto !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.wp-block-kadence-query .kt-inside-inner-col {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.wp-block-kadence-query .kb-query-item .wp-block-kadence-column {
  -webkit-box-shadow: 0 4px 16px rgba(0, 24, 34, 0.08) !important;
          box-shadow: 0 4px 16px rgba(0, 24, 34, 0.08) !important;
}

.home .kt-blocks-post-grid-item h3.entry-title a {
  font-weight: 700 !important;
}
.home .kt-blocks-post-grid-item h3.entry-title a:hover {
  color: #F15A19 !important;
}

@media (max-width: 767px) {
  .events-query .wp-block-kadence-query-card .kb-query-grid-wrap.kb-query-grid-wrap {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}