/*---------- GLOBAL -----------------*/
header.entry-header {
	padding: 1em 0 0 0;
}

.archive-poison-icons {
    display: inline-block;
    width: 100%;
	bottom: 0;
    position: absolute;
    right: 0;
    padding: 0em 0.5em 1em 0;
}

.archive-poison-icons ul li img {
    max-height: 25px;
	width: 100%;
}

.archive-poison-icons .title-content h2, .title-content h3 {
    margin: 0 0 0 0;
}

.icon-psychoactive-purple {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(243deg) brightness(104%) contrast(97%);
}

.icon-poison-red {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(335deg) brightness(104%) contrast(97%);
}

.archive-poison-icons li {
	padding-right: 5px;
	float: left;
	    list-style-type: none !important;
}

.archive-poison-icons ul {
	float: right;
    padding: 0;
    margin: 0;
}

.archive-grid-image > img {
    transition: .5s;
    opacity: 1;
}

.archive-grid-image > img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.archive-grid-wrap a:hover .archive-grid-image .first-img {

    opacity: 0;
}

.archive-grid-image .first-img {
    position: absolute;
}

.archive-grid-wrap:hover {
    background: #d0d0d0;
}





.anchor-sticky-menu {
	    height: 58px;
    display: block;
}

.cat.animals.not-toxic, .dog.animals.not-toxic, .horse.animals.not-toxic {
    opacity: 0;
}

.cat.animals, .dog.animals, .horse.animals {
    width: 30px;
    height: 30px;
    padding: 0px;
	font-weight: 600;
}

.dog.animals {
    color: #8200b7;
}

.cat.animals {
    color: #065fcd;
}

.horse.animals {
    color: #06cdbb;
}
/*
td.animals:before {
    content: "✓";
}*/
td.family-names {
    min-width: 120px;
}

td.animals {
    min-width: 60px;
	position: relative
}

td.name {
    min-width: 70px;
}

td.scientific-names {
    min-width: 120px;
}

td.animals:before {
	    width: 20px;
    height: 30px;
	   display: block;
	    content: "";
	margin: 0 auto
}

td.cat:before {
    background: url(/wp-content/uploads/2022/12/icon-cat-face.svg) no-repeat center;
}

td.dog:before {
    background: url(/wp-content/uploads/2022/12/icon-dog-face.svg) no-repeat center;
}

td.horse:before {
    background: url(/wp-content/uploads/2022/12/icon-horse-face-1.svg) no-repeat center;
}

.table-toxic {
    min-width: 680px;
    background: #fff;
}

.table-toxic-wrap {
    max-height: 400px;
    overflow: scroll;
	    background: #e9e9e9;
    padding: 1em;
}

td.animals:after {
    content: "/";

    top: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    color: #ff0000b0;
    font-weight: 100;
}




@media only screen and (min-width: 1024px) {

.table-toxic-wrap {
    max-height: 600px;
}
}


/*---------- GLOBAL - Buttons -----------------*/
a.link-arrow:after {
    content: "»";
    margin: 0 0 0 3px;
    transition: .2s;
	position: absolute;
}

a.link-arrow:hover:after {
    margin: 0 0 0 10px;
}

.button.hollow {
    background: transparent;
}

.border-blue {
    border: 2px solid #0680a2;
    color: #0680a2;
}

.button.thin {
    padding: 0.5em 1.5em 0.5em 1em;
    border: 1px solid #0680a2;
    font-weight: normal;
	    color: #0680a2;
}

.button.white {
	    border: 1px solid #fff;
    color: #fff;
}
/*---------- GLOBAL - Buttons -----------------*/

/*---------- GLOBAL - title -----------------*/

h2.title-section {
				display: inline-block;
				border-bottom: 2px solid;
				border-bottom-color: rgb(91,192,190);
				padding-bottom: 0.5em;
				font-weight: bold;
				text-transform: capitalize;
				color: #172A3A;
			}
/*---------- GLOBAL - title -----------------*/


.footer-columns .one-fourth h4 {
    margin: 0;
    padding: 10px 0 0 0;
}
.footer-columns .one-fourth {
    padding: 0 0 20px 0;
}
.footer-columns .wrap {
    padding: 1em;
}


.footer-columns {
    padding: 3em 0em;
}

