/* Alldion Styles */
.tr-accordion, .tr-accordion-wrapper {
	margin: 1em 0;
}
.tr-accordion {
	border-radius: 5px;
}
.tr-accordion .tr-panel-dt, .tr-accordion .tr-panel {
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: inset 0 -2px 5px rgba(0,0,0,0.025), 0 2px 10px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.tr-accordion .first-panel-dt{
	border-top: 1px solid #ddd;
}
.tr-accordion .first-panel-dt, .tr-accordion .first-panel-dt a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tr-accordion .last-panel-dt, .tr-accordion .last-panel, .tr-accordion .last-panel-dt a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tr-accordion .last-panel {
	position: relative;
	top: -1px;
}
.tr-accordion .tr-panel-dt a {
	display: block;
	padding: 10px;
	text-decoration: none;
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.63), inset 0 10px 20px rgba(246,246,246,0.3);
}
.tr-accordion .tr-panel {
	border-top: 0; 
	font-size: 12px;
	padding: 10px;
}
.tr-accordion .last-panel-dt.active-dt, .tr-accordion .last-panel-dt.active-dt a{
	border-radius: 0;
}
.tr-accordion .tr-panel.active {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
	border-top: 1px solid #ddd;
}
.tr-accordion .tr-panel a:hover{
	box-shadow: inset 0 10px 15px 5px rgba(0,0,0,0.03);
}

.tr-accordion .tr-panel-dt a:hover .tr-panel-arrow, .tr-accordion .active-dt a:hover .tr-panel-arrow{
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.png);
	width: 9px;
	height: 8px;
	position: absolute;
	top: 40%;
	right: 15px;
}
.tr-accordion .active-dt a:hover .tr-panel-arrow{
	background-position: 0 0;
}

.tr-accordion .active-dt {
	border-bottom: none;
}
.tr-accordion .active-dt a, .tr-accordion .active-dt a:hover {
	background-color: #F7F7F7;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 4px 16px rgba(0,0,0,0.07);
	color: #555;
}
.tr-accordion-wrapper .clearfix {
	float: none;
	clear: both; }

.tr-accordion:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

html[xmlns] .tr-accordion {
	display: block; }

* html .tr-accordion {
	height: 1%; }
	
.tr-panel .entry-title {
	margin: 0 0 0.5em;
}

.tr-accordion img {
	max-width: 100%;
	display: block; }

.tr-accordion .tr-panel img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.tr-panel.video, .tr-panel.image{
	padding: 0;
}
.tr-panel-image-wrap {
	position: relative;
	overflow: hidden;
}
.tr-accordion .tr-panel-image-wrap.not-linked:before, .tr-accordion .tr-panel-image-wrap a:before{
	display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
}
.tr-accordion .video iframe {
	width: 100%; }

.tr-panel-video-wrap {
	background: #1F1F1F;
	line-height: 0%;
	position: relative;
}
	
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.tr-panel-post-wrap {
	overflow: hidden; }

.tr-panel-post-featimg img {
	float: left;
	margin: 0 5% 10px 0; }
.tr-panel-post-featimg img.attachment-full {
	float: none;
}

.tr-panel-post-content {
	overflow: hidden; }
	
.tr-accordion-caption {
	background: none;
	zoom: 1;
	width: 98%;
	padding: 1% 10px;
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: center; }

.tr-accordion .tr-accordion-caption, .widget .tr-accordion .tr-accordion-caption {
	margin-bottom: 0; }

.tr-accordion-caption span, .tr-panel-video-caption {
	color: #f2f2f2;
	font-weight: 400;
	text-align: center;
	background: #333;
	background: rgba(0, 0, 0, 0.55);
	padding: 4px 12px 6px;
	line-height: 1.5em;
}

.tr-accordion-caption span {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; }

/* Products */
.tr-panel.productslide {
	position: relative;
}
.tr-panel-product .price {
	margin-bottom: 1em;
	display: block;
	font-size: 1.4em;
	font-weight: 700;
}
.tr-panel-product .price del {
	font-size: 0.8em;
	font-weight: 400;
}
.tr-panel-product .price ins {
	padding: 2px 3px;
	border-radius: 5px;
}
.tr-panel-product .quantity, #content .tr-panel-product .quantity {
	margin: 0 5px 5px 0;
	float: left;
}
.tr-panel-product .quantity input.qty, #content .tr-panel-product .quantity input.qty{
	height: 24px;
}
.tr-panel-product .cart {
	overflow: hidden;
}

/* Widget */
.widget .tr-accordion-wrapper {
	background: none;
	margin-bottom: 0;
	padding-bottom: 5px; }

.tr-accordion-wrapper .aligncenter {
	text-align: center;
}