/*
Theme Name:		Mommerce
Theme URI:		http://www.eski.io/wordpress-themes/mommerce
Description:	Modern & multi-purpose responsive WordPress theme. Beautifully designed, lovingly coded and absolutely bursting with functionality. As though that's not enough, you'll also receive free updates and <a href="http://www.eski.io/support" target="_blank">great support</a> too :)
Version:		1.0.2
Author:			Eski.io
Author URI:		http://www.eski.io
License:		Envato Split Licence
License URI:	http://support.envato.com/index.php?/Knowledgebase/Article/View/428
Tags:			fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-header, custom-menu, full-width-template, post-formats, translation-ready, threaded-comments
*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	width: auto !important;
	display:block;
	margin:5px auto 5px auto;
}
.aligncenter.half {
	width: 50% !important;
}
.alignright {
	width: auto !important;
	float:right;
	margin:5px 0 20px 20px;
}
.alignright.half {
	width: 50% !important;
}
.alignleft {
	width: auto !important;
	float:left;
	margin:5px 20px 20px 0;
}
.alignleft.half {
	width: 50% !important;
}
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;
}

#content {
	padding-top: 30px !important;
}

#banner {
	padding: 10px 0px;
}


.price_and_logo img {
	height: auto;
}

#header .logo {
	height: 60px;
}

#header .logo img {
	display: inline-block;
	vertical-align: middle;
}

#content {background-color: #F7F7F7;}
			
.wdr_deal {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}


.wdr_deal:hover {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.wdr_deal .product-thumb {
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0 !important;
	z-index: 5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wdr_deal .shop_logo {
	padding: 5px;
	text-align: right;
	height: 60px;
}

.wdr_deal .product_title {
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
	height: 59px;
	line-height: 18px;
	overflow: hidden;
}

.product .product-link {
	display: block;
	color: #8A8A8A !important;
	font-size: 13px !important;
}

.wdr_deal .price {
	padding: 5px;
	font-size: 15px;
}

.wdr_deal .image_div {
	padding-bottom: 67%; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wdr_deal .image_div .image_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.wdr_deal .image_div .image_wrapper img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: auto auto !important;
}

.ellipsis:before {
	content:"";
	float: left;
	width: 5px; height: 59px; }

.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px; }		

.ellipsis:after {
	content: "\02026";  

	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;

	float: right; position: relative;
	top: -25px; left: 100%; 
	width: 3em; margin-left: -3em;
	padding-right: 5px;
	
	text-align: right;

	background: -webkit-gradient(linear, left top, right top,
		from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); }
	
.price {
	height: 30px;
	font-family: Roboto Condensed;
}	

.price .price_sale {
	font-weight: bold;
	font-size: 16px;
}

.price .price_old {
	color: #8A8A8A;
	opacity: 0.5;
}

.wdr_deal .shop_logo_table {
	width: 100%; height: 50px;
}

.wdr_deal .shop_logo_table td {
	border: none; padding: 0px; text-align: right; vertical-align: bottom;
}

.shop_logo_table img {
    max-width: 150px;
    max-height: 50px;
}

.woocommerce hr {
	display: none;
}

.woocommerce h1 {
	font-size: 20px;
}

.wdr_primary_color {
	color: #00B7EA;
}

.wdr_primary_color_background {
	background-color: #00B7EA !important;
}

.wdr_primary_color_border {
	border-color: #00B7EA;
}

.wdr_deal .go_to_overlay {
	display: none;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	z-index: 501;
}

.wdr_deal:hover .go_to_overlay {
	display: block;
}

#layerslider_1_1 {
	
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px !important;
}

#layerslider_1_1 img {
	border-radius: 5px !important;
}

#layerslider_1_1 .ls-slide {
	border-radius: 5px !important;
}

.wdr_content_box {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.wdr_content_box p:not(.eski_notice) {
	padding: 0px;
	margin: 20px 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 200;
}

.wdr_content_box .shop_description_row {
	padding: 20px 0px;
	margin: 20px 0px;
}

.wdr_content_box .shop_description_row ul li {
	margin-left: 1em;
	font-size: 18px;
    font-weight: 200;
}

.wdr_content_box h1 {
	font-size: 30px;
	word-wrap: break-word;
	margin-bottom: 0px !important;
}

.wdr_sidebar {
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.wdr_sidebar h3 {
	padding: 5px;
	margin: 0px;
} 

.wdr_sidebar_row {
	padding: 5px;
	border-bottom: 1px solid #FAFAFA;
	color: #6E6E6E;
}

.wdr_sidebar_row .fa {
	margin-right: 5px;
}

.wdr_sidebar_row.single {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wdr_sidebar_row:last-child() {
	border: none;
}

.wdr_shops .alphabet {
	height: 40px;
	padding: 0px 3.57142%;
	border-bottom: 1px solid #FAFAFA;
	margin-bottom: 30px;
}

.wdr_shops .alphabet .letter {
	display: block;
	width: 3.703703%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}

.wdr_shops .alphabet .letter:hover {
	background-color: #FAFAFA;
}

.wdr_shops .letter_title {
	padding: 10px 0px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #FAFAFA;
}

.wdr_shops .shop_letter_listing {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.wdr_shops .shop_letter_listing a {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wdr_shops .shop_link {
	line-height: 30px;
	display: block;
	width: 20%;
	float: left;
	margin-right: 10px;
}

.box_content {
	padding: 20px 0px;
}

.wdr_shop_title {
	font-family: Roboto Condensed;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 300;
}

.wdr_shop_title a {
	display: inline-block;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	float: right;
}

.wdr_shop_sitelink {

    padding: 10px;
    margin: 20px 5px 5px;
    display: inline-block;
    background: #f6f6f6;
    font-weight: bold;
    font-family: 'open sans';
    font-size: 14px;

}

.wdr_sidebar .icon {
	float: left;
	height: 20px;
	line-height: 20px;
}

.wdr_coupon {
	border-top: 1px dashed rgba(0,0,0,0.2);
}

.wdr_coupon:not(.frontpage) {
	padding: 10px 0px;
}

.wdr_coupon .no_logo {
	word-wrap: break-word;
	display: inline-block;
	width: 100%;
	line-height: 16px;
}

.wdr_coupon.frontpage a {
	display: block;
	padding: 10px 0px;
}

.wdr_coupon.frontpage a:hover {
	background-color: #FAFAFA;
}

.wdr_coupon.frontpage {
	height: 80px;
	max-height: 80px;
}

.wdr_coupon.frontpage .title {
	height: 60px;
	overflow: hidden;
	padding: 0px 10px;
}

.wdr_coupon .logo {
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0px 10px;
}

.wdr_coupon.frontpage .logo {
	width: 33%;
}

.wdr_coupon .logo img {
	width: 100%;
	max-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.wdr_coupon .logo .helper {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.wdr_coupon .title {
	line-height: 20px;
	font-size: 16px;
	color: #333333;
}

.wdr_coupon .redeem {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFF !important;
    padding: 15px 0px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
}

.wdr_cta {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	text-decoration: none;
}

.wdr_coupon_code {
	display: inline-block;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	color: #333333;
	font-size: 30px;
}

#dark_overlay {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}

.overlay {
	z-index: 1001;
	position: fixed;
	top: 100px;
	margin: 0 auto;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 20px;
}

.overlay .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: FontAwesome;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	text-align: center;
}

.overlay .close a {
	color: #CCCCCC;
}

.overlay .close a:hover {
	color: #999999;
}


#coupon_overlay label {
	float: left; width: 200px;
}

.newsletter_input {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.newsletter_submit {
	color: #FFFFFF !important;
	margin-bottom: 20px !important;
	width: 100% !important;
}

.wdr_logo_slider .bx-viewport {
	left: 0px !important;
	padding: 0px !important;
	box-shadow: none !important;
	height: 50px !important;
}

.bx-wrapper {
	margin: 0 !important;
	padding: 10px !important;
}

.bx-wrapper a {
	transition: none !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 500 !important;
}

.wdr_searchform {
	position: relative;
}

.wdr_searchform .search-field {
	border-radius: 10px;
	border: none;
	font-size: 20px; 
	height: 60px;
}

.wdr_searchform .search-submit {
	height: 40px;
	top: 10px;
	right: 10px;
	position: absolute;
	color: #FFFFFF !important;
	font-family: FontAwesome;
}

.wdr_search_result_anchor_links {
	padding: 0px 25px 25px 0px;
}

.wdr_search_result_anchor_links .anchor_link {
	float: left;
	display: block;
	width: 33.33%;
	padding-left: 25px;
}

.wdr_search_result_anchor_links .anchor_link a {
	display: block;
	color: #FFFFFF !important;
}

.wdr_shop_search_result {
	border-bottom: 1px solid #fafafa;
	padding: 5px;
	height: 60px;
	line-height: 50px;
	overflow: hidden;
	font-size: 20px;
}

.wdr_shop_search_result:hover {
	background-color: #FAFAFA;
}

.wdr_shop_search_result .logo {
	width: 150px;
	height: 50px;
	float: left;
	padding-right: 20px;
}

.offer_teaser {
	text-align: center;
	margin-bottom: 30px;
	color: #555555;
}

.offer_teaser .head {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}

.offer_teaser .sub {
	font-size: 16px;
}

.missed_overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,0.7);
	z-index: 500;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.missed_text {
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #FFFFFF;
	z-index: 501;
	padding: 0px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.wdr_content_box p, h1, h2, h3, .shop_description_row {
	clear: both;
}

.wdr_deal .deal_attribute, .getaway .deal_attribute {
	display: inline-block;
	margin: 0px 3px 3px 0px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
}

.wdr_deal .attributes {
	padding: 0px 10px;
}

.getaway .wdr_deal .product_title {
	font-size: 18px;
	padding: 10px 5px;
	color: #333333;
	height: 70px;
	line-height: 20px !important;
	margin-bottom: 15px;
}

.getaway .wdr_deal .excerpt {
	padding: 10px;
	color: #666666;
}

.travel .wdr_shop_title {
	color: #333333;
	text-shadow: 1px 1px 0px #FFFFFF;
}

.travel .wdr_deal .price {
	padding: 0px 10px;
}

.getaway p, .getaway li {
	font-size: 11pt;
	color: #555555;
}

article li, .wdr_content_box li {
	margin-left: 1em;
}

.getaway .getaway_goto {
	display: inline-block;
	padding: 10px;
	margin: 20px 0px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

.getaway .bottom_goto {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
}

.getaway .google_maps iframe {
	width: 100%;
	height: 300px;
}

#getaway_filter_box .filter {
	padding: 10px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#getaway_filter_box h1 {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0p 0px 10px 0px;
	border-bottom: 1px solid #EEE;
}

#getaway_filter_box input[type="submit"] {
	border: none;
	color: #FFFFFF;
	box-shadow: none;
	width: 100%;
	margin-top: 10px;
}

#getaway_filter_box .filter_row {
	margin-top: 10px;
}

#getaway_filter_box input[type="text"] {
	border: 1px solid #EEE;
}

#getaway_filter_box label {
	display: inline-block;
}

article {
	padding: 20px;
}

article h1 {
	font-size: 30px;
	border: none;
}

.wdr_pagination {
	text-align: center;
}

.wdr_pagination a {
	padding: 0px 5px;
	margin: 5px;
	display: inline-block;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #FFFFFF;
}

.wdr_deal_post .deal_picture {
	display: table-cell; 
	width: 125px;
	vertical-align: top;
}

.wdr_deal_post .deal_info {
	display: table-cell; 
	vertical-align: top;
	padding-right: 30px;
	font-size: 14px;
	font-family: 'Open Sans' !important;
	color: #555;
}

.wdr_deal_post .deal_info h a, .wdr_deal_post .deal_info h2, .wdr_deal_post .deal_info h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Open Sans' !important;
}

.wdr_deal_post .action_bar {
	margin-top: 20px;
	font-family: 'Open Sans' !important;
}

.wdr_deal_post .action_bar a {
	margin-right: 10px;
}

.wdr_deal_post h2 a.expired, .wdr_deal_post h1.expired {
	text-decoration: line-through;
} 

.wdr_deal_post .deal_picture img {
	width: 100%;
}

.wdr_deal_post .deal_link {
	display: block;
	width: 100%;
	background: #00B7EA;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.wdr_deal_post .deal_price {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}

.wdr_deal_post .rating_bar {
	display: table;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

.wdr_deal_post .rating_bar div.cell {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}

.wdr_deal_post .rating_bar .degrees {
	font-size: 24px;
	color: #CC0000;
}
.wdr_deal_post .rating_bar .degrees.hot {
	color: #CC0000;
}
.wdr_deal_post .rating_bar .degrees.cold {
	color: #8CB4ED;
}

.wdr_deal_post .rating_bar .rating {
	width: 100%;
}

.wdr_deal_post .rating_bar .up, 
.wdr_deal_post .rating_bar .down {
	text-align: center;
}

.wdr_deal_post .rating_bar .up div, 
.wdr_deal_post .rating_bar .down div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FAFAFA;
	color: #CCC;
}

.wdr_deal_post .rating_bar .up:not(.voted) div:hover, 
.wdr_deal_post .rating_bar .down:not(.voted) div:hover {
	background: #FFF;
}

.wdr_deal_post .rating_bar .up:not(.voted) div {
	color: #CC0000;
	cursor: pointer;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.wdr_deal_post .rating_bar .down:not(.voted) div {
	color: #0000CC;
	cursor: pointer;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.wdr_deal_post .rating_bar .rating {
	text-align: left;
	position: relative;
}

.wdr_deal_post .rating_bar .rating div {
	height: 10px;
	background: #FAFAFA;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.wdr_deal_post .rating_bar span {
	display: block;
	height: 10px;
	background: #CC0000;
}
.wdr_deal_post .rating_bar span.hot {
	background: #CC0000;
}
.wdr_deal_post .rating_bar span.cold {
	background: #8CB4ED;
}

.wdr_hottest_deals {
	font-size: 12px;
}

.wdr_hottest_deals_nav {
	width: 100%;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.wdr_hottest_deals_nav .tab {
	width: 33.3%;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.wdr_hottest_deals_nav .tab.active {
	color: #FFF;
	background: #555;
}

.wdr_hottest_deals_nav .tab:not(.active):hover {
	cursor: pointer;
	background: #FAFAFA;
}

.wdr_hottest_deals_nav .tab:not(:last-child) {
	border-right: 1px solid #DFDFDF;
}

.wdr_hottest_deals_nav:after {
	content: '';
	display: block;
	clear: both;
}

.wdr_hottest_deals .more_less {
	border-top: 1px solid #DFDFDF;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}
.wdr_hottest_deals .more_less:hover {
	background: #FAFAFA;
}

.wdr_hottest_deals .tab_content {
	display: none;
}
.wdr_hottest_deals .tab_content.active {
	display: block;
}
.wdr_hottest_deals .wdr_hot_deal {
	display: block;
	padding: 5px;
	font-family: "Open Sans", Arial;
	color: #555;
	text-decoration: none;
}
.wdr_hottest_deals .wdr_hot_deal:hover {
	background: #FAFAFA;
	cursor: pointer;
}

.wdr_hottest_deals .wdr_hot_deal span {
	font-weight: bold;
}

.wdr_hottest_deals .wdr_hot_deal:not(:first-child) {
	border-top: 1px solid #DFDFDF;
}

.wdr_hottest_deals .last_five .wdr_hot_deal {
	border-top: 1px solid #DFDFDF;
}

.wdr_hottest_deals .wdr_hot_deal span {
	color: #CC0000;
}

.wdr_hottest_deals .last_five {
	display: none;
}

.wdr_hottest_deals.more .last_five {
	display: block;
}

#comments {

}

#comments .typography {
	font-family: 'Open Sans';
}

#comments h2 {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding: 10px 0px;
	font-size: 25px;
	font-family: 'Open Sans';
}

#comments h4 {
	font-size: 17px;
	font-family: 'Open Sans';
}


#comments .comment:not(:last-child) {
	border-bottom: 1px solid #DDD;
}

#comments .commentlist {
	margin-bottom: 0px;
}

#comments .wdr_pagination {
	text-align: left;
	font-family: 'Open Sans';
	margin: 20px 0px;
	border-bottom: 1px solid #DDD;
}

#comments .wdr_pagination.top {
	margin-top: -20px;
}

#comments .wdr_pagination.bottom {
	border-top: 1px solid #DDD;
}

#comments .wdr_pagination .active {
	background:  #DDD;
}

.register_form h1 {
	margin-bottom: 20px !important;
}

.register_form input:not([type=submit]) {
	border-color: #CCC;
	margin-bottom: 10px;
}

.register_form input[type=submit] {
	color: #FFF !important;
	margin-top: 10px;
}

.wdr_last_comments .wdr_last_comment {
	display: block;
	padding: 5px;
	color: #555;
	text-decoration: none;
	border-top: 1px solid #DFDFDF;
	font-family: "Open Sans" !important;
}
.wdr_last_comments .wdr_last_comment:hover {
	background: #FAFAFA;
	cursor: pointer;
}

.wdr_sidebar .wdr_last_user {
	display: block;
	padding: 5px;
	color: #555;
	text-decoration: none;
	border-top: 1px solid #DFDFDF;
	font-family: "Open Sans" !important;
}

.author_sidebar hr {
	margin: 0px;
	margin-bottom: 5px;
}

.author_sidebar .stats {
	padding: 0px 5px 5px 5px;;
}

.author_sidebar .actions {
	padding: 0px 5px 5px 5px;;
}

.author_sidebar .actions a {
	display: block;
	margin: 5px 0px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0px;
	width: 100%;
}

#content.settings input[type="submit"] {
	color: #FFF;
}

#content.settings input {
	margin-bottom: 10px;
}

#content.settings input[type="text"], #content.settings input[type="password"] {
	border-color: #CCC;
}

.wdr_sidebar.add_deal * {
	color: #FFF;
}

.wdr_sidebar.add_deal p {
	padding: 5px;
}

.wdr_sidebar.add_deal hr {
	margin: 0px 0px 5px 0px;
}

.wdr_content_box.add_deal {
	padding: 20px;
}

.wdr_content_box.padding {
	padding: 20px;
}

.wdr_content_box.add_deal h1 {
	margin-bottom: 20px !important;
}

.wdr_content_box.add_deal input[type="text"], 
.wdr_content_box.add_deal select,
.wdr_content_box.add_deal textarea {
	border-color: #CCC;
	margin-bottom: 10px;
}

.wdr_blog_submenu {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05) inset;
	padding: 10px 0px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.wdr_blog_submenu .account_bar img {
	width: auto;
	height: 40px;
	vertical-align: middle;
	max-width: none;
}

.wdr_blog_submenu .button {
	display: inline-block;
	color: #FFF !important;
	height: 39px;
	line-height: 39px;
	margin-left: 10px;
	padding: 0px 10px;
	font-weight: bold;
	border-radius: 5px;
	vertical-align: middle;
}

.wdr_blog_submenu .row.mobile .button {
	margin: 0px;
}

.wdr_blog_submenu .cat_menu {
	color: #FFF;
	margin-left: 0px;
	width: 100%;
}

.wdr_blog_submenu .hover_menu {
	position: relative;
}

.wdr_blog_submenu .hover_menu ul {
	list-style-type: none;
}

.wdr_blog_submenu .hover_menu ul li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,1);
	padding: 0px 10px;	
	font-weight: normal;
}

.wdr_blog_submenu .hover_menu ul li .white_overlay {
	display: none;
	position: absolute;
	background: #FFF;
	opacity: 0.2;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.wdr_blog_submenu .hover_menu ul li:hover .white_overlay,
.wdr_blog_submenu .hover_menu ul li.active .white_overlay {
	display: block;
}

.wdr_blog_submenu .hover_menu ul li.active {
	font-weight: bold !important;
}

.wdr_blog_submenu .hover_menu ul li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wdr_blog_submenu .hover_menu ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}

.wdr_blog_submenu .hover_menu > .show_hovered {
	display: none;
	position: absolute;
	top: 39px;
	left: 0px;
	z-index: 1000;
	-webkit-touch-callout: none;
}

.wdr_blog_submenu .mobile .hover_menu {
	position: inherit;
}

.wdr_blog_submenu .mobile .hover_menu.search_menu {
	padding: 0px 15px;	
}

.wdr_blog_submenu .mobile .hover_menu input {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}


.wdr_blog_submenu .hover_menu:hover .show_hovered,
.wdr_blog_submenu .hover_menu:focus .show_hovered {
	display: block;
}

.wdr_blog_submenu .hover_menu ul,
.wdr_blog_submenu .hover_menu ul {
	color: #FFF;
}


.wdr_blog_submenu .cat_menu i {
	margin-left: 10px;
}

.wdr_blog_submenu .button[href='/logout/'] {
	background: #CCC !important;
}

.wdr_blog_submenu .row {
	display: table;
	width: 100%;
}

.wdr_blog_submenu .row .col {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	white-space: nowrap;
}

.wdr_blog_submenu .row.mobile .col:not(:first-child) {
	padding-left: 10px;
}

.wdr_blog_submenu .row .col.menu {
	width: 1%;
}

.wdr_blog_submenu .row.desktop .col.account_bar {
	min-width: 25%;
	text-align: right;
}

.wdr_blog_submenu .mobile .col.menu {
	width: auto;
}

.wdr_blog_submenu .mobile .col.menu .cat_menu {
	text-overflow: ellipsis;
	overflow: hidden;
}
	
.wdr_blog_submenu .mobile .col.search,
.wdr_blog_submenu .mobile .col.account_bar  {
	width: 1%;
}

.wdr_blog_submenu .mobile .hover_menu.account_menu .show_hovered {
	right: 1%;
	left: auto;
}

.wdr_blog_submenu .mobile .hover_menu.account_menu .show_hovered a {
	display: inline-block;
	color: #FFF;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
}
	
.wdr_blog_breadcrumbs {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wdr_post_meta {
	line-height: 30px;
	height: 30px;
}
.wdr_post_meta img {
	vertical-align: middle;
	margin-right: 5px;
}

.wdr_blog_submenu .inner {
	position: relative;
}

li.comment {
	margin-left: 0px;
}

.comment .actions {
	margin-bottom: 10px;
}

.comment .comment_likes {
	float: right;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px;
}

.comment .comment_likes:hover {
	cursor: pointer;
	border-color: #DD0000;
}

.comment .comment_likes:hover i {
	color: #DD0000;
}

.comment .comment_likes i {
	margin-right: 5px;
}

.comment .comment_likes.liked i {
	color: #DD0000;
}

.comment .quote {
	padding: 1px 1px 10px 10px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: rgba(0,0,0,0.015);
	margin-bottom: 10px;
}

.comment .quote.level-1 {
	margin-top: 20px;
}

.comment .quote .quote_author {
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 10px;
}

.comment .quote .quote_content {
	padding-right: 10px;
}

.commentlist .actions a {
	margin-right: 10px;
}

.archive-pagination a {
	color: #FFF !important;
	border-radius: 5px;
}

.deal_picture a.high_image {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.deal_picture a.high_image img {
	width: auto !important;
	max-height: 150px !important;
}

.wdr_notification {
	display: block;
	color: #555;
	text-decoration: underline;
}

.wdr_notification:hover {
	color: #555;
	text-decoration: underline;
}

table.wdr_user_table .saldo td {
	font-weight: bold;
	border-bottom: none;
	font-size: 18px;
}

#wdr-menu-toggle {
	font-size: 30px;
	color: #00B7EA;
	padding: 10px 15px;
	height: 100%;
	line-height: 100%;
}

#wdr-menu-toggle:hover {
}

#wdr-menu-toggle:before {
	font-family: 'FontAwesome';
	content: "\f0c9";
}

#header.template-one #wdr-menu-toggle {
	float: left;
}

#header.template-two #wdr-menu-toggle {
	float: left;
}

/* WDR RESPONSIVE DESIGN */
@media only screen and (min-width: 768px) {
	.wdr_coupon .grid-row {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	
	    align-items: center;
	}
	
	.wdr_content_box.wdr_search_bar {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}
	
	.wdr_blog_submenu .row.mobile {
		display: none;
	}
	
	#wdr-menu-toggle {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.wdr_content_box, .wdr_sidebar {
		border-radius: 0px;
	}
	
	.wdr_deal_post .action_bar, .wdr_deal_post .content, .wdr_deal_post .deal_price {
		display: none;
	}
	
	.wdr_deal_post .deal_picture {
		text-align: center;
		width: 75px;
	}
	
	.wdr_deal_post .deal_info h a, .wdr_deal_post .deal_info h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.wdr_blog_submenu {
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.wdr_blog_submenu .row.desktop {
		display: none;
	}
	
	/*
	.wdr_blog_submenu input[name=s] { 
		width: 75%;
	}
	
	.wdr_blog_submenu .account_bar {
		width: 20%;
		text-align: right;
	}
	
	.wdr_blog_submenu .account_bar img {
		max-width: 100%;
		max-height: 40px;
		height: auto;
	}
	
	.wdr_blog_submenu .button[href='/logout/'] {
		display: none;
	}
	*/
	
	.wdr_blog_breadcrumbs {
		padding: 0px 10px;
	}
	
	.wdr_post_meta span {
		display: none;
	}
	
	#banner .logo {
		float: left;
		max-width: 80%;
		width: auto;
		margin: 0px;
		padding-left: 10px;
	}
	
	#wdr-menu-toggle {
		display: inline-block;
	}
	
	#navigation {
		float: right !important;
	}
	
}

.woocommerce ul.products li.first {
	clear: none !important;
}

.mirando-ad > img {
    position: absolute;
}

/* WDR SHOP RATING SYSTEM */
.wdr_reviews_wrapper {
	text-align: center;
}

.wdr_reviews {
	display: inline-block;
}

.wdr_reviews .rating { 
  border: none;
  float: left;
  margin-bottom: 0px;
}

.wdr_reviews .rating > input { display: none; } 
.wdr_reviews .rating > label:before { 
  margin: 5px;
  font-size: 1.75em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.wdr_reviews .rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.wdr_reviews .rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.wdr_reviews .rating > input:checked ~ label, /* show gold star when clicked */
.wdr_reviews .rating:not(:checked) > label:hover, /* hover current star */
.wdr_reviews .rating:not(:checked) > label:hover ~ label { color: #FFD700; cursor:pointer; } /* hover previous stars in list */

.wdr_reviews .rating > input:checked + label:hover, /* hover current star when changing rating */
.wdr_reviews .rating > input:checked ~ label:hover,
.wdr_reviews .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.wdr_reviews .rating > input:checked ~ label:hover ~ label { color: #FFED85; cursor:pointer;  } 