/*
Theme Name: Works Infra
Theme URI: http://www.agenciafante.com.br/
Description: Tema desenvolvido por Fante.
Author: Agência Fante
Author URI: http://www.agenciafante.com.br/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agenciafante
*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  margin:0;
}

body {
  font-family: 'Ubuntu', sans-serif;
  margin:0;
  padding:0;
  line-height: 1;
  overflow-x:hidden;
}

input, textarea, select {
  font-family: 'Ubuntu', sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

a[href^=tel] { 
  color: inherit; 
  text-decoration: none; 
}

a img, img {
  max-width: 100%;
  height:auto;
  border:none;
}

a {
  text-decoration:none;	
}

/* Clearfix */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
 clear: both;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* Header */

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.header-content {
  width: 90%;
  max-width: 1200px;
  height:80px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
.header-content {
  height: 60px;  
  width: 100%;
}
}

/* Logo */

a.logo {
  display: block;
  float: left;
  margin:10px 0 0;
}

a.logo img {
  display: block;
  width: 140px;
  max-width: 140px;
  margin: 0;
}

@media screen and (max-width:768px) {
a.logo {
  margin:10px 0 0 10px;
}

a.logo img {
  width: 100px;
  max-width: 100px;
}
}

/* Nav */

.nav {
  float:right;
  margin:20px 0 0;
}

.nav ul {
  margin:0 auto;
  padding: 0;
  width:auto;
  font-size:0;
}

.nav li {
  display: inline-block;
  float: left;
  line-height: 40px;
  position: relative;
}

.nav li a {
  display:block;
  font-size:13px;
  text-align:center;
  font-weight:700;
  color: #214195;
  text-transform: uppercase;
  padding:0 15px;
  margin:0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav li:nth-child(5) a {
  background-color: #214195;
  color: #fff;
}

.nav li:hover a {
  background-color: #214195;
  color: #fff;
}

input#toggle-menu {
  display: none;
}

label.toggle-menu {
  display:none;
  float: right;
  height: 40px;
  width: 40px;
  background: #214195;
  margin: 10px 10px 0 0;
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label.toggle-menu div {
  width:20px;
  margin: 12px 10px;
  position: relative;
}

label.toggle-menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

label.toggle-menu span:nth-child(1) {
  top: 0px;
}

label.toggle-menu span:nth-child(2) {
  top: 7px;
}

label.toggle-menu span:nth-child(3) {
  top: 14px;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(2) {
  opacity: 0;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width:768px) {
.nav {
  display: none;
  float:none;
  width: 100%;
  height: 100vh;
  background-color: rgba(33,65,149,0.95);
  position: relative;
  top:0;
  left: 0;
  margin:0; 
  z-index: 98;
}

.nav ul {
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

label.toggle-menu {
  display: block;
  z-index: 99;
}

input#toggle-menu:checked ~ .nav {
  display: block;
}

.nav li {
  display: block;
  float: none;
  width: 100%;
  line-height:auto;
}

.nav li a {
  font-size:16px;
  color: #fff;
  margin: 0;
  text-align:left;
  padding:7px 15px;
  text-align: center;
}

.nav li:nth-child(5) a {
  background-color: #14317c;
  font-size: 16px;
}
}

/* Hero */

.hero {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  background-image: url(images/bg_hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.hero-content p {
  max-width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin: 20px auto 0;
}

@media screen and (max-width:768px) {
.hero-content h1 {
  font-size: 26px;
}

.hero-content p {
  font-size: 16px;
}
}

/* Sobre */

.about {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url(images/bg_sobre.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size:35% auto;
  padding: 120px 0;
}

.about-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-content div {
  width: 100%;
  max-width: 550px;
}

.about-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #15337f;
  margin: 0;
  text-transform: uppercase;
}

.about-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}

@media screen and (max-width:768px) {
.about-content h1 {
  font-size: 30px;
}
}

/* Button */

a.button {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;	
  padding: 10px 15px;
  margin: 20px 0 0;
  text-transform: uppercase;
  position: relative;
  background-color: #214195;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

a.button:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(33,65,149,0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(33,65,149,0.3);
  box-shadow: 0px 10px 30px 0px rgba(33,65,149,0.3);
}

/* Serviços */

.services {
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
  padding: 100px 0;
}

.services-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.services-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #15337f;
  margin: 0;
  text-transform: uppercase;
}

.services-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}

.services-content div {
  width: 100%;
  padding: 40px;
  margin: 30px 0;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.services-content div:after {
  display: block;
  content: '';
  position: absolute;
  top: 40px;
  left: -15px;
  width: 40px;
  height: 25px;
  margin: 0;
  background-color: #214195;
}

.services-content div h1 {
  font-size: 20px;
  color: #000;
}

.services-content div p {
  margin: 20px 0 0;
  font-size: 14px;
}

strong {
  font-weight: 700;
}

@media screen and (max-width:768px) {
.services-content h1 {
  font-size: 30px;
}

.services-content div {
  padding: 40px;
}

.services-content div p {
  margin: 15px 0 0;
  font-size: 14px;
}
}

/* Galeria */

.galeria {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}

.galeria-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.galeria-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #15337f;
  margin: 0;
  text-transform: uppercase;
}

.galeria-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}

@media screen and (max-width:768px) {
.galeria-content h1 {
  font-size: 30px;
}
}

/* Contato */

.naoexibir {display: none;}

.contato {
  width: 100%;
  position: relative;
  background-color: #214195;
  padding: 100px 0;
}

.contato-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.contato-content div {
  width: 50%;
  float: left;
  margin: 40px 0 0;
}

.contato-content div.contato-info {
  width: calc(50% - 40px);
  margin: 80px 0 0 40px;
  background-color: #14317c;
  padding: 20px 40px 40px;
}

.contato-content div.contato-info h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 25px 0 5px;
  text-transform: uppercase;
}

