 


/* Body Start */

body {
	font-family: 'Arimo', sans-serif;
	background: #f7f7f7;
}
#header {
	background: #353535;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #353535;
}
.no-padding {
	padding: 0px;
}
a{color:red!important;}
/*                                             Header
================================================================================ */




/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/

#branding {
	margin-top: 0;
	margin-right: 0px;
}
/* Header */
#branding {
	z-index: 9999;
	background-color: #608eb5 !important;
	padding-bottom: 20px;
	position: relative;
	background-repeat: repeat;
}
/* logo*/
.desc {
	text-align: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#site-title {
	padding: 39px 0 0;
	text-align: center;
}
#site-title a {
	color: #FFF;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
}
.header-ad-section2 {
	float: right;
	width: 80%;
	height: 90px;
	position: relative;
	right: 2px;
	margin-bottom:10px;
	right:80px;
	margin-top:5px;
		
}
/*MENU*/
#menu_wrap {
	width: 100%;
	float: left;
	background: #302f2f;
}
.tinynav, .tinynav1 {
	display: none;
}
#navmenu {
	text-align: left;
}
.nav-header {
	margin: auto;
	padding: 0;
	display: block;
}
#navmenu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
#navmenu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#navmenu li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding-top:5px;
}
/* Effect 1: Brackets */
#navmenu ul > li::before, #navmenu ul > li::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
#navmenu ul > li::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
#navmenu ul > li::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	
}
#navmenu ul > li:hover::before, #navmenu ul > li:hover::after, #navmenu ul > li:focus::before, #navmenu ul > li:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	
}
#menu-icon {
	display: none;
}
/*SUBMENU*/
#navmenu ul li ul {
	position:absolute;width:160px; z-index:999999;  padding-left:0; margin-left:0px;  margin-top:18px; display:none;}

#navmenu ul li ul li {
	 float:none; margin:0; padding:10px 0px; text-align:center; background:#302f2f ;  display:block; border-bottom: 1px solid #333; height:auto;}

#navmenu ul li ul li:hover {
	background-color: #0099CC;
}
#navmenu ul > li ul li:hover {
	color: white; /* Old browsers */
	background-color: #0099CC !important;
}
#navmenu ul li ul li a {
	font-size: 14px;
	font-weight: normal;
	padding:4px;
	
	text-align: left;
}
#navmenu ul li ul li ul {
	left: 100%;
	margin-top: -32px;
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	
}

 @media only screen and (max-width: 768px) {
/*MENU*/
body #menu_wrap {
	width: 100%;
}
body #navmenu {
	width: 100%;
	text-align: center
}
/* nav-wrap */
#menu_wrap {
	position: relative;
}
/* menu icon */
#menu-icon {
	padding: 10px 0px;
	cursor: pointer;
	font-size: 20px;
	display: block!important; /* show menu icon */
}
#menu-icon:hover {
}
/* main nav */
body #navmenu ul.menu {
	clear: both;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 10000;
	background: rgb(16, 167, 209);
	border: solid 1px #999;
	display: none;
	margin-top: 5px;
	
}
body #navmenu ul.menu li {
	width: 100%;
	clear: both;
	float: none;
	text-align: center;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
body #navmenu ul > li:hover {
	background: none!important;
}
body #navmenu ul.menu li ul li {
	background: none!important;
	width: 100%;
	border: none;
}
body #navmenu ul.menu li ul li:hover {
	background: none!important;
}
body #navmenu ul.menu a, body #topmenu ul.menu ul a {
	background: none;
	display: inline;
	padding: 0;
	border: none;
}
body #navmenu ul.menu a:hover, body #topmenu ul.menu ul a:hover {
	background: none;
}
/* dropdown */
body #navmenu ul.menu ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	margin-top: 0px;
}
body #navmenu ul.menu ul li {
}
}
/*SLIDER*/
#slider {
	width: 100%;
	float: left;
	max-height: 600px;
}
.slider_shadow {
	height: 49px;
	position: relative;
	top: -1px;
	background-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* The Nivo Slider styles */
.slider-wrapper {
	width: 100%;
	background: #fff;
	float: left;
	overflow: hidden;
	position: relative;
	height:550px;
}
.entry-title {
	font-size: 20px;
}
#nivo {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.nivoSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	background-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/css/default/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: #333;
	width: 50%;
	z-index: 8;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #FFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	behavior: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/PIE.htc);
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	bottom: -20px;
}
.nivo-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
	background-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/bullets.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
