/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 00:04:59 */
#popular-searches, #read-more, #read-more-container {display:none;}

/*  */
#read-more {width:90%;
margin:50px auto;}

#show-less, #show-more, #show-links, #show-links{
	cursor:pointer;
}

#fp-links a:hover {
	color:#47bb82;
}
span.fp-image {
       width: 30%;
    position: relative;
    overflow: hidden;
}

span.fp-text {
    width: 69%;
    display: inline-block;
        padding-left: 20px;
}

span.fp-row {
    display: flex;
    margin-top: 50px;
}

span.fp-image img {
    height: 100% !important;
    object-fit: cover;
}

#fp-links li, #fp-links li a {
    line-height: 23px;
    color: #fff !important;
}
	
/* FP ACCORDION */
	:root {
    --fp-border-color:  #47bb82;
    --fp-faq-margins: 5px;
    --fp-hover-color: rgba(0, 0, 0, 0.05);
    --fp-open-character: "+";
    --fp-closed-character: "-";
    --fp-transition: all 0.2s ease;
	--fp-block-transition: all 5s ease;
  }

.firstpage-custom-collection {
	margin:50px auto;
	width: 100%;
}

	summary h2 {
		    font-size: 24px !important;
    line-height: 24px !important;
    margin: 0px !important;
    		width:90%;

	}

	details a { 
		color:#5f725c;
	}

	div.firstpage-custom-collection > div > details:last-child{
		border-bottom: 1px solid var(--fp-border-color);
	}
  .firstpage-custom-collection summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid var(--fp-border-color);
    padding: 10px var(--fp-faq-margins);
    box-sizing: border-box;
    transition: var(--fp-transition);
    position: relative;
  }

  .firstpage-custom-collection summary > * {
    margin: 0;
  }

  .firstpage-custom-collection .answer {
    margin: 0 var(--fp-faq-margins);
    transform: translateY(-5px);
    opacity: 0;
    transition: var(--fp-transition);
  }

  .firstpage-custom-collection details[open] > .answer {
    transform: translateY(0px);
    opacity: 1;
  }

  .firstpage-custom-collection summary::after,
  .firstpage-custom-collection summary::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    margin-right: 30px;
    width: 2px;
    height: 10px;
    background: var(--fp-border-color);
    transition: var(--fp-transition);
  }

  .firstpage-custom-collection summary:hover {
    background: var(--fp-hover-color);
  }

  .firstpage-custom-collection summary::before {
    transform: rotate(0deg);
  }

  .firstpage-custom-collection details[open] summary::before {
    transform: rotate(90deg);
  }

  .firstpage-custom-collection summary::after {
    transform: rotate(90deg);
  }

  .firstpage-custom-collection details[open] summary::after {
    transform: rotate(270deg);
  }

  .firstpage-custom-collection details summary::-webkit-details-marker {
    display: none;
  }

  .firstpage-custom-collection [type="checkbox"] {
    display: none;
  }

  .firstpage-custom-collection .content {
    margin-top: var(--fp-faq-margins);
    transition: var(--fp-block-transition);
  }

  .firstpage-custom-collection label {
    display: block;
    cursor: pointer;
  }

  .firstpage-custom-collection input[type="checkbox"] ~ .content {
    width: 100%;
    overflow: hidden;
    transform: translateY(-5px);
    opacity: 0;
    max-height: 0px;
  }

  .firstpage-custom-collection [type="checkbox"]:checked ~ .content {
    transform: translateY(0px);
    opacity: 1;
    max-height: 100vh;
  }

  .firstpage-custom-collection [type="checkbox"]:checked + label {
    top: 100%;
  }

  .firstpage-custom-collection label:before {
    content: "Read More";
    text-decoration: underline;
  }

  .firstpage-custom-collection [type="checkbox"]:checked + label:before {
    content: "Read Less";
  }


@media (max-width: 768px) {
	span.fp-image {
       display:none;
}

span.fp-text {
    width: 100%;
	padding:0px;
}
	
}
