/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-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
*/

/* Add your custom styles here */

/* text */

ul {
  margin-bottom: 0.9rem;
}

/* header */

header .elementor-nav-menu .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
  header .elementor-nav-menu .sub-arrow {
    display: none;
  }
}

/* homepage */

@media only screen and (min-width: 768px) {
  .wwccr-home-column-1 {
    width: calc(25% - 10px);
  }
  .wwccr-home-column-2 {
    width: calc(75% - 10px);
  }
}

/* Gravity Forms */

.gform_required_legend {
  display: none;
}

@media only screen and (min-width: 742px) {
	#field_8_32 {
		margin-top: 5px;
	}
}

#field_8_24 #gfield_consent_description_8_24 {
	margin-bottom: 10px;
    font-size: 14px;
}

/* Gleanings */

.gleanings-list-layout {
  display: flex;
  flex-direction: column;
/*  justify-content: center;*/
  gap: 20px;
}
.gleanings-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gleanings-archive-text {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .gleanings-list-layout {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gleanings-list-item {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .gleanings-list-layout {
    flex-wrap: wrap;
  }
  .gleanings-list-item {
    width: calc(50% - 10px);
  }
}

/* center inline images */

@media only screen and (max-width: 600px) {
	.wwccr-center-inline-image {
		display: block;
		margin: 0 auto 10px auto;
		float: unset;
	}
}