/*
* Theme Name: Friedman 
* Version:  1.0 
* Author: Getzel Rubashkin, Yisroel Goldstein, Dovid Abba Goldstein
* Author URI: http://www.journeymanweb.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
/*blockquote, q {
	quotes: none;
}*/
/*blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover, a:active, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
/* END CSS RESET */

@charset "UTF-8";
/* CSS Document */html {  box-sizing: border-box;}*, *:before, *:after {  box-sizing: inherit;}

html, body{
    border:0;
    padding:0;
    margin:0;
    font-family:'open sans', sans-serif;
    background: #e4e5e8;
 	height:100%;
 }
section, article, header, footer, nav, aside, hgroup { 
	display: block;
	} 
img{ 
	border-style: none;
}
a, a:visited{
 	
 }
pre{
 	white-space: normal;
}
ul.nl,
ol.nl,
.sidebar ul,
ul.products,
ul.cart_list,
#menu-primary-navigation,
#site-nav,
.single-product [itemprop=description] ol {
 	padding: 0;
 	margin: 0;
 	list-style: none;
}
ul.h li{
 	float:left;
}
a:hover{
 	text-decoration: none;
}
h1, h2, h3, h4{
	margin:0;
	font-weight: normal;
}
h1{
	color: #84a79d;
	font-size:36px;
	font-weight: 300;
}
h2{
	font-size:20px;
}

.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
}
pre{
	white-space: normal;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.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;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.gallery-caption {

}
.sticky{

}
.bypostauthor{

}
.offset_text{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clear_fix{
	height:1px;
	clear:both;
}
.t{
	display:table;
	table-layout: fixed;
}
.tr{
	display:table-row;
}
.td{
	display: table-cell;
	vertical-align: top;
}
.wrap{
	max-width:1030px;
	margin:0 auto;
	background-color: #fff;
}

header + .wrap:not(#featured-products) {
	min-height: 100%;
	margin-bottom: -11px;
	position: relative;
}

/******* top site nav ***********/
#site-bar {
	background-color: #000;
	height: 47px;
	color: #535353;
	/*max-width: 1030px;*/
	min-width: 860px;
	margin: 0 auto;
}
#site-nav {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	/*padding-left:13.5px;*/
	float:left;
}
#site-nav li {
	margin: 19px 10.5px 0 10.5px;
	float:left;
}
#site-nav li:first-child {
	color: #fff;
}
#site-nav li:hover {
	color: #fff;
}
#shop-bag {
	display:block;
	padding:0;
	background: #fff url('images/shopping_bag.png') no-repeat center center;
	height: 47px;
	border:0;
	outline: 0;
	width: 53px;
	float:right;
	/*margin-right: 24px;*/
	cursor: pointer;
}
#rf-cart {
	-webkit-transition: max-height 1s ease 0.5s;
	-moz-transition: max-height 1s ease 0.5s;
	-o-transition: max-height 1s ease 0.5s;
	transition: max-height 1s ease 0.5s;
	max-height: 290px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #E4E5E9;
}
#rf-cart > .wrap {
	/*overflow-y: scroll;*/
	max-height: inherit;
}
#rf-cart.cart-hidden > .wrap {
	/*overflow-y: hidden;*/
}
#rf-cart.cart-hidden {
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	transition: max-height 1s ease;
	max-height: 0px;
}
#rf-cart .widget_shopping_cart_content {
	height: 289px;
	border-left: 1px solid #E4E5E9;
}
#rf-cart ul.cart_list li {
	float:left;
	width: 199px;
	border-right: 1px solid #E4E5E9;
	height: 289px;
	position: relative;
}
#rf-cart ul.cart_list li:hover {
	background-color: #F7F7F7;
}
#rf-cart ul.cart_list li > a{
	display: block;
	height: 170px;
	/*margin-bottom: 20px;*/
}
#rf-cart ul.cart_list li img{
	margin: 26px auto 20px auto;
	max-width: 150px;
	display: block;
}
#rf-cart ul.cart_list h1 {
	color: #211B35;
	font-size: 16px;
	font-weight: 400;
	margin: 0 10px;
	padding-bottom: 2px;
}
#rf-cart ul.cart_list .quant-amt {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	color: #ccc;
}
#rf-cart ul.cart_list .amount {
	color: #83A79D;
}
#rf-cart .cart_list .close {
	display: block;
	width: 30px;
	height: 26px;
	text-align: center;
	/*line-height: 2em;*/
	background-color: #83A79D;
	color: #fff;
	font-size: 1.5em;
	cursor: pointer;
	position: absolute;
	
	visibility: hidden;
}
#rf-cart .cart_list li:hover .close {
	visibility: visible;
}

#rf-cart-scrollwrap {
	width: 800px;
	float: left;
	overflow: hidden;
	position: relative;
}
#rf-cart .cart_list {
	position: relative;
	left: 0px;
}
#rf-cart .cart_list input.quantity {
	width: 1.2em;
	padding: 2px 8px;
	text-align: center;
}
#rf-cart-prev-wrap {
	width: 1120px;
	margin: 0 auto;
}
#rf-cart-prev,
#rf-cart-next {
	border: 0;
	background: #fff url('images/mini-cart-prev.jpg') no-repeat center center;
	width:9px;
	height:16px;
	cursor: pointer;
	padding: 12px;
	outline: 0;
}
#rf-cart-prev {
	float:left;
	right: 7px;
	top: 135px;
	position: relative;
}
#rf-cart-next {
	background: #fff url('images/mini-cart-next.jpg') no-repeat center center;
	margin: 135px 0 0 28px;
}


