/******************************************************************
Theme Name: MaterialPress
Theme URI: http://materialpress.me
Description: MaterialPress is a WordPress theme influenced heavily by Google's Material Design philosophy. Much of the original SASS and JavaScript forked from Materialize, front-end framework.
Author: Alex Patin
Author URI: http://www.alexpatin.com
Version: 0.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/alexpatin/MaterialPress
GitHub Branch: master

------------------------------------------------------------------

This file is only being used for core WordPress styles,
so feel free to use it to leave notes to yourself.


*******************************************************************

Custom
******************************************************************/

body{background: #ffF !important;}

ul#mymenu li {
    /* your styles here */
	text-transform: uppercase;
}
tbody.orderBy-nome tr:hover {
    background: rgba(38, 166, 154, 0.11);
}
table.striped tbody tr:nth-child(odd):hover {
    background: rgba(38, 166, 154, 0.11);
}

p grey-text
{
}

td {
    padding: 0px;
}

.featuretext
{
	font-size: 0.8em;
}
.col.offset-l1.l10.s12.white.z-depth-1 {
    margin-top: 80px;
}

div#index-banner {
    max-height: 220px !important;
    height: 220px !important;
}

#featuretable tr td
{
	font-size: 0.8em;
}

.terms
{
	font-size: 0.7em;
}

.cover-image
{
	height: 50%; 
	width: 100%;
	position: absolute;
	z-index:-1;
	background-size: cover; 
	background-position: center;
}

.parallax-container {
  /*min-height: 380px;*/
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,9);
  z-index:-1;
  background-size: cover; 
  background-position: center;
  position:relative;
  
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

.icon-block {
  padding: 0 15px;
}

footer {
  margin: 0;
}


/*******************************************************************

WordPress Core
******************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.response {
    font-family: 'Lobster', cursive;
    position: relative;
    z-index: 100;
    color: rgb(57, 57, 57);
    height: 10px;
    width: 80%;
    font-size: 13px;
    line-height: 11px;
    margin: 0 auto;
    margin-top: -105px;
    text-align: center;
}
.img-cert {
    width: 310px;
    position: absolute;
    z-index: 99;
    display: none;
}
img.img-pv-cert {
    width: 100%;
}


.navbar-relative-top {
    /* position: fixed; */
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    z-index: 101;
    /* margin-top: 10px; */
}
.navbar-relative-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    border-width: 0 0 1px;
    margin-top: -62px;
}
.inner-menu {
    height: 63px;
}
.container.menu-home.internas::before {
    content: "";
    background: url('http://www.dfmedica.com.br/site/wp-content/uploads/2015/08/right-menu-vertical.png') 0 0 no-repeat;
    width: 90px;
    height: 64px;
    background-size: 100% 100%;
    top: -1px;
    right: -90px;
    position: absolute;
}
.container.menu-home.internas::after {
    content: "";
    background: url('http://www.dfmedica.com.br/site/wp-content/uploads/2015/08/left-menu-vertical.png') 0 0 no-repeat;
    width: 90px;
    height: 64px;
    background-size: 100% 100%;
    top: -1px;
    left: -90px;
    position: absolute;
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    margin-top: 2px;
}
.navbar .nav > li {
    float: left;
}
.navbar-inverse .nav > li > a {
    color: #ec6509;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}