/* CF7 */
span.wpcf7-list-item.first {
	margin: 0;
}

.moving_type_option .wpcf7-list-item-label {
	font-size: 1rem;
}

@media (max-width: 640px) {
  #moving_type .wpcf7-list-item:nth-child(odd) {
    margin: 0 !important;
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff; 
}

/* Footer Nav Menu + a tag */
.menu-item-type-post_type a, .menu-link, a {
	text-decoration: none !important;
}

/* Floating Buttons */
.floating-button {
  position: fixed;
  right: 17px;
  width: 60px;
  height: 60px;
  background-color: #337f3e;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
	padding: 0;
}

.floating-button {
  bottom: 80px;
}

.floating-button.quote-button {
  bottom: 160px;
}

.floating-button .button-label {
  opacity: 0;
  width: 0;
  margin-left: 0;
  overflow: hidden;
  transition: all 1s ease;
  white-space: nowrap;
	font-size: 16px;
}
.floating-button:hover .button-label {
  opacity: 1;
  width: auto;
  margin-left: 10px;
	color: #fff;
}

.floating-button:hover {
  width: auto;
  padding: 0 20px;
  border-radius: 30px;
}

.floating-button i {
  color: #fff;
}

/* Post Main Layout and Timeline */
#wpsp-563 .wp-show-posts-entry-header{
	margin-bottom: 2px
}

/* Post Layout */
#wpsp-563 .wp-show-posts-single {
  position: relative;
  margin-left: 38px;
  border-left: 3px solid #bdd531; 
	width: fit-content;
}

/* Post Dot */
#wpsp-563 .wp-show-posts-single::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #337f3e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px white;
  z-index: 1;
}

/* Post Title */
#wpsp-563 .wp-show-posts-entry-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 2px;
}
#wpsp-563 .wp-show-posts-entry-title a {
	color: #337f3e;
}
#wpsp-563 .wp-show-posts-entry-title a:hover {
	color: #bdd531;
}

/* Post Date */
#wpsp-563 .wp-show-posts-entry-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
}

/* Post Summary */
#wpsp-563 .wp-show-posts-entry-summary {
  font-size: 12px;
  color: #444;
}

/* Post Card Styles */
.ast-post-format-{
	padding:18px;
}
.post-content {
	max-height:300px;
  overflow-y: auto;  
  overflow-x: hidden;
}

@media (max-width: 768px) {
	#wpsp-563 .wp-show-posts-single {
		margin-left: 12px;
	}
  #wpsp-563 .wp-show-posts-entry-header, #wpsp-563 .wp-show-posts-entry-summary  {
		padding-left:24px;
  }
}