#rf-cart ul.cart_list h1,
#rf-cart ul.cart_list h2 {
	text-align: center;
}
.rf-cart-right {
	float:left;
}
#rf-cart-totalbtns {
	float:left;
	width: 175px;
}

#rf-cart .total {
	text-align: center;
}
#rf-cart .total > span {
    color: #868686;
    font-size: 13px;
    margin-top: 10px;
}
#rf-cart .total>strong {
	font-size: 2em;
	display:block;
	text-align: center;
	margin-top: 85px;
	font-weight: normal;
	color: #211B35;
}

#rf-cart p.buttons .checkout {
	display:none;
}

#rf-cart p.buttons .wc-forward {
	color: #fff;
	background-color: #211B35;
	width: 110px;
	height: 34px;
	display: block;
	margin: 15px auto;
	text-align: center;
	font-size: 14px;
	line-height: 2.4em;
}

#user-info {
	color: #fff;
	float: right;
	margin: 19px 19px 0 0;
	font-weight: 500;
	font-size: 13px;
}
#welcome {
	font-style: italic;
}
#user-separator {
	margin: 0 15px;
	color: #535353;
}

/******* header **********/
#head {
	padding-top: 1px;
	padding-bottom: 24px;
	min-width: 860px;
}

#logo {
	margin: 24px 0 0 35px;
	float: left;
	width: 197px;
	height: 70px;
}
#logo a{
	display:block;
	height:100%;
}
#logo span {
	display: none;
}
#primary-nav {
	float:right;
	margin: 55px 47px 0 0;
}
#primary-nav li {
	float:left;
	margin-left: 42px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

#primary-nav a {
	color: #a3a3a3;
}

#primary-nav a:hover {
	color: #211b35;
}

#primary-nav li.current-menu-item a {
	color: #211b35;
}

#head2 {
	background: url('images/page-bar.jpg') no-repeat center center;
	width: 1030px;	/* TODO responsive */
	height: 55px;
	position: relative; /* for Learn page */
}

#head2-title {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	float:left;
	margin: 12px 0 0 40px;
}


.home #search-box {
	margin-top: 6px;
	position: absolute;
	right: 0;
}

/*** sidebar ***/
.sidebar {
	background: #f5f5f5 url('images/sidebar.jpg') no-repeat center bottom;
	width: 305px;
}

.css-table {
	display: table;
	table-layout: fixed;
}
.css-table-row {
	display: table-row;
}

.css-table-cell {
	display: table-cell;
	vertical-align: top;
}

/*TODO*/
/*
@media (min-width: 1030px) {
	.css-table-cell:not(.sidebar):not(.woocommerce-checkout .listing) {
		width: 725px;
	}
}
@media (max-width: 1029px) {
	.css-table-cell:not(.sidebar):not(.woocommerce-checkout .listing) {
		width: auto;
	}
	.css-table-cell.sidebar {
		display: none;
	}
}
*/

/*** footer ***/
footer {
	clear: both;
	background-color: #7da298 !important;
	height: 11px;
}
.woocommerce.single-product footer,
.single-rf_article footer,
.single-post footer
{
	background-color: #211b35 !important;
}
footer div {
	background-color: #211b35;
	float: left;
	width: 305px;
	height: 100%;
}

/*** topic nav ***/
#rf-topic {
	margin:56px 0 56px 40px;
	color: #211b35;
}
#rf-topic ul.children{
	margin-left: 36px;
}
#rf-topic h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
#rf-topic .cat-item {
	margin-top: 14px;
}
#rf-topic .current-cat>a,
#rf-topic .current-cat-parent>a,
#rf-topic .current-cat-ancestor>a {
	font-weight: bold;
}
#rf-topic .children .cat-item {
	display: none;
}
#rf-topic .current-cat .cat-item,
#rf-topic .current-cat-parent .cat-item,
#rf-topic .current-cat-ancestor .cat-item {
	display: list-item;
}

/******** learn *******/
#rf-learn-filter {
	text-align: right;
	margin: 20px;
	font-weight: bold;
	color:#cecece;
}
#rf-learn-filter > a {
	color: #cecece;
}
#rf-learn-filter > a:hover,
#rf-learn-filter > a.selected{
	color: #7da298;
}

/******** store *******/
#search-box {
	float:right;
	margin: 16px 20px 0 0;
	background: url('images/search.png') no-repeat right center;
	background-size: 21px 21px;
	width: 225px;
	height: 24px;
	cursor: pointer;
}
/*
.post-type-archive-product.woocommerce #search-box {
	display: none;
}
*/
#search::-webkit-search-cancel-button {
  display: none;
}
#search {
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	border: 0;
	outline:0;
	margin:4px 0 0 0;
	padding:0;
	background-color: rgba(0,0,0,0);
	width: 195px;
}
#search:focus,
#search.has-val
{
	border-bottom: 1px solid #fff;
}

#featured-products { /* jcarousel root */
	position: relative;
	overflow: hidden;
	display:none;
}
#featured-products ul.products {	/* jcarousel list */
	position: relative;
	width: 100%;
}
#featured-products ul.products li {	/* jcarousel item */
	float: left;
	width: 1030px;
	height: 370px;
	background: url('images/featured-background.jpg') no-repeat center center;
}
#featured-products ul.products img {
	display:block;
	float:left;
}
.rf-feat-right {
	float:left;
	margin: 40px 0 0 70px;
	width:425px;
	position: relative;
}
#featured-products ul.products h3 {
	font-size: 3.1em;
	font-weight: bold;
	text-align: right;
}
#featured-products ul.products h3>span {
	color: #7DA298;
}
#featured-products ul.products p {
	margin-top: 50px;
	line-height: 1.5em;
	text-align: right;
}
#featured-products ul.products .more-info {
	position: absolute;
	right:0px;
	border: 1px solid #211B35;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	padding: 15px 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 32px;
}
#featured-products ul.products .sticker {
	position: absolute;
	top: 154px;
	left: 81px;
	background-color: #211B35;
	width: 137px;
	height: 137px;
	border-radius: 70px;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#featured-products ul.products .sticker span {
	display: block;
	text-align: center;
}
#featured-products ul.products .sticker .flash {
	color: #7DA298;
	font-weight: bold;
	font-size: 25px;
	margin-top: 22px;
}
#featured-products ul.products .sticker .mid {
	color: #fff;
	margin-top: 1px;
	font-size: 28px;
}
#featured-products ul.products .sticker .sub {
	color: #D0BCA0;
	font-size: 14px;
	width: 70px;
	margin: 10px auto 0 auto;
	font-style: italic;
}
#feat-prev,
#feat-next {
	position: absolute;
	display: block;
	height: 130px;
	width: 67px;
	top: 120px;
	cursor: pointer;
}

#feat-next {
	right:0;
}

#feat-prev.light {
	background: url('images/prev_light.png') no-repeat center center;
}

#feat-prev.dark {
	background: url('images/prev_dark.png') no-repeat center center;
}

#feat-next.light {
	background: url('images/next_light.png') no-repeat center center;
}

#feat-next.dark {
	background: url('images/next_dark.png') no-repeat center center;
}

#store-content > .products,
#store-content > .woocommerce-info {
	margin: 56px 0 0 25px;
	text-align: center;
}

#store-content > .products > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 25px 0;
	width: 200px;
	height:290px;
	border: 1px solid #e8e8e8;
	background-color: #F7F7F7;
}
#store-content > .products > li > a:first-child {
	display:block;
	height: 100%;
	position: relative;
	padding-top: 1px;
}

/*#store-content .onsale,*/
#store-content .star-rating {
	display: none;
}

#store-content img.attachment-shop_catalog {
	margin: 20px auto;
	width: 150px;
	display: block;
}

#store-content h3,h4 {
    text-align:center;
}
#store-content h3 {
    color: #211b35;
	margin: 0 12px;
}

#store-content h4,
#rf-cart ul.cart_list h2 {
    color: #868686;
    font-size: 13px;
    margin-top: 10px;
}

#store-content .price {
	display: block;
	color: #7DA298;
	font-size: 14px;
	bottom: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
}

#store-content .price > del {
	font-size: 11px;
	
}
#store-content .price > ins {
	text-decoration: none;
}

/**** single product ****/

.woocommerce.single-product .woocommerce-message {
	font-size: 14px;
	line-height: 1.4em;
}
.woocommerce.single-product .woocommerce-message > a {
	display:block;
}

.woocommerce-main-image {
	display:block;
	width: 300px;
	margin-top: 48px;
}
.woocommerce-main-image > img {
	border: 3px solid #fff;
	background-color: #fff;
}

.woocommerce.single-product .thumbnails {
	display:none;
}

.woocommerce.single-product [itemprop=description] {
	margin: 35px;
	font-size: 14px;
	line-height: 1.4em;
	color: #211B35;
}
.woocommerce.single-product [itemprop=description] h1{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 1em;
	color: #211B35;
}
.woocommerce.single-product [itemprop=description] ol {
	counter-reset: single-descr;
	margin-left: 29px;
}
.woocommerce.single-product [itemprop=description] li {
	margin-bottom: 0.8em;
	counter-increment: single-descr;
	position: relative;
	color: #211B35;
}
.woocommerce.single-product [itemprop=description] li:before {
	content: counter(single-descr);
	position: absolute;
	left: -20px;
	color: #83A79D;
	font-weight: 700;
}
.woocommerce.single-product .summary {
	margin-left: 38px;
}
.woocommerce.single-product .product_title {
	color: #83A79D;
	font-size: 2em;
	font-weight: 400;
}
.product_subheading {
	color: #B0B0B0;
	margin-top: 35px;
	font-size: 1.3em;
	font-weight: 600;
}
#product_description {
	margin: 45px 38px 0 38px;
	color: #4E4E4E;
	line-height: 1.6em;
}
#product_description p{
	margin-bottom: 1.5em;
	
}
.woocommerce.single-product .product-col {
	float:left;
	padding-top: 60px;
	max-width: 418px;
}

#product-right-box {
	margin-left: 30px;
	border: 1px solid #E4E5E9;
	background-color: #F7F7F7;
	max-width:206px;
}
#product-right-box .price {
	color: #211B35;
	font-size: 2em;
	text-align: center;
	margin: 37px auto;
}
#product-right-box .price del {
	display: block;
	font-size: small;
}
#product-right-box .price ins {
	text-decoration: none;
}
#product-right-box td.label {
	font-size: 14px;
	vertical-align: baseline;
	padding-right: 4px;
}
#product-right-box td.value {
	vertical-align: baseline;
}
.reset_variations {
	font-size: 12px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
.single_variation_wrap {
	margin-left: 16px;
}
.quantity-label {
	color: #B0B0B0;
	font-size: 0.8em;
	display: inline-block;
	margin-bottom: 20px;
}
#product-right-box .variations_form .quantity-label {
	margin-top: 20px;
}
#product-right-box .cart{
	margin: 10px 22px 32px 22px;
}
#product-right-box .variations_form.cart{
	margin: 10px 5px 32px 5px;
}
#product-right-box .qty {
	height: 32px;
	width: 58px;
	text-indent: 8px;
	border: 1px solid #E4E5E9;
	line-height: 1em;
	color: #211B35;
	margin: 0 12px;
}
#product-right-box .minus,
#product-right-box .plus {
	background-color: #83A79D;
	width:38px;
	height:34px;
	text-align: center;
	color: #fff;
	border:0;
	outline: 0;
	cursor:pointer;
}

.single_add_to_cart_button {
	background-color: #211B35;
	color: #fff;
	text-align: center;
	width: 160px;
	height: 35px;
	margin: 20px auto 0 auto;
	border: 0;
	outline: 0;
	cursor: pointer;
}

/*** cart ***/
.woocommerce-cart .page > .woocommerce {
	padding-top: 40px;
}

.woocommerce-cart.page-template-default .sidebar,
.woocommerce-cart.page-template-default section.listing > article > h1 {
	display: none;
}
.woocommerce-cart section.listing > article {
	margin-bottom:0;
}

p.cart-empty,
p.return-to-shop {
	width: 910px;
	margin: 0 auto 36px auto;
}

#rf-opc-left,
#rf-opc-right {
	float:left;
	/*margin-top: 60px;*/
}

.woocommerce-cart table.cart {
	margin: auto;
	width: 970px;
}
.woocommerce-cart .woocommerce-message {
	margin-top: -35px !important;
}

.woocommerce-cart table.cart .spacer {
	border: 0;
	background-color: #fff;
	height: 16px;
}

.woocommerce-cart .shop_table thead {
	display: none;
}
.cart_item {
	background-color: #F7F7F7;
	border: 1px solid #E4E5E9;
}
.cart_item .product-price {
	border-right: 1px solid #E4E5E9;
	position: relative;
	text-align: right;
	padding-right: 20px;
	min-width: 42px;
}
.cart_item .product-price > .amount {
	display: block;
	color: #83A79D;
}
.cart_item .product-price > .remove {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #bbb;
}
.woocommerce-cart .product-price > .remove > span{
	font-size: small;
}
.cart_item > .product-name,
.cart_item > .product-quantity,
.cart_item > .product-price {
	vertical-align: top;
}
.cart_item > .product-name > a {
	color: #211b35;
}
.cart_item > td {
	padding: 20px 5px;
}
.cart_item > .product-thumbnail {
	vertical-align: middle;
	padding: 15px;
	width: 150px;
}
.cart_item > .product-quantity .qty {
	width: 2.4em;
	padding: 8px 5px;
	margin: 0 10px;
}

.cart_item .quantity.buttons_added > .plus,
.cart_item .quantity.buttons_added > .minus {
	background-color: #83A79D;
	border: 0;
	outline: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 34px;
	font-size: 30px;
	vertical-align: middle;
	line-height: 1em;
}
.actions > .button[name=update_cart] {
	border: 0;
	outline: 0;
	background-color: #211b35;
	color: #fff;
	padding: 8px 30px;
	font-family: "Open Sans", sans-serif;
	float: left;
	cursor: pointer;
}
.cart_totals > table {
	float: right;
	text-align: right;
}
.cart_totals>h2 {
	display:none;
}
.cart_totals th,
.cart_totals th strong {
	font-weight: 300;
	color: #999;
	padding:6px 20px 6px 0;
}
.cart_totals td,
.cart_totals td strong {
	/*font-weight: 600;*/
	color: #211b35;
}
.cart_totals tr {
	height: 22px;
}
.cart_totals .order-total {
	font-size: x-large;
}
.cross-sells {
	display: none;
}

.checkout-button.wc-forward {
	float: right;
	clear: right;
	margin: 20px 0;
        background-color: #211b35;
        color: #fff;
        padding: 8px 30px;
}

.showcoupon {
	text-decoration: underline !important;
}

/**************/

#comments .title{
	color:#84a79d;
	margin:20px 0;
	font-weight: bold;
}
.comment{
	color: gray;
	line-height: 18px;
	font-size: 14px;
}
.comment a{
	color:#84a79d;
}
.comment p{
	margin-bottom: 16px;
}
.comment_meta{
	display:block;
	margin:20px 0;	
}
.comment_author, .comment_author a{
	color: #211b35;
	font-size:16px;
	font-weight: bold;
}
.comment_date{
	font-size:11px;
}
.comment-reply-link{
	display:block;
	width:60px;
	line-height: 36px;
	border-bottom: 1px solid gray;

}

/********** checkout **********/
/*#order_review_heading,
#order_review > .shop_table,*/

.woocommerce-checkout .page.wrap {
	padding: 1px 0;
}
.woocommerce-checkout .css-table {
	width: 100%;
}
.woocommerce-checkout .page > .woocommerce {
	margin: 36px 0;
}
.woocommerce-checkout .sidebar-blog,
.woocommerce-checkout article.page > h1 {
	display: none
}
#shipping_country_field {
	margin-top: 19px;
}
#createaccount,
label[for=createaccount],
div.create-account,
/*#billing_country_field,
#shipping_country_field*/ {
	display:none;
}
form.checkout {
	padding: 1px 0;
}
#customer_details {
	margin-bottom:20px;
}
.rf_heading {
	color: #83A79D;
	font-size: 36px;
	font-weight: 300;
}
#customer_details > div:not(.clear_fix) {
	float: left;
	width: 46%;
	margin: 0 2%;
}

form.checkout .col-1 > h3 {
	color: #83A79D;
	font-size: x-large;
	font-weight: 300;
}
#ship-to-different-address {
	font-size: 16px;
	color: #83A79D;
	margin-top: 5px;
}
form.checkout abbr.required {
	display:none;
}
form.checkout p.form-row {
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: text;
}
form.checkout p.form-row.exp-date-row {
	border: 0
}
#billing_state_field,
#shipping_state_field,
#billing_country_field,
#shipping_country_field {
	border:0;
}
#billing_state_field abbr.required,
#shipping_state_field abbr.required {
	display:initial;
}
#billing_state_field > label,
#shipping_state_field > label {
	display: initial;
	color: #aaa;
	margin-right: 12px;
}

form.checkout p.form-row:not(.exp-date-row) > label,
form.checkout p.form-row.create-account{
	display: none;
}

#payment > .payment_methods {
	padding:0;
	list-style: none;
}
#payment > .payment_methods .payment_box {
	margin-left: 25px;
}
#payment .payment_box fieldset {
	border: 0
}

form.checkout + .woocommerce-info,
form.checkout_coupon > p {
	display: inline-block;
}

.checkout_coupon{
	display: inline-block !important;
}

.showcoupon{
	display: none;
}

form.checkout p.form-row.compact_style > label {
	display: block;
	font-size: x-small;
	display: block;
	margin: 2px 0 0 2px;
	color: #aaa;
	cursor: text;
}
form.checkout p.form-row > .input-text {
	border: 0;
	outline: 0;
	padding: 9.5px 11px;
	font-family: 'Open Sans', sans-serif;
	width: 390px;
}
form.checkout p.form-row > .input-text::-webkit-input-placeholder {  color: #aaa; }
form.checkout p.form-row > .input-text:-moz-placeholder { color: #aaa; } /* Firefox 18- */
form.checkout p.form-row > .input-text::-moz-placeholder { color: #aaa; } /* Firefox 19+ */
form.checkout p.form-row > .input-text:-ms-input-placeholder { color: #aaa; } 
form.checkout p.form-row.compact_style > .input-text {
	border: 0;
	outline: 0;
	padding:0px;
	margin-left: 10px;
	font-size: 15px;
}
form.checkout p.form-row.compact_style > .input-text::-webkit-input-placeholder {  color: transparent; }
form.checkout p.form-row.compact_style > .input-text:-moz-placeholder { color: transparent; } /* Firefox 18- */
form.checkout p.form-row.compact_style > .input-text::-moz-placeholder { color: transparent; } /* Firefox 19+ */
form.checkout p.form-row.compact_style > .input-text:-ms-input-placeholder { color: transparent; } 
#billing_state_chosen,
#shipping_state_chosen {
	width: 85% !important;
}
#order_review_heading {
	margin-bottom: 20px;
}
#order_review_heading,
#order_review {
	margin-left: 20px;
	width: 40%;
}
#order_review > .shop_table {
	width: 100%;
}
#order_review tr th,
#order_review tr td {
	text-align: right;
}
#order_review tr th:first-child,
#order_review tr td:first-child {
	text-align: left;
}
form.checkout .form-row.place-order {
	position: relative;
}
#authorize-net-cim-cc-cvv-section {
	width:148px;
}
#authorize-net-cim-cc-number {
	width: 310px
}
#place_order {
	position: absolute;
	top: 70px;
	left: -20px;
	/*
	padding: 0;
	outline: 0;
	border: 0;
	width: 184px;
	margin: 0 auto;
	height: 42px;
	cursor: pointer;
	background: transparent url('images/checkout-paypal.jpg') no-repeat center center;
	*/
}
.woocommerce-checkout .listing article {
	margin-bottom: 70px;
}

ul.order_details {
	list-style: none;
	line-height: 1.4em;
	padding: 0;
}
.shop_table.order_details {
	text-align: right;
	margin:20px 0;
	width: 100%;
}
.shop_table.order_details thead .product-name,
.shop_table.order_details thead .product-total,
.shop_table.order_details tfoot th,
.shop_table.order_details tfoot td{
	border:0;
}
.shop_table.order_details tfoot.thankyou th,
.shop_table.order_details tfoot.thankyou td {
	text-align: right !important;
}
.shop_table.order_details tbody .product-name,
.shop_table.order_details tbody .product-total,
.shop_table.order_details tfoot td,
.shop_table.order_details tbody .product-name a {
	color: #6a6a6a;
}
.shop_table.order_details th,
.shop_table.order_details td {
	padding: 10px;
	border: 1px solid #ddd;
}
.shop_table.order_details tr th:first-child,
.shop_table.order_details tr td:first-child {
	text-align: left;
}
dl.customer_details > header {
	margin-bottom:20px;
}
dl.customer_details dt,
dl.customer_details dd {
	float: left;
}
dl.customer_details dt {
	width:10%;
	clear:left;
}

.col2-set.addresses {
	clear:left;
	margin-top: 30px;
}

.col2-set.addresses > div:not(.clear_fix) {
	float:left;
	
} 

.col2-set.addresses h3 {
	font-weight: 600;
}

.col2-set.addresses > .col-2 {
	margin-left: 20px;
}

.col2-set.addresses address {
	line-height: 1.4em;
	font-style: normal;
}

.col2-set.addresses address p {
	margin-top: 6px;
}

/*

.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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; / * Image does not overflow the content area * /
    padding: 5px 3px 10px;
    text-align: center;
}

.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;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.gallery-caption {

}
.sticky{

}
.bypostauthor{

}




header nav{
	margin:20px 0;
	height:42px;
	line-height:42px;
}
header nav ul{
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	text-align: justify;
	width: 100%;
	height:42px;
	line-height: 42px;
}
header nav ul li{
	display: inline-block;
}/ *
header nav ul li:last-child{
	width:100%;
	height:1px;
	line-height: 1px;
}* /
.index{
	float: left;
	width:170px;
	margin-right:30px;
}
.index ol ol{
	margin-left:20px;
}
.listing{
	float: left;
	width: 600px;
}
.listing article{
	margin-bottom:20px;
}
.listing h1{
	font-size:150%;
}
#secondary{
	float: left;
	width:170px;
	margin-left:30px;
}
article h1{
	font-size:150%;
	font-weight: bold;
}
article p{
	margin:16px 0;
}

/ * TODO this assumes 1 page load with everything collapsed, need to refactor for arbitrary link * /
.index .children {
	margin-left: 15px;
	display:none;
}

#articles .art-template {
	display:none;
}

#cont-type{
	list-style: none;
	float: right;
}

#cont-type li{
	float: left;
	margin: 0 5px;
}

#cont-type button {
	border: none;
	background-color: #fff;
}

#cont-type button.selected {
	background-color: #bbb;
}
*/

/* DA */


.listing{
	box-sizing: border-box;
	/*width: 725px;*/
	padding: 0 30px;
	background-color:#fff;
}

.listing article{
	margin-bottom:50px;
}
.listing h1{
	color: #84a79d;
	font-size:36px;
	font-weight: 300;
}

.listing small{
	font-size: 13px;
	font-weight: 400;
	color: #a3a3a3;
}

.listing small .post-date, .listing small a{
	color: #6a6a6a;
}

.listing .attachment-655x235{
/*	padding-top: 20px;*/
}

.listing article{
	line-height: 1.5;
	color: #6a6a6a;
}
.listing article > *{
	margin-bottom:14px;
}
.listing article > img{
	margin-bottom:0;
}
.listing article .single-thumb{
	/*margin-top: -1px; -40px 24px -40px*/
	min-width: 1030px;
	min-height: 280px;
}
.listing article > h1,
.listing article > header{
	margin-bottom: 0; 
}
.listing article h1{
	line-height: 34px;
	margin-bottom: 4px;
}
.listing article li{
    margin-bottom: 8px;
}

.listing article p:first-of-type{
	margin-top:12px;
}

.listing .read-more,
.t_format .read-more{
	display: inline-block;
	padding-top: 12px;
	color: #84a79d;
}
.pagination,
.woocommerce-pagination{
	clear: both;
	margin: 30px;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers{
	color: #84a79d;
	padding:0px 7px;
	font-weight: 700;
}

.pagination .page-numbers:first-child
.woocommerce-pagination .page-numbers:first-child{
	padding-left:0px;
}

.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current{
	color: #211b35;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li{
	display:inline-block;
}
.sidebar-blog{
	box-sizing: border-box;
	padding: 40px;
	line-height: 1.5;
}

.recents {
	padding-top: 20px;
}


.recents H2, .popular H2 {
	font-weight: 700;
	color: #211b35;
}

.recents li.entry, .popular li.entry {
	margin:12px 0px 20px 0;
}

.recents .entry h3, .popular .entry h3 {
	font-weight: 400;
	color: #211b35;
	line-height: 1.2em;
	font-size: 1em;
}

.recents .entry p, .popular .entry p {
	color: #84a79d;
	font-size: 13px;
	font-weight: 400;
	margin: 4px 0;
	max-height: 4.5em;
	overflow: hidden;
}

.popular {
	border-bottom: solid 1px #84a79d;
	padding-bottom: 20px;
}

.home .search{
	float: right;
	height: 0;
	position: relative;
	z-index: 10;
	margin-right: 30px;
	width: auto;
	top: 10px;
	overflow: visible;
	/*display: none;*/
}
.home .search *{
	display:inline-block;
}
.home .search input[type="text"]{
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	color: white;
	text-align: right;
	line-height: 33px;
}
.home .search input[type="submit"]{
	background: transparent url('images/search.png') no-repeat center center;
	border: none;
	line-height: 33px;
	width: 33px;
	padding: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.home .search ::-webkit-input-placeholder { /* WebKit browsers */
	color:#fff;
	opacity:1;
}
.home .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#fff;
	opacity:1;
}
.home .search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#fff;
	opacity:1;
}
.home .search :-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#fff;
	opacity:1;
}

#newsletter{
	width: 280px;
	overflow: visible;
	white-space: nowrap;
	margin: 0 auto;
	border-bottom: #d5bfa0 1px solid;
	padding-bottom: 48px;
}
.home #newsletter{
	text-align:center;
}
.home #newsletter form{
	margin-left: -40px;
	display: block;
}
.home #newsletter *{
	display:inline-block;
}
.home #newsletter h1{
color: #7da298;
font-size: 22px;
line-height: 20px;
font-weight: 300;
margin: 0px 0 16px 0;
}
.signup-input{
	text-indent: 10px; 
	background-color: #e4e5e8;
	border: none;
	color: #a6a6a6;
	line-height: 53px;
	padding:0 0 0 25px;
}
.home #newsletter input[type="email"]{
	width:270px;
	font-family: inherit;
}
.gr-button{
	background: #7da298;
	color: white;
	border: none;
	line-height: 53px;
	padding: 0 20px;
	margin: 0;
	cursor: pointer;
}
.home #newsletter ::-webkit-input-placeholder { /* WebKit browsers */
	color:#979894;
	opacity:1;
}
.home #newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#979894;
	opacity:1;
}
.home #newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#979894;
	opacity:1;
}
.home #newsletter :-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#979894;
	opacity:1;
}
.home #newsletter + article.page {
	margin: 0 10%;
}
.home #newsletter + article.page br {
	display: none;
}
.home #newsletter + article.page br:last-child {
	display: inline;
}
.home article:not(.rf-card){
	text-align: center;
	/*margin: 50px 90px;*/
	line-height: 24px;
	font-size: 16px;
	color: #6a6a6a;
}
.home article:not(.rf-card) h1,
#about-us h1,
.staff h1{
	color:#7da298;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin: 40px 0 26px 0;
}
.home article:not(.rf-card) h1 {
	margin-bottom: 40px; 
}
#intros{
	margin:76px 30px 30px 30px;
	text-align: center;
}
#intros h1, 
#intros h2,
#intros h3{
	color: #211b35;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#intros h2{
	font-weight: normal;
	text-transform: none;
	line-height: 40px;
	margin-top:60px;
}
#intros > article{
	display:inline-block;
	vertical-align: top;
	padding:0;	
	margin: 90px 42px 20px 42px;
	width:215px;
	height: 266px;
	overflow: hidden;
}
#intros > article h1{
	margin: 0;
	vertical-align: top;
	margin-bottom:16px;
}
#intros > article h1 a{
	display:block;
	padding-top:50px;
	background: no-repeat center top;
}
#whats-new {
	background: url('images/background.jpg') no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	padding-top: 1px;
}
.rf-cards-head {
	text-align: left;
	font-size: 24px;
	margin: 24px 0;
}
.cards-wrap-full {
	margin: 0px auto;
	width: 100%;
}
.rf-card {
	width: 198px;
	height: 288px;
	display: inline-block;
	margin: 0px 30px 30px 0px;
	background: #F7F7F7;
	vertical-align: top;
	border: 1px solid #e3e3e3;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.rf-card > img.attachment-shop_catalog {
	margin-top: 20px;
}
.rf-card h1 {
	color: #211b35;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 18px 0; /*16px*/
	text-align: left;
	float: left;
	width: 168px;
	line-height: 1.2em;
}
.rf-card-thumb {
	/*width: 198px;*/
	height: 111px;
	position: relative;
}
img.rf-card-thumb {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    width: auto;
}
.rf-card-thumb + small {
	position: absolute;
	bottom: 14px;
	right: 8px;
	color: #fff;
	padding: 4px 11px;
	background-color: rgba(0,0,0,0.5);
	font-size: 11px;
}
.rf-card-text.Store h1 {
	margin: 0;
	text-align: center;
	max-height: 2.4em;
}
.rf-card-text.Store h2 {
	font-size: 13px;
	text-align: center;
}
.rf-card-text {
	margin: 18px 16px;
	color: #a3a3a3;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	width: 168px;
	height: 118px;
	line-height: 20px;
}
.rf-card-text.Post-nopic,
.rf-card-text.Article-nopic {
	height: 218px;
}
.rf-card-text.Store {
	margin: 10px 16px;
}
.rf-card > span.amount {
	position: absolute;
	left: 16px;
	bottom: 14px;
	color: #7da298;
	font-size: 14px;
	line-height: 18px;
}
.rf-card-type {
	position: absolute;
	bottom: 14px;
	right: 14px;
	height: 18px;
	padding-right: 27px;
	line-height: 18px;
}

#about-us{
	background: #f8f9f9;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 1px 0 34px 0;
	color: #6a6a6a;
}
.staff address {
	font-size: 16px;
	color: #211b35;
	font-style: normal;
	background: #f8f9f9;
	text-align: center;
	padding-bottom: 30px;
}
.staff address .sep {
	color: #84a79d;
	font-weight: 600;
}
.staff article h1{
	margin-bottom:0;
	margin-left: 230px;
}
.staff article h2{
	margin:0;
	color:#a3a3a3;
	font-size: 13px;
	margin-left: 230px;
}
.staff article p{
	margin:30px 0;
	line-height: 23px;
	font-size: 16px;
	margin-left: 230px;
}
.staff article{
	margin: 20px 50px;
	clear:both;
	color:#6a6a6a;
}
.staff article img{
	float: left;
	margin: 0 30px 20px 0;
}
#staff_contact{
	margin: 30px 40px 70px 230px;
}
#staff_contact li{
	text-indent: 30px;
	background: no-repeat 0 center;
	margin-bottom: 10px;
}
#staff_contact li.phone{
	background-image: url('images/phone.png');
}
#staff_contact li.email{
	background-image: url('images/letter.png');
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; border: none; position: relative; zoom: 1; margin-bottom: 50px; overflow: hidden;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 400px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a  {
	text-indent: 100%;
	height:100px;
	width:70px;
	background: url('images/prev_light.png') no-repeat center center;
}

.flex-direction-nav a.flex-next { background-image:url('images/next_light.png'); }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 10;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 11px; height: 11px; display: block; 
	background: #fff;
	opacity:.5;
	cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
}
.flex-control-paging li a:hover { opacity: 1; }
.flex-control-paging li a.flex-active { opacity: 1;  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.slide_caption{
	position: absolute;
	color: white;
	left: 0;
	top: 0;
	margin: 0 18%;
	text-align: center;
}
.slide_caption h1{
	color: white;
	font-size: 50px;
	margin: 130px 0 30px 0;
	font-weight: 300;
}
.slide_caption p{
	font-size: 18px;
	line-height: 26px;
	margin:16px 0;
}
/*** Calendar ***/

body.events-archive .ui-datepicker {
	font-size: 0.78em;
}

#request-fields > * {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#request-a-lecture {
	margin: 20px 40px;
}
#request-a-lecture > h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #211b35;
}
#request-a-lecture > p {
	color: #211b35;
	line-height: 18px;
}
#request-a-lecture input[type=text],
#request-a-lecture textarea {
	padding: 0;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #dad8d8;
	margin-bottom: 14px;
}
#request-a-lecture input[type=text] {
	width: 215px;
	height: 32px;
	text-indent: 13px;
}
#request-a-lecture textarea {
	width:189px;
	height:153px;
	padding: 11px 13px 0 13px;
	resize: vertical;
}
#request-a-lecture input[type=submit] {
	background: #211b35;
	color: white;
	padding: 0 16px;
	line-height: 40px;
	border: 0;
	font-family: 'Open Sans',sans-serif;
	width: 215px;
}

#tribe-events-bar {
	display: none;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
	display: list-item;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
	display: block;
}
.tribe-events-month #tribe-events-footer .tribe-events-sub-nav li {
	display: none;
}
.tribe-events-list > #rf-learn-filter {
	margin: 5px;
}
#tribe-events-content table.tribe-events-calendar{
	width: auto;
}


#tribe-events-content-wrapper{
	display: table-cell;
	width: 725px;
}
#tribe-events-pg-template {
	max-width: 1030px !important;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{
	background-color: #211b35 !important;
}
.tribe-events-notices,
.woocommerce-message{
	margin: 10px 30px 18px 30px !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border-color:#84a79d !important;
	background-color: #a5d1c5 !important;
	color: #211b35 !important;
	text-shadow: none !important;
}
#rf-opc-left > .woocommerce-message{
	margin:0 0 18px 0 !important;
}
.tribe-events-list-separator-month {
	position: static;
	text-align: start;
	padding-left: 18px;
}
.tribe-events-list-separator-month span {
	padding: 0;
	color: #7da298;
	font-weight: 300;
}
h2.tribe-events-page-title{
	color: #211b35 !important;
	font-weight: bold;
	margin-top: 20px;
}
.tribe-events-calendar thead th {
	background-color: transparent !important;
	color: #7da298 !important;
	border: none !important;
	border-bottom: 1px solid #d2d2d2 !important;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar div[id*="tribe-events-event-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	color: #737373 !important;
	background-color: transparent !important;
}

.tribe-events-calendar td a{
	color: #211b35 !important;
}
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip,
.recurring-info-tooltip {
	left: -37px !important;
	width: 200px !important;
}
.tribe-events-calendar .tribe-events-tooltip {
	border: 1px solid #7da298;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tribe-events-tooltip .tribe-events-arrow {
	left: 82px !important;
}
.tribe-events-tooltip p.entry-summary {
	/*
	word-wrap: break-word;
	word-break: break-word;	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	*/

	background: #7da298;
	color: #7da298;
	margin: 7px -12px -14px -12px;
	height: 6px;
	overflow: hidden;
}
.tribe-events-event-thumb {
	display: none;
}
#tribe-events-content .tribe-events-tooltip h4 {
	color: #7da298;
}
#tribe-events-content table.tribe-events-calendar{
	margin:30px !important;
	border: 0 !important;
}
.tribe-events-present{
	background-color: #f2ece2;
}
ul.tribe-events-sub-nav a{
	/*
	background: #211b35;
	color: white;
	padding: 0 16px;
	display: block;
	*/
	line-height: 40px;
	color: #7da298;
	font-weight: 300;
	font-size: 24px;
}
.tribe-events-nav-previous{
	margin-left:0 !important;
}
.tribe-events-nav-previous a{
	margin-left: 30px;
}
.tribe-events-nav-next a{
	margin-right: 30px;
}
.tribe-events-nav-next{
	margin-right:0 !important;
}
.tribe-events-list .vevent-tiles {
	margin-left: 20px !important;
}
.tribe-events-list .rf-card {
	margin-right: 22px;
}

/* Single Event */
.tribe_events{
	margin-bottom: 40px;
}
.single-tribe_events h2.tribe-events-single-event-title {
	margin:30px 40px 0 40px !important;
	color:#84a79d;
	line-height: 40px !important;
}
.tribe-events-schedule{
	margin:0 40px !important;
	font-size: small;
}
.tribe-events-single-event-description{
	margin:40px !important;
	width:auto !important; 
	line-height: 24px;
	color: #6a6a6a;
}
.tribe-events-single-event-description p{
	margin-bottom:18px;
}
.single-tribe_events .tribe-events-event-meta{
	background-color: #84a79d !important;
	border:0 !important;
	margin:0 40px !important;
	color: white !important;
}
#tribe-events-content {
	margin-bottom: 0 !important;
	padding:1px 0 !important;
}

.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button,
#rf-cart-scrollwrap .quantity::-webkit-inner-spin-button,
#rf-cart-scrollwrap .quantity::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.nav{
	background: #7da298;
	margin: 30px 0;
}
.nav a{
	display: inline-block;
	margin: 20px 7px 20px 0;
	padding: 0 10px;
	line-height: 36px;
	background: #211b35;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}
.nav a[rel=prev]>span{
	background: #211b35 url('images/prev-arrow.png') no-repeat left bottom;
	display: inline-block;
	width: 30px;
	height: 10px;
}
.nav a[rel=next]>span{
	background: #211b35 url('images/next-arrow.png') no-repeat right bottom;
	display: inline-block;
	width: 30px;
	height: 10px;
}
.nav a.rf-share {
	width: 36px;
	height: 36px;
	float: right;
	padding: 0;
	margin-right: 12px;
	background: transparent;
}
.nav a.rf-share.email {
	background: url('images/share-email.png') no-repeat center center;
}
.nav a.rf-share.facebook {
	background: url('images/share-facebook.png') no-repeat center center;
}
.nav a.rf-share.googleplus {
	background: url('images/share-googleplus.png') no-repeat center center;
}
.nav a.rf-share.twitter {
	background: url('images/share-twitter.png') no-repeat center center;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
	background-color: #D5D5D5 !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}
#tribe-events-content.tribe-events-list {
	padding: 15px !important;
}

.t_format a{
	color:#84a79d;
}
.t_format blockquote{
	margin: 24px 40px 24px 0;
	padding-left: 40px;
	border-left: 4px solid #84a79d;
	font-style: italic;
	line-height: 26px;
}

.responsive-br {
	display: none;
}

.da-ad img{
	max-width: 100%;
	max-height: 150px;
}

/*responsive youtube embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}