/*
 * Theme Name: Atruent 2025 - Hello Elementor Child
 * Theme URI: https://elementor.com/
 * Description: Hello Elementor Child - Atruent 2025 is a child theme that uses the Elementor page builder.
 * Author: CC&A Strategic Media
 * Author URI: https://www.ccastrategicmedia.com/
 * Template: hello-elementor
 * Version: 1.0.0
 * Text Domain: hello-elementor-child
 *
 *
//**************************
Devices
**************************/
/**************************
Global
**************************/
/**************************
Header
**************************/
/**************************
Forms
**************************/
/**************************
Page
**************************/
.list-posts {
  display: flex;
  flex-wrap: wrap;
}
.list-posts .post {
  background: #ffffff;
  width: 31%;
  margin: 0 1% 20px 1%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
}

/* 06-08-26 Block */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { padding: 0; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: space-between;
}
.gform_wrapper.gravity-theme .gform_fields {}

@media only screen and (min-width: 768px) and (max-width: 981px), only screen and (min-width: 480px) and (max-width: 768px) {
  .list-posts .post {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
	.gform_wrapper.gravity-theme .gform_fields {
		grid-template-columns: unset !important;
	}
	.gform_fields {
      column-gap: 20px !important;
      row-gap: 20px !important;
    }
    .gfield .ginput_container input {
        padding: 0 0 5px !important;
    }
    .gfield .gform-field-label {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 480px) {
  .list-posts .post {
    width: 98%;
  }
}
.list-posts .post .post-image {
  width: 100%;
  height: 228px;
  overflow: hidden;
  display: block;
}
.list-posts .post .post-image img {
  width: 100%;
  height: auto;
  min-height: 228px;
}
.list-posts .post .post-content {
  padding: 20px 30px;
  text-align: center;
}
.list-posts .post .post-content .post-title {
  font-weight: bold;
}
/**************************
Home
**************************/
