/* Classic Redux CSS */

/*
Responsive styles can be applied via the '.smartphone', '.tablet', '.portrait' & '.landscape' classes respectively.
These classes are automatically changed on the body based on the device and the orientation
*/

/* @group Global */

body {
	font: 115% "Open Sans", Helvetica, sans-serif !important;
	color: #444;
	background: white !important;
	-webkit-font-smoothing: antialiased;
}

.box, h3#responses, .search .post, .related-posts {
	margin: 0px;
	padding: 15px;
	background: rgba(255,255,255,.9);
	box-shadow: rgba(0,0,0,.1) 0px 1px 2px;
	overflow: hidden;
}

.rounded-corners .box, .rounded-corners .search li.post {
	border-radius: 4px;
}

#content {
	line-height: 150%;
}

.touched {
	background-color: rgba(0,0,0,.1);
	opacity: .5;
}

blockquote {
	border-left: 2px solid #eee;
	padding-left: 10px;
}

/* @end */

/* @group Ads */

.header-ad .wptouch-custom-ad {
	padding: 0;
	margin: 0;
}

.post .wptouch-custom-ad {
}

.top-content-ad .post .wptouch-custom-ad {
	margin-top: -10px;
	margin-left: 0;
	margin-right: 0;
}

#content-area .wptouch-ad {
	margin-left: -15px;
	margin-right: -15px;
}

#content .wptouch-ad {
	margin-left: -15px;
	margin-right: -15px;
}
	.single #content-area .wptouch-ad img {
		border: none;
		height: auto;
		padding: none;
		border-radius: none;
		background-color: transparent;
	}

	#content .ad-location-pre_content {
		margin-top: -15px;
		padding-top: 0;
		margin-bottom: 15px;
	}

.wptouch-custom-ad > * {
	max-width: 100%;
}

/* @end */

/* @group Default Font Sizes */

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	overflow: hidden;
	z-index: 3;
	border-bottom-style: none;
	height: 58px;
	padding: 10px 10px 3px 15px;
}

#header * {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#header h2 {
	margin: 0;
}

.site-title a {
	width: 85%;
	float: left;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	font-size: 90%;
	padding-left: 12px;
	line-height: 2.5em;
}

#header .logo {
	position: relative;
	height: 45px;
	max-width: 250px;
	/*padding-left: 12px;*/

}

.landscape #header .logo {
	max-width: 320px;
}

#header .logo img {
	max-width: 100%;
	height: auto;
	max-height: 52px;
	/*top: 50%;*/
	/*margin-top: -24px;*/
	position: relative;
}

.landscape #header .logo img {
	/*margin-top: -25px;*/
}

#header .menu-drop {
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 120%;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 14px;
	line-height: 150%;
}

#header .menu-drop span {
	font-size: 70%;
	font-weight: bold;
	position: relative;
	bottom: 2px;
	display: inline-block;
	margin-left: -6px;
	margin-right: -6px;
}

/* @group Tab Bar */

.tab-section {
	display: none;
}

ul.tab-menu {
	font-size: 120%;
	line-height: 200%;
	text-align: center;
}

ul.tab-menu li {
	display: inline-block;
	position: relative;
}

ul.tab-menu a {
	padding: 10px;
	margin-left: -6px;
}

ul.tab-menu a.active {
	position: relative;
	z-index: 1;
}

.tab-section h4 {
	padding: 8px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	margin: 1px 0 0;
}

/* @group Navigation */

#menu {
	box-shadow: rgba(0,0,0,.3) 0px 4px 4px;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

/*.android #menu {
	position: relative;
}*/

/* @end */

/* @group Categories & Tags */

.cat-tag li {
	position: relative;
	padding: 0;
}

.cat-tag li a {
	display: block;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 14px 10px 13px;
}

.cat-tag li a span {
	float: right;
}

/* @end */

/* @group Twitter */

.twitter {
	text-shadow: rgba(0,0,0,.4) 0px -1px 0px;
	color: #fff;
}

.twitter img {
	margin-left: 10px;
	background-color: rgba(255,255,255,.3);
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

.twitter .author-link {
	min-height: 35px;
	background-color: rgba(0,0,0,.2);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twitter .author-link span {
	display: block;
	position: relative;
	top: 10px;
}

.twitter li {
	padding: 10px;
}

.twitter li a {
	width: auto;
	text-align: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.twitter p.tweet-time {
	font-size: 80%;
	color: rgba(255,255,255,.5);
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

/* @end */

/* @group Search */

#searchform {
	padding: 8px 10px;
}

#searchform div {
	text-align: center;
}

#search-text {
	font-size: 16px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 60%;
	padding: 5px;
	margin-right: 1.5%;
}

#search-submit {
	min-width: 22%;
	max-width: 22%;
	font-weight: bold;
	font-size: 100%;
	padding: 5px 5px 4px;
}

/* @end */

/* @end */

/* @group Light Header */

.light-header #header {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.light-header .site-title a {
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	color: rgba(0,0,0,.7);
}