.contato-content div.contato-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

.contato-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.contato-content div label {
  padding:15px 0 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.contato-content input[type=text],
.contato-content input[type=email],
.contato-content input[type=tel] {
  width:100%;
  height:35px;
  line-height: 35px;
  font-size:14px; 
  font-weight: 400;
  margin:0;
  padding:0 15px 2px;
  color:#000;
  background:#fff;
  border:0;
  outline:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contato-content textarea {
  width:100%;
  height:100px; 
  font-size:14px; 
  font-weight: 400;
  margin:0;
  padding:20px 0 0 20px;
  color:#000;
  background:#fff;
  border:0;
  outline:none;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contato-content input[type=submit] {
  float:right;
  width:auto;
  height:auto; 
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin:10px 0 0;
  text-transform: uppercase;
  padding: 12px 25px;
  text-transform:uppercase;
  cursor:pointer;
  background:#14317c;
  border:0;
  outline:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contato-content input[type=submit]:hover {
  background-color: #0b2466;
}


@media screen and (max-width:768px) {
.contato-content h1 {
  font-size: 30px;
}

.contato-content div {
  width: 100%;
}

.contato-content div.contato-info {
  width:100%;
  margin: 40px 0 0;
  padding: 20px 40px 40px;
}
}

/**/

.anime {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.anime-start {
  opacity: 1;
}

.anime.fadeInUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.anime.fadeInUp.anime-start {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anime.fadeInBottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.anime.fadeInBottom.anime-start {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anime.fadeInRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.anime.fadeInRight.anime-start {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.anime.fadeInLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.anime.fadeInLeft.anime-start {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}


/* End */

.end {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #14317c;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.end img {
  display: block;
  width: 100%;
  max-width: 90px;
  height: auto;
  margin: 0 auto;
}

/* Two columns */

#container {
  margin: 0 -240px 0 0;
  width: 100%;
}

#content {
  margin: 0 280px 0 20px;
}

#primary,
#secondary {
  float: right;
  overflow: hidden;
  width: 220px;
}

#secondary {
  clear: right;
}

#footer {
  clear: both;
  width: 100%;
}

/* One column */

.one-column #content {
  margin: 0 auto;
  max-width:1200px;
  width:90%;
  position:relative;
  padding:120px 0 80px;
}

.single-attachment #content {
  margin: 0 auto;
  max-width:1200px;
  width:90%;
}

/* Layout */

#colophon,
#branding,
#main,
#wrapper {
  margin: 0 auto;
  width: 1000px;
}

/* Styles */

.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* Content */

#main {
  clear: both;
  overflow: hidden;
}

#content {
  margin-bottom: 40px;
}

.hentry {
  margin:50px 0;
}

.single .hentry {
  margin:0;
}

.page .hentry {
  margin:0;
}


.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.page-title {
  font-size:35px;
  color:#000;
  font-weight:700;
  margin:0;
  line-height:130%;
  text-align:left;
}

