/*
Theme Name: Sta Luzia 2016
Theme URI:
Author: Sensorama Design
Author URI: http://sensoramadesign.com.br/
Description: Tema Wordpress desenvolvido exclusivamente para Laboratórios Sta Luzia
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: sta-luzia-2016

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.owl-prev,
.owl-next {
  width:100px;
  height:100px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  display:block!important;
  border:0 solid #000
}
.owl-prev {
  left:-20px
}
.owl-next {
  right:-20px
}
.owl-prev i,
.owl-next i {
  transform:scale(10,10);
  color:#ccc;    
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none;
}

.button._small {
  padding: 16px 20px 20px 20px;
}

.green-header-1 tbody > tr:nth-child(1) > td:nth-child(1) {
  background: #9ac61e;
  color: #00432f;
}

.green-header-2 tbody > tr:nth-child(1) > td:nth-child(2) {
  background: #00432f;
  color: white;
}


/* 
vim: ts=2 sw=2 
*/