.light-header #wptouch-login-wrap, .light-header .menu-drop, .light-header .tab-menu li a, .wptouch-menu a {
	color: rgba(0,0,0,.7);
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
}

.light-header .tab-section h4 {
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: rgba(255,255,255,.18);
}

.light-header ul.tab-menu a {
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,0);
}

.light-header ul.tab-menu a.active {
	box-shadow: inset rgba(0,0,0,.2) 0px 3px 1px;
	background: rgba(0,0,0,.1);
}

.light-header .wptouch-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.2);
}

.light-header #searchform {
	background: rgba(0,0,0,.1);
}

.light-header #search-text {
	border: 1px solid rgba(0,0,0,.4);
}

.light-header #search-submit {
	border: 1px solid rgba(0,0,0,.1);
	color: #fff;
	background-color: rgba(0,0,0,.3);
	box-shadow: inset rgba(255,255,255,.1) 0px 1px 0px,  rgba(255,255,255,.1) 0px 1px 0px;
}

.light-header #search-submit:active {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px,  rgba(255,255,255,.1) 0px 1px 0px;
}

/* @end */

/* @group Dark Header */

.dark-header #header {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.dark-header .site-title a {
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
	color: rgba(255,255,255,1);
}

.dark-header ul.tab-menu {
	border-top: 1px solid rgba(255,255,255,.1);
}

.dark-header .menu-drop, .dark-header .tab-menu li a, .dark-header .wptouch-menu a {
	color: rgba(255,255,255,.9);
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
}

.dark-header .tab-section h4 {
	text-shadow: rgba(0,0,0,.9) 0 -1px 0;
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: rgba(255,255,255,.9);
}

.dark-header ul.tab-menu a {
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,0);
}

.dark-header ul.tab-menu a.active {
	box-shadow: inset rgba(0,0,0,.15) 0px 5px 1px;
	background: rgba(0,0,0,.1);
}

.dark-header .wptouch-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
}

.dark-header #searchform {
	background: rgba(0,0,0,.1);
}

.dark-header #search-text {
	border: 1px solid rgba(0,0,0,.4);
}

.dark-header #search-submit {
	border: 1px solid rgba(0,0,0,.1);
	color: #fff;
	background-color: rgba(0,0,0,.3);
	box-shadow: inset rgba(255,255,255,.1) 0px 1px 0px,  rgba(255,255,255,.1) 0px 1px 0px;
}

.dark-header #search-submit:active {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px,  rgba(255,255,255,.1) 0px 1px 0px;
}

/* @end */

/* @end */

/* @group Blog */

#content h2.post-title {
	font-size: 125%;
	line-height: 125%;
	width: 90%;
	margin: 0;
}

#content .show-thumbnails h2.post-title {
	font-size: 135%;
	line-height: 125%;
	font-variant: normal;
	font-weight: normal;
}
#content .show-thumbnails h2.post-title a{color: #2b2b3c}

.landscape #content .show-thumbnails h2.post-title {
	width: 75%;
}

.rounded-corners .text-expand {
	border-radius: 4px;
}

.text-expand {
	border: 1px solid rgba(0,0,0,.1);
	padding: 5px 8px 3px 8px;
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,.4);
	float: right;
}

.text-expand.icon-chevron-up {
	box-shadow: inset rgba(0,0,0,.3) 0px 0px 12px;
}

.read-more {
	display: block;
	background-color: rgba(0,0,0,.05);
	padding: 10px;
	margin: 15px -15px -15px;
}

.read-more i {
	float: right;
	line-height: 1.5em;
}

.post-meta {
	padding-top: 5px;
	font-size: 80%;
}

.post-meta i {
	font-size: 105%;
	margin-right: 2px;
}

.post-meta .author {
	display: inline;
}

.post-content {
	padding-top: 10px;
}

.show-thumbnails .post-meta {
	padding-top: 5px;
	padding-left: 80px;
}

