/* Header */

body {
    background: #FFF url(//www.cuidavida.com/wp-content/themes/tecknologik/img/body-bg9.jpg);
    color: #333;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-size: 13px;
}
header#masthead {
  background: #2196f3;
  background: url(//www.cuidavida.com/wp-content/themes/tecknologik/img/header-bg.jpg);
  background-position:0px 19px;
  color: #fff;
}

header#masthead > a {
  color: #fff;
}
.site-description { display:none;}
.site-branding {
	padding:18px 30px;
}
/* Links */
a:hover, .card .card-action a:hover, .card-content a:hover {
	color: #7fab2a;
	text-decoration: underline;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: #4abc06;
}
a:visited {
	color:#7fab2a;
}

/* Navigation */

nav#mainmenu {
  color: #fff;
  background-color: #424242;
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
	color:#FFF;
	background-color:#7fab2a;
	padding:10px;
	border-radius: 5px;
}
.nav-links .nav-next a:hover, .nav-links .nav-previous a:hover {
	color:#FFF;
	background-color:#4abc06;
}

.nav-links .btn {
  background: #d32f2f  ;
}
.side-nav li {
	width:100%
}
.side-nav li a {
	font-family: 'Droid Sans',Arial,Verdana,sans-serif;
	font-size: 1.7rem;
}
.side-nav li a:visited {
	color:#444;
}
nav#mainmenu ul li:hover, nav#mainmenu ul li.active, .current-menu-item, .current-menu-item > a {
  background-color: #87b331;
  color:#FFF;
}
nav#mainmenu ul li:hover a {
	color:#FFF;
	text-decoration:none;
}
nav ul a:visited {
	color:#FFF;
}
.posts-navigation {
	background:none!important;
	box-shadow:none!important;
}
/* Top menu */
#top-menu {
	background:#87b331;
}
#top-menu ul {
	text-align:right;
	margin:0;
	padding:0;
}
#top-menu ul li {
	display:inline-block;
	padding: 0 0 0 15px;
	margin:0;
}
#top-menu ul li a {
	color:#fff;
}
/* Content */
.card-title > header > h1 > a {
  text-decoration: none;
}
.card-title > header > h1 > a:visited {
	color:#000;
}
.card .card-image img {
	border-bottom:1px dashed #ccc;
	
}
.card-action {
  background: #FAFAFA;
}
.card .card-action a {

	color:#212121 ;

}
.card a, .card ul li a {
  color: #85b822;
  margin-right: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.card .card-action .tags-links a:hover {
	text-decoration:none;
}
.entry-content {
	background:#FFF;
}
.entry-content p a {
	color: #7fab2a;
}
.card .card-image .card-title {
	width: 100%;
}
.card .card-image .card-title header .entry-title  {
	font-size:1.5rem;
	margin:0px;
}
.card .card-image .card-title .entry-meta  {
	font-size:1rem;
	margin:0px;
}


.card .card-title header h1 {
	
	margin:0 10px;
	text-align:justify;
	text-transform:uppercase;
	font-weight:bold;
}

.card .card-content {
	margin:0 10px!important;
	padding:0;
	text-align:justify;
}
.card .card-action {
	padding:10px!important;
}
.card .card-action a {
	text-transform:none;
	line-height: 2.3;
}
.entry-meta, .entry-meta a {
	color:#CCC;
}
.widget-title {
    background: none;
    color: #212121;
    font-size: 1.5rem;
    text-transform: uppercase;
}
aside .card {
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	border-top: 1px dashed #ddd;
	border-bottom: 4px solid #87b331;
}
.widget .card {
	box-shadow: none!important;
}
.widget {
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	margin:8px auto 20px auto;
	width:300px;
}
h3.widget-title{
	margin:5px 10px 5px 10px;
	line-height:2rem;
	float:left;
	font-family:'Economica',sans-serif;
}
.widget-area {
	margin: 8px 0 0 0;
}
.widget-area ins {
	margin:0 5px;
}
.stripe-line {
	background: url(https://www.cuidavida.com/wp-content/themes/tecknologik/imag/stripe.png);
    height: 12px;
    overflow: hidden;
    top: 15px;
    position:relative;
}

h2.comments-title, h3#reply-title {
  color: #fff;
  background: #d32f2f  ;
  padding: 0 20px;
}
.comment-list li.comment {
	list-style-type: none;
}
.reply a {
	color:#FFF;
	
}

.btn, .btn-large {
  text-decoration: none;
  color: #FFF;
  background-color: #d32f2f ;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:hover, .btn-large:hover {
    background-color: #f44336 ;
}
.depth-2 {
  border-left: 5px solid #64b5f6;
}

.site-footer, .site-info {
  padding: 20px;
  background: #424242;
  color: #fff;
}

.site-info a {
	color: #fff;
}
.tags-links {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	padding: 0 5px 0 0;
}
.tags-links a {
	margin:0px!important;
    text-decoration:none;
    background-color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: none!important;
    
}
.tags-links a:hover {
	background: #4abc06 ;
	color:#FFF!important;
}
.comments-link {
	float:right;
}
.cat-links {
	
}

.menu-menu-principal-container {
	display:block;
	overflow:hidden;
	height:64px;
}  
.menu-menu-principal-container ul li {
	float:left;
}
.button-sidemenu {
	position:fixed!important;
	top:10px;
	right:10px;
}
li.recentcomments {
	margin:5px 0 10px 0;
}
li.recentcomments > .comment-author-link {
	font-weight:bold;
}



/* WIDGETS */
.tagcloud {
	padding:10px;
	text-align:justify;
}
/* FOOTER */
footer .widget {
	background:none;
	box-shadow:none;
}
footer .widget-title {
	color:#FFF;
}
footer .card a {
	color:#ccc;
}
footer .card {
	background:none;
}

#foot-left {
	float:left;
}
#botfxin {
	position:relative;
	bottom:0;	
	margin:0 auto;
	background:none;
}
.botfx {
	display:none;
	width: 100%;
	position:fixed;
	bottom:0px;
}
.footer-widgets .widget-area {
	float:left;
}

