/**
 * This is wordpress default css file for theme. It is broken into following sections:
 * 1.  Global Styles
 * 2.  Widgets
 * 3.  Content
 * 4.  Products Archive
 * 5.  Single Product
 * 6.  Fresco/Lightbox
 * 7.  WP Gallery
 * 8.  Comments
 * 9.  Em Paginate
 * 10. Footer
 */
/*------------------------------------------------------------------------------------

/**********************************************************************************/
/* Global Styles ******************************************************************/
/**********************************************************************************/

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
}

a {	
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}


body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html.overflow-y-hidden,
body.overflow-y-hidden
{
	overflow:hidden;
}

h1:first-child {
	margin-top:-0.13em;
}

ins {
	text-decoration:none;
}

article {
	margin-bottom:40px;
}

.woocommerce-page article {
	margin:0;
}

address {
	font-size: 1rem;
	line-height:1.5rem;
	margin-bottom:15px;
	font-style: normal;
}

audio {
	visibility:hidden;
}

pre {
	background:#fafafa;
	padding:23px 30px;
	line-height:1.8em;
	border:1px solid #ddd;
	margin-bottom:30px;
    color: #5f5b5b;
}

table {
	width:100%;
	margin-bottom:40px;
	background:none;
}

table thead th {
	text-transform:uppercase;
	font-size:13px !important;
}

table tbody th {
	font-weight:normal;
}

table tr {
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align:left;
	border-collapse: collapse;
}

table tbody tr:last-child
{
	border-bottom: none;
}

table tr td
{
	border: 0px; border-collapse: collapse;
}

table tfoot,
table thead
{
    background: none;
}

blockquote {
	margin:0 0 40px 0;
	padding:0;
	border:0;
	font-size:30px;
	color:#000;
	line-height:1.3em;
	/*padding:20px 0 0 60px;*/
}

blockquote cite {
	margin:20px 0 0 0;
	font-style:normal;
	font-weight:bold;
	line-height: 20px;
}

ul, ol, dl {
	margin-bottom: 0;
}

dl {
	/*padding:30px 0 30px 60px;*/
}

dl dt {
margin-bottom: 0.8rem;
}

dl dd {
	margin:0;
}

dl.wp-caption {
	padding:0;
}

dd {
	padding-bottom:30px;
}

.row-relative {
	position: relative;
}

.vertical-aligned { 
	margin: auto;
	position: absolute;
	top: 50%;
	/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
	margin-top:-20px;
}

.vertical-aligned.to-left {
	left:0; right:auto;
}

.vertical-aligned.to-right {
	right:0; left:auto;
}


/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/

.widget-area {
	font-size:16px;
}

.widget {
	margin-bottom:50px;
}

.widget form {
	margin:0;
}