.post img.post-thumbnail, .post .placeholder {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	margin-right: 10px;
	display: block;
	margin-top: 3px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.placeholder {
	text-align: center;
	box-shadow: inset rgba(0,0,0,.4) 0px 0px 48px, inset rgba(255,255,255,.4) 0px 1px 1px;
}

.placeholder:after {
	font-family: 'wptouch-icons';
	content: "\e816";
	font-size: 30px;
	position: relative;
	top: 35%;
	color: rgba(0,0,0,.3);
	text-shadow: rgba(255,255,255,.2) 0 1px 0;
}

.load-more-link, .load-more-post-link, .load-more-page-link {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.spinner {
	display: inline-block;
	margin-right: 8px;
	height: 10px;
	position: relative;
	top: 1px;
}

.cat-tags {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sharing-options.share-top {
	margin: -15px -15px 25px;
}

.sharing-options.share-bottom {
	margin: 40px -15px -15px;
}

.gallery-nav {
	font-size: 200%;
}

h2.archive-title {
	margin-left: 12px;
	margin-right: 10px;
	font-size: 130%;
}

/* @end */

/* @group Front */

.not-single .box {margin:0; padding: 10px; padding-bottom: 15px;}

.show-thumbnails img {margin: 0; margin-bottom: 10px;}

/* @end */

/* @group Single */

#title-area {
	padding: 0 0 10px;
	text-align: center;
	margin:12px 0;
	border-radius: 0px;
}

#content #title-area h2.post-title {
	font-size: 140%;
	width: auto;
	line-height: 130%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
#content h3 {margin: 0;}

/*
#title-area img {
	padding: 2px;
	height: auto;
	width: 94%;
	margin-top: 10px;
	border: 1px solid rgba(0,0,0,.1);
}
*/

.wp-post-image {
	padding: 2px;
	height: auto;
	width: 94%;
	margin-top: 10px;
	border: 1px solid rgba(0,0,0,.1);
}

.single .post-meta {
	font-size: 85%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.single .post, .page .post {
	font-size: 100%;
}
.single {margin: 0;}

/* @end */

/* @group Related Posts */

.related-posts {
	margin-top: 10px;
	padding-top: 10px;
}

.related-posts ul, .related-posts li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.related-posts li {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
	margin-bottom: 8px;
	clear: both;
	display: block;
	float: left;
}
.related-posts li:last-child {border: none;}
.related-posts h3 {
	padding: 10px 0;
}

.related-posts li a {
	font-size: 16px;
	line-height: 14px !important;
	font-weight: bold;
	display: inline;
}

.related img {
	display: inline;
	float: left;
	vertical-align: top;
	margin-right: 5px;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(0,0,0,.3);
}

.rtl .related-posts img {
	left: 0;
}

/* @end */

/* @group Nav Bar */

.nav-bar {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
	margin-left: 12px;
	margin-right: 12px;
}

.nav-controls {
	color: #CCC;
	text-transform: capitalize;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.nav-controls a.prev-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post+a.next-post {
	padding-left: 8px;
	margin-left: 4px;
}

.nav-controls a.next-post {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-controls a.prev-post:before {
	content: '\e810';
	font: normal normal 90% 'wptouch-icons';
}

.nav-controls a.next-post:after {
	content: '\e811';
	font: normal normal 90% 'wptouch-icons';
}

/* @end */

/* @group Search */

#content.search {
	padding-bottom: 40px;
}

#content.search ul {
	margin-left: 10px;
	margin-right: 10px;
}

h3.search-heading {
	margin-left: 12px;
	margin-right: 12px;
	text-transform: capitalize;
	padding-top: 10px;
}

.search-heading.page-heading {
	padding-top: 0;
}

#content.search li.post {
	margin-left: 0;
	margin-right: 0;
}

.search img.post-thumbnail, .search .placeholder {
	margin-top: 10px;
}

.search li.post a {
	font-size: 130%;
	font-weight: bold;
}

.search li.post a:after {
	font-family: 'wptouch-icons';
	content: "\e815";
	margin-left: 5px;
}

.search li.post p {
	margin: 5px 0;
}

.search li.post .date {
	font-size: 85%;
	color: rgba(0,0,0,.4);
	margin-top: 0;
}

/* @end */

/* @group Comments */

h3#responses {
	font-size: 110%;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

h3#responses:before {
	content: "\e813";
	margin-right: 5px;
	font-style: normal;
	font-family: 'wptouch-icons';
	font-variant: normal;
	margin-bottom: 0;
}

ol.commentlist {
	background: rgba(255,255,255,.9);
	box-shadow: rgba(0,0,0,.1) 0px 1px 2px;
	margin-right: 10px;
	margin-left: 10px;
}

li.comment {
	overflow: hidden;
	position: relative;
}

.comment:first-child {
	border-top: none;
}

.comment:last-child {
	border-bottom: none;
}

.comment-top {
	background-color: rgba(0,0,0,.05);
	height: 43px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.comment .comment-author {
	font-weight: bold;
	position: relative;
	padding-top: 3px;
	margin-bottom: -6px;
	font-size:95%;
}

.comment .comment-time {
	color: #777;
	font-size: 85%;
}

.comment img.avatar {
	float: left;
	margin-right: 8px;
	max-width: 48px;
	height: auto;
	background-color: rgba(0,0,0,.05);
	position: relative;
	bottom: 5px;
	box-shadow: rgba(0,0,0,.2) 1px 0px 0px;
}

.comment-body {
	font-size: 85%;
	padding: 0 10px 10px;
}

ol.commentlist ul {
	box-shadow: none;
	border: 1px dashed #d2d2d2;
	margin: 10px 10px 25px;
}

#respond {
	margin: 0px 10px;
	position: relative;
	clear: both;
}

.comment #respond {
	background-color: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px 10px 51px;
}

.comment #respond h3 {
	margin: 0;
	text-align: left;
}

.rounded-corners form#commentform input, .rounded-corners form#commentform textarea, form#commentform button#submit {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h3#responses {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.rounded-corners h3#responses {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.rounded-corners .commentlist {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* @end */