/* TABLES */
.entry-content table {
	border: 1px solid #CCC;
}
.entry-content table tbody tr th {
	background: none repeat scroll 0 0 #777;
	color: #FFF;
	border-radius:0px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
.entry-content table tbody tr {
	background: none repeat scroll 0 0 #F3F3F1;
}

.entry-content table tbody tr:nth-child(even) {
    background: none repeat scroll 0 0 #E9E9E9;
}
.entry-content table tbody tr td, .entry-content table{
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.6);
}
.entry-content table tbody tr th, .entry-content table tbody tr td {
	padding: 5px;
}	
.entry-content table tbody tr td {
	border-right: 1px dashed #CCC;
}

.centerad {
	text-align: center;
	margin: 0 auto;
}
/* RESPONSIVE */
@media only screen and (min-width: 781px) {
	.card .card-title, .card-title > header > h1 > a {
	  color: #000 ;
	  font-weight:bold;
	  font-family:'Economica',sans-serif;
	  font-size:1.9rem;
	  text-transform:uppercase;
	} 
	.card-title h1.entry-title {
		font-size:2.2rem;
		line-height: 2.8rem;
	}
}
@media only screen and (min-width: 1104px) {
	.container, .centered, .footer-widgets {
		width:1080px!important;
		margin: 0 auto!important;	
	}
	.footer-widgets .widget-area {
		width:360px;
	}
	#primary {
		width:750px!important;
		padding:0;
	}
	#secondary {
		width: 330px!important;
	}
}

@media only screen and (min-width:1024px) and (max-width: 1103px) {
	.container, .centered, .footer-widgets {
		width:1000px!important;
		margin: 0 auto!important;	
	}
	.footer-widgets .widget-area {
		width:333px;
	}
	#primary {
		width:700px!important;
	}
	#secondary {
		width: 300px!important;
	}
	
	a.button-sidemenu {
		display:inline-block!important;
	}
}
@media only screen and (min-width:824px) and (max-width: 1023px) {
	.container, .centered, .footer-widgets {
		width:800px!important;
		margin: 0 auto!important;	
	}
	.footer-widgets .widget-area {
		width:266px;
	}
	#primary {
		width:500px!important;
	}
	#secondary {
		width: 300px!important;
	}
	#botfxin {
		
		width:728px;
		height:90px;
	}
	.botfx {
		display:block!important;
		height:90px;
	}
	a.button-sidemenu {
		display:inline-block!important;
	}
}
@media only screen and (min-width:781px) and (max-width: 823px) {
	.container, .centered, .footer-widgets {
		width:750px!important;
		margin: 0 auto!important;	
	}
	#primary {
		width:500px!important;
	}
	#secondary {
		width: 250px!important;
	}
	#botfxin {
		width:728px;
		height:90px;
	}
	.botfx {
		display:block!important;
		height:90px;
	}
	a.button-sidemenu {
		display:inline-block!important;
	}	
}
@media only screen and (min-width:0px) and (max-width: 780px) {
	
	.card .card-title, .card-title > header > h1 > a {
	  color: #000 ;
	  font-weight:bold;
	  font-family:'Economica',sans-serif;
	  font-size:1.2rem;
	  text-transform:uppercase;
	} 
	.card-title h1.entry-title {
		font-size:1.5rem;
		line-height: 1.2rem;
	}
	
	.container, .centered, .footer-widgets {
		width:90%!important;
		margin: 0 auto!important;	
	}
	#primary {
		width:100%!important;
	}
	#secondary {
		width: 100%!important;
	}
	#botfxin {
		width:468px;
		height:60px;
	}
	.botfx {
		display:block!important;
		height:60px;
	}	
		a.button-sidemenu {
		display:inline-block!important;
	}	
}

/* PLUGINS */