/* welcome */
#callout {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

/* Slidorion Stylesheet */

.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	background: #CBCBCB;
	padding: 10px;
	border: 1px solid #BBB;
	box-shadow: 0 0 20px #bbb;
	margin-bottom:30px;
	margin-top:10px;
	
}


.slider {
	width: 68%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 32%;
	height: 100%;
	font-family: Verdana;
	background: #eee;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
	
}

.accordion .header {
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #ededed;
	border-top: 1px solid #ccc;
}

.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
	background: #EDEDED;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	color: #FFF;
	background-color: #FFFFFF;
}

.header a{ color:#CCC;
font-size:16px;}
.header a:hover{
	color:#FFF;}

.accordion .content {
	height:100%;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 20px;
	border: none;
	background: #d6d6d6;
	
	overflow:auto;
}

.accordion .content p {
	margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}


/* welcome */


/* services-wrap */


.services-wrap {
	width: 97% !important;
	position: relative;
	margin-left: 15px !important;
	margin-right: 15px !important;
	
	background-color: #FFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
}
 @media only screen and (max-width: 768px) {
.osiris_services_widget {
	width: 100% !important;
	float: left !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
}
}
.osiris_services_widget {
	width: 230px;
	float: left;
	padding-left: 10px;
	padding-top:40px;
	padding-bottom:40px;
}
.services-wrap h5 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	padding-bottom: 2px;
}
.services-wrap p {
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.services-wrap p:hover {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #099;
	border-left-color: #099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
}
/* services-wrap */



/*LAYOUT 1*/

.lay1 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 10px;
}
.lay1 .hentry {
	width: 450px;
	height: 220px;
	background: #fff;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
	box-shadow: 0px 0px 2px rgba(0,153,255,0.4) inset;
	-moz-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
	overflow:hidden;
}
.postitle {
	font-size: 20px !important;
	text-align: center;
	width:100px;
	overflow:hidden;

}


.postitle2 {
	width:100%;
	float:left;
	text-align:center;
	
}
.postitle2 a{
	font-size:20px;
	float:left;
	
	}
	
.postcontent {
	float:left;  width:200px; height:190px;
}
.postcontent p {
	text-align: left;
	font-size:12px;
	height:180px;
	width:180px;
	position:relative;
	
	
}
.ch-item {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	float: right;
	box-shadow: 0px 0px 2px rgba(0,153,255,0.4) inset;
	-moz-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
}
.post_image {
	width: 220px;
	float: left;
	padding-top: 15px;
}
.imgpost {
	position: absolute;
	width: 218px;
	height: 150px;
	overflow: hidden;
}

.osiris_post_wrap{
	margin-top:40px;}
 @media only screen and (max-width: 768px) {
.lay1 {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-left: 60px;
	background-color: #FFF;
}
.lay1 .hentry {
	width: 100%;
	background: #fff;
	margin-right: 2px;
	float: none;
	margin-bottom: 40px;
	border-right-width: 2px;
	border-right-style: hidden;
	border-right-color: #CCC;
	padding-left: 1px;
}
.postcontent {
	width: 100%;
	float: left;
	text-align: center;
	padding-left: 20px;
}
.post_image {
	width: 100%;
	float: left;
}

.lay1 .hentry {
	width: 220px;
	background: #fff;
	height: 350px;
	margin-right: 22px;
	float: left;
	margin-bottom: 40px;
}
.postitle {
	font-size: 30px;
	text-align: center;
}
.post_content p {
	font-size: 14px;
	text-align: left;
}
.imgpost {
	position: absolute;
	width: 220px;
	height: 150px;
	overflow: hidden;
	;
}
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
	behavior: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/PIE.htc);
}
.more2 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	text-align: center;
	padding-left: 90px;
	padding-right: 85px;
	background-color: #CCC;
	opacity: 0.8;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	
	font-size: 20px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 70px;
	text-align: center;
	top: -30px;
}
.ch-info a {
	color: #FFF;
}
.ch-info p {
	color: #09C;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,0,0,0.5);
}
.ch-item:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(102,102,102,0.4), inset 0 0 0 2px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
	behavior: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/PIE.htc);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	behavior: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/url(PIE.htc));
}
/*single post*/

#content{ width:100%; float:left; margin-bottom:30px;}