/* @group Login Fly-In */

.dark-body .wptouch-login-wrap, .dark-body .wptouch-login-wrap a {
	color: rgba(255,255,255,.8);
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
}

.dark-body .wptouch-login-wrap #wp-submit {
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.2);
	background-color: rgba(0,0,0,.1);
}



/* @end */

/* @group Footer */

.footer a.icon-facebook, .footer a.icon-twitter, .footer a.icon-google-plus, .footer a.icon-envelope-alt {
	line-height: 210%;
}

.footer {
	font-size: 80%;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: rgba(0,0,0,.6);
	padding-top: 25px;
}

/* @end */

/* @group Dark Body Background */

.dark-body .box, .dark-body .related-posts {
	color: #333;
	text-shadow: rgba(255,255,255,.5) 0 -1px 0;
}

.dark-body #comments #responses, .dark-body #comments .commentlist {
	color: #333;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
}

.dark-body .footer, .dark-body .footer p a {
	color: rgba(255,255,255,.7);
	text-shadow: rgba(0,0,0,.7) 0px -1px 0px;
}

.dark-body .load-more-link, .dark-body #switch a {
	color: rgba(255,255,255,.9);
}

/* @end */

/* @group Responsive > Tablets */

/* @group Tablet General */

.tablet .page-wrapper {
	padding-bottom: 20px;
}

.tablet #content {
	line-height: 150%;
	padding-top: 50px;
	font-size: 110%;
}

.tablet .comment .meta {
	font-size: 85%;
}

.tablet #switch {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.tablet .footer {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.tablet.portrait .page-wrapper {
	min-height: 1000px;
}

.tablet.portrait #content .show-thumbnails h2.post-title {
	font-size: 130%;
	padding-left: 75px;
	width: 80%;
	line-height: 150%;
	font-variant: normal;
}

.tablet.portrait .post img.post-thumbnail, .tablet.portrait .post .placeholder  {
	width: 120px;
	height: 120px;
	top: 5px;
	position: relative;
	margin-right: 25px;
}

.tablet.portrait .post .cat-tags {
	margin-left: 68px;
}

.tablet.portrait .back-to-top {
	float: none;
	width: 100%;
}

.tablet.portrait.single #content, .tablet.portrait.page #content {
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 80px;
}

.tablet.portrait.page #comments, .tablet.portrait.page #respond {
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 40px;
}

.tablet.landscape .back-to-top {
	float: right;
	width: 69%;
}

.tablet.landscape .page-wrapper {
	min-height: 728px;
}

.tablet.landscape #content {
	float: right;
	padding-top: 60px;
	width: 69%;
}

.tablet.landscape.page #respond {
	float: right;
	width: 67%;
}

.tablet.landscape .wptouch-mobile-switch {
	width: 69%;
	float: right;
}

.tablet.landscape .footer {
	float: right;
	width: 58%;
}

/* @end */

/* @group Tablet Header */

.tablet #header {
	position: fixed;
	z-index: 2;
	opacity: 0.97;
	top: 0;
	width: 100%;
}

.tablet #header .site-title a {
	text-align: center;
	padding-left: 0;
	width: 100%;
}

.tablet #header .logo {
	text-align: center;
	padding-left: 0;
	width: 100%;
	max-width: none;
}

/* @end */

/* @group Tablet Ads */

.header-ad.tablet .wptouch-ad {
	position: fixed;
	left: 0;
	width: auto;
	top: 55px;
	z-index: 2;
}

.header-ad.tablet.portrait .wptouch-ad {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

.header-ad.tablet.portrait .wptouch-custom-ad {
	margin: 55px 0 -60px;
	position: relative;
}

.header-ad.tablet.landscape .wptouch-custom-ad {
	width: 69%;
	float: right;
	margin: 55px 0 -55px;
}

.header-ad.tablet .wptouch-custom-ad > * {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.header-ad.tablet.landscape #menu {
	top: 106px;
}

.header-ad.tablet.custom-ad #menu {
	top: 55px;
}

/* @end */

/* @group Tablet Menu */

.tablet.portrait #search-text {
	max-width: 52%;
}

.tablet.portrait #search-submit {
	min-width: 32%;
}

.landscape.tablet .menu-drop {
	display: none;
}

.portrait.tablet #menu {
	display: none;
	width: 41.4%;
}

.tablet #menu {
	box-shadow: none;
	position: fixed;
	bottom: 0;
	top: 54px;
	display: block;
	z-index: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-color: rgba(0,0,0,.1);
	border-right-style: solid;
	border-right-width: 2px;
	width: 31%;
}

.tablet.landscape #menu {
	display: block;
}
.tablet #menu li {
	-webkit-transform: translate3d(0,0,0);
}

/* @end */

/* @group Tablet Slider */

.landscape.tablet #slider {
	box-shadow: inset rgba(0,0,0,.5) 0px 0px 24px;
	width: 69%;
	float: right;
	margin-top: 55px;
}

.portrait.tablet #slider {
	margin-top: 55px;
}