.page-title span {
  font-size:35px;
  color:#000;
  font-weight:400;
  margin:0;
  line-height:130%;
  text-align:left;
}

#content .entry-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #15337f;
  margin: 0;
  text-transform: uppercase;
}

#content h2.entry-title a {
  font-size:28px;
  color:#000;
  font-weight:700;
  margin:0;
  line-height:140%;
  text-align:left;
}

.entry-meta {
  color: #888;
  font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
  clear: both;
  padding: 12px 0 0 0;
}

.entry-content p {
  font-size:15px;
  color:#000;
  margin:25px 0;
  line-height:160%;
  text-align:justify;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}

.entry-content input {
  margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content label {
  color: #888;
  font-size: 12px;
}

.entry-content select {
  margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}

.home .sticky .page-link a {
  background: #d9e8f7;
}

body.page .edit-link {
  clear: both;
  display: block;
}

#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}

#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}

#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}

.entry-utility {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

.entry-meta a,
.entry-utility a {
  color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}

#content .video-player {
  padding: 0;
}

/* Asides */

.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}

/* Gallery listing */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* Attachment pages */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}

/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin:30px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  max-width: 700px;
  width: 100%;
  background: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.wp-caption img {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
  text-align: center;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto;
}

.gallery::after {
  content: '';
  display: table;
  clear: both;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  padding: 15px;
  width: 33.3333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}

.gallery-columns-2 .attachment-medium {
  max-width: 100%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br {
  display: none;
}

#content .attachment img {
  display: block;
  margin: 0 auto;
}

/* Navigation */

.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

.navigation a:hover {
  color: #ff4b33;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#nav-above {
  margin: 0 0 18px 0;
}

#nav-above {
  display: none;
}

.paged #nav-above,
.single #nav-above {
  display: block;
}

#nav-below {
  margin: -18px 0 0 0;
}

/* Comments */

#comments {
  clear: both;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

h3#comments-title {
  padding: 24px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}

.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}

.comment-author .says {
  font-style: italic;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}

.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
  color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

.commentlist .children li {
  border: none;
  margin: 0;
}

.nopassword,
.nocomments {
  display: none;
}

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments Form */

input[type=submit] {
  color: #333;
}

#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}

#respond p {
  margin: 0;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin: 0 48px 0 0;
}

h3#reply-title {
  margin: 18px 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

#respond .required {
  color: #ff4b33;
  font-weight: bold;
}

#respond label {
  color: #888;
  font-size: 12px;
}

#respond input {
  margin: 0 0 9px;
  width: 98%;
}

#respond textarea {
  width: 98%;
}

#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0;
}

#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/* Widget */

.widget-area ul {
  list-style: none;
  margin-left: 0;
}

.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}

.widget-area select {
  max-width: 100%;
}

.widget_search #s {
  width: 60%;
}

.widget_search label {
  display: none;
}

.widget-container {
  margin: 0 0 18px 0;
}

.widget-title {
  color: #222;
  font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}

.widget-area .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}

#wp-calendar thead {
  font-size: 11px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  text-align: right;
}

.widget_rss a.rsswidget {
  color: #000;
}

.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}

#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

img#wpstats {
  display: block;
  margin: 0 auto 10px;
}


/* Mobile Safari */

pre {
  -webkit-text-size-adjust: 140%;
}

code {
  -webkit-text-size-adjust: 160%;
}

.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}

/* Print Style */

@media print {

body {
  background: none !important;
}

#wrapper {
  clear: both !important;
  display: block !important;
  float: none !important;
  position: relative !important;
}

#header {
  border-bottom: 2pt solid #000;
  padding-bottom: 18pt;
}

#colophon {
  border-top: 2pt solid #000;
}

#site-title,
#site-description {
  float: none;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

#site-title {
  font-size: 13pt;
}

.entry-content {
  font-size: 14pt;
  line-height: 1.6em;
}

.entry-title {
  font-size: 21pt;
}

#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area {
  display: none !important;
}

#container,
#header,
#footer {
  margin: 0;
  width: 100%;
}

#content,
.one-column #content {
  margin: 24pt 0 0;
  width: 100%;
}

.wp-caption p {
  font-size: 11pt;
}

#colophon {
  width: auto;
}

img#wpstats {
  display: none;
}

#entry-author-info {
  border: 1px solid #e7e7e7;
}

#main {
  display: inline;
}

.home .sticky {
  border: none;
}
}