#content .top-content {
	width:99%;
	position: relative;
	float: left;
	background-color: #FFF;
	padding: 20px 20px;
	
}
.post_content {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
}
.commentlist {
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
}
.postitle {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.postimg {
	width: 100%;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: default;
}
.metainfo {
	width: 100%;
	position: relative;
	
}
.metadate {
	float: left;
	padding: 4px;
	opacity: 1;
	position: relative;
	font-size: 14px;
}
.metaauth {
	float: right;
	padding: 4px;
	position: relative;
	font-size: 14px;
}
.post_info_wrap {
	width: 100%;
	background-color: #FFF;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
}
.left_link {
	float: left;
	position: relative;
	height: 20px
}
.right_link {
	float: right;
	position: relative;
	height: 20px;
}
.post_cat {
	padding: 10px;
	float: right;
	position: relative;
	font-size: 12px;
	background-color: #EEEEEE;
	margin-top: 5px;
	
}
.post_tag {
	float: none;
	position: relative;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #000;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/tag.png);
	background-repeat: no-repeat;
	width: 100%;
	
	
}
.post_tag a:hover{
	color:#09C;
	text-decoration:underline;}
.post_tag a{
	padding-left:8px;
	float:left;
	position:relative;
	background-color:#EEEEEE;
	}
.post_cat a{
	margin-left: 5px;
	}
	
.post_cat a:hover{text-decoration:underline;}

#submit {
padding: 5px 5px;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,.25);
background-color: #019ad2;
background-repeat: repeat-x;
border-color: #057ed0;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
border: 1px solid #ccc;
cursor: pointer;
border-radius: 8px;
background-image: linear-gradient(#33bcef,#019ad2);
font-size: 12px;
font-weight: bold;
line-height: 18px;
}

.post_info_wrap pre{
overflow: auto;
background: none repeat scroll 0% 0% rgb(245, 245, 245);
border-width: 1px 1px 1px 3px;
border-style: solid;
border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(224, 224, 224);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding-left: 2.5rem;}

.label{width:40% !important;}

/*FULL WIDTH PAGE*/

.osiris_fullwdth_body #content .top-content{ width:100%;}



/*FOOTER*/
#footer {
	width: 100%;
	float: left;
	margin-top: 30px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
}
#footer .widgets {
	padding: 10px;
}

#footer .widgets .widget a {
}
#footer .widgets ul {
	margin: 0;
	padding: 0;
}
.widget_wrap{ width:212px}
#footer .widgets .widget {
	width: 260px;
	float: left;
	margin-right:15px;
	margin-left:35px;

	list-style-type: none;
	margin-bottom: 25px;
}
#footer .widgets .widgettitle, #midrow .widgets .widgettitle a {
	color: #2bb975;
	font-size: 20px;
	margin-top: 10px;
}
#footer .widgets .widget ul {
	margin: 0;
	padding: 0;
}
#footer .widgets .widget ul li {
	list-style-type: none;
	padding: 6px 0;
}
#footer .widgets .widget ul li a {
	text-decoration: none;
	color: #888;
}
#footer .widgets .widget ul li .thn_wgt_tt {
	color: #888;
}
#footer .thn_wgt_thumb img {
	width: 50px;
	height: 50px;
}
#footer .widgets .widget:nth-child(4), #footer .widgets .widget:nth-child(8), #footer .widgets .widget:nth-child(12) {
	margin-right: 0;
}
#footer .thn_ad250x250_widget img {
	width: 212px;
	height: 212px;
}
#footer .thn_ad125x125_widget img {
	width: 100px;
	height: 100px;
}
.thn_feat ul p, .thn_pop ul p, .thn_rand ul p {
	margin: 5px 0;
}
#footer .widgets .widget .thn_feat ul li, #footer .widgets .widget .thn_pop ul li, #footer .widgets .widget .thn_rand ul li {
	min-height: 55px;
	padding: 10px 0px;
}
#footer #searchform {
	margin-top: 20px;
}
#footer #searchform #s {
	width: 90%;
}
#footer #wp-calendar #today {
	background: #2BB975;
}
#footer #wp-calendar caption {
	border-bottom-style: dashed;
	border-bottom-color: #f5f5f5;
	border-width: 1px;
}
#footer .widgets .widget {
    list-style-type: none;
}
#calendar_wrap {
	width:200px;}
#wp-calendar{
	margin-right:5px;}	