.tablet .swipe-wrap > div {
	height: 450px;
}

.tablet.landscape .swipe-wrap > div {
	height: 375px;
}

.tablet ul.dots {
	position: relative;
	top: 60px;
}

.landscape.tablet ul.dots {
	top: 60px;
	float: right;
	width: 69%;
	margin-left: 30%;
}

.header-ad.tablet.portrait ul.dots {
	position: relative;
	top: 60px;
}

.tablet #slider + #content {
	padding-top: 0;
}

/* @end */

/* @end */

/* @group Web App Mode */

.web-app-mode #header .site-title a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 75%;
	text-align: center;
	font-size: 80%;
	line-height: 260%;
	float: none;
}

/* @group iOS 7 */

.ios7.smartphone.web-app-mode #header {
	height: 63px;
	position: -webkit-sticky;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0.95;
	z-index: 3;
}

.ios7.smartphone.web-app-mode #header .site-title a {
	width: 65%;
	font-size: 75%;
	padding-top: 18px;
}

.ios7.smartphone.web-app-mode #header .logo {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	padding-top: 15px;
}

.ios7.smartphone.web-app-mode.landscape #header .logo {
	text-align: center;
	padding-left: 0;
	width: 80%;
	max-width: 80%;
}

.ios7.smartphone.web-app-mode #header .logo img {
	top: 0;
	margin-top: 0;
}

.ios7.smartphone.web-app-mode #header .menu-drop {
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 120%;
	top: 0;
	text-align: center;
	padding: 30px 14px 14px;
	line-height: 130%;
	bottom: 0;
}

.ios7.smartphone.web-app-mode #menu {
	position: fixed;
	top: 64px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}



/* LAYER */

.fade-layer {
	background: rgba(0,0,0,0.85);
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:9998;
}

/* LAYER Facebook Like */