.widget ul,
.widget ol {
	margin:0 0 0 0;
	font-size:14px;
	line-height: 20px;
	list-style:none;
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu
{
	margin:5px 0 5px 20px;
}

.widget li {
	margin:0 0 17px 0;
}

.widget .post-date {
	display:block;
}

.widget .recentcomments,
.widget_recent_entries li,
.shop_sidebar .widget_recent_entries li
{
	position:relative;
	margin-bottom: 17px
}

.widget .recentcomments:before {
	display: none;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content:"\f0e5";
	position:absolute;
	top:0;
	left:-20px;
	width:20px;
	height:20px;
}

.widget .recentcomments a {
	display: block;
	font-style:normal;
}

.widget .cat-item {
	text-transform:uppercase;
	margin-bottom: 10px;
}


.widget .tagcloud
{
	margin-top: 26px;
	margin-bottom: -5px;
}

.widget .tagcloud a {
    border-width: 1px;
	border-style: solid;
    border-radius: 13px;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 13px 4px;
    text-transform: uppercase;
    word-wrap: break-word;
}

#site-footer .widget .tagcloud a,
.widget .tagcloud a
{
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.widget .tagcloud a:hover {
	color:#fff !important;
	border: 1px solid;
}

.widget .textwidget {
	line-height:1.375em;
}

.entry-content .widget ins
{
	background: none;
	color: #888;
}

.widget .amount {
	margin-top: 5px;
	display: inline-block;
}

.widget del .amount {
	font-size:1em;
	text-decoration: line-through;
}

.widget_archive li {
	margin:0 0 5px 0;
}

.widget_meta li {
	margin:0 0 5px 0;
}

.widget_rss .widget-title a {
	color:#000;
	font-weight:bold !important;
}

.widget_rss .widget-title a:first-child {
	display:none;
}

.widget_rss .rss-date,
.widget_rss cite
{
	display:block;
	padding:10px 0;
	color:#555;
	font-style:italic;
}

.widget_rss .rssSummary {
	display:block;
}

.widget_calendar table {
	border:0;
}

.widget_calendar table thead, 
.widget_calendar table tfoot
{
	background:none;
}

.widget_calendar caption {
	font-size: 0.875rem;
	padding:0 0 10px 0;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar table thead th
{
	font-size: 0.875rem !important;
	font-weight: 700;
}

.widget_calendar table tr
{
	border: none;
}

.widget_calendar table tr td
{
	font-size: 0.8125rem;
}

.widget_calendar table tr th,
.widget_calendar table tr td
{
	text-align:left;
	 padding: 0.1rem 1rem 0.1rem 0rem;
}

.widget_calendar table thead tr th, 
.widget_calendar table tfoot tr td
{
	padding: 0;
}

.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even)
{
	background:none;
}

.widget_calendar #prev {
	text-align:left;
}

.widget_calendar #next {
	text-align:right;
}

.widget_calendar #today
{
	font-weight: 700;
}

.widget_product_search,
.widget_search
{
	/*margin: 0;*/
	position: relative;
}

.widget_product_search label,
.widget_search label
{
	display: none;
}

.widget_product_search input,
.widget_search input
{
	margin:0;
	padding:0 10px;
}

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit
{
	position:absolute;
	bottom:2px;
	right:2px;
	padding:9px 10px 8px 10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}


.widget_bazien_social_media .widget-title
{
	margin-bottom: 16px;
}

.widget_bazien_social_media a
{
	font-size: 0;
}

