/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */

@font-face {
  font-family: "CenturyGotic";
  src: url("./century-gothic/CenturyGothic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 16px;
  font-family: "CenturyGotic", sans-serif;
}

body.login {
  font-family: "CenturyGotic", sans-serif !important;
}

a {
  text-decoration: none;
}

#menu-conexion li:nth-child(2) {
  background-color: #9fc63b;
  padding: 8px;
}

#menu-item-210 {
  background-color: #9fc63b;
  padding: 8px;
}

#menu-item-210 a {
  color: white;
}

#menu-conexion li:nth-child(2) a {
  color: white;
}

.top-bar {
  border-bottom: 1px solid #a4a4a47a;
}

.grid .separator,
.grid .bottom-meta {
  display: none !important;
}

.learndash-course-grid .items-wrapper .grid-1 .content {
  padding: 10px 22px;
  color: #a4a4a4;
}

.site-header {
  border-bottom: 1px solid #a4a4a47a;
}

/* .inside-right-sidebar .widget {
  background-image: linear-gradient(
    to bottom,
    #5b5b5b 50px,
    white 1%
  ) !important;
} */

.widget-title {
  background: #5b5b5b;
  padding: 8px;
}

.inside-right-sidebar .widget .widget-title {
  color: white;
}

/* .bp_members .entry-title {
  display: none !important;
}

.bp_members .inside-article {
  padding-top: 0px !important;
}

.bp_group .entry-title {
  display: none !important;
}

.bp_group .inside-article {
  padding-top: 0px !important;
}

.forum .entry-title {
  display: none !important;
}

.forum .inside-article {
  padding-top: 0px !important;
} */

.page .inside-article {
  padding-top: 0px !important;
}

.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
  background: #597722;
}

.avatar {
  border: 2px solid #597722 !important;
  border-radius: 100px !important;
}

.toggle-filter,
.learndash-course-grid-filter .buttons .button.grey {
  color: white !important;
  background-color: rgb(159, 198, 59);
  border-color: #c3c6c0;
  border-width: 1px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
  color: rgb(159, 198, 59);
}

#header-cover-image {
  background-color: #deeac5 !important;
}

.ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c3c6c0 !important;
  background: #c3c6c0 !important;
  font-weight: bold !important;
  color: white !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #597722 !important;
  background: rgb(159, 198, 59) !important;
  font-weight: bold !important;
  color: #fff !important;
}

#sticky-navigation {
  border-bottom: 1px solid #a4a4a47a !important;
}

.learndash-course-grid-filter .buttons .button.blue {
  background: rgb(159, 198, 59) !important;
  border-color: #597722 !important;
  border-width: 1px;
  color: #fff !important;
}

.learndash-course-grid-filter .buttons .button.blue:hover {
  background: #ccc !important;
  border-color: #ccc !important;
  color: #fff !important;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
  background-color: rgb(159, 198, 59);
}

.ui-accordion-header {
  display: flex !important;
  align-items: center;
}

.menu-item a {
  font-size: 18px;
}

.bp-personal-tab,
.component-navigation li {
  border: 1px solid #597722 !important;
  background-color: white !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.bp-personal-tab:hover,
.component-navigation li:hover {
  border: 1px solid #597722 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-personal-tab.selected,
.component-navigation li.selected {
  border: 1px solid #c3c6c0 !important;
  background-color: rgb(159, 198, 59) !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  color: white !important;
}

.bp-personal-tab:hover {
  border: 1px solid #c3c6c0 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-personal-tab.selected a,
.component-navigation li.selected a {
  background: rgb(159, 198, 59) !important;
  color: white !important;
}

.bp-personal-tab a:hover,
.component-navigation li a:hover {
  color: white !important;
  background: rgb(159, 198, 59) !important;
}

.bp-personal-sub-tab {
  border: 1px solid #597722 !important;
  background-color: white !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 10px !important;
}

.bp-personal-sub-tab:hover {
  border: 1px solid #597722 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-personal-sub-tab.selected {
  border: 1px solid #597722 !important;
  background-color: rgb(159, 198, 59) !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  color: white !important;
}

.bp-personal-sub-tab:hover {
  border: 1px solid #597722 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-personal-sub-tab.selected a {
  background: rgb(159, 198, 59) !important;
  color: white !important;
}

.bp-personal-sub-tab a:hover {
  color: white !important;
  background: rgb(159, 198, 59) !important;
}

.select-wrap {
  border: 1px solid #c3c6c0 !important;
}

.toggle-filter:hover {
  color: #597722 !important;
}

.bp-groups-tab,
.component-navigation li {
  border: 1px solid #597722 !important;
  background-color: white !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.bp-groups-tab:hover,
.component-navigation li:hover {
  border: 1px solid #597722 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-groups-tab.selected,
.component-navigation li.selected {
  border: 1px solid #c3c6c0 !important;
  background-color: rgb(159, 198, 59) !important;
  font-weight: bold !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  color: white !important;
}

.bp-groups-tab:hover {
  border: 1px solid #c3c6c0 !important;
  font-weight: bold !important;
  color: white !important;
}

.bp-groups-tab.selected a,
.component-navigation li.selected a {
  background: rgb(159, 198, 59) !important;
  color: white !important;
}

.bp-groups-tab a:hover,
.component-navigation li a:hover {
  color: white !important;
  background: rgb(159, 198, 59) !important;
}

.bp-group-discussion a {
  background: white !important;
  border: 1px solid #597722 !important;
  color: #a4a4a4 !important;
  padding: 8px !important;
  font-weight: bold !important;
}

.bp-group-discussion a:hover {
  background: #9fc63b !important;
  color: white !important;
  padding: 8px !important;
  font-weight: bold !important;
}

.wphi_dom_element {
  max-height: 350px !important;
}

.wphi_dom_element img {
  width: 100% !important;
}

.social {
  height: 18px !important;
}

/* .mobile-header-logo img {
  width: 150px !important;
} */

.search input {
  border: 1px solid #5b5b5b;
}

.feed,
.screen-heading.view-profile-screen,
.screen-heading.profile-group-title {
  display: none;
}

.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common .tribe-common-b2 {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common .tribe-common-b1 {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  font-family: "CenturyGotic", sans-serif !important;
  background-color: #597722;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  font-family: "CenturyGotic", sans-serif !important;
  background-color: #9fc63b;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common button,
.tribe-common input,
.tribe-common optgroup,
.tribe-common select,
.tribe-common textarea {
  font-family: "CenturyGotic", sans-serif !important;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: #597722;
  color: #597722;
}

.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-borderhover {
  border-color: #9fc63b;
  background-color: #9fc63b !important;
}

button.tribe-events-c-subscribe-dropdown__button-text.tribe-events-c-subscribe-dropdown__button--active:hover {
  color: white !important;
}


.home-page-header {
  height: 400px;
  width: 100%;
  max-width: none !important;
}

.registration .widget-area, .groups .widget-area, .page-id-328 .widget-area{
  display: none;
}

.registration .content-area, .groups .content-area, .page-id-328 .content-area{
  width: 100%;
}

.wpcf7-form-control {
  border: 1px solid #ccc !important;
  width: 100% !important;
}

.wpcf7-form-control.wpcf7-acceptance {
  border: none !important;
}

.page-id-328 .entry-header {
  margin-bottom: 30px !important;
}

.footer-widgets-container {
  background-color: #222222 !important;
}

.inside-footer-widgets .widget-title {
  display: none !important;
}

.footer-widget-1 .menu-item a {
  font-size: 14px !important;
  color: white !important;
}

.footer-widget-2 ul.menu {
  display: flex;
  gap: 20px;
}