#copyright {
	width: 100%;
	padding: 15px;
	float: left;
	background: #302f2f;
	
}
#copyright a {
	color: #ccc;
}
.copytext {
 
	color:#fff;
	padding: 5px 10px;
	width:100%;
}
/*Footer Menu*/
#footmenu {
	width: 50%;
	float: right;
}
#footmenu ul {
	float: right;
	padding: 5px 10px;
	margin: 0;
}
#footmenu ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
}
#footmenu ul li a {
	color: #FFF;
}
#footmenu ul li a:hover {
	color: #EEE;
}
/*WIDGETS
-------------
*/

.thn_wgt_thumb {
}
.thn_wgt_thumb img {
	width: 65px;
	float: left;
	height: 65px;
	margin-right: 10px;
}
#sidebar .widgets .widget ul li .thn_wgt_tt, #midrow .widgets .widget ul li .thn_wgt_tt {
	color: #333;
}
body #sidebar .widgets .thn_feat_widget ul, body #sidebar .widgets .thn_rand_widget ul, body #sidebar .widgets .thn_pop_widget ul {
	margin-left: 0px;
}
#footer .widget_content p {
	font-size: 12px;
}
.thn_ad125x125_widget {
	float: left;
	display: block;
	width: 283px;
}
.ads-125x125 img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ads-125x125 a:nth-child(2) img, .ads-125x125 a:nth-child(4) img {
	margin-right: 0;
}
.ads-160x600 {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ads-250x250 {
	float: left;
}
.thn_twitter .tweet_text a, .widget_tag_cloud a:hover, .textwidget a {
	color: #2BB975;
}
.thn_twitter .tweet_avatar {
	width: 60px;
	float: left;
}
.thn_flckr_widget img {
	padding: 9px;
	display: inline;
	width: 67px;
	height: auto;
}
.flickr_badge_image {
	display: inline-block;
}
#sidebar .widgets .widget_nav_menu ul li ul li, #midrow .widgets .widget_nav_menu ul li ul li, #footer .widgets .widget_nav_menu ul li ul li {
	background: none;
	padding-left: 15px;
	border-bottom: none;
}
#sidebar .thn_feat ul, #sidebar .thn_pop ul, #sidebar .thn_rand ul {
	margin-left: 0;
}
.thn_feat ul li, .thn_pop ul li, .thn_rand ul li {
	list-style-type: none;
	min-height: 75px;
}
#searchform .screen-reader-text {
	display: none;
}
#sidebar #searchform #s {
	width: 90%;
	padding: 5px;
	border: 1px solid #ececec;
	color: #888;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar #today {
	background: #2BB975;
	color: #FFF;
}
#wp-calendar #today a {
	color: #FFF;
}
#wp-calendar #prev {
	padding-top: 10px;
}
/*SIDEBAR*/
#sidebar {
	float: left;
	width: 285px;
	margin-top: 30px;
	margin-left: 30px;
}