.layer-facebook-like {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	margin-left: -145px;
	margin-top: -125px;
	border: 5px solid #FFF;
	background: white;
	z-index:9999;
	overflow:visible;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.layer-facebook-like .cerrar {
	background: url(http://cdn0.epa.com.py/images/ico_close.png) no-repeat;
	top: -25px;
	right: -25px;
	position: absolute;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 999;
}



/* @end */


/* boton de whatsapp */
.btn-whatsapp a{
	width: 90%;
	display: block;
	margin: 10px auto;
	padding: 10px;
	background-color: #81aa2e;
	border-radius: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

/* boton de recibir notificaciones */
/*.btn-recibir-notificaciones {display: none;}*/
.btn-recibir-notificaciones a{
	display: block;
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	background-color: #00968a;
	border-radius: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.btn-recibir-notificaciones .fa, .btn-whatsapp .fa{
	margin-right: 10px;
	font-size: 20px;
}


/* boton de compartir de facebook*/
.compartir-en-facebook a {
	width: 90%;
	display: block;
	margin: 10px auto;
	padding: 10px;
	background-color: #4b68b9;
	border-radius: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}
  .compartir-en-facebook a:hover {
    background-color: #3b5396;
    color: white; }
  .compartir-en-facebook a img {
    margin-right: 5px; vertical-align:middle;}
/* boton de compartir de facebook*/



/* BOTONES DE COMPARTIR */

.cont-social {
	width: 95%;
	margin: 0 auto 20px; 
	display: block;
}

.cont-social .btn-compartir:first-child{ 	width: 48%; margin-right: 5px;}
.cont-social .btn-compartir{
	margin: 0;
	float: left;
	text-decoration:none;
	font-size: 17px;
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #848484;
	padding: 10px 0;
	width: 50%;
	font-weight: bold;
}
.cont-social .btn-compartir-facebook {
	background-color: #4a6eaa;
}

..cont-social btn-compartir-twitter {
	background-color: #56a5dd;
}
.cont-social .btn-compartir-whatsapp {
	background-color: #29b200;
	/*border: #29b200 solid;*/
}

.cont-social .btn-compartir:hover {color: #fff; text-decoration: none;}

.cont-social .btn-compartir .fa {margin-left: 5px;}

/*
.btn-compartir-facebook span:before, .btn-compartir-twitter span:before, .btn-compartir-whatsapp span:before {
content: "";
    width: 15px;
    height: 15px;
background-size: 100% !important;
    display: inline-block;
    margin: 0 5px 0 0px;
    vertical-align: middle;
}

.btn-compartir-facebook span:before {
	background: url("http://cdn0.tufeed.com/images/btn-facebook.png") no-repeat;
}
.btn-compartir-twitter span:before {
	background: url("http://cdn0.tufeed.com/images/btn-twitter.png") no-repeat;
}

.btn-compartir-whatsapp span:before {
	background: url("http://cdn0.tufeed.com/images/btn-whatsapp.png") no-repeat;
}
*/



/* SINGLE*/ 

.single .post a:link, .single .post a:active, .single .post a:visited {color: #318CE7;}
/*.single .post a:link, .single .post a:active, .single .post a:visited {color: #fff !important;}*/

/*.single .post a:link, div.paginador2 a {
	color: #fff !important;
}*/

/*.single .post a:link, p.my-0.5 a {
    color: #318CE7 !important;
}*/
/* //SINGLE*/


/* PAGINADOR */


.paginador2 {position: relative; width: 100%; margin: 15px 0 0 0; display: block; }

.paginador2 a {
	font-weight: bold;
	margin: 0;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	font-size: 16px;
	background-color: #c71616;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-table;
}

.paginador2 a:hover {
	background: #de2121;
	color: white;
}

.paginador2 .siguiente a:link, .paginador2 .siguiente a:active, .paginador2 .siguiente a:visited {
	color: white !important;
	float: right;
	padding: 10px 40px !important;
}
.paginador2 .anterior a:link, .paginador2 .anterior a:active, .paginador2 .anterior a:visited {
	float: left;
	background-color: transparent;
	color: #c71616 !important;
}

.paginador2 .contador2 {color: #666666; float: right; padding: 10px 10px 0; display: inline-table; font-size: 18px; text-align: center;}
.paginador2 .contador2 b{color: #1b1b1b;}

.post {margin: 0px;}

@media screen and (orientation: landscape) {
	.paginador2 a {margin: 0;}
	.paginador2 .siguiente {float: right; width: 40%;}
	.paginador2 .anterior {float: left; width: 40%;}
}


/* SOBRE NOSOTROS */
.about {display: inline-block; width: 42%; margin: 20px; vertical-align: top; text-align: justify;}
.about h2 {color: #E03F00; font-family: 'Oswald', sans-serif; border-bottom: 4px solid #eee; padding-bottom: 5px;}
.about span {font-family: 'Oswald', sans-serif; color: black;}
.about img {border: 10px solid #F2F2F2 !important; float: left; margin: 0 20px 20px 0;}

@media screen and (max-width:560px) {
.about {width: 100%; margin:0 0 10px 0; padding-bottom:10px; border-bottom: 2px dashed #cecece;}
}


/* LAYER PAYWALL */

.layer-paywall {
	font: 12px Helvetica;
	display: none;
	position: fixed;
	top: 15px;
	left: 50%;
	width: 290px;
	height: auto;
	margin-left: -150px;
	border: 5px solid #FFF;
	background: white;
	z-index:9999;
	overflow:visible;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.layer-paywall a{color:white; text-decoration: underline;}
.layer-paywall .cerrar {
	background: url(http://cdn0.epa.com.py/images/ico_close.png) no-repeat;
	top: -25px;
	right: -25px;
	position: absolute;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 999;
}

.layer-paywall form {padding: 0; margin: 0;}
.paywall-form {color:white; background-color: #333333; padding: 20px; width: 250px; margin: 0; position: relative;}

.paywall-form .titulo {font-size: 17px; color: white; text-align: center; margin-bottom: 10px; line-height: 20px;}

.paywall-form .btn-facebook span{width: 90%; float: left;}

.paywall-form .btn-facebook span:before {
	padding-top: 3px;
	border-right: 1px solid #203547;
	padding-right: 5px;
}

.paywall-form input, select{
	font-size: 14px;
	border:0;
	padding: 6px;
	background-color: white;
	border-radius: 3px;
	outline: none;
	width: 230px;
	color: black;
}
.paywall-form select:focus {color: black;}
.paywall-form button {
	background-color: #FFAB23;
	border-radius: 3px;
	padding: 16px 0px;
	margin: 0px auto 0;
	border: 0;
	color: white;
	outline: none;
	cursor:pointer;
	width: 100%;
	font-size: 16px;
	text-shadow:  1px 1px 1px #8f1b32;
	text-transform: uppercase;
}


/* ERRORES */
.has-error {margin-bottom: 20px; padding: 0; position: relative; font-size: 12px; }

.paywall-form span.form-error.help-block {position:relative; background-color: #b24f42; padding: 5px; color: white; left:0; bottom: -10px; border-radius: 3px; margin-bottom: 5px; border: 1px solid #c36559;}

.paywall-form span.form-error.help-block:after {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(216, 27, 2, 0);
	border-bottom-color: #b24f42;
	border-width: 5px;
	margin-left: -5px;
}

/* FIN DE LOS ERRORES */

.paywall-promociones {width: 100%; padding-top: 10px ; text-align: center; font-size: 18px;}

#paywall-phone-text {line-height: 14px; margin: 10px 0; display: block; font-size: 11px;}

.paywall-blurred {
	height: 150vw;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.paywall-blurred .blurred{
	width: 100%;
	height: 10vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
	background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(transparent, white); /* Standard syntax */
	background-position: bottom;
}

.paywall-boton {
	width: 95%;
	margin: 10px auto 400px auto;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: brown;
    color: white;
	font-size: 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 0 3px 0 #C9C9C9;
    box-shadow: 0 0 3px 0 #C9C9C9;
	line-height: 1.5;
	white-space:pre-line;
}
.paywall-boton .fa{margin-left: 5px;}

.paywall-boton:hover, .paywall-boton:focus{background-color: darkred; color: white; -webkit-transition: background 0.25s ease-in; transition: background 0.25s ease-in;}

/*@media only screen and (orientation: landscape) {
	.layer-paywall, .paywall-form {width: 95%; overflow: hidden;}
	.paywall-form {width: 100%;}
	.layer-paywall {left:auto; margin-left: auto;}
	.paywall-form button {width:130px; margin: 0 auto;}
	.paywall-form p {display: inline-block; margin:2px;}
}*/


/* FIN LAYER PAYWALL */

/* FIJAR EL HEADER AL TOP DE LA PAGINA */

#header {
	overflow: hidden;
  background-color: #333;
  /*position: fixed;*/ /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
	box-sizing: border-box;
	height: 73px;
}

/* COLOR DE FONDO */

.page-wrapper, .wptouch-login-wrap {
    background-color: white !important;
}

/* TIPOGRAFIA PARA LOS TITULOS */

.heading-font {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 700 !important;
}

/* ESPACIO BAJO EL TITULO EN LA PORTADA */

h4.heading-font {
	margin-bottom: 0 !important;
}

/* ESPACIO BAJO LAS FOTOS EN LOS ARTICULOS */

.show-thumbnails img {
	margin-bottom: 0;
}

/* MENU */
#menu {
	position: fixed !important;
	top: 73px;
}

#menu li.menu-item img {
	display: none;
}

#menu li.menu-item a {
	padding-left: 15px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.85);
}

#menu li.menu-item a:hover {
	background-color: #1d9fd3;
	color: white;
}

/* ESPACIO ENTRE POST Y POST EN EL HOME */

.column-block {
	padding: 1em 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.85);
}

.column-block .entry-summary p {
	margin: 5px 0;
}

.column-block:first-of-type {
	padding-top: 0;
	margin-top: -15px;
}

/* MARGEN SUPERIOR PARA EL CONTENIDO */
#content {
	/*margin-top: 75px;*/
}

/* LAYOUT SECCIONES */

.contenido-main {
	/*background-color: yellow;*/
	padding: 1px 1em 0;
}

.contenido-main .categorias-listado {
	display: flex;
	flex-direction: column;
}

article .hace-cuanto {
	display: none;
}

header.page-header h1.page-title {
	font-size: 18px;
	margin-bottom: 0 !important;
	color: #1d9fd3;
	font-weight: normal !important;
	letter-spacing: 0.1em;
}

article {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(200, 200, 200, 0.85);
	padding: 1.5em 0;
}

article:first-of-type {
	padding-top: 0.5em;
}

article header.entry-header {
	order: 1;
}

article .entry-summary {
	order: 3;
}

article a.post-thumbnail {
	order: 2;
	margin-bottom: 10px;
}

article a.post-thumbnail img {
	max-width: 100% !important;
}

article header.entry-header h2.entry-title {
	font-size: 130%;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

article .entry-summary p {
	margin: 0 !important;
}

.single .post-meta .metadata em {
	font-style: normal;
	color: rgb(125, 125, 125);
}

.single .copete p {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}

/* Espacio antes del primer parrafo en las paginas internas */

#content-area #paywall-blurred p:first-of-type {
	/*color: red;*/
	margin-top: -0.5em;
	padding-top: 0;
}

#content-area #paywall-blurred p:first-of-type:first-letter {
  font-weight: bold;
	font-family: 'Roboto Slab', serif;
/*	font-size: 48px;*/
}

#content-area #paywall-blurred p.wp-caption-text:first-of-type:first-letter {
  font-size: 100% !important;
	font-weight: normal !important;
	font-style: normal !important;*
}

#content-area #paywall-blurred p.wp-caption-text {
  font-size: 100% !important;
	font-weight: normal !important;
	padding-top: 1em !important;
	font-style: normal !important;
}

/* Ocultar form misterioso */

form.wpv-filter-form {
	display: none;
}

/* Paginacion */

.mobile-pagination {
	padding: 20px 0 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.mobile-pagination a:link,
.mobile-pagination a:active,
.mobile-pagination a:visited {
	padding: 5px 10px;
	border: 1px solid rgba(125, 125, 125, .5);
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}

/* Tambien te puede interesar */

.related-posts {
	padding-bottom: 0;
}

.related-posts h3.heading-font {
	font-size: 12px;
	color: rgba(125, 125, 125, .9);
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(125, 125, 125, .5);
	padding: 5px 0;
	margin-bottom: 15px !important;
}

.related-posts li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 1 !important;
	color: #3e3e3e;
}

ul.related li.has-thumb {
	padding: 10px 0 !important;
}

ul.related img {
	margin-right: 10px !important;
}

/* Seccion copete */
#title-area {
	margin-bottom: 0;
	padding-bottom: 5px;
}

#title-area.box {
	box-shadow: none;
}

/* Botones para compartir */

.share-it {
	/*border-top: 1px solid rgba(125, 125, 125, .5);*/
	/*border-bottom: 1px solid rgba(125, 125, 125, .15);*/
	padding: 0 1em;
	margin-bottom: 1em;
}

.share-it ul {
	display: flex;
}

.share-it ul li a {
	display: block;
	max-width: 30px;
	margin-right: 15px;
}

.share-it img {
	max-width: 100%;
}





/* LAYER */

.fade-layer {
/*	display: none;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:9998;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

/* LAYER PUSH ALERTA*/

.push-alerta {
    background-color: #F0EFF0;
    margin: 0;
    padding: 5px;
	position: fixed;
	top: 5px;
	max-width: 100%;
	display: block;
	z-index: 9999;
}
.push-alerta .logo-push{
	display: inline-block;
	width: 50px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.push-alerta .logo-push img{ width: 50px !important;}

.push-alerta .titulo{
	margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em !important;
    color: #000;
	display: block;
}
.push-alerta .text{
	font-size: 12px!important;
    line-height: 1.4em!important;
    margin: 5px 0!important;
    padding: 0!important;
    text-align: left!important;
	display: block;
	color: black;
}
.push-alerta .cont-btn{float: right;}
.push-alerta .cancelar a{
	background: #FFF!important;
    color: #000!important;
    margin-right: 20px!important;
    width: 100px!important;
	text-align: center;
    height: 26px!important;
    font-size: 14px!important;
    cursor: pointer!important;
    line-height: 1.1em!important;
    border-radius: 4px!important;
    border: 1px solid #CCC!important;
    display: inline-block!important;
    font-weight: 400!important;
    margin: 0!important;
    padding: 5px!important;
    text-transform: none!important;
    box-sizing: border-box!important;
    font-family: Arial!important;
    text-shadow: none!important;
    box-shadow: none!important;
    white-space: nowrap!important;
}
.push-alerta .aceptar a{
	width: 90px!important;
    height: 26px!important;
    font-size: 14px!important;
	text-align: center;
    cursor: pointer!important;
    line-height: 1.1em!important;
    border-radius: 4px!important;
    color: #fff!important;
    background: linear-gradient(to bottom,#64b4f4,#0084f6)!important;
    border: 1px solid #42a2f2!important;
    display: inline-block!important;
    font-weight: 400!important;
    margin: 0!important;
    padding: 5px!important;
    text-transform: none!important;
    box-sizing: border-box!important;
    font-family: Arial!important;
    text-shadow: none!important;
    box-shadow: none!important;
    white-space: nowrap!important;
}


/* Banner Triple*/

/*
	.cont-banner-triple {
		font-family: 'Roboto Condensed', sans-serif;
		position: relative;
		width: 316px;
		height: 230px;
		display: table;
		color: black;
		overflow: hidden;
		padding: 10px;
		margin: 0 auto;
	}

	.cont-banner-triple-titulo {
		color: black;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.cont-banner-triple ins{
		margin-bottom: 16px !important;
		display: block;
		height: 65px;
	}
	
	.cont-banner-triple ins:last-of-type {
		margin-bottom: 0px !important;
	}
*/

/* END Banner Triple*/
.estadoImg{
		background-color:#fff;
	}
	.estadoImg, li{
		list-style:disc;
	}
@media screen and (min-width: 334px) {
	.estadoImg{
		padding-top:8px;
		padding-bottom:8px;
	}
}

ul {
    list-style: disc;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: disc;
}

/* 
	Boton para el de canal de WhatsApp
*/

/* Contenedor principal */
.rdn-wa-container {
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    clear: both;
}

/* El enlace que envuelve todo */
.rdn-wa-link {
    text-decoration: none !important;
    display: block;
    background-color: #e5ddd5; /* Color de fondo estilo chat WhatsApp */
    background-image: linear-gradient(135deg, #e5ddd5 25%, #dcb 25%, #dcb 50%, #e5ddd5 50%, #e5ddd5 75%, #dcb 75%, #dcb 100%);
    background-size: 20px 20px;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-left: 5px solid #25D366; /* Borde verde WhatsApp */
    transition: transform 0.2s ease;
}

.rdn-wa-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Layout interno flex */
.rdn-wa-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

/* La burbuja de mensaje */
.rdn-wa-bubble {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 12px 12px 12px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    flex-grow: 1;
}

/* Triangulito de la burbuja */
.rdn-wa-bubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-right: 0;
    margin-top: 0;
}

.rdn-wa-text {
    color: #111b21;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 4px;
}

/* Hora y checkmarks */
.rdn-wa-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #667781;
}

.rdn-wa-checks {
    color: #53bdeb; /* Azul de leído */
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -2px;
}

/* Área del icono */
.rdn-wa-icon-box {
    position: relative;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.rdn-wa-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

/* Notificación roja */
.rdn-wa-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3b30;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Ajuste móvil */
@media (max-width: 480px) {
    .rdn-wa-text {
        font-size: 14px;
    }
    .rdn-wa-wrapper {
        gap: 10px;
    }
}