.footer-bottom-links {
    background: #172a3a!important;;
}

.footer-disclaimer {
    background: #11212e !important;
    padding: 0;
}

.footer-disclaimer .content {
    padding: 0;
}

/*---------- GLOBAL -----------------*/




/*----------------SLICK SLIDER CUSTOM CSS-------------------*/
.carousel-container {
  margin: 0 auto;
}

.slide-card {
	max-width: 300px;
    padding: 1em;
	transition: all ease .3s;
}

.slide-card-pad {
    background: #ffffff;
    border: 1px solid #cacaca;
    box-shadow: #a4a4a4 0px 1px 2px;
    border-radius: 10px;
}

.slide-card > img {
    max-width: 300px;
  max-height: 300px
}

.slide-content {
    padding: 0 1em;
	position: relative;
}

.slide-card,
.slide-card a > img {
  border-radius: 10px
}

.slide-img-container {
    position: relative;
}

.slide-card a:hover .first-img {
    opacity: 0;
    transition: all ease .3s;
}

.slide-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.slide-img.first-img {
    position: absolute;
}
.slick-dots li button:before {
	    font-size: 10px;
}

.slick-dots {
    bottom: -70px;
}

.slide-content .slide-titles {
    margin: 0 0 2em 0;
}

.slide-content .slide-titles h3 {
    margin: 0;
}

.slide-content {
    padding: 0.5em 1em;
}

ul.slick-dots {
    padding: 0;
}


.carousel-one .slick-arrow {/*allows the arrow to be on top-front */
  z-index: 1000;
}

.carousel-one .slick-arrow::before {
    color: white;
    cursor: pointer;
    font-size: 30px;
}
.carousel-one .slick-next:hover::before,
.carousel-one .slick-prev:hover::before {
      background: #0680a2;
}


.carousel-one .slick-next::before,
.carousel-one .slick-prev::before {
    background: #333;
    padding: 5px 15px 10px 10px;
    z-index: 9999;
    position: absolute;
    border-radius: 5px;
    top: 0;
    transition: all ease .3s
}

.carousel-one .slick-prev::before {
    /*content: "◀";*/
    content: "<";
    font-family: monospace;
    left: 0;
}

.carousel-one .slick-next::before {
    /*content: "▶";*/
    content: ">";
    font-family: monospace;
    right: 0;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	    border: none;
}

.home .slick-list:before {

    background: linear-gradient(270deg, rgba(206,211,213,0) 0%, rgba(206,211,213,1) 90%);
    left: 0;
}

.home .slick-list:after {
    background: linear-gradient(90deg, rgba(206,211,213,0) 0%, rgba(206,211,213,1) 90%);
    right: 0;	
}

.home .slick-list:after,
.home .slick-list:before {
	content: "";
    width: 100px;
	display: block;
    height: 100%;
    position: absolute;
    z-index: 99;
	top: 0;
}


@media only screen and (max-width: 1029px) {
	.slick-prev {
		left: 0;
	}
	
	.slick-next {
		right: 0;
	}
	.slide-card {
    	max-width: 250px;
	}
}
/*----------------SLICK SLIDER CUSTOM CSS-------------------*/




/*----------------ACCORDION-------------------https://jsfiddle.net/DanielAguirre/f51e4bdm/143/   _______*/
.accordion-container.full-border .accordion {
    border: solid 1px #cacaca
}

.accordion-container.top-bottom-border .accordion {
    border-top: solid 1px #cacaca;
}

.accordion-container.top-bottom-border:last-child {
      border-bottom: solid 1px #cacaca
}

.accordion-container {
    padding: 0;
}


.accordion-header {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transition: background-color .3s;
    cursor: pointer;
}

.accordion-header button {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;

}




.accordion-body {
    background-color: #fff;
    max-height: 0;
    padding: 0 1em;
    overflow: hidden;
    transition: ease .3s;
}



.accordion.active .accordion-header {

  background-color: #e8e8e8;
  }
  
.accordion .accordion-body {
    transition: all ease .3s
  }
  
  .accordion.active .accordion-body {
  max-height: 100%;
    transition: all ease .3s

}

.accordion .accordion-header button {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    font-family: monospace;
    color: #0680a2;
    background: url(https://herbalplantguide.com/wp-content/uploads/2022/11/arrow-down.svg) no-repeat;
    width: 30px;
    height: 30px;
	padding: 0;
    background-size: contain;
    background-position: center;
}

.accordion.active .accordion-header button {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;

}

.accordion-header h3 {
    margin: 0;
}
  

#accordioncontent {
    padding: 1em;
}

.accordion-header:hover {
    background: #dddddd;
}


/*----------------END ACCORDION-------------------https://jsfiddle.net/DanielAguirre/f51e4bdm/59/*/

/*----------------NUTRITION FACTS-------------------https://jsfiddle.net/DanielAguirre/3dcg8hzt/7/*/

.nutrition-facts p {
	 margin: 0;
}

.nutrition-facts b {
    font-weight: 800;
}
 .nutrition-facts {
	border: 5px solid black;
    margin: 10px;
    float: left;
    max-width: 400px;
    padding: 0.5rem;
    font-family: sans-serif;
}
 .nutrition-facts table {
	 border-collapse: collapse;
	 margin: 0;
}
 .nutrition-facts-title {
	 font-weight: 900;
	 font-size: 2rem;
	 margin: 0 0 0.25rem 0;
       border-bottom: 1px solid #000;
	 font-family: sans-serif;
}

 .calories-title {
    font-size: 2em;
    font-weight: 900 !important;
    font-family: sans-serif;
}

.calories-number {
    font-size: 2.5em;
    font-weight: 900 !important;
    font-family: sans-serif;
}

 .nutrition-facts-header {
	 border-bottom: 10px solid black;
	 padding: 0 0 0.25rem 0;
	 margin: 0 0 0.5rem 0;
}
 .nutrition-facts-header p {
	 margin: 0;
}
 .nutrition-facts-table,  
 .nutrition-facts-table-grid {
	 width: 100%;
}
 .nutrition-facts-table thead tr th, 
 .nutrition-facts-table-grid thead tr th, 
 .nutrition-facts-table thead tr td, 
 .nutrition-facts-table-grid thead tr td {
	 border: 0;
}
 .nutrition-facts-table th, 
 .nutrition-facts-table-grid th, 
 .nutrition-facts-table td, 
 .nutrition-facts-table-grid td,
.vitamin-mineral-columns li{
	 font-weight: normal;
	 text-align: left;
	 padding: 0.25rem 0;
	 border-top: 1px solid black;
	 white-space: nowrap;
}
 .nutrition-facts-table td:last-child, 
 .nutrition-facts-table-grid td:last-child {
	 text-align: right;
}
 .nutrition-facts-table .blank-cell, 
 .nutrition-facts-table-grid .blank-cell {
	 width: 1rem;
	 border-top: 0;
}
 .nutrition-facts-table .thick-row th, 
 .nutrition-facts-table-grid .thick-row th, 
 .nutrition-facts-table .thick-row td, 
 .nutrition-facts-table-grid .thick-row td {
	 border-top-width: 5px;
}
 

 .nutrition-facts-table-grid {
	 margin: 0 0 0.5rem 0;
}

.nutrition-facts-table-grid td {
    width: 50%;
    display: inline-block;
        float: left;
}
 .nutrition-facts-table-grid td:last-child {
	 text-align: left;
}
 .nutrition-facts-table-grid td:nth-child(even)::before {
	 content: "•";
	 font-weight: bold;
	 margin: 0 0.25rem 0 0;
}

 .border-large {
	 border-bottom: 10px solid black;
}
 
 table.nutrition-facts-table tr {
    display: inline-table;
    width: 100%;
}

.text-indent {
  text-indent: 2em;
}

.vitamin-mineral-columns {
    column-width: 11em;
	overflow: hidden;
	    border-top: solid 1px #000;
}

.vitamin-mineral-columns ul {
    padding: 0;
}

.vitamin-mineral-columns li {
-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    border-bottom: solid 1px #000;
    list-style-type: none !important;
    padding: 1px 10px;
    margin: 0 -10px;
    border-top: none;
}

@media only screen and (max-width: 400px) {
	.vitamin-mineral-columns {
    column-width: unset;
}
}

 /*----------------NUTRITION FACTS-------------------https://jsfiddle.net/DanielAguirre/3dcg8hzt/7/*/