#sidebar .widgets {
}
#sidebar .widgets ul {
	margin: 0;
	padding: 0;
}
#sidebar .widgets ul li {
	list-style-type: none;
}
#sidebar .widgets .widget {
	padding: 0px;
	width: 285px;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	margin-bottom: 30px;
}
#sidebar .widgets .widget_wrap {
	padding: 15px;
	float: left;
	width: 255px;
}
#sidebar .widgettitle, #sidebar .widgettitle a {
	color: #333;
	margin: 0;
	text-align: right;
	border-bottom: 2px solid #2bb975;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 20px;
	margin-left: -15px;
	width: 270px;
	margin-bottom: 7px;
}
#sidebar .widgets .widget ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#sidebar .widgets .widget li {
	padding: 7px 0;
	margin: 7px 0;
	border-bottom: 1px solid #f5f5f5;
	color: #666;
}
#sidebar .widgets .widget li a {
	color: #888;
}
#sidebar .widget_archive ul, #sidebar .widget_meta ul, #sidebar .widget_recent_entries ul, #sidebar .widget_nav_menu ul, #sidebar .widget_recent_comments ul, #sidebar .widget_pages ul, #sidebar .widget_links ul, #sidebar .widget_categories ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#sidebar .widget_archive li, #sidebar .widget_meta li, #sidebar .widget_recent_entries li, #sidebar .widget_nav_menu li, #sidebar .widget_recent_comments li, #sidebar .widget_pages li, #sidebar .widget_links li, #sidebar .widget_categories li {
	list-style-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/list_type.png);
}
#sidebar .widgets .widget li:last-child {
	border: none;
}
/*WordPress Core*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/transblack.png) repeat;
	border: 1px solid #ececec;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 10px 3px 10px;
	text-align: center;
}
.wp-caption img {
	max-width: 98%!important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none !important;
	margin: 0 !important;
	max-width: 570px;
	padding: 0 !important;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.gallery-caption {
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}
.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}
.commentlist .bypostauthor {
}
.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}
.commentlist li.alt {
	background: #f9f9f9;
}
.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}
.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}
.comment-author .fn {
}
.comment-author .says {
	color: #999999;
}
.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}
.comment-body {
	clear: both;
	padding: 10px;
}
.comment-body p {
	clear: both;
	margin-left: 20px;
	margin-top: 30px;
}
.comment-body .reply {
}
.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}
.pingback cite, .trackback cite {
	font-style: normal;
}
#pings, #comments {
	text-align: left;
}
#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	padding: 10px 20px 50px;
	margin-top:20px;
}
#respond label {
	display: inline;
}
.reply {
	margin: 10px 0;
}
.comment-form-url input, .comment-form-email input, .comment-form-author input, .comment-form-comment textarea {
	display: block;
	width: 100%;
}
.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}
#comment {
	width: 60%;
	min-height: 250px;
}
#author {
	width: 45%
}
#email {
	width: 45%
}
#url {
	width: 45%
}
.navigation{
	margin-top: 5px;
	padding-bottom:5px;
	
}

.next{
	float:right}
.previous{
	float:left}
 /* Pagination */
    .wp-pagenavi {
        overflow: hidden; 
        text-align: center;
        display: block;
        font-size: 12px;
        margin: 18px 0;
        width: 100%;
    }
    .wp-pagenavi .pages {
        text-transform: uppercase;
        font-size: 11px;
        width: 100px;
        color: #999999;
    }
    .wp-pagenavi .alignleft a, .wp-pagenavi .alignright a {
        width: auto;
        height: auto;
        padding: 4px 8px; 
    }
    .wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
        margin-right: 3px;
        padding: 0 8px;
        line-height: 24px;
        text-align: center;    
    }
    .wp-pagenavi .current, .wp-pagenavi a:hover  {
	border: 1px solid #33CCFF;
	color: #33CCFF;
    }
    .wp-pagenavi a  {
	border: 1px solid #CCCCCC;
	word-break: break-all;
    }
/* blog */
.entry-header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tdate-1 {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5em;
	float: left;
	margin-right: 25px;
	margin-top: 8px
}

.featured-thumbnail {
	float: left;
	margin: 5px 20px 10px 0;
}
.featured-thumbnail .img-wrap {
	float: left;
	padding: 2px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 1px solid rgb(215, 215, 215);
}
.featured-thumbnail img {
	float: left;
}
/*SEARCH PAGE*/
.search_term {
	width: 100%;
	padding: 15px;
	background: #fff;
	margin-bottom: 25px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
}
.search_term #searchform {
	margin-top: 10px;
}
.search_term #searchsubmit {
	float: none;
}

.lays1 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 10px;
}
.lays1 .hentry {
	width: 450px;
	max-height: 200px;
	background: #fff;
	margin-right: 15px;
	
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
	box-shadow: 0px 0px 2px rgba(0,153,255,0.4) inset;
	-moz-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,153,255,0.4);
	overflow:hidden;
}
/*social*/

