/* === Begin Site Specific Modifications === */
.mh-site-logo .mh-header-text .mh-header-tagline { color: #169197; }

/* Advanced Sidebar Menu Color Mods */
.advanced-sidebar-menu .child-sidebar-menu li.page_item > a {
  color: #ffffff !important;
  background-color: #3CACB1 !important;
}
.mh-widget-col-1 .mh-sidebar > a{
	color: #ffffff !important;
  background-color: #169197 !important;
}

/* Hide Post Meta Box on Single and Archive Pages */
body.seedcat-template-default .mh-meta.entry-meta { display: none; }

body.post-type-archive-seedcat .mh-meta.entry-meta { display: none; }

/*** Hide Post Meta Box For New Seed Attributes Here ***/
body.term-flower .mh-meta.entry-meta { display: none; }
body.term-herb .mh-meta.entry-meta { display: none; }
body.term-fruit .mh-meta.entry-meta { display: none; }
body.term-full-sun .mh-meta.entry-meta { display: none; }
body.term-partial-sun .mh-meta.entry-meta { display: none; }
body.term-annual .mh-meta.entry-meta { display: none; }
body.term-biennial .mh-meta.entry-meta { display: none; }
body.term-perennial .mh-meta.entry-meta { display: none; }

/* Seed Attribute Display */
body.single-seedcat .sl_attr_icon > div > a {
  display: inline-block;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
}

body.single-seedcat .sl_attr_icon a[href*="seedcattax/flower"] { content: url(https://img.icons8.com/dusk/512/flower-doodle.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/herb"] { content: url(https://img.icons8.com/emoji/512/herb.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/fruit"] { content: url(https://img.icons8.com/external-flaticons-lineal-color-flat-icons/512/external-vegetables-farm-flaticons-lineal-color-flat-icons.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/full-sun"] { content: url(https://img.icons8.com/office/512/sun.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/partial-sun"] { content: url(https://img.icons8.com/bubbles/512/sun.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/annual"] { content: url(https://img.icons8.com/ios-filled/512/a.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/biennial"] { content: url(https://img.icons8.com/stickers/512/b--v2.png);	}
body.single-seedcat .sl_attr_icon a[href*="seedcattax/perennial"] { content: url(https://img.icons8.com/ios-filled/512/p.png);	}

/* Adjust Columns in Seed View */
.sl_container {	display: flex; /*width: 100%; */ }
.sl_left { /*width: 100%; */ margin: 0 20px 0 0; }
/*.sl_right { width: 100%; }*/

@media (min-width: 600px){
  .sl_left { width: 69%; }
	.sl_right { width: 31%; } 
}

/*
@media (max-width: 600px){
  .sl_container { display: block; width: 100%; }
	.sl_left {} 
	.sl_right {}
}
*/
@media (max-width: 600px){ .sl_container { display: block } }

.sl_size {
  display: inline-block;
	text-indent: -9999px;
	width: 25px;
	height: 25px; 
}

/* === End Site Specific Modifications === */