.widget_bazien_social_media a:before
{
	display: inline-block;
	font-size: 24px;
	padding: 10px 20px 10px 0;
	margin-right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget a.widget_connect_facebook:before {
	content:"\f09a";
}

.widget a.widget_connect_pinterest:before {
	content:"\f0d2";
}

.widget a.widget_connect_linkedin:before {
	content:"\f0e1";
}

.widget a.widget_connect_twitter:before {
	content:"\f099";
}

.widget a.widget_connect_googleplus:before {
	content:"\f0d5";
}

.widget a.widget_connect_rss:before {
	content:"\f09e";
}

.widget a.widget_connect_tumblr:before {
	content:"\f173";
}

.widget a.widget_connect_instagram:before {
	content:"\f16d";
}

.widget a.widget_connect_youtube:before {
	content:"\f16a";
}

.widget a.widget_connect_vimeo:before {
	content:"\f194";
}

.widget a.widget_connect_behance:before {
	content:"\f1b4";
}

.widget a.widget_connect_dribble:before {
	content:"\f17d";
}

.widget a.widget_connect_flickr:before {
	content:"\f16e";
}

.widget a.widget_connect_git:before {
	content:"\f1d3";
}

.widget a.widget_connect_skype:before {
	content:"\f17e";
}

.widget a.widget_connect_weibo:before {
	content:"\f18a";
}

.widget a.widget_connect_foursquare:before {
	content:"\f180";
}

.widget a.widget_connect_soundcloud:before {
	content:"\f1be";
}


.widget_shopping_cart_content
{
    background: #202020;
	position: relative;
	min-height: 87px;
    margin-top: 31px;
}

.widget_shopping_cart_content .product-thumbnail
{
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	padding: 20px 20px 20px 0;
}

.widget_shopping_cart_content tr:first-child td
{
	padding-top: 2px;
}

.widget_shopping_cart_content tr
{
	vertical-align: top;
	border-bottom: 1px solid #f5f5f5;
}

.widget_shopping_cart_content tr td
{
	font-size: 14px;
	line-height: 18px;
}

.widget_shopping_cart_content tr td.product-remove
{
	font-size: 18px;
}

.widget_shopping_cart_content .product-name a
{
	display: block;	
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
	margin: 6px 0 1px;
	color: #888;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
	padding: 0;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p
{
	font-size: 1rem;
	margin: 0;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
	padding: 0;
	margin-right: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.widget_shopping_cart_content table
{
	margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total
{
	border-top: none;
	padding: 17px 0 21px;
	margin: 0;
}

.widget_shopping_cart .total strong {
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	color:#555;
}

.widget_shopping_cart .total .amount {
	font-size: 1.3125rem;
	font-weight: 700;
	display:inline-block;
	margin-top: 0;
	text-align:right;
	float:right;
	
}

.widget_shopping_cart .buttons
{
	margin-bottom: 0;
}

.widget_shopping_cart .buttons a {
	width:100%;
	margin:0 0 10px 0;
}

.widget_shopping_cart .buttons a:after
{
	display: none;
}

.widget_shopping_cart .buttons a.view_cart
{
	background: none !important;
	border: 2px solid;
	box-shadow:none;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	
	transition: all 0.3s;
	-webkit-transition: 0.3s;
}

.widget_shopping_cart .buttons a.view_cart:hover
{
	background: #000 !important;
	border: 2px solid #000;
	color: #fff !important;
}

.widget_shopping_cart .buttons a.checkout
{
	margin-bottom: 0;
}

.cart-empty-text
{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.625rem;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget
{
	margin-top: 15px;
}

.product_list_widget .star-rating
{
	font-size: 12.3px;
}

/**********************************************************************************/
/* Content ************************************************************************/
/**********************************************************************************/

.page-header {
	margin-bottom:55px;
}

.content-area {
	padding:40px 0 0 0;
}

ul,
ol {
	margin:0.875em 0 0.875em 2.1875em;
}
.post .feature-info {
    background: url(../images/feature-info.png);
    width: 32px;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-right: 15px;
}
.post .featured-post {
    display: none;
}
.wp-caption {
	max-width:100%;
}

.entry-thumbnail {
	text-align:center;
}

.entry-meta {
	margin:20px 0;
	line-height:1.8em;
	font-size:.85em;
	text-align:center;
}

.edit-link {
	margin: 30px 0;
}

.entry-meta ul {
	list-style:none;
	padding:0;
	margin:0;
}

.entry-meta ul li {
	display:inline-block;
	margin-right:20px;
}

.author-info {
	padding:0 0 0 100px;
	position:relative;
	margin:50px 0 0 0;
	text-align:left;
}

.author-avatar {
	position:absolute;
	left:0;
	top:.3em;
	width:70px;
	height:70px;
	overflow:hidden;
}

.author-avatar img {
	width:70px;
	height:70px;
}

.author-link {
	display:inline-block;
}

.wp-caption-text {
	color:#999;
	margin-top:10px;
	font-size:14px;
	line-height: 16px;
}

.attachement {
	text-align:center;
	margin-bottom: 80px;
}

.attachement .entry-content {
	margin-top:40px;
}

.entry-meta-attachment,
.previous-image,
.next-image
{
	line-height:1.8em;
	font-size: 1.125rem;
}

.entry-meta-attachment
{
	padding:3px 0 8px; 
}

/* Image Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.previous-image,
.next-image
{
	padding:15px 0 0px; 
}

.next-image a,
.previous-image a 
{
	color: #adadad;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.next-image a
{
	padding-right: 5px;
}

.previous-image a
{
	padding-left: 5px;
}

.previous-image
{
	text-align:left;
}

.next-image
{
	text-align:right;
	text-transform: uppercase;
}

.previous-arrow,
.next-arrow
{
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 1px;
}

#nav-below {
/*	margin:50px 0 0px;*/
}

.nav-previous {
	text-align:left;
	line-height:1.8em;
}

.nav-next {
	text-align:right;
	line-height:1.8em;
}

.nav-previous-title,
.nav-next-title
{
	font-size:0.619em;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-links {
    margin-top: 30px;
}

/**********************************************************************************/
/* Products Archive ***************************************************************/
/**********************************************************************************/

.products-grid {
	-webkit-backface-visibility: hidden;
}

.woocommerce  ul.products-grid,
.woocommerce-page  ul.products-grid
{
	margin: 0px -10px 16px;
}

.products li {
	position:relative;
}

.site-content .products li {
	margin-bottom:6px;
}

.products li img {
	width:100%;
	height:auto;
}

#products-grid li img {
	opacity:.05;
	-webkit-transition: opacity .3s ease;                  
    -moz-transition: opacity .3s ease;                 
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;          
    transition: opacity .3s ease;
}


/**********************************************************************************/
/* Single Product *****************************************************************/
/**********************************************************************************/

.product_summary_top {
	margin:0 0 9px 0;
	font-size:1rem;
}

.product_summary_top h1 {
	font-size:3.7em;
	margin:0 0 20px 0;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating
{
	margin: 0;
	float: none;
	display:inline-block;
	top:4px;
}

.product_description {
	margin:0 0 40px 0;
}
.product_description p {
	line-height: 30px;
}
.variations_lines {
	padding: 0;
}

.big-select
{
	opacity:0;
	width: 230px;
	height: 48px;
	margin: 0;
	padding: 0;
 
}

.big-select:hover
{
	background-color:transparent;
}

.big-select:focus
{
	outline: none;
}

.reset_variations {
	margin:11px 0 0 0;
	display:inline-block;
	font-size:1rem;
}

.single_variation_wrap {
}

.single_variation {
	margin: 22px 0 26px;
}
.product_meta {
	text-align:left;
	margin:30px 0;
}

.product_navigation {
	margin:10px 0;
}

.owl-carousel.related.products li,
.owl-carousel.upsells.products li {
	margin:0 10px;
}

.owl-carousel.related.products .owl-item,
.owl-carousel.upsells.products .owl-item {
	padding-top:10px;
}

/**********************************************************************************/
/* Fresco/Lightbox ****************************************************************/
/**********************************************************************************/

.fr-close,
.fr-window-fresco .fr-close .fr-close-icon,
.fr-ui-outside .fr-close-background
{
	cursor: pointer;
    width: 31px;
	height: 31px;
}

.fr-close
{
	pointer-events: auto;

	position: absolute;
    right: 30px;
    top: 27px;
}

.fr-window-fresco .fr-close .fr-close-icon
{
	background: none;
	position: absolute;
}

.fr-ui-outside .fr-close-background
{
	background: none;
}

.fr-close-background,
.fr-close-icon
{
	top:0px;
	left:0px;
}

.fr-side-previous .fr-side-button
{
	left: 3px;
}

.fr-side-next .fr-side-button
{
	right: 3px;
}

.fr-ui-outside .fr-close:hover .fr-close-background,
.fr-close:hover .fr-close-background,
.fr-touch-button .fr-touch-button-background
{
	background: none !important;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon
{
	opacity: 0.5;
	background: none;
}

.fr-window-fresco .fr-close:hover .fr-close-icon
{
	opacity: 1;
}

.fr-close-icon:before,
.fr-touch-button-icon:before
{
	content: "\f00d";
	font-size: 32px;
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fr-touch-more .fr-touch-button-icon:before,
.fr-touch-more.fr-touch-less .fr-touch-button-icon:before
{
	font-size: 23px;
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fr-touch-more .fr-touch-button-icon:before
{
	content: "\f0d7";
}

.fr-touch-more.fr-touch-less .fr-touch-button-icon:before
{
	content: "\f0d8";
}

.fr-touch-button
{
	width: 32px;
	height: 32px;
	padding: 0;
}

.fr-touch-close
{
	position: absolute;
	top: 6px;
	right: 3px;
	padding: 0;
}

.fr-touch-more
{
	position: absolute;
	top: 12px;
	right: 38px;
	padding: 0;
}

.fr-touch-more.fr-touch-less
{
	top: 11px;
}

.fr-info,
.fr-window-fresco .fr-touch-caption-wrapper
{
	font-size: 0.875rem;
}


/**********************************************************************************/
/* WP Gallery *********************************************************************/
/**********************************************************************************/

.gallery {
	margin:20px 0 !important;
}

.gallery dl dt {
	padding:0;
	margin:0;
}

.gallery-item {
	margin:0 !important;
}


/**********************************************************************************/
/* Comments ***********************************************************************/
/**********************************************************************************/

.comments-area {
	margin:36px 0 25px;
}

.comments-title {
	font-size:20px;
	line-height: 2rem;
	font-weight:normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
}

.comments-area article {
	padding:19px 0;
	margin:0;
}

.comment-list {
	list-style:none;
	padding:0;
	margin: 17px 0 0 !important;
}

.comment-list ul.children {
	list-style:none;
	margin: 0 0 1em 0;
}

.comment-content {
	padding:0;
	position:relative;
    text-transform: uppercase;
    font-size: 11px;
}

.comment-author-avatar {
	position:absolute;
	left:0;
	top:5px;
	width:36px;
	height:36px;
	overflow:hidden;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}

.comment-author-avatar img {
	width:36px;
	height:36px;
}

.comment-author {
	padding:0;
	margin:0;
	display:inline-block;
    }

.comment-text p
{
    font-size: 11px;
	margin:15px 0 10px 0
}

.comment-reply
{
	padding:0 10px;
}

.comment-reply i,
.comment-edit-link i
{
	font-size:13px;
	margin-right:5px;
}

.comment-reply {
	font-size:14px;
}

.comment-edit-link {
	font-size:14px;
}

.comment-awaiting-moderation {
	font-style:italic;
	color:#999;
	font-size:14px;
}

.comment-respond {
	margin:0px 0 30px 0;
}

#reply-title {
	font-size:20px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 15px;
}

.logged-in-as,
.comment-notes {
	text-align: center;
	margin-bottom: 30px;
}

.comment-notes {
	color: #777;
}

textarea#comment {
	height:200px;
	line-height:1.8em;
}
/**********************************************************************************/
/* Em Paginate ********************************************************************/
/**********************************************************************************/

.emm-paginate { display: inline-block; margin: 0 auto;
    padding-bottom: 40px;
}
.emm-paginate a {
    color:#666;
    margin-right:10px;
    padding:10px 18px;
    text-align:center;
    text-decoration:none;
    border: 1px solid #ebebeb;
}

.emm-paginate .emm-title {
    color:#555;
    margin-right:10px;
}
.emm-paginate .emm-gap {
    color:#999;
    margin-right:10px;
}
.emm-paginate .emm-current {
    color:#fff;
    margin-right:10px;
    padding:10px 18px;
    border: 1px solid #ebebeb;
}
.emm-paginate .emm-page {
}
.emm-paginate .emm-prev,
.emm-paginate .emm-next {
}

/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/

#site-footer {
	padding:60px 0 0;
}

.site-footer-first-widget-area .columns:last-child {
	float:left;
}

#site-footer .widget-title {
	text-transform: uppercase;
}

.payment_methods
{
	text-align: center;
}

.payment_methods img {
	max-height:30px;
	width:auto;
	margin-bottom: 17px;
}

.copyright_text {
	font-size:14px;
	line-height: 20px;
	
	text-align:center;
}