.wpr {
	position: fixed;
	width: 120px;
}
@media only screen and (max-width: 1024px) {
.wpr {
	width: 100%;
	position: relative;
	padding-left: 40px;
}
}
.social {
	background: #eaeaea;
	border: 1px solid #cacaca;
	display: block;
	float: left;
	height: 100%;
	margin: 0 4px;
	padding: 2px;
	width: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px #fff;
	-moz-box-shadow: inset 0 1px 1px #fff;
	box-shadow: inset 0 1px 1px #fff;
	margin-bottom: 2px;
}
.social .icon {
	background-color: #c5c5c5;
	background-image: url(/web/20180612113218im_/http://www.amtbotanicals.com/wp-content/themes/osiris/images/social.png);
	background-repeat: no-repeat;
	height: 40px;
	margin: 2px auto 6px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}
.social .shutter_frame {
	height: 30px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.social .shutter_frame .shutter {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%
}
.social .shutter_frame .shutter .number, .social .shutter_frame .shutter .text {
	height: 36px;
	text-align: center;
	text-transform: uppercase
}
.social .shutter_frame .shutter .number {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.5)
}
.social .shutter_frame .shutter .text {
	background: #d8d8d8;
	color: #666;
	font-size: 12px;
	line-height: 47px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.4), inset 0 -1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.4), inset 0 -1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.4), inset 0 -1px 1px rgba(0,0,0,0.2)
}
.social .shutter_frame .shutter .bar {
	background: #eaeaea;
	border: 1px solid #b7b7b7;
	height: 6px;
	left: 0;
	position: absolute;
	top: 36px;
	width: 88px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5), inset 0 1px 1px #fff;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5), inset 0 1px 1px #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5), inset 0 1px 1px #fff
}
.social#facebook .icon {
	background-position: -120px 9px
}
.social#facebook .number {
	background: #3f5fa3
}
.social#facebook:hover .icon {
	background-color: #3f5fa3
}
.social#twitter .icon {
	background-position: -8px 12px
}
.social#twitter .number {
	background: #00aced
}
.social#twitter:hover .icon {
	background-color: #00aced
}
.social#google .icon {
	background-position: -62px 10px;
}
.social#google .number {
	background: #da3d50
}
.social#google:hover .icon {
	background-color: #da3d50
}
.social#youtube .icon {
	background-position: -330px 10px
}
.social#youtube .number {
	background: #da3d50
}
.social#youtube:hover .icon {
	background-color: #da3d50
}
.social#rss .icon {
	background-position: -155px 10px
}
.social#rss .number {
	background-color: #CC6600;
}
.social#rss:hover .icon {
	background-color: #CC6600
}
.social#pinterest .icon {
	background-position: -240px 10px
}
.social#pinterest .number {
	background: #da3d50
}
.social#pinterest:hover .icon {
	background-color: #da3d50
}
.space35 {
	margin-bottom: 35px;
}
/*lay2*/

.lay2 {
	width: 100%;
}
.lay2 h2 {
	text-align: center;
	margin-top: 20px;
}
.box {
	position: relative;
	width: 230px;
	height: 0px;
	padding-bottom: 353px;
	float: left;
	opacity: 0.85;
}
.flip, .bar {
	position: absolute;
}
.flip {
	top: 0px;
	left: 0px;
	width: 230px;
	height: 100%;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	-webkit-animation: flipout 0.5s ease forwards;
	-moz-animation: flipout 0.5s ease forwards;
	-o-animation: flipout 0.5s ease forwards;
	animation: flipout 0.5s ease forwards;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
.bar {
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: white;
}
.bar h3 {
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.box:hover {
	opacity: 1;
}
.box:hover > .flip {
	background: rgba(255,255,255,0.8);
	-webkit-animation: flipin 0.5s ease forwards;
	-moz-animation: flipin 0.5s ease forwards;
	-o-animation: flipin 0.5s ease forwards;
	animation: flipin 0.5s ease forwards;
}
 @-webkit-keyframes flipout {
 0% {
-webkit-transform: translate(0px, 0px) scale(1);
}
 30% {
-webkit-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-webkit-transform: translate(0px, 0px) scale(0.9);
}
}
 @-o-keyframes flipout {
 0% {
-o-transform: translate(0px, 0px) scale(1);
}
 30% {
-o-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-o-transform: translate(0px, 0px) scale(0.9);
}
}
 @-moz-keyframes flipout {
 0% {
-moz-transform: translate(0px, 0px) scale(1);
}
 30% {
-moz-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-moz-transform: translate(0px, 0px) scale(0.9);
}
}
 @keyframes flipout {
 0% {
transform: translate(0px, 0px) scale(1);
}
 30% {
transform: translate(0px, -30px) scale(0.98);
}
 100% {
transform: translate(0px, 0px) scale(0.9);
}
}
 @-webkit-keyframes flipin {
 0% {
-webkit-transform: translate(0px, 0px) scale(0.9);
}
 30% {
-webkit-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-webkit-transform: translate(0px, 0px) scale(1);
}
}
 @-o-keyframes flipin {
 0% {
-o-transform: translate(0px, 0px) scale(0.9);
}
 30% {
-o-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-o-transform: translate(0px, 0px) scale(1);
}
}
 @-moz-keyframes flipin {
 0% {
-moz-transform: translate(0px, 0px) scale(0.9);
}
 30% {
-moz-transform: translate(0px, -30px) scale(0.98);
}
 100% {
-moz-transform: translate(0px, 0px) scale(1);
}
}
 @keyframes flipin {
 0% {
transform: translate(0px, 0px) scale(0.9);
}
 30% {
transform: translate(0px, -30px) scale(0.98);
}
 100% {
transform: translate(0px, 0px) scale(1);
